| 1 | [ Dec 21 01:16:06 Enabled. ] | ||
| 2 | [ Dec 21 01:16:06 Rereading configuration. ] | ||
| 3 | [ Dec 21 01:16:09 Rereading configuration. ] | ||
| 4 | [ Dec 21 01:16:22 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 21 01:16:22 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.21 01:16:23.123380 [ 1 ] {} <Information> Application: Will watch for the process with pid 25418 | ||
| 29 | 2024.12.21 01:16:23.123875 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.12.21 01:16:23.655282 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 25418 | ||
| 31 | 2024.12.21 01:16:23.656058 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.12.21 01:16:23.656827 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.12.21 01:16:23.755586 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.12.21 01:16:23.795246 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.12.21 01:16:23.795330 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.12.21 01:16:23.795343 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.12.21 01:16:23.795411 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.12.21 01:16:23.796055 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.12.21 01:16:23.797741 [ 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.21 01:16:23.798585 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.12.21 01:16:23.799450 [ 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.21 01:16:23.799500 [ 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.21 01:16:23.799540 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.12.21 01:16:23.799717 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.12.21 01:16:23.800721 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.12.21 01:16:23.806381 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.12.21 01:16:23.807386 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.12.21 01:16:23.808823 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.12.21 01:16:23.808915 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.12.21 01:16:23.810509 [ 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.21 01:16:23.811050 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.12.21 01:16:23.815574 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.12.21 01:16:23.816305 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.12.21 01:16:23.818033 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.12.21 01:16:23.818433 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.12.21 01:16:23.818867 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.12.21 01:16:23.819229 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.12.21 01:16:23.820730 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.12.21 01:16:23.820759 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.12.21 01:16:23.820847 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.12.21 01:16:23.820997 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.12.21 01:16:23.835674 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.12.21 01:16:23.835704 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000166433 sec | ||
| 68 | 2024.12.21 01:16:23.835795 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.12.21 01:16:23.835845 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.12.21 01:16:23.837136 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.12.21 01:16:23.838232 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.12.21 01:16:23.852073 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.12.21 01:16:23.852121 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.12.21 01:16:23.852197 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.12.21 01:16:23.852213 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.12.21 01:16:23.852247 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.12.21 01:16:23.852318 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2024.12.21 01:16:23.857086 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.12.21 01:16:23.857140 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.12.21 01:16:23.857195 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2024.12.21 01:16:23.857417 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.12.21 01:16:23.857439 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.12.21 01:16:23.857476 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.12.21 01:16:23.857549 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.12.21 01:16:23.857563 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.12.21 01:16:23.857595 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.12.21 01:16:23.857665 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.12.21 01:16:23.888958 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.12.21 01:16:23.894101 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.12.21 01:16:23.894194 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000120482 sec | ||
| 91 | 2024.12.21 01:16:23.894213 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.12.21 01:16:23.894227 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.12.21 01:16:23.894257 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.12.21 01:16:23.894521 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.12.21 01:16:23.894640 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.12.21 01:16:23.894658 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.12.21 01:16:23.894670 [ 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.21 01:16:23.894684 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.12.21 01:16:23.904768 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.12.21 01:16:23.904993 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2024.12.21 01:16:23.905946 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.393e-05 sec. | ||
| 102 | 2024.12.21 01:16:23.906981 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.12.21 01:16:23.907081 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.12.21 01:16:23.907099 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.12.21 01:16:24.091823 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62970 | ||
| 106 | 2024.12.21 01:16:24.092158 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.12.21 01:16:24.092217 [ 3 ] {} <Debug> TCP-Session: b68d9801-0328-4860-bf61-ace27a735737 Authenticating user 'default' from [fd00:1122:3344:101::e]:62970 | ||
| 108 | 2024.12.21 01:16:24.092253 [ 3 ] {} <Debug> TCP-Session: b68d9801-0328-4860-bf61-ace27a735737 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.12.21 01:16:24.092328 [ 3 ] {} <Debug> TCP-Session: b68d9801-0328-4860-bf61-ace27a735737 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.12.21 01:16:24.092418 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.12.21 01:16:24.092446 [ 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.21 01:16:24.092525 [ 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.21 01:16:24.093614 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41900 | ||
| 114 | 2024.12.21 01:16:24.093649 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34922 | ||
| 115 | 2024.12.21 01:16:24.093737 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2024.12.21 01:16:24.093778 [ 4 ] {} <Debug> TCP-Session: a8575217-8dda-479b-ab6e-229bdb6751bb Authenticating user 'default' from [fd00:1122:3344:101::e]:41900 | ||
| 117 | 2024.12.21 01:16:24.093801 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 118 | 2024.12.21 01:16:24.093885 [ 4 ] {} <Debug> TCP-Session: a8575217-8dda-479b-ab6e-229bdb6751bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2024.12.21 01:16:24.093906 [ 5 ] {} <Debug> TCP-Session: 5edf63b3-2c4d-4a9e-9884-c48a6b81126b Authenticating user 'default' from [fd00:1122:3344:101::e]:34922 | ||
| 120 | 2024.12.21 01:16:24.093920 [ 4 ] {} <Debug> TCP-Session: a8575217-8dda-479b-ab6e-229bdb6751bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2024.12.21 01:16:24.094021 [ 5 ] {} <Debug> TCP-Session: 5edf63b3-2c4d-4a9e-9884-c48a6b81126b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2024.12.21 01:16:24.094057 [ 5 ] {} <Debug> TCP-Session: 5edf63b3-2c4d-4a9e-9884-c48a6b81126b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2024.12.21 01:16:24.094496 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49157 | ||
| 124 | 2024.12.21 01:16:24.094635 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50044 | ||
| 125 | 2024.12.21 01:16:24.094645 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2024.12.21 01:16:24.094699 [ 253 ] {} <Debug> TCP-Session: 6658da4d-506a-4605-9c6c-3c9aad90ecff Authenticating user 'default' from [fd00:1122:3344:101::e]:49157 | ||
| 127 | 2024.12.21 01:16:24.094862 [ 253 ] {} <Debug> TCP-Session: 6658da4d-506a-4605-9c6c-3c9aad90ecff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2024.12.21 01:16:24.094864 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 129 | 2024.12.21 01:16:24.094885 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32989 | ||
| 130 | 2024.12.21 01:16:24.094926 [ 254 ] {} <Debug> TCP-Session: be2a83ad-de31-4353-a0b9-b166a74faddd Authenticating user 'default' from [fd00:1122:3344:101::e]:50044 | ||
| 131 | 2024.12.21 01:16:24.094908 [ 253 ] {} <Debug> TCP-Session: 6658da4d-506a-4605-9c6c-3c9aad90ecff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2024.12.21 01:16:24.095146 [ 254 ] {} <Debug> TCP-Session: be2a83ad-de31-4353-a0b9-b166a74faddd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2024.12.21 01:16:24.095182 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50582 | ||
| 134 | 2024.12.21 01:16:24.095203 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41955 | ||
| 135 | 2024.12.21 01:16:24.095221 [ 254 ] {} <Debug> TCP-Session: be2a83ad-de31-4353-a0b9-b166a74faddd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2024.12.21 01:16:24.095163 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2024.12.21 01:16:24.095419 [ 255 ] {} <Debug> TCP-Session: db42a18c-b448-44d9-bc88-a80f5ffe7c5e Authenticating user 'default' from [fd00:1122:3344:101::e]:32989 | ||
| 138 | 2024.12.21 01:16:24.095427 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 139 | 2024.12.21 01:16:24.095449 [ 255 ] {} <Debug> TCP-Session: db42a18c-b448-44d9-bc88-a80f5ffe7c5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2024.12.21 01:16:24.095523 [ 257 ] {} <Debug> TCP-Session: def48c0d-ee1c-4dab-80b2-815e83ea0332 Authenticating user 'default' from [fd00:1122:3344:101::e]:50582 | ||
| 141 | 2024.12.21 01:16:24.095536 [ 255 ] {} <Debug> TCP-Session: db42a18c-b448-44d9-bc88-a80f5ffe7c5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2024.12.21 01:16:24.095577 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 143 | 2024.12.21 01:16:24.095616 [ 257 ] {} <Debug> TCP-Session: def48c0d-ee1c-4dab-80b2-815e83ea0332 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2024.12.21 01:16:24.095656 [ 256 ] {} <Debug> TCP-Session: c3b24e4f-2a57-4431-a2bc-f32b1ecd088f Authenticating user 'default' from [fd00:1122:3344:101::e]:41955 | ||
| 145 | 2024.12.21 01:16:24.095720 [ 257 ] {} <Debug> TCP-Session: def48c0d-ee1c-4dab-80b2-815e83ea0332 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2024.12.21 01:16:24.095748 [ 256 ] {} <Debug> TCP-Session: c3b24e4f-2a57-4431-a2bc-f32b1ecd088f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2024.12.21 01:16:24.095850 [ 256 ] {} <Debug> TCP-Session: c3b24e4f-2a57-4431-a2bc-f32b1ecd088f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2024.12.21 01:16:24.192690 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33338 | ||
| 149 | 2024.12.21 01:16:24.192864 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2024.12.21 01:16:24.192965 [ 258 ] {} <Debug> TCP-Session: 625d97fa-12fe-4660-939b-69ade249aa61 Authenticating user 'default' from [fd00:1122:3344:101::b]:33338 | ||
| 151 | 2024.12.21 01:16:24.192989 [ 258 ] {} <Debug> TCP-Session: 625d97fa-12fe-4660-939b-69ade249aa61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2024.12.21 01:16:24.193003 [ 258 ] {} <Debug> TCP-Session: 625d97fa-12fe-4660-939b-69ade249aa61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.12.21 01:16:24.193130 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 154 | 2024.12.21 01:16:24.193159 [ 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.21 01:16:24.193235 [ 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.21 01:16:24.195844 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62281 | ||
| 157 | 2024.12.21 01:16:24.195957 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40573 | ||
| 158 | 2024.12.21 01:16:24.196070 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 159 | 2024.12.21 01:16:24.196087 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:32926 | ||
| 160 | 2024.12.21 01:16:24.196306 [ 259 ] {} <Debug> TCP-Session: 4800ca99-2e15-4874-bc46-c9a74feeb961 Authenticating user 'default' from [fd00:1122:3344:101::b]:62281 | ||
| 161 | 2024.12.21 01:16:24.196353 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 162 | 2024.12.21 01:16:24.196347 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 163 | 2024.12.21 01:16:24.196320 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37881 | ||
| 164 | 2024.12.21 01:16:24.196431 [ 259 ] {} <Debug> TCP-Session: 4800ca99-2e15-4874-bc46-c9a74feeb961 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 165 | 2024.12.21 01:16:24.196534 [ 260 ] {} <Debug> TCP-Session: 6c9fa35c-6a15-4081-9733-5b62dc226bd3 Authenticating user 'default' from [fd00:1122:3344:101::b]:40573 | ||
| 166 | 2024.12.21 01:16:24.196635 [ 259 ] {} <Debug> TCP-Session: 4800ca99-2e15-4874-bc46-c9a74feeb961 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 167 | 2024.12.21 01:16:24.196479 [ 261 ] {} <Debug> TCP-Session: 3054832f-541c-4a25-bd9f-7a6ec92bedb0 Authenticating user 'default' from [fd00:1122:3344:101::b]:32926 | ||
| 168 | 2024.12.21 01:16:24.196544 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51373 | ||
| 169 | 2024.12.21 01:16:24.196764 [ 260 ] {} <Debug> TCP-Session: 6c9fa35c-6a15-4081-9733-5b62dc226bd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 170 | 2024.12.21 01:16:24.196703 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 171 | 2024.12.21 01:16:24.196852 [ 261 ] {} <Debug> TCP-Session: 3054832f-541c-4a25-bd9f-7a6ec92bedb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 172 | 2024.12.21 01:16:24.196856 [ 260 ] {} <Debug> TCP-Session: 6c9fa35c-6a15-4081-9733-5b62dc226bd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 173 | 2024.12.21 01:16:24.196821 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39693 | ||
| 174 | 2024.12.21 01:16:24.196791 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49433 | ||
| 175 | 2024.12.21 01:16:24.197059 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 176 | 2024.12.21 01:16:24.197151 [ 261 ] {} <Debug> TCP-Session: 3054832f-541c-4a25-bd9f-7a6ec92bedb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 177 | 2024.12.21 01:16:24.197411 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 178 | 2024.12.21 01:16:24.197456 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 179 | 2024.12.21 01:16:24.197450 [ 262 ] {} <Debug> TCP-Session: eff45d56-e4d3-4dcb-be4f-255ac5469dee Authenticating user 'default' from [fd00:1122:3344:101::b]:37881 | ||
| 180 | 2024.12.21 01:16:24.197576 [ 263 ] {} <Debug> TCP-Session: f4876252-6b48-484b-b9d8-8b1ea1d44539 Authenticating user 'default' from [fd00:1122:3344:101::b]:51373 | ||
| 181 | 2024.12.21 01:16:24.197610 [ 262 ] {} <Debug> TCP-Session: eff45d56-e4d3-4dcb-be4f-255ac5469dee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 182 | 2024.12.21 01:16:24.197646 [ 265 ] {} <Debug> TCP-Session: 55845a9e-0aec-4864-afae-8508a62518ff Authenticating user 'default' from [fd00:1122:3344:101::b]:49433 | ||
| 183 | 2024.12.21 01:16:24.197624 [ 264 ] {} <Debug> TCP-Session: d261b10b-8355-473d-ba23-f63c4f0a59b0 Authenticating user 'default' from [fd00:1122:3344:101::b]:39693 | ||
| 184 | 2024.12.21 01:16:24.197706 [ 265 ] {} <Debug> TCP-Session: 55845a9e-0aec-4864-afae-8508a62518ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 185 | 2024.12.21 01:16:24.197692 [ 263 ] {} <Debug> TCP-Session: f4876252-6b48-484b-b9d8-8b1ea1d44539 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2024.12.21 01:16:24.197741 [ 262 ] {} <Debug> TCP-Session: eff45d56-e4d3-4dcb-be4f-255ac5469dee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2024.12.21 01:16:24.197788 [ 265 ] {} <Debug> TCP-Session: 55845a9e-0aec-4864-afae-8508a62518ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 188 | 2024.12.21 01:16:24.197802 [ 263 ] {} <Debug> TCP-Session: f4876252-6b48-484b-b9d8-8b1ea1d44539 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.12.21 01:16:24.197762 [ 264 ] {} <Debug> TCP-Session: d261b10b-8355-473d-ba23-f63c4f0a59b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2024.12.21 01:16:24.198002 [ 264 ] {} <Debug> TCP-Session: d261b10b-8355-473d-ba23-f63c4f0a59b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2024.12.21 01:16:24.543097 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58996 | ||
| 192 | 2024.12.21 01:16:24.543264 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 193 | 2024.12.21 01:16:24.543296 [ 266 ] {} <Debug> TCP-Session: 7dce6ed9-2fa4-432f-b278-9cff37e47ad9 Authenticating user 'default' from [fd00:1122:3344:101::c]:58996 | ||
| 194 | 2024.12.21 01:16:24.543397 [ 266 ] {} <Debug> TCP-Session: 7dce6ed9-2fa4-432f-b278-9cff37e47ad9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2024.12.21 01:16:24.543412 [ 266 ] {} <Debug> TCP-Session: 7dce6ed9-2fa4-432f-b278-9cff37e47ad9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2024.12.21 01:16:24.543475 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 197 | 2024.12.21 01:16:24.543563 [ 266 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 198 | 2024.12.21 01:16:24.543583 [ 266 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 199 | 2024.12.21 01:16:24.545281 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44676 | ||
| 200 | 2024.12.21 01:16:24.545510 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 201 | 2024.12.21 01:16:24.545534 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51770 | ||
| 202 | 2024.12.21 01:16:24.545596 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49432 | ||
| 203 | 2024.12.21 01:16:24.545527 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50999 | ||
| 204 | 2024.12.21 01:16:24.545624 [ 267 ] {} <Debug> TCP-Session: 7991acbc-4f00-420b-a6d2-1b95d362d3d2 Authenticating user 'default' from [fd00:1122:3344:101::c]:44676 | ||
| 205 | 2024.12.21 01:16:24.545664 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55668 | ||
| 206 | 2024.12.21 01:16:24.545900 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 207 | 2024.12.21 01:16:24.545911 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39342 | ||
| 208 | 2024.12.21 01:16:24.545925 [ 267 ] {} <Debug> TCP-Session: 7991acbc-4f00-420b-a6d2-1b95d362d3d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 209 | 2024.12.21 01:16:24.546267 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50670 | ||
| 210 | 2024.12.21 01:16:24.546374 [ 270 ] {} <Debug> TCP-Session: 0eea7d66-8d1f-4a9b-abe3-14a38846aa56 Authenticating user 'default' from [fd00:1122:3344:101::c]:49432 | ||
| 211 | 2024.12.21 01:16:24.546381 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 212 | 2024.12.21 01:16:24.546452 [ 270 ] {} <Debug> TCP-Session: 0eea7d66-8d1f-4a9b-abe3-14a38846aa56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 213 | 2024.12.21 01:16:24.546443 [ 267 ] {} <Debug> TCP-Session: 7991acbc-4f00-420b-a6d2-1b95d362d3d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 214 | 2024.12.21 01:16:24.546396 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 215 | 2024.12.21 01:16:24.546392 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 216 | 2024.12.21 01:16:24.546674 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 217 | 2024.12.21 01:16:24.546662 [ 270 ] {} <Debug> TCP-Session: 0eea7d66-8d1f-4a9b-abe3-14a38846aa56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 218 | 2024.12.21 01:16:24.546930 [ 269 ] {} <Debug> TCP-Session: af5db22b-f785-4c20-9d86-b4d31cd2bc3b Authenticating user 'default' from [fd00:1122:3344:101::c]:50999 | ||
| 219 | 2024.12.21 01:16:24.546886 [ 272 ] {} <Debug> TCP-Session: e8f3389e-3db6-42a4-bfc8-559e880680ab Authenticating user 'default' from [fd00:1122:3344:101::c]:39342 | ||
| 220 | 2024.12.21 01:16:24.546967 [ 271 ] {} <Debug> TCP-Session: ffcbdf87-bbad-457a-b538-682d6dd9f555 Authenticating user 'default' from [fd00:1122:3344:101::c]:55668 | ||
| 221 | 2024.12.21 01:16:24.546958 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 222 | 2024.12.21 01:16:24.547074 [ 269 ] {} <Debug> TCP-Session: af5db22b-f785-4c20-9d86-b4d31cd2bc3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 223 | 2024.12.21 01:16:24.547090 [ 271 ] {} <Debug> TCP-Session: ffcbdf87-bbad-457a-b538-682d6dd9f555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 224 | 2024.12.21 01:16:24.547106 [ 272 ] {} <Debug> TCP-Session: e8f3389e-3db6-42a4-bfc8-559e880680ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 225 | 2024.12.21 01:16:24.547165 [ 273 ] {} <Debug> TCP-Session: 1ea4c636-c484-4ea3-b5c6-5d8524472ec5 Authenticating user 'default' from [fd00:1122:3344:101::c]:50670 | ||
| 226 | 2024.12.21 01:16:24.546956 [ 268 ] {} <Debug> TCP-Session: b420ca9c-b7b2-4310-ba8d-9eebd29cc9b3 Authenticating user 'default' from [fd00:1122:3344:101::c]:51770 | ||
| 227 | 2024.12.21 01:16:24.547181 [ 271 ] {} <Debug> TCP-Session: ffcbdf87-bbad-457a-b538-682d6dd9f555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 228 | 2024.12.21 01:16:24.547237 [ 272 ] {} <Debug> TCP-Session: e8f3389e-3db6-42a4-bfc8-559e880680ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 229 | 2024.12.21 01:16:24.547204 [ 269 ] {} <Debug> TCP-Session: af5db22b-f785-4c20-9d86-b4d31cd2bc3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 230 | 2024.12.21 01:16:24.547266 [ 268 ] {} <Debug> TCP-Session: b420ca9c-b7b2-4310-ba8d-9eebd29cc9b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 231 | 2024.12.21 01:16:24.547279 [ 273 ] {} <Debug> TCP-Session: 1ea4c636-c484-4ea3-b5c6-5d8524472ec5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 232 | 2024.12.21 01:16:24.547404 [ 268 ] {} <Debug> TCP-Session: b420ca9c-b7b2-4310-ba8d-9eebd29cc9b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 233 | 2024.12.21 01:16:24.547432 [ 273 ] {} <Debug> TCP-Session: 1ea4c636-c484-4ea3-b5c6-5d8524472ec5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 234 | 2024.12.21 01:16:25.000231 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.85 MiB, peak 117.85 MiB, free memory in arenas 0.00 B, will set to 120.43 MiB (RSS), difference: 2.58 MiB | ||
| 235 | 2024.12.21 01:16:25.516692 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49134 | ||
| 236 | 2024.12.21 01:16:25.516860 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 237 | 2024.12.21 01:16:25.516967 [ 274 ] {} <Debug> TCP-Session: 33e08936-e809-4f0b-b586-a5f726409fd3 Authenticating user 'default' from [fd00:1122:3344:101::a]:49134 | ||
| 238 | 2024.12.21 01:16:25.517003 [ 274 ] {} <Debug> TCP-Session: 33e08936-e809-4f0b-b586-a5f726409fd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 239 | 2024.12.21 01:16:25.517025 [ 274 ] {} <Debug> TCP-Session: 33e08936-e809-4f0b-b586-a5f726409fd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 240 | 2024.12.21 01:16:25.517177 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 241 | 2024.12.21 01:16:25.517206 [ 274 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 242 | 2024.12.21 01:16:25.517288 [ 274 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 243 | 2024.12.21 01:16:25.520009 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33919 | ||
| 244 | 2024.12.21 01:16:25.520176 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61821 | ||
| 245 | 2024.12.21 01:16:25.520183 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38880 | ||
| 246 | 2024.12.21 01:16:25.520343 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36953 | ||
| 247 | 2024.12.21 01:16:25.520356 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 248 | 2024.12.21 01:16:25.520512 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36779 | ||
| 249 | 2024.12.21 01:16:25.520525 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 250 | 2024.12.21 01:16:25.520528 [ 275 ] {} <Debug> TCP-Session: 85cf464a-8726-41bc-a31e-e8c1f9eaaec5 Authenticating user 'default' from [fd00:1122:3344:101::a]:33919 | ||
| 251 | 2024.12.21 01:16:25.520858 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50716 | ||
| 252 | 2024.12.21 01:16:25.520912 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 253 | 2024.12.21 01:16:25.520992 [ 275 ] {} <Debug> TCP-Session: 85cf464a-8726-41bc-a31e-e8c1f9eaaec5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 254 | 2024.12.21 01:16:25.520998 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 255 | 2024.12.21 01:16:25.521006 [ 277 ] {} <Debug> TCP-Session: 86cf9ea6-57f0-4cd0-8e88-b0d765390c80 Authenticating user 'default' from [fd00:1122:3344:101::a]:61821 | ||
| 256 | 2024.12.21 01:16:25.521177 [ 275 ] {} <Debug> TCP-Session: 85cf464a-8726-41bc-a31e-e8c1f9eaaec5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 257 | 2024.12.21 01:16:25.521187 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 258 | 2024.12.21 01:16:25.521254 [ 277 ] {} <Debug> TCP-Session: 86cf9ea6-57f0-4cd0-8e88-b0d765390c80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 259 | 2024.12.21 01:16:25.521275 [ 278 ] {} <Debug> TCP-Session: 802fa73a-118d-4af0-9653-ffa609a75167 Authenticating user 'default' from [fd00:1122:3344:101::a]:36953 | ||
| 260 | 2024.12.21 01:16:25.521268 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38919 | ||
| 261 | 2024.12.21 01:16:25.521257 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 262 | 2024.12.21 01:16:25.521445 [ 278 ] {} <Debug> TCP-Session: 802fa73a-118d-4af0-9653-ffa609a75167 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 263 | 2024.12.21 01:16:25.521438 [ 279 ] {} <Debug> TCP-Session: da1d80a9-5631-4ae3-9097-dbe0ffbaa6ae Authenticating user 'default' from [fd00:1122:3344:101::a]:36779 | ||
| 264 | 2024.12.21 01:16:25.521464 [ 276 ] {} <Debug> TCP-Session: b089f22d-4a6f-4410-bb03-62e2e7ecc14f Authenticating user 'default' from [fd00:1122:3344:101::a]:38880 | ||
| 265 | 2024.12.21 01:16:25.521526 [ 280 ] {} <Debug> TCP-Session: ab4095e9-0cfd-4f48-8877-d619abca6f12 Authenticating user 'default' from [fd00:1122:3344:101::a]:50716 | ||
| 266 | 2024.12.21 01:16:25.521506 [ 277 ] {} <Debug> TCP-Session: 86cf9ea6-57f0-4cd0-8e88-b0d765390c80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 267 | 2024.12.21 01:16:25.521680 [ 279 ] {} <Debug> TCP-Session: da1d80a9-5631-4ae3-9097-dbe0ffbaa6ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 268 | 2024.12.21 01:16:25.521754 [ 280 ] {} <Debug> TCP-Session: ab4095e9-0cfd-4f48-8877-d619abca6f12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 269 | 2024.12.21 01:16:25.521752 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 270 | 2024.12.21 01:16:25.521808 [ 279 ] {} <Debug> TCP-Session: da1d80a9-5631-4ae3-9097-dbe0ffbaa6ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 271 | 2024.12.21 01:16:25.521848 [ 280 ] {} <Debug> TCP-Session: ab4095e9-0cfd-4f48-8877-d619abca6f12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 272 | 2024.12.21 01:16:25.521873 [ 281 ] {} <Debug> TCP-Session: bac9e4ef-d686-4548-9abb-d5e17afef7f9 Authenticating user 'default' from [fd00:1122:3344:101::a]:38919 | ||
| 273 | 2024.12.21 01:16:25.521818 [ 278 ] {} <Debug> TCP-Session: 802fa73a-118d-4af0-9653-ffa609a75167 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 274 | 2024.12.21 01:16:25.521916 [ 276 ] {} <Debug> TCP-Session: b089f22d-4a6f-4410-bb03-62e2e7ecc14f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 275 | 2024.12.21 01:16:25.521998 [ 281 ] {} <Debug> TCP-Session: bac9e4ef-d686-4548-9abb-d5e17afef7f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2024.12.21 01:16:25.522070 [ 276 ] {} <Debug> TCP-Session: b089f22d-4a6f-4410-bb03-62e2e7ecc14f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 277 | 2024.12.21 01:16:25.522101 [ 281 ] {} <Debug> TCP-Session: bac9e4ef-d686-4548-9abb-d5e17afef7f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 278 | 2024.12.21 01:16:27.838480 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59565 | ||
| 279 | 2024.12.21 01:16:27.844534 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 280 | 2024.12.21 01:16:27.844582 [ 282 ] {} <Debug> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Authenticating user 'default' from [fd00:1122:3344:101::d]:59565 | ||
| 281 | 2024.12.21 01:16:27.844685 [ 282 ] {} <Debug> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 282 | 2024.12.21 01:16:27.844701 [ 282 ] {} <Debug> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 283 | 2024.12.21 01:16:27.844780 [ 282 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 284 | 2024.12.21 01:16:27.844885 [ 282 ] {} <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 | ||
| 285 | 2024.12.21 01:16:27.844909 [ 282 ] {} <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 | ||
| 286 | 2024.12.21 01:16:27.846638 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48928 | ||
| 287 | 2024.12.21 01:16:27.846819 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48658 | ||
| 288 | 2024.12.21 01:16:27.846831 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 289 | 2024.12.21 01:16:27.846938 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51861 | ||
| 290 | 2024.12.21 01:16:27.847089 [ 283 ] {} <Debug> TCP-Session: 736ed176-7716-40e1-8b44-eb0d828c4502 Authenticating user 'default' from [fd00:1122:3344:101::d]:48928 | ||
| 291 | 2024.12.21 01:16:27.847211 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55805 | ||
| 292 | 2024.12.21 01:16:27.847268 [ 283 ] {} <Debug> TCP-Session: 736ed176-7716-40e1-8b44-eb0d828c4502 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 293 | 2024.12.21 01:16:27.847368 [ 283 ] {} <Debug> TCP-Session: 736ed176-7716-40e1-8b44-eb0d828c4502 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 294 | 2024.12.21 01:16:27.847360 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64589 | ||
| 295 | 2024.12.21 01:16:27.848682 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56333 | ||
| 296 | 2024.12.21 01:16:27.848904 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 297 | 2024.12.21 01:16:27.848931 [ 288 ] {} <Debug> TCP-Session: fea620a6-f34d-4dfa-b1e0-70100e05fc61 Authenticating user 'default' from [fd00:1122:3344:101::d]:56333 | ||
| 298 | 2024.12.21 01:16:27.848950 [ 288 ] {} <Debug> TCP-Session: fea620a6-f34d-4dfa-b1e0-70100e05fc61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 299 | 2024.12.21 01:16:27.849049 [ 288 ] {} <Debug> TCP-Session: fea620a6-f34d-4dfa-b1e0-70100e05fc61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 300 | 2024.12.21 01:16:27.850691 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 301 | 2024.12.21 01:16:27.850712 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 302 | 2024.12.21 01:16:27.850751 [ 285 ] {} <Debug> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Authenticating user 'default' from [fd00:1122:3344:101::d]:51861 | ||
| 303 | 2024.12.21 01:16:27.850738 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 304 | 2024.12.21 01:16:27.850704 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 305 | 2024.12.21 01:16:27.850833 [ 286 ] {} <Debug> TCP-Session: 2aeb769b-e17f-4555-98ca-3d60b265ad0d Authenticating user 'default' from [fd00:1122:3344:101::d]:55805 | ||
| 306 | 2024.12.21 01:16:27.850877 [ 284 ] {} <Debug> TCP-Session: b3424271-dc87-48b1-b415-4b213d754128 Authenticating user 'default' from [fd00:1122:3344:101::d]:48658 | ||
| 307 | 2024.12.21 01:16:27.850893 [ 285 ] {} <Debug> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 308 | 2024.12.21 01:16:27.850916 [ 287 ] {} <Debug> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Authenticating user 'default' from [fd00:1122:3344:101::d]:64589 | ||
| 309 | 2024.12.21 01:16:27.850969 [ 286 ] {} <Debug> TCP-Session: 2aeb769b-e17f-4555-98ca-3d60b265ad0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 310 | 2024.12.21 01:16:27.850986 [ 285 ] {} <Debug> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 311 | 2024.12.21 01:16:27.851038 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46156 | ||
| 312 | 2024.12.21 01:16:27.851067 [ 284 ] {} <Debug> TCP-Session: b3424271-dc87-48b1-b415-4b213d754128 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 313 | 2024.12.21 01:16:27.851181 [ 287 ] {} <Debug> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 314 | 2024.12.21 01:16:27.851199 [ 286 ] {} <Debug> TCP-Session: 2aeb769b-e17f-4555-98ca-3d60b265ad0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 315 | 2024.12.21 01:16:27.851257 [ 284 ] {} <Debug> TCP-Session: b3424271-dc87-48b1-b415-4b213d754128 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 316 | 2024.12.21 01:16:27.851260 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34758 | ||
| 317 | 2024.12.21 01:16:27.851351 [ 287 ] {} <Debug> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 318 | 2024.12.21 01:16:27.851439 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 319 | 2024.12.21 01:16:27.851705 [ 289 ] {} <Debug> TCP-Session: f0ecb7d7-b51f-4cd2-9f57-828833dd969b Authenticating user 'default' from [fd00:1122:3344:101::d]:46156 | ||
| 320 | 2024.12.21 01:16:27.851804 [ 289 ] {} <Debug> TCP-Session: f0ecb7d7-b51f-4cd2-9f57-828833dd969b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 321 | 2024.12.21 01:16:27.851811 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 322 | 2024.12.21 01:16:27.851869 [ 289 ] {} <Debug> TCP-Session: f0ecb7d7-b51f-4cd2-9f57-828833dd969b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 323 | 2024.12.21 01:16:27.851943 [ 290 ] {} <Debug> TCP-Session: 5224bd37-84ea-4032-b33b-cc63ddad0adb Authenticating user 'default' from [fd00:1122:3344:101::d]:34758 | ||
| 324 | 2024.12.21 01:16:27.851981 [ 290 ] {} <Debug> TCP-Session: 5224bd37-84ea-4032-b33b-cc63ddad0adb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 325 | 2024.12.21 01:16:27.852070 [ 290 ] {} <Debug> TCP-Session: 5224bd37-84ea-4032-b33b-cc63ddad0adb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 326 | 2024.12.21 01:16:27.854480 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 327 | 2024.12.21 01:16:27.864757 [ 282 ] {a34fb657-ca57-406d-9c24-aff46dc79a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 328 | 2024.12.21 01:16:27.922079 [ 282 ] {a34fb657-ca57-406d-9c24-aff46dc79a4c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:59565) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 329 | |||
| 330 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 331 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 332 | 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 | ||
| 333 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 334 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 335 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 336 | 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 | ||
| 337 | 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 | ||
| 338 | 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 | ||
| 339 | 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 | ||
| 340 | 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 | ||
| 341 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 342 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 343 | 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 | ||
| 344 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 345 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 346 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 347 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 348 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 349 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 350 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 351 | |||
| 352 | 2024.12.21 01:16:27.923588 [ 282 ] {a34fb657-ca57-406d-9c24-aff46dc79a4c} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 353 | |||
| 354 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 355 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 356 | 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 | ||
| 357 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 358 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 359 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 360 | 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 | ||
| 361 | 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 | ||
| 362 | 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 | ||
| 363 | 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 | ||
| 364 | 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 | ||
| 365 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 366 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 367 | 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 | ||
| 368 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 369 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 370 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 371 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 372 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 373 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 374 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 375 | |||
| 376 | 2024.12.21 01:16:27.923818 [ 282 ] {a34fb657-ca57-406d-9c24-aff46dc79a4c} <Debug> TCPHandler: Processed in 0.072210706 sec. | ||
| 377 | 2024.12.21 01:16:27.924195 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 378 | 2024.12.21 01:16:27.924421 [ 287 ] {6d3e2ef2-b1de-476f-9eeb-738e3e87d0c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 379 | 2024.12.21 01:16:27.924816 [ 287 ] {6d3e2ef2-b1de-476f-9eeb-738e3e87d0c5} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64589) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 380 | |||
| 381 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 382 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 383 | 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 | ||
| 384 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 385 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 386 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 387 | 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 | ||
| 388 | 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 | ||
| 389 | 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 | ||
| 390 | 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 | ||
| 391 | 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 | ||
| 392 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 393 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 394 | 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 | ||
| 395 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 396 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 397 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 398 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 399 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 400 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 401 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 402 | |||
| 403 | 2024.12.21 01:16:27.925120 [ 287 ] {6d3e2ef2-b1de-476f-9eeb-738e3e87d0c5} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 404 | |||
| 405 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 406 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 407 | 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 | ||
| 408 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 409 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 410 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 411 | 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 | ||
| 412 | 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 | ||
| 413 | 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 | ||
| 414 | 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 | ||
| 415 | 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 | ||
| 416 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 417 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 418 | 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 | ||
| 419 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 420 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 421 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 422 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 423 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 424 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 425 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 426 | |||
| 427 | 2024.12.21 01:16:27.925346 [ 287 ] {6d3e2ef2-b1de-476f-9eeb-738e3e87d0c5} <Debug> TCPHandler: Processed in 0.001317472 sec. | ||
| 428 | 2024.12.21 01:16:27.927648 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 429 | 2024.12.21 01:16:27.928951 [ 282 ] {c1778739-4ef7-4869-8690-a91dd56abe78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 430 | 2024.12.21 01:16:27.929640 [ 282 ] {c1778739-4ef7-4869-8690-a91dd56abe78} <Debug> TCPHandler: Processed in 0.002105195 sec. | ||
| 431 | 2024.12.21 01:16:27.929861 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 432 | 2024.12.21 01:16:27.930034 [ 287 ] {2f392feb-9372-4147-aa10-57f19f6ffd2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 433 | 2024.12.21 01:16:27.930196 [ 287 ] {2f392feb-9372-4147-aa10-57f19f6ffd2d} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 434 | 2024.12.21 01:16:27.931738 [ 287 ] {2f392feb-9372-4147-aa10-57f19f6ffd2d} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 435 | 2024.12.21 01:16:27.931827 [ 287 ] {2f392feb-9372-4147-aa10-57f19f6ffd2d} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000125322 sec | ||
| 436 | 2024.12.21 01:16:27.931844 [ 287 ] {2f392feb-9372-4147-aa10-57f19f6ffd2d} <Trace> ReferentialDeps: No tables | ||
| 437 | 2024.12.21 01:16:27.931858 [ 287 ] {2f392feb-9372-4147-aa10-57f19f6ffd2d} <Trace> LoadingDeps: No tables | ||
| 438 | 2024.12.21 01:16:27.931881 [ 287 ] {2f392feb-9372-4147-aa10-57f19f6ffd2d} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 439 | 2024.12.21 01:16:27.932000 [ 287 ] {2f392feb-9372-4147-aa10-57f19f6ffd2d} <Debug> TCPHandler: Processed in 0.002198937 sec. | ||
| 440 | 2024.12.21 01:16:27.932197 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 441 | 2024.12.21 01:16:27.932377 [ 282 ] {366f6e2a-b8cb-4c29-810a-1dd4527279d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) /* The version table contains metadata about the `oximeter` database */ | ||
| 442 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 443 | 2024.12.21 01:16:27.932504 [ 282 ] {366f6e2a-b8cb-4c29-810a-1dd4527279d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 444 | 2024.12.21 01:16:27.945608 [ 282 ] {366f6e2a-b8cb-4c29-810a-1dd4527279d5} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 445 | 2024.12.21 01:16:27.946840 [ 282 ] {366f6e2a-b8cb-4c29-810a-1dd4527279d5} <Debug> oximeter.version (00e14f89-cdc0-4e3e-8467-c317c03c505b): Loading data parts | ||
| 446 | 2024.12.21 01:16:27.947400 [ 282 ] {366f6e2a-b8cb-4c29-810a-1dd4527279d5} <Debug> oximeter.version (00e14f89-cdc0-4e3e-8467-c317c03c505b): There are no data parts | ||
| 447 | 2024.12.21 01:16:27.950098 [ 282 ] {366f6e2a-b8cb-4c29-810a-1dd4527279d5} <Debug> TCPHandler: Processed in 0.017958383 sec. | ||
| 448 | 2024.12.21 01:16:27.950331 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 449 | 2024.12.21 01:16:27.950663 [ 287 ] {626c63f0-e9eb-49a5-a21a-1e1d6e518df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) /* The measurement tables contain all individual samples from each timeseries. | ||
| 450 | * | ||
| 451 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 452 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 453 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 454 | * by all samples from the same timeseries. | ||
| 455 | * | ||
| 456 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 457 | * and then uses that to index quickly into the measurements tables. | ||
| 458 | */ | ||
| 459 | 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) | ||
| 460 | 2024.12.21 01:16:27.950804 [ 287 ] {626c63f0-e9eb-49a5-a21a-1e1d6e518df8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 461 | 2024.12.21 01:16:27.961605 [ 287 ] {626c63f0-e9eb-49a5-a21a-1e1d6e518df8} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Loading data parts | ||
| 462 | 2024.12.21 01:16:27.961846 [ 287 ] {626c63f0-e9eb-49a5-a21a-1e1d6e518df8} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): There are no data parts | ||
| 463 | 2024.12.21 01:16:27.963185 [ 287 ] {626c63f0-e9eb-49a5-a21a-1e1d6e518df8} <Debug> TCPHandler: Processed in 0.012917348 sec. | ||
| 464 | 2024.12.21 01:16:27.963471 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 465 | 2024.12.21 01:16:27.963773 [ 282 ] {a58173ca-8802-4e4d-9ca6-0d994e337525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 466 | 2024.12.21 01:16:27.963963 [ 282 ] {a58173ca-8802-4e4d-9ca6-0d994e337525} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 467 | 2024.12.21 01:16:27.966419 [ 282 ] {a58173ca-8802-4e4d-9ca6-0d994e337525} <Debug> oximeter.measurements_i8 (829fc699-8479-49c6-8b67-324cb3e36072): Loading data parts | ||
| 468 | 2024.12.21 01:16:27.966599 [ 282 ] {a58173ca-8802-4e4d-9ca6-0d994e337525} <Debug> oximeter.measurements_i8 (829fc699-8479-49c6-8b67-324cb3e36072): There are no data parts | ||
| 469 | 2024.12.21 01:16:27.968628 [ 282 ] {a58173ca-8802-4e4d-9ca6-0d994e337525} <Debug> TCPHandler: Processed in 0.005258789 sec. | ||
| 470 | 2024.12.21 01:16:27.968855 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 471 | 2024.12.21 01:16:27.969228 [ 287 ] {4c47e907-eed8-48c1-b67f-aabc480fe544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 472 | 2024.12.21 01:16:27.969367 [ 287 ] {4c47e907-eed8-48c1-b67f-aabc480fe544} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 473 | 2024.12.21 01:16:27.971613 [ 287 ] {4c47e907-eed8-48c1-b67f-aabc480fe544} <Debug> oximeter.measurements_u8 (77a112ba-5de4-4fae-afb2-f1bccb34f4bd): Loading data parts | ||
| 474 | 2024.12.21 01:16:27.971794 [ 287 ] {4c47e907-eed8-48c1-b67f-aabc480fe544} <Debug> oximeter.measurements_u8 (77a112ba-5de4-4fae-afb2-f1bccb34f4bd): There are no data parts | ||
| 475 | 2024.12.21 01:16:27.973061 [ 287 ] {4c47e907-eed8-48c1-b67f-aabc480fe544} <Debug> TCPHandler: Processed in 0.004287602 sec. | ||
| 476 | 2024.12.21 01:16:27.973288 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 477 | 2024.12.21 01:16:27.973512 [ 282 ] {39324d3b-cac6-4960-ae86-f6b458221bb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 478 | 2024.12.21 01:16:27.973659 [ 282 ] {39324d3b-cac6-4960-ae86-f6b458221bb1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 479 | 2024.12.21 01:16:27.976189 [ 282 ] {39324d3b-cac6-4960-ae86-f6b458221bb1} <Debug> oximeter.measurements_i16 (935bbca6-6f24-4c0d-bfac-cbf0834c826a): Loading data parts | ||
| 480 | 2024.12.21 01:16:27.976478 [ 282 ] {39324d3b-cac6-4960-ae86-f6b458221bb1} <Debug> oximeter.measurements_i16 (935bbca6-6f24-4c0d-bfac-cbf0834c826a): There are no data parts | ||
| 481 | 2024.12.21 01:16:27.977701 [ 282 ] {39324d3b-cac6-4960-ae86-f6b458221bb1} <Debug> TCPHandler: Processed in 0.004471215 sec. | ||
| 482 | 2024.12.21 01:16:27.977915 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 483 | 2024.12.21 01:16:27.978247 [ 287 ] {c78a6afc-a84d-4056-a396-fc20bbad12e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 484 | 2024.12.21 01:16:27.978371 [ 287 ] {c78a6afc-a84d-4056-a396-fc20bbad12e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 485 | 2024.12.21 01:16:27.980314 [ 287 ] {c78a6afc-a84d-4056-a396-fc20bbad12e0} <Debug> oximeter.measurements_u16 (cea84982-9a21-4860-b568-427c427fec29): Loading data parts | ||
| 486 | 2024.12.21 01:16:27.980490 [ 287 ] {c78a6afc-a84d-4056-a396-fc20bbad12e0} <Debug> oximeter.measurements_u16 (cea84982-9a21-4860-b568-427c427fec29): There are no data parts | ||
| 487 | 2024.12.21 01:16:27.982048 [ 287 ] {c78a6afc-a84d-4056-a396-fc20bbad12e0} <Debug> TCPHandler: Processed in 0.00419613 sec. | ||
| 488 | 2024.12.21 01:16:27.982256 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 489 | 2024.12.21 01:16:27.982481 [ 282 ] {74afe6c6-5c1a-48f6-865a-997e5206433d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 490 | 2024.12.21 01:16:27.982623 [ 282 ] {74afe6c6-5c1a-48f6-865a-997e5206433d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 491 | 2024.12.21 01:16:27.984765 [ 282 ] {74afe6c6-5c1a-48f6-865a-997e5206433d} <Debug> oximeter.measurements_i32 (084dabe8-5156-40e0-a07a-9f62a9fc173c): Loading data parts | ||
| 492 | 2024.12.21 01:16:27.985036 [ 282 ] {74afe6c6-5c1a-48f6-865a-997e5206433d} <Debug> oximeter.measurements_i32 (084dabe8-5156-40e0-a07a-9f62a9fc173c): There are no data parts | ||
| 493 | 2024.12.21 01:16:27.986267 [ 282 ] {74afe6c6-5c1a-48f6-865a-997e5206433d} <Debug> TCPHandler: Processed in 0.004072969 sec. | ||
| 494 | 2024.12.21 01:16:27.986494 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 495 | 2024.12.21 01:16:27.986814 [ 287 ] {56232e49-0953-4036-a704-531fa53ed3d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 496 | 2024.12.21 01:16:27.986934 [ 287 ] {56232e49-0953-4036-a704-531fa53ed3d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 497 | 2024.12.21 01:16:27.989100 [ 287 ] {56232e49-0953-4036-a704-531fa53ed3d7} <Debug> oximeter.measurements_u32 (2087a016-0b63-4ace-9627-6b5b5002dfbf): Loading data parts | ||
| 498 | 2024.12.21 01:16:27.989273 [ 287 ] {56232e49-0953-4036-a704-531fa53ed3d7} <Debug> oximeter.measurements_u32 (2087a016-0b63-4ace-9627-6b5b5002dfbf): There are no data parts | ||
| 499 | 2024.12.21 01:16:27.990716 [ 287 ] {56232e49-0953-4036-a704-531fa53ed3d7} <Debug> TCPHandler: Processed in 0.004295702 sec. | ||
| 500 | 2024.12.21 01:16:27.990918 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 501 | 2024.12.21 01:16:27.991134 [ 282 ] {d03a08ef-c8f3-4b56-8fe3-ac1f9d3b2089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 502 | 2024.12.21 01:16:27.991265 [ 282 ] {d03a08ef-c8f3-4b56-8fe3-ac1f9d3b2089} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 503 | 2024.12.21 01:16:27.993131 [ 282 ] {d03a08ef-c8f3-4b56-8fe3-ac1f9d3b2089} <Debug> oximeter.measurements_i64 (cb750a95-153d-4640-84c1-b972bd115fca): Loading data parts | ||
| 504 | 2024.12.21 01:16:27.993333 [ 282 ] {d03a08ef-c8f3-4b56-8fe3-ac1f9d3b2089} <Debug> oximeter.measurements_i64 (cb750a95-153d-4640-84c1-b972bd115fca): There are no data parts | ||
| 505 | 2024.12.21 01:16:27.994639 [ 282 ] {d03a08ef-c8f3-4b56-8fe3-ac1f9d3b2089} <Debug> TCPHandler: Processed in 0.003783894 sec. | ||
| 506 | 2024.12.21 01:16:27.994850 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 507 | 2024.12.21 01:16:27.995158 [ 287 ] {6ef7e2b4-a25d-47ba-9dcb-be75d73ac97b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 508 | 2024.12.21 01:16:27.995323 [ 287 ] {6ef7e2b4-a25d-47ba-9dcb-be75d73ac97b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 509 | 2024.12.21 01:16:27.997610 [ 287 ] {6ef7e2b4-a25d-47ba-9dcb-be75d73ac97b} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Loading data parts | ||
| 510 | 2024.12.21 01:16:27.997808 [ 287 ] {6ef7e2b4-a25d-47ba-9dcb-be75d73ac97b} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): There are no data parts | ||
| 511 | 2024.12.21 01:16:27.999335 [ 287 ] {6ef7e2b4-a25d-47ba-9dcb-be75d73ac97b} <Debug> TCPHandler: Processed in 0.004551236 sec. | ||
| 512 | 2024.12.21 01:16:27.999551 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 513 | 2024.12.21 01:16:27.999768 [ 282 ] {2333d9ec-fb7a-4772-b5b6-3def1b73d7dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 514 | 2024.12.21 01:16:27.999909 [ 282 ] {2333d9ec-fb7a-4772-b5b6-3def1b73d7dd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 515 | 2024.12.21 01:16:28.000231 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 125.88 MiB, peak 125.88 MiB, free memory in arenas 0.00 B, will set to 135.31 MiB (RSS), difference: 9.43 MiB | ||
| 516 | 2024.12.21 01:16:28.002352 [ 282 ] {2333d9ec-fb7a-4772-b5b6-3def1b73d7dd} <Debug> oximeter.measurements_f32 (f178e68e-9686-4dd8-a932-812137982534): Loading data parts | ||
| 517 | 2024.12.21 01:16:28.002553 [ 282 ] {2333d9ec-fb7a-4772-b5b6-3def1b73d7dd} <Debug> oximeter.measurements_f32 (f178e68e-9686-4dd8-a932-812137982534): There are no data parts | ||
| 518 | 2024.12.21 01:16:28.003881 [ 282 ] {2333d9ec-fb7a-4772-b5b6-3def1b73d7dd} <Debug> TCPHandler: Processed in 0.004391414 sec. | ||
| 519 | 2024.12.21 01:16:28.004191 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 520 | 2024.12.21 01:16:28.004417 [ 287 ] {055e722d-a0a3-46bd-a777-dca62a52f9b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 521 | 2024.12.21 01:16:28.004567 [ 287 ] {055e722d-a0a3-46bd-a777-dca62a52f9b3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 522 | 2024.12.21 01:16:28.006727 [ 287 ] {055e722d-a0a3-46bd-a777-dca62a52f9b3} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Loading data parts | ||
| 523 | 2024.12.21 01:16:28.007035 [ 287 ] {055e722d-a0a3-46bd-a777-dca62a52f9b3} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): There are no data parts | ||
| 524 | 2024.12.21 01:16:28.008587 [ 287 ] {055e722d-a0a3-46bd-a777-dca62a52f9b3} <Debug> TCPHandler: Processed in 0.004467135 sec. | ||
| 525 | 2024.12.21 01:16:28.008798 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 526 | 2024.12.21 01:16:28.009114 [ 282 ] {bb0038a4-2615-427e-baa0-46a450c3a2ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 527 | 2024.12.21 01:16:28.009210 [ 282 ] {bb0038a4-2615-427e-baa0-46a450c3a2ed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 528 | 2024.12.21 01:16:28.011085 [ 282 ] {bb0038a4-2615-427e-baa0-46a450c3a2ed} <Debug> oximeter.measurements_string (af372f1e-4204-462c-8a35-98402011d6b4): Loading data parts | ||
| 529 | 2024.12.21 01:16:28.011286 [ 282 ] {bb0038a4-2615-427e-baa0-46a450c3a2ed} <Debug> oximeter.measurements_string (af372f1e-4204-462c-8a35-98402011d6b4): There are no data parts | ||
| 530 | 2024.12.21 01:16:28.013020 [ 282 ] {bb0038a4-2615-427e-baa0-46a450c3a2ed} <Debug> TCPHandler: Processed in 0.004281452 sec. | ||
| 531 | 2024.12.21 01:16:28.013267 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 532 | 2024.12.21 01:16:28.013490 [ 287 ] {b75298a9-6bda-42b4-b38f-8272295e3a8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 533 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 534 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 535 | * a string isn't palatable for a few reasons. | ||
| 536 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 537 | * details. | ||
| 538 | */ | ||
| 539 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 540 | 2024.12.21 01:16:28.013648 [ 287 ] {b75298a9-6bda-42b4-b38f-8272295e3a8a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 541 | 2024.12.21 01:16:28.015660 [ 287 ] {b75298a9-6bda-42b4-b38f-8272295e3a8a} <Debug> oximeter.measurements_bytes (b6210f40-e3f9-4b63-a6bc-c07e2c0df400): Loading data parts | ||
| 542 | 2024.12.21 01:16:28.015838 [ 287 ] {b75298a9-6bda-42b4-b38f-8272295e3a8a} <Debug> oximeter.measurements_bytes (b6210f40-e3f9-4b63-a6bc-c07e2c0df400): There are no data parts | ||
| 543 | 2024.12.21 01:16:28.017515 [ 287 ] {b75298a9-6bda-42b4-b38f-8272295e3a8a} <Debug> TCPHandler: Processed in 0.004310183 sec. | ||
| 544 | 2024.12.21 01:16:28.017726 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 545 | 2024.12.21 01:16:28.017956 [ 282 ] {e2ec89af-2b4f-4233-9db4-55c9563196ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 546 | 2024.12.21 01:16:28.018106 [ 282 ] {e2ec89af-2b4f-4233-9db4-55c9563196ad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 547 | 2024.12.21 01:16:28.020068 [ 282 ] {e2ec89af-2b4f-4233-9db4-55c9563196ad} <Debug> oximeter.measurements_cumulativei64 (d23cd372-e1aa-4812-829b-4815c2fdee22): Loading data parts | ||
| 548 | 2024.12.21 01:16:28.020209 [ 282 ] {e2ec89af-2b4f-4233-9db4-55c9563196ad} <Debug> oximeter.measurements_cumulativei64 (d23cd372-e1aa-4812-829b-4815c2fdee22): There are no data parts | ||
| 549 | 2024.12.21 01:16:28.021564 [ 282 ] {e2ec89af-2b4f-4233-9db4-55c9563196ad} <Debug> TCPHandler: Processed in 0.003897096 sec. | ||
| 550 | 2024.12.21 01:16:28.021833 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 551 | 2024.12.21 01:16:28.022109 [ 287 ] {35ac7dcb-673b-4369-bbb9-e821fa4eba76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 552 | 2024.12.21 01:16:28.022248 [ 287 ] {35ac7dcb-673b-4369-bbb9-e821fa4eba76} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 553 | 2024.12.21 01:16:28.024560 [ 287 ] {35ac7dcb-673b-4369-bbb9-e821fa4eba76} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Loading data parts | ||
| 554 | 2024.12.21 01:16:28.024811 [ 287 ] {35ac7dcb-673b-4369-bbb9-e821fa4eba76} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): There are no data parts | ||
| 555 | 2024.12.21 01:16:28.026292 [ 287 ] {35ac7dcb-673b-4369-bbb9-e821fa4eba76} <Debug> TCPHandler: Processed in 0.004530526 sec. | ||
| 556 | 2024.12.21 01:16:28.026510 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 557 | 2024.12.21 01:16:28.026831 [ 282 ] {9e29b337-2847-4ab3-b85a-de88f45dafa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 558 | 2024.12.21 01:16:28.026923 [ 282 ] {9e29b337-2847-4ab3-b85a-de88f45dafa4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 559 | 2024.12.21 01:16:28.029005 [ 282 ] {9e29b337-2847-4ab3-b85a-de88f45dafa4} <Debug> oximeter.measurements_cumulativef32 (6d8e042a-c00e-483b-a7c0-cd6da6f06c89): Loading data parts | ||
| 560 | 2024.12.21 01:16:28.029154 [ 282 ] {9e29b337-2847-4ab3-b85a-de88f45dafa4} <Debug> oximeter.measurements_cumulativef32 (6d8e042a-c00e-483b-a7c0-cd6da6f06c89): There are no data parts | ||
| 561 | 2024.12.21 01:16:28.030465 [ 282 ] {9e29b337-2847-4ab3-b85a-de88f45dafa4} <Debug> TCPHandler: Processed in 0.004016188 sec. | ||
| 562 | 2024.12.21 01:16:28.030679 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 563 | 2024.12.21 01:16:28.030924 [ 287 ] {75627ba7-35b3-43fd-9354-5209772ca981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 564 | 2024.12.21 01:16:28.031071 [ 287 ] {75627ba7-35b3-43fd-9354-5209772ca981} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 565 | 2024.12.21 01:16:28.033068 [ 287 ] {75627ba7-35b3-43fd-9354-5209772ca981} <Debug> oximeter.measurements_cumulativef64 (b7407a64-3429-40e3-ba8e-34e62c8f89f8): Loading data parts | ||
| 566 | 2024.12.21 01:16:28.033263 [ 287 ] {75627ba7-35b3-43fd-9354-5209772ca981} <Debug> oximeter.measurements_cumulativef64 (b7407a64-3429-40e3-ba8e-34e62c8f89f8): There are no data parts | ||
| 567 | 2024.12.21 01:16:28.034412 [ 287 ] {75627ba7-35b3-43fd-9354-5209772ca981} <Debug> TCPHandler: Processed in 0.003802413 sec. | ||
| 568 | 2024.12.21 01:16:28.034610 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 569 | 2024.12.21 01:16:28.035017 [ 282 ] {c2eabe91-b54c-4bdf-8ed3-706f05f08a94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 570 | * NOTE: Array types cannot be Nullable, see | ||
| 571 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 572 | * for more details. | ||
| 573 | * | ||
| 574 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 575 | * is unfortunate, and at this point relies on the fact that an | ||
| 576 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 577 | * to figure out another way to represent missing samples here. | ||
| 578 | */ | ||
| 579 | 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) | ||
| 580 | 2024.12.21 01:16:28.035162 [ 282 ] {c2eabe91-b54c-4bdf-8ed3-706f05f08a94} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 581 | 2024.12.21 01:16:28.037445 [ 282 ] {c2eabe91-b54c-4bdf-8ed3-706f05f08a94} <Debug> oximeter.measurements_histogrami8 (4ab41ec4-fc22-462f-b34e-74524dcae898): Loading data parts | ||
| 582 | 2024.12.21 01:16:28.037580 [ 282 ] {c2eabe91-b54c-4bdf-8ed3-706f05f08a94} <Debug> oximeter.measurements_histogrami8 (4ab41ec4-fc22-462f-b34e-74524dcae898): There are no data parts | ||
| 583 | 2024.12.21 01:16:28.039274 [ 282 ] {c2eabe91-b54c-4bdf-8ed3-706f05f08a94} <Debug> TCPHandler: Processed in 0.004723899 sec. | ||
| 584 | 2024.12.21 01:16:28.039464 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 585 | 2024.12.21 01:16:28.039781 [ 287 ] {eb7cc9c6-3f2a-4da8-b40b-2e420eabc654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 586 | 2024.12.21 01:16:28.039942 [ 287 ] {eb7cc9c6-3f2a-4da8-b40b-2e420eabc654} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 587 | 2024.12.21 01:16:28.042054 [ 287 ] {eb7cc9c6-3f2a-4da8-b40b-2e420eabc654} <Debug> oximeter.measurements_histogramu8 (ec2a9091-d617-4a43-ba53-8f0fcf0e9d20): Loading data parts | ||
| 588 | 2024.12.21 01:16:28.042309 [ 287 ] {eb7cc9c6-3f2a-4da8-b40b-2e420eabc654} <Debug> oximeter.measurements_histogramu8 (ec2a9091-d617-4a43-ba53-8f0fcf0e9d20): There are no data parts | ||
| 589 | 2024.12.21 01:16:28.043701 [ 287 ] {eb7cc9c6-3f2a-4da8-b40b-2e420eabc654} <Debug> TCPHandler: Processed in 0.004296672 sec. | ||
| 590 | 2024.12.21 01:16:28.043903 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 591 | 2024.12.21 01:16:28.044305 [ 282 ] {a2a4a276-5af0-4e8b-8e42-706b78560b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 592 | 2024.12.21 01:16:28.044445 [ 282 ] {a2a4a276-5af0-4e8b-8e42-706b78560b7f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 593 | 2024.12.21 01:16:28.046770 [ 282 ] {a2a4a276-5af0-4e8b-8e42-706b78560b7f} <Debug> oximeter.measurements_histogrami16 (331074d6-e49c-4d83-9763-eba53a2027ef): Loading data parts | ||
| 594 | 2024.12.21 01:16:28.046902 [ 282 ] {a2a4a276-5af0-4e8b-8e42-706b78560b7f} <Debug> oximeter.measurements_histogrami16 (331074d6-e49c-4d83-9763-eba53a2027ef): There are no data parts | ||
| 595 | 2024.12.21 01:16:28.048357 [ 282 ] {a2a4a276-5af0-4e8b-8e42-706b78560b7f} <Debug> TCPHandler: Processed in 0.004514596 sec. | ||
| 596 | 2024.12.21 01:16:28.048556 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 597 | 2024.12.21 01:16:28.048890 [ 287 ] {cdcfcbc7-2e2d-47ac-af55-1f1553d200b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 598 | 2024.12.21 01:16:28.049055 [ 287 ] {cdcfcbc7-2e2d-47ac-af55-1f1553d200b8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 599 | 2024.12.21 01:16:28.051242 [ 287 ] {cdcfcbc7-2e2d-47ac-af55-1f1553d200b8} <Debug> oximeter.measurements_histogramu16 (c7c0a3c1-e1cd-4f9b-92aa-e5e9b8180914): Loading data parts | ||
| 600 | 2024.12.21 01:16:28.051499 [ 287 ] {cdcfcbc7-2e2d-47ac-af55-1f1553d200b8} <Debug> oximeter.measurements_histogramu16 (c7c0a3c1-e1cd-4f9b-92aa-e5e9b8180914): There are no data parts | ||
| 601 | 2024.12.21 01:16:28.053154 [ 287 ] {cdcfcbc7-2e2d-47ac-af55-1f1553d200b8} <Debug> TCPHandler: Processed in 0.004661668 sec. | ||
| 602 | 2024.12.21 01:16:28.053371 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 603 | 2024.12.21 01:16:28.053786 [ 282 ] {38b915ef-1bb8-446b-955c-44dc2ab86f68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 604 | 2024.12.21 01:16:28.053932 [ 282 ] {38b915ef-1bb8-446b-955c-44dc2ab86f68} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 605 | 2024.12.21 01:16:28.056458 [ 282 ] {38b915ef-1bb8-446b-955c-44dc2ab86f68} <Debug> oximeter.measurements_histogrami32 (692642ad-34e1-4cea-a319-9f30827a6f72): Loading data parts | ||
| 606 | 2024.12.21 01:16:28.056612 [ 282 ] {38b915ef-1bb8-446b-955c-44dc2ab86f68} <Debug> oximeter.measurements_histogrami32 (692642ad-34e1-4cea-a319-9f30827a6f72): There are no data parts | ||
| 607 | 2024.12.21 01:16:28.058113 [ 282 ] {38b915ef-1bb8-446b-955c-44dc2ab86f68} <Debug> TCPHandler: Processed in 0.004801371 sec. | ||
| 608 | 2024.12.21 01:16:28.058332 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 609 | 2024.12.21 01:16:28.058654 [ 287 ] {2cbaebab-2c4c-4009-9461-624e291220b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 610 | 2024.12.21 01:16:28.058827 [ 287 ] {2cbaebab-2c4c-4009-9461-624e291220b8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 611 | 2024.12.21 01:16:28.061084 [ 287 ] {2cbaebab-2c4c-4009-9461-624e291220b8} <Debug> oximeter.measurements_histogramu32 (f00b8de4-185f-48ae-890f-541c5baa5f18): Loading data parts | ||
| 612 | 2024.12.21 01:16:28.061357 [ 287 ] {2cbaebab-2c4c-4009-9461-624e291220b8} <Debug> oximeter.measurements_histogramu32 (f00b8de4-185f-48ae-890f-541c5baa5f18): There are no data parts | ||
| 613 | 2024.12.21 01:16:28.062962 [ 287 ] {2cbaebab-2c4c-4009-9461-624e291220b8} <Debug> TCPHandler: Processed in 0.004698809 sec. | ||
| 614 | 2024.12.21 01:16:28.063222 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 615 | 2024.12.21 01:16:28.063635 [ 282 ] {900ebc28-08eb-4e84-8247-56a686a2902b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 616 | 2024.12.21 01:16:28.063789 [ 282 ] {900ebc28-08eb-4e84-8247-56a686a2902b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 617 | 2024.12.21 01:16:28.067328 [ 282 ] {900ebc28-08eb-4e84-8247-56a686a2902b} <Debug> oximeter.measurements_histogrami64 (2d91f857-cee9-4bd1-98b3-f017d86e4152): Loading data parts | ||
| 618 | 2024.12.21 01:16:28.067481 [ 282 ] {900ebc28-08eb-4e84-8247-56a686a2902b} <Debug> oximeter.measurements_histogrami64 (2d91f857-cee9-4bd1-98b3-f017d86e4152): There are no data parts | ||
| 619 | 2024.12.21 01:16:28.069227 [ 282 ] {900ebc28-08eb-4e84-8247-56a686a2902b} <Debug> TCPHandler: Processed in 0.006087083 sec. | ||
| 620 | 2024.12.21 01:16:28.069446 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 621 | 2024.12.21 01:16:28.069748 [ 287 ] {cef7630d-6d02-4e64-af1b-779c9106fcbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 622 | 2024.12.21 01:16:28.069913 [ 287 ] {cef7630d-6d02-4e64-af1b-779c9106fcbf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 623 | 2024.12.21 01:16:28.072244 [ 287 ] {cef7630d-6d02-4e64-af1b-779c9106fcbf} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Loading data parts | ||
| 624 | 2024.12.21 01:16:28.072503 [ 287 ] {cef7630d-6d02-4e64-af1b-779c9106fcbf} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): There are no data parts | ||
| 625 | 2024.12.21 01:16:28.074015 [ 287 ] {cef7630d-6d02-4e64-af1b-779c9106fcbf} <Debug> TCPHandler: Processed in 0.004631308 sec. | ||
| 626 | 2024.12.21 01:16:28.074225 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 627 | 2024.12.21 01:16:28.074624 [ 282 ] {23b16859-9cc0-4250-a885-0c0e2cb7ce98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 628 | 2024.12.21 01:16:28.074759 [ 282 ] {23b16859-9cc0-4250-a885-0c0e2cb7ce98} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 629 | 2024.12.21 01:16:28.077562 [ 282 ] {23b16859-9cc0-4250-a885-0c0e2cb7ce98} <Debug> oximeter.measurements_histogramf32 (fe06a2b1-6bdb-4058-b7ac-64adf76ec37a): Loading data parts | ||
| 630 | 2024.12.21 01:16:28.077695 [ 282 ] {23b16859-9cc0-4250-a885-0c0e2cb7ce98} <Debug> oximeter.measurements_histogramf32 (fe06a2b1-6bdb-4058-b7ac-64adf76ec37a): There are no data parts | ||
| 631 | 2024.12.21 01:16:28.079056 [ 282 ] {23b16859-9cc0-4250-a885-0c0e2cb7ce98} <Debug> TCPHandler: Processed in 0.004891272 sec. | ||
| 632 | 2024.12.21 01:16:28.079274 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 633 | 2024.12.21 01:16:28.079579 [ 287 ] {32181d07-a62c-4bb0-a56b-c4daa937528b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 634 | 2024.12.21 01:16:28.079736 [ 287 ] {32181d07-a62c-4bb0-a56b-c4daa937528b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 635 | 2024.12.21 01:16:28.081876 [ 287 ] {32181d07-a62c-4bb0-a56b-c4daa937528b} <Debug> oximeter.measurements_histogramf64 (aa3b56ac-3aa5-4754-9ec4-92f5b943e975): Loading data parts | ||
| 636 | 2024.12.21 01:16:28.082114 [ 287 ] {32181d07-a62c-4bb0-a56b-c4daa937528b} <Debug> oximeter.measurements_histogramf64 (aa3b56ac-3aa5-4754-9ec4-92f5b943e975): There are no data parts | ||
| 637 | 2024.12.21 01:16:28.083455 [ 287 ] {32181d07-a62c-4bb0-a56b-c4daa937528b} <Debug> TCPHandler: Processed in 0.004239391 sec. | ||
| 638 | 2024.12.21 01:16:28.083654 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 639 | 2024.12.21 01:16:28.083978 [ 282 ] {4ca09da4-3b7f-4f38-818c-ffc0518caf29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) /* The field tables store named dimensions of each timeseries. | ||
| 640 | * | ||
| 641 | * As with the measurement tables, there is one field table for each field data | ||
| 642 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 643 | * this behavior **must not** be relied upon for query correctness. | ||
| 644 | * | ||
| 645 | * The index for the fields differs from the measurements, however. Rows are | ||
| 646 | * sorted by timeseries name, then field name, field value, and finally | ||
| 647 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 648 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 649 | * usually then used to look up measurements. | ||
| 650 | * | ||
| 651 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 652 | * timeseries name and then key, since it would improve lookups where one | ||
| 653 | * already has the key. Realistically though, these tables are quite small and | ||
| 654 | * so performance benefits will be low in absolute terms. | ||
| 655 | * | ||
| 656 | * TTL: We use a materialized column to expire old field table records. This | ||
| 657 | * column is generated automatically by the database whenever a new row is | ||
| 658 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 659 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 660 | * record will remain during a deduplication, which will have the last | ||
| 661 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 662 | * measurement tables. | ||
| 663 | */ | ||
| 664 | 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) | ||
| 665 | 2024.12.21 01:16:28.084116 [ 282 ] {4ca09da4-3b7f-4f38-818c-ffc0518caf29} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 666 | 2024.12.21 01:16:28.086314 [ 282 ] {4ca09da4-3b7f-4f38-818c-ffc0518caf29} <Debug> oximeter.fields_bool (f8a32ff4-c68d-4998-83c1-1969d11f5d0b): Loading data parts | ||
| 667 | 2024.12.21 01:16:28.086448 [ 282 ] {4ca09da4-3b7f-4f38-818c-ffc0518caf29} <Debug> oximeter.fields_bool (f8a32ff4-c68d-4998-83c1-1969d11f5d0b): There are no data parts | ||
| 668 | 2024.12.21 01:16:28.087755 [ 282 ] {4ca09da4-3b7f-4f38-818c-ffc0518caf29} <Debug> TCPHandler: Processed in 0.004162579 sec. | ||
| 669 | 2024.12.21 01:16:28.088058 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 670 | 2024.12.21 01:16:28.088270 [ 287 ] {435b91d7-f771-447d-b0b7-9d830ac78645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 671 | 2024.12.21 01:16:28.088421 [ 287 ] {435b91d7-f771-447d-b0b7-9d830ac78645} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 672 | 2024.12.21 01:16:28.090462 [ 287 ] {435b91d7-f771-447d-b0b7-9d830ac78645} <Debug> oximeter.fields_i8 (e57e8677-d703-4506-bb2f-625d0f4ed170): Loading data parts | ||
| 673 | 2024.12.21 01:16:28.090700 [ 287 ] {435b91d7-f771-447d-b0b7-9d830ac78645} <Debug> oximeter.fields_i8 (e57e8677-d703-4506-bb2f-625d0f4ed170): There are no data parts | ||
| 674 | 2024.12.21 01:16:28.092173 [ 287 ] {435b91d7-f771-447d-b0b7-9d830ac78645} <Debug> TCPHandler: Processed in 0.00417807 sec. | ||
| 675 | 2024.12.21 01:16:28.092375 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 676 | 2024.12.21 01:16:28.092708 [ 282 ] {b3093747-bf7d-49ce-9d56-f76038c79168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 677 | 2024.12.21 01:16:28.092759 [ 282 ] {b3093747-bf7d-49ce-9d56-f76038c79168} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 678 | 2024.12.21 01:16:28.095665 [ 282 ] {b3093747-bf7d-49ce-9d56-f76038c79168} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Loading data parts | ||
| 679 | 2024.12.21 01:16:28.095888 [ 282 ] {b3093747-bf7d-49ce-9d56-f76038c79168} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): There are no data parts | ||
| 680 | 2024.12.21 01:16:28.097447 [ 282 ] {b3093747-bf7d-49ce-9d56-f76038c79168} <Debug> TCPHandler: Processed in 0.005129807 sec. | ||
| 681 | 2024.12.21 01:16:28.097725 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 682 | 2024.12.21 01:16:28.097937 [ 287 ] {9685e2c6-6cef-4fc3-805e-45b6329c1203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 683 | 2024.12.21 01:16:28.098097 [ 287 ] {9685e2c6-6cef-4fc3-805e-45b6329c1203} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 684 | 2024.12.21 01:16:28.100306 [ 287 ] {9685e2c6-6cef-4fc3-805e-45b6329c1203} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Loading data parts | ||
| 685 | 2024.12.21 01:16:28.100609 [ 287 ] {9685e2c6-6cef-4fc3-805e-45b6329c1203} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): There are no data parts | ||
| 686 | 2024.12.21 01:16:28.101899 [ 287 ] {9685e2c6-6cef-4fc3-805e-45b6329c1203} <Debug> TCPHandler: Processed in 0.004233701 sec. | ||
| 687 | 2024.12.21 01:16:28.102091 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 688 | 2024.12.21 01:16:28.102397 [ 282 ] {a38b27a8-697a-411d-a8c4-e9538a460004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 689 | 2024.12.21 01:16:28.102491 [ 282 ] {a38b27a8-697a-411d-a8c4-e9538a460004} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 690 | 2024.12.21 01:16:28.104629 [ 282 ] {a38b27a8-697a-411d-a8c4-e9538a460004} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Loading data parts | ||
| 691 | 2024.12.21 01:16:28.104837 [ 282 ] {a38b27a8-697a-411d-a8c4-e9538a460004} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): There are no data parts | ||
| 692 | 2024.12.21 01:16:28.106727 [ 282 ] {a38b27a8-697a-411d-a8c4-e9538a460004} <Debug> TCPHandler: Processed in 0.004696539 sec. | ||
| 693 | 2024.12.21 01:16:28.107054 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 694 | 2024.12.21 01:16:28.107273 [ 287 ] {3a2e6d18-fa26-40dc-a676-07d296f47b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 695 | 2024.12.21 01:16:28.107451 [ 287 ] {3a2e6d18-fa26-40dc-a676-07d296f47b9d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 696 | 2024.12.21 01:16:28.109437 [ 287 ] {3a2e6d18-fa26-40dc-a676-07d296f47b9d} <Debug> oximeter.fields_i32 (bcc23c67-ca0b-4678-a7c9-83bdae586f07): Loading data parts | ||
| 697 | 2024.12.21 01:16:28.109710 [ 287 ] {3a2e6d18-fa26-40dc-a676-07d296f47b9d} <Debug> oximeter.fields_i32 (bcc23c67-ca0b-4678-a7c9-83bdae586f07): There are no data parts | ||
| 698 | 2024.12.21 01:16:28.111357 [ 287 ] {3a2e6d18-fa26-40dc-a676-07d296f47b9d} <Debug> TCPHandler: Processed in 0.004361924 sec. | ||
| 699 | 2024.12.21 01:16:28.111561 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 700 | 2024.12.21 01:16:28.111875 [ 282 ] {d067f549-be18-41d7-bc24-c7a73d03a69d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 701 | 2024.12.21 01:16:28.112007 [ 282 ] {d067f549-be18-41d7-bc24-c7a73d03a69d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 702 | 2024.12.21 01:16:28.113969 [ 282 ] {d067f549-be18-41d7-bc24-c7a73d03a69d} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Loading data parts | ||
| 703 | 2024.12.21 01:16:28.114116 [ 282 ] {d067f549-be18-41d7-bc24-c7a73d03a69d} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): There are no data parts | ||
| 704 | 2024.12.21 01:16:28.115604 [ 282 ] {d067f549-be18-41d7-bc24-c7a73d03a69d} <Debug> TCPHandler: Processed in 0.00410715 sec. | ||
| 705 | 2024.12.21 01:16:28.115863 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 706 | 2024.12.21 01:16:28.116079 [ 287 ] {253c6b9d-13c0-4974-a7f1-d0a25ad1ba98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 707 | 2024.12.21 01:16:28.116233 [ 287 ] {253c6b9d-13c0-4974-a7f1-d0a25ad1ba98} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 708 | 2024.12.21 01:16:28.118123 [ 287 ] {253c6b9d-13c0-4974-a7f1-d0a25ad1ba98} <Debug> oximeter.fields_i64 (213be4bf-0a89-485f-925b-e2056c502559): Loading data parts | ||
| 709 | 2024.12.21 01:16:28.118414 [ 287 ] {253c6b9d-13c0-4974-a7f1-d0a25ad1ba98} <Debug> oximeter.fields_i64 (213be4bf-0a89-485f-925b-e2056c502559): There are no data parts | ||
| 710 | 2024.12.21 01:16:28.119631 [ 287 ] {253c6b9d-13c0-4974-a7f1-d0a25ad1ba98} <Debug> TCPHandler: Processed in 0.003829334 sec. | ||
| 711 | 2024.12.21 01:16:28.119841 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 712 | 2024.12.21 01:16:28.120222 [ 282 ] {1cc0f5e7-eedc-48a3-bdce-b54896955426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 713 | 2024.12.21 01:16:28.120352 [ 282 ] {1cc0f5e7-eedc-48a3-bdce-b54896955426} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 714 | 2024.12.21 01:16:28.122472 [ 282 ] {1cc0f5e7-eedc-48a3-bdce-b54896955426} <Debug> oximeter.fields_u64 (7bbadb58-fcb2-48cc-8fbb-52cf9590ac95): Loading data parts | ||
| 715 | 2024.12.21 01:16:28.122671 [ 282 ] {1cc0f5e7-eedc-48a3-bdce-b54896955426} <Debug> oximeter.fields_u64 (7bbadb58-fcb2-48cc-8fbb-52cf9590ac95): There are no data parts | ||
| 716 | 2024.12.21 01:16:28.124005 [ 282 ] {1cc0f5e7-eedc-48a3-bdce-b54896955426} <Debug> TCPHandler: Processed in 0.004226201 sec. | ||
| 717 | 2024.12.21 01:16:28.124209 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 718 | 2024.12.21 01:16:28.124420 [ 287 ] {4f45d4c3-ff36-4382-b321-bd146b06963d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 719 | 2024.12.21 01:16:28.124577 [ 287 ] {4f45d4c3-ff36-4382-b321-bd146b06963d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 720 | 2024.12.21 01:16:28.126439 [ 287 ] {4f45d4c3-ff36-4382-b321-bd146b06963d} <Debug> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Loading data parts | ||
| 721 | 2024.12.21 01:16:28.126686 [ 287 ] {4f45d4c3-ff36-4382-b321-bd146b06963d} <Debug> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): There are no data parts | ||
| 722 | 2024.12.21 01:16:28.128210 [ 287 ] {4f45d4c3-ff36-4382-b321-bd146b06963d} <Debug> TCPHandler: Processed in 0.004063979 sec. | ||
| 723 | 2024.12.21 01:16:28.128417 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 724 | 2024.12.21 01:16:28.128739 [ 282 ] {7176959c-c258-4fc4-9ce6-8cf7fe918482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 725 | 2024.12.21 01:16:28.128867 [ 282 ] {7176959c-c258-4fc4-9ce6-8cf7fe918482} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 726 | 2024.12.21 01:16:28.130790 [ 282 ] {7176959c-c258-4fc4-9ce6-8cf7fe918482} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Loading data parts | ||
| 727 | 2024.12.21 01:16:28.130991 [ 282 ] {7176959c-c258-4fc4-9ce6-8cf7fe918482} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): There are no data parts | ||
| 728 | 2024.12.21 01:16:28.132434 [ 282 ] {7176959c-c258-4fc4-9ce6-8cf7fe918482} <Debug> TCPHandler: Processed in 0.004082389 sec. | ||
| 729 | 2024.12.21 01:16:28.132620 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 730 | 2024.12.21 01:16:28.132831 [ 287 ] {b058d226-ec4f-42a5-ac20-07d0890c68ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 731 | 2024.12.21 01:16:28.132986 [ 287 ] {b058d226-ec4f-42a5-ac20-07d0890c68ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 732 | 2024.12.21 01:16:28.135090 [ 287 ] {b058d226-ec4f-42a5-ac20-07d0890c68ea} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Loading data parts | ||
| 733 | 2024.12.21 01:16:28.135265 [ 287 ] {b058d226-ec4f-42a5-ac20-07d0890c68ea} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): There are no data parts | ||
| 734 | 2024.12.21 01:16:28.136470 [ 287 ] {b058d226-ec4f-42a5-ac20-07d0890c68ea} <Debug> TCPHandler: Processed in 0.003908556 sec. | ||
| 735 | 2024.12.21 01:16:28.136694 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 736 | 2024.12.21 01:16:28.137073 [ 282 ] {6d03b6d5-6f94-4466-8fca-0f106acc400c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) /* The timeseries schema table stores the extracted schema for the samples | ||
| 737 | * oximeter collects. | ||
| 738 | */ | ||
| 739 | 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) | ||
| 740 | 2024.12.21 01:16:28.137211 [ 282 ] {6d03b6d5-6f94-4466-8fca-0f106acc400c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 741 | 2024.12.21 01:16:28.139155 [ 282 ] {6d03b6d5-6f94-4466-8fca-0f106acc400c} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): Loading data parts | ||
| 742 | 2024.12.21 01:16:28.139358 [ 282 ] {6d03b6d5-6f94-4466-8fca-0f106acc400c} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): There are no data parts | ||
| 743 | 2024.12.21 01:16:28.140692 [ 282 ] {6d03b6d5-6f94-4466-8fca-0f106acc400c} <Debug> TCPHandler: Processed in 0.004058179 sec. | ||
| 744 | 2024.12.21 01:16:28.140903 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 745 | 2024.12.21 01:16:28.141250 [ 287 ] {37190d93-8295-422a-b448-b51d81cf07d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 746 | 2024.12.21 01:16:28.144084 [ 287 ] {37190d93-8295-422a-b448-b51d81cf07d8} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 747 | 2024.12.21 01:16:28.153873 [ 292 ] {37190d93-8295-422a-b448-b51d81cf07d8} <Trace> oximeter.version (00e14f89-cdc0-4e3e-8467-c317c03c505b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 748 | 2024.12.21 01:16:28.153971 [ 292 ] {37190d93-8295-422a-b448-b51d81cf07d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 749 | 2024.12.21 01:16:28.160891 [ 292 ] {37190d93-8295-422a-b448-b51d81cf07d8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 750 | 2024.12.21 01:16:28.161468 [ 292 ] {37190d93-8295-422a-b448-b51d81cf07d8} <Trace> oximeter.version (00e14f89-cdc0-4e3e-8467-c317c03c505b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 751 | 2024.12.21 01:16:28.161839 [ 287 ] {37190d93-8295-422a-b448-b51d81cf07d8} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.02068 sec., 48.355899419729205 rows/sec., 773.69 B/sec. | ||
| 752 | 2024.12.21 01:16:28.162122 [ 287 ] {37190d93-8295-422a-b448-b51d81cf07d8} <Debug> TCPHandler: Processed in 0.021287389 sec. | ||
| 753 | 2024.12.21 01:16:29.000203 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.78 MiB, peak 137.78 MiB, free memory in arenas 0.00 B, will set to 141.55 MiB (RSS), difference: 3.77 MiB | ||
| 754 | 2024.12.21 01:16:31.357922 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 755 | 2024.12.21 01:16:31.357945 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 756 | 2024.12.21 01:16:31.358054 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 757 | 2024.12.21 01:16:31.358071 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 758 | 2024.12.21 01:16:31.364150 [ 244 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Loading data parts | ||
| 759 | 2024.12.21 01:16:31.364558 [ 244 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): There are no data parts | ||
| 760 | 2024.12.21 01:16:31.375530 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 761 | 2024.12.21 01:16:31.375654 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 762 | 2024.12.21 01:16:31.381017 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 763 | 2024.12.21 01:16:31.382071 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 764 | 2024.12.21 01:16:31.382912 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 765 | 2024.12.21 01:16:31.385228 [ 243 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Loading data parts | ||
| 766 | 2024.12.21 01:16:31.385424 [ 243 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): There are no data parts | ||
| 767 | 2024.12.21 01:16:31.408769 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 768 | 2024.12.21 01:16:31.408822 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 769 | 2024.12.21 01:16:31.416360 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 770 | 2024.12.21 01:16:31.417694 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 771 | 2024.12.21 01:16:31.420087 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 772 | 2024.12.21 01:16:32.000169 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.47 MiB, peak 150.47 MiB, free memory in arenas 0.00 B, will set to 151.07 MiB (RSS), difference: 4.60 MiB | ||
| 773 | 2024.12.21 01:16:33.857869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 774 | 2024.12.21 01:16:33.858045 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 775 | 2024.12.21 01:16:33.910426 [ 242 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Loading data parts | ||
| 776 | 2024.12.21 01:16:33.910669 [ 242 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): There are no data parts | ||
| 777 | 2024.12.21 01:16:33.921145 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 778 | 2024.12.21 01:16:33.921185 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 779 | 2024.12.21 01:16:33.922927 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 780 | 2024.12.21 01:16:33.923423 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 781 | 2024.12.21 01:16:33.923902 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 782 | 2024.12.21 01:16:34.000231 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.25 MiB, peak 155.25 MiB, free memory in arenas 0.00 B, will set to 151.50 MiB (RSS), difference: -3.76 MiB | ||
| 783 | 2024.12.21 01:16:38.821045 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 784 | 2024.12.21 01:16:38.821100 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 785 | 2024.12.21 01:16:38.883061 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 786 | 2024.12.21 01:16:38.884045 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 787 | 2024.12.21 01:16:38.884090 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 788 | 2024.12.21 01:16:38.884763 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 789 | 2024.12.21 01:16:38.885232 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 790 | 2024.12.21 01:16:38.885427 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 791 | 2024.12.21 01:16:38.920185 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 792 | 2024.12.21 01:16:38.941613 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 793 | 2024.12.21 01:16:38.941674 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 794 | 2024.12.21 01:16:38.948651 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 795 | 2024.12.21 01:16:38.949760 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 796 | 2024.12.21 01:16:38.952447 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 797 | 2024.12.21 01:16:44.000153 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.00 MiB, peak 156.18 MiB, free memory in arenas 0.00 B, will set to 153.02 MiB (RSS), difference: 4.01 MiB | ||
| 798 | 2024.12.21 01:16:46.385521 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 799 | 2024.12.21 01:16:46.386162 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 800 | 2024.12.21 01:16:46.386209 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 801 | 2024.12.21 01:16:46.386972 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 802 | 2024.12.21 01:16:46.387480 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 803 | 2024.12.21 01:16:46.387723 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 804 | 2024.12.21 01:16:46.452515 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 805 | 2024.12.21 01:16:46.471548 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 806 | 2024.12.21 01:16:46.471603 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 807 | 2024.12.21 01:16:46.478089 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 808 | 2024.12.21 01:16:46.479363 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 809 | 2024.12.21 01:16:46.482131 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 810 | 2024.12.21 01:16:48.173365 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 811 | 2024.12.21 01:16:48.173682 [ 282 ] {caf58b3f-8059-4cd5-a147-9b65635466b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 812 | 2024.12.21 01:16:48.174322 [ 282 ] {caf58b3f-8059-4cd5-a147-9b65635466b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 813 | 2024.12.21 01:16:48.174620 [ 282 ] {caf58b3f-8059-4cd5-a147-9b65635466b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 814 | 2024.12.21 01:16:48.175375 [ 282 ] {caf58b3f-8059-4cd5-a147-9b65635466b9} <Debug> TCPHandler: Processed in 0.002195437 sec. | ||
| 815 | 2024.12.21 01:16:48.176653 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 816 | 2024.12.21 01:16:48.176925 [ 287 ] {4d1ef6cf-1d96-44bd-aae3-13e3a655939a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 817 | 2024.12.21 01:16:48.178913 [ 287 ] {4d1ef6cf-1d96-44bd-aae3-13e3a655939a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 818 | 2024.12.21 01:16:48.178997 [ 287 ] {4d1ef6cf-1d96-44bd-aae3-13e3a655939a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 819 | 2024.12.21 01:16:48.179638 [ 287 ] {4d1ef6cf-1d96-44bd-aae3-13e3a655939a} <Debug> TCPHandler: Processed in 0.003131063 sec. | ||
| 820 | 2024.12.21 01:16:48.179989 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 821 | 2024.12.21 01:16:48.180153 [ 282 ] {69866604-c4eb-4b1e-aaaf-f8f3cbb65297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 822 | 2024.12.21 01:16:48.180596 [ 282 ] {69866604-c4eb-4b1e-aaaf-f8f3cbb65297} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 823 | 2024.12.21 01:16:48.180655 [ 282 ] {69866604-c4eb-4b1e-aaaf-f8f3cbb65297} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 824 | 2024.12.21 01:16:48.181193 [ 282 ] {69866604-c4eb-4b1e-aaaf-f8f3cbb65297} <Debug> TCPHandler: Processed in 0.001263851 sec. | ||
| 825 | 2024.12.21 01:16:48.181472 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 826 | 2024.12.21 01:16:48.181664 [ 287 ] {c4461160-40ef-41df-8b52-7c02fb759045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 827 | 2024.12.21 01:16:48.182119 [ 287 ] {c4461160-40ef-41df-8b52-7c02fb759045} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 828 | 2024.12.21 01:16:48.182188 [ 287 ] {c4461160-40ef-41df-8b52-7c02fb759045} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 829 | 2024.12.21 01:16:48.182703 [ 287 ] {c4461160-40ef-41df-8b52-7c02fb759045} <Debug> TCPHandler: Processed in 0.001300302 sec. | ||
| 830 | 2024.12.21 01:16:48.182967 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 831 | 2024.12.21 01:16:48.183121 [ 282 ] {96d97377-2c6f-4be6-913b-070e874f352e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 832 | 2024.12.21 01:16:48.183495 [ 282 ] {96d97377-2c6f-4be6-913b-070e874f352e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 833 | 2024.12.21 01:16:48.183552 [ 282 ] {96d97377-2c6f-4be6-913b-070e874f352e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 834 | 2024.12.21 01:16:48.184050 [ 282 ] {96d97377-2c6f-4be6-913b-070e874f352e} <Debug> TCPHandler: Processed in 0.001144189 sec. | ||
| 835 | 2024.12.21 01:16:48.184321 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 836 | 2024.12.21 01:16:48.184490 [ 287 ] {a415d403-1348-4508-8538-3d8e01b8b982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 837 | 2024.12.21 01:16:48.184934 [ 287 ] {a415d403-1348-4508-8538-3d8e01b8b982} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 838 | 2024.12.21 01:16:48.185002 [ 287 ] {a415d403-1348-4508-8538-3d8e01b8b982} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 839 | 2024.12.21 01:16:48.185532 [ 287 ] {a415d403-1348-4508-8538-3d8e01b8b982} <Debug> TCPHandler: Processed in 0.001269201 sec. | ||
| 840 | 2024.12.21 01:16:48.185787 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 841 | 2024.12.21 01:16:48.185940 [ 282 ] {d13cb6a4-0515-4bb3-914e-62819ddc14a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 842 | 2024.12.21 01:16:48.186316 [ 282 ] {d13cb6a4-0515-4bb3-914e-62819ddc14a6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 843 | 2024.12.21 01:16:48.186371 [ 282 ] {d13cb6a4-0515-4bb3-914e-62819ddc14a6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 844 | 2024.12.21 01:16:48.186872 [ 282 ] {d13cb6a4-0515-4bb3-914e-62819ddc14a6} <Debug> TCPHandler: Processed in 0.00114214 sec. | ||
| 845 | 2024.12.21 01:16:48.187122 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 846 | 2024.12.21 01:16:48.187281 [ 287 ] {43d09be1-7358-4529-ae7a-89a4ebeea831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 847 | 2024.12.21 01:16:48.187662 [ 287 ] {43d09be1-7358-4529-ae7a-89a4ebeea831} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 848 | 2024.12.21 01:16:48.187720 [ 287 ] {43d09be1-7358-4529-ae7a-89a4ebeea831} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 849 | 2024.12.21 01:16:48.188181 [ 287 ] {43d09be1-7358-4529-ae7a-89a4ebeea831} <Debug> TCPHandler: Processed in 0.001115639 sec. | ||
| 850 | 2024.12.21 01:16:48.188420 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 851 | 2024.12.21 01:16:48.188571 [ 282 ] {9a5f4d30-c2e4-443a-94d2-5760ac68cf12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 852 | 2024.12.21 01:16:48.188950 [ 282 ] {9a5f4d30-c2e4-443a-94d2-5760ac68cf12} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 853 | 2024.12.21 01:16:48.189006 [ 282 ] {9a5f4d30-c2e4-443a-94d2-5760ac68cf12} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 854 | 2024.12.21 01:16:48.189498 [ 282 ] {9a5f4d30-c2e4-443a-94d2-5760ac68cf12} <Debug> TCPHandler: Processed in 0.001136619 sec. | ||
| 855 | 2024.12.21 01:16:48.189742 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 856 | 2024.12.21 01:16:48.189902 [ 287 ] {088dfacb-56f1-4725-83da-6c8ff3f85761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 857 | 2024.12.21 01:16:48.190285 [ 287 ] {088dfacb-56f1-4725-83da-6c8ff3f85761} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 858 | 2024.12.21 01:16:48.190343 [ 287 ] {088dfacb-56f1-4725-83da-6c8ff3f85761} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 859 | 2024.12.21 01:16:48.190800 [ 287 ] {088dfacb-56f1-4725-83da-6c8ff3f85761} <Debug> TCPHandler: Processed in 0.001112809 sec. | ||
| 860 | 2024.12.21 01:16:48.191050 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 861 | 2024.12.21 01:16:48.191209 [ 282 ] {1bf0359f-0afc-4b52-b2d5-897c5f88cbf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 862 | 2024.12.21 01:16:48.191592 [ 282 ] {1bf0359f-0afc-4b52-b2d5-897c5f88cbf4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 863 | 2024.12.21 01:16:48.191649 [ 282 ] {1bf0359f-0afc-4b52-b2d5-897c5f88cbf4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 864 | 2024.12.21 01:16:48.192151 [ 282 ] {1bf0359f-0afc-4b52-b2d5-897c5f88cbf4} <Debug> TCPHandler: Processed in 0.00115909 sec. | ||
| 865 | 2024.12.21 01:16:48.192383 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 866 | 2024.12.21 01:16:48.192574 [ 287 ] {6b84408f-7589-4b07-8cfb-4157258bf363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 867 | 2024.12.21 01:16:48.193041 [ 287 ] {6b84408f-7589-4b07-8cfb-4157258bf363} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 868 | 2024.12.21 01:16:48.193110 [ 287 ] {6b84408f-7589-4b07-8cfb-4157258bf363} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 869 | 2024.12.21 01:16:48.193630 [ 287 ] {6b84408f-7589-4b07-8cfb-4157258bf363} <Debug> TCPHandler: Processed in 0.001305182 sec. | ||
| 870 | 2024.12.21 01:16:48.193906 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 871 | 2024.12.21 01:16:48.194069 [ 282 ] {044b20a5-beae-4f9d-85b3-a1067cfc3642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 872 | 2024.12.21 01:16:48.194463 [ 282 ] {044b20a5-beae-4f9d-85b3-a1067cfc3642} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 873 | 2024.12.21 01:16:48.194518 [ 282 ] {044b20a5-beae-4f9d-85b3-a1067cfc3642} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 874 | 2024.12.21 01:16:48.195020 [ 282 ] {044b20a5-beae-4f9d-85b3-a1067cfc3642} <Debug> TCPHandler: Processed in 0.00117261 sec. | ||
| 875 | 2024.12.21 01:16:48.195277 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 876 | 2024.12.21 01:16:48.195451 [ 287 ] {cc06ca56-b07d-45bb-a9dc-cbb10d3d5fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 877 | 2024.12.21 01:16:48.195930 [ 287 ] {cc06ca56-b07d-45bb-a9dc-cbb10d3d5fab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 878 | 2024.12.21 01:16:48.196000 [ 287 ] {cc06ca56-b07d-45bb-a9dc-cbb10d3d5fab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 879 | 2024.12.21 01:16:48.196541 [ 287 ] {cc06ca56-b07d-45bb-a9dc-cbb10d3d5fab} <Debug> TCPHandler: Processed in 0.001320293 sec. | ||
| 880 | 2024.12.21 01:16:48.196802 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 881 | 2024.12.21 01:16:48.196965 [ 282 ] {52311fa1-fbee-44a5-80c8-1d3a01454c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 882 | 2024.12.21 01:16:48.197365 [ 282 ] {52311fa1-fbee-44a5-80c8-1d3a01454c48} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 883 | 2024.12.21 01:16:48.197421 [ 282 ] {52311fa1-fbee-44a5-80c8-1d3a01454c48} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 884 | 2024.12.21 01:16:48.197921 [ 282 ] {52311fa1-fbee-44a5-80c8-1d3a01454c48} <Debug> TCPHandler: Processed in 0.00117673 sec. | ||
| 885 | 2024.12.21 01:16:48.198176 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 886 | 2024.12.21 01:16:48.198343 [ 287 ] {bc0144bd-f063-4d00-af9f-4c6ef3e65923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 887 | 2024.12.21 01:16:48.198822 [ 287 ] {bc0144bd-f063-4d00-af9f-4c6ef3e65923} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 888 | 2024.12.21 01:16:48.198890 [ 287 ] {bc0144bd-f063-4d00-af9f-4c6ef3e65923} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 889 | 2024.12.21 01:16:48.199432 [ 287 ] {bc0144bd-f063-4d00-af9f-4c6ef3e65923} <Debug> TCPHandler: Processed in 0.001312112 sec. | ||
| 890 | 2024.12.21 01:16:48.199670 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 891 | 2024.12.21 01:16:48.199832 [ 282 ] {db11eb8c-3556-45b6-8860-aeeeb912453b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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) | ||
| 892 | 2024.12.21 01:16:48.200242 [ 282 ] {db11eb8c-3556-45b6-8860-aeeeb912453b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 893 | 2024.12.21 01:16:48.200299 [ 282 ] {db11eb8c-3556-45b6-8860-aeeeb912453b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 894 | 2024.12.21 01:16:48.200807 [ 282 ] {db11eb8c-3556-45b6-8860-aeeeb912453b} <Debug> TCPHandler: Processed in 0.001191141 sec. | ||
| 895 | 2024.12.21 01:16:48.201074 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 896 | 2024.12.21 01:16:48.201243 [ 287 ] {4ec2edd9-ccb8-4427-ba5f-ae21efa5db67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) 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) | ||
| 897 | 2024.12.21 01:16:48.201657 [ 287 ] {4ec2edd9-ccb8-4427-ba5f-ae21efa5db67} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 898 | 2024.12.21 01:16:48.201715 [ 287 ] {4ec2edd9-ccb8-4427-ba5f-ae21efa5db67} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 899 | 2024.12.21 01:16:48.202241 [ 287 ] {4ec2edd9-ccb8-4427-ba5f-ae21efa5db67} <Debug> TCPHandler: Processed in 0.00122553 sec. | ||
| 900 | 2024.12.21 01:16:48.208238 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 901 | 2024.12.21 01:16:48.208391 [ 282 ] {04ba5d91-7c46-4ab8-811f-95810641666c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 902 | 2024.12.21 01:16:48.208485 [ 282 ] {04ba5d91-7c46-4ab8-811f-95810641666c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 903 | 2024.12.21 01:16:48.209668 [ 282 ] {04ba5d91-7c46-4ab8-811f-95810641666c} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 904 | 2024.12.21 01:16:48.209707 [ 282 ] {04ba5d91-7c46-4ab8-811f-95810641666c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 905 | 2024.12.21 01:16:48.210260 [ 282 ] {04ba5d91-7c46-4ab8-811f-95810641666c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 906 | 2024.12.21 01:16:48.210486 [ 282 ] {04ba5d91-7c46-4ab8-811f-95810641666c} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 907 | 2024.12.21 01:16:48.210712 [ 282 ] {04ba5d91-7c46-4ab8-811f-95810641666c} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002363 sec., 7617.43546339399 rows/sec., 1.04 MiB/sec. | ||
| 908 | 2024.12.21 01:16:48.210773 [ 282 ] {04ba5d91-7c46-4ab8-811f-95810641666c} <Debug> TCPHandler: Processed in 0.002605484 sec. | ||
| 909 | 2024.12.21 01:16:48.210924 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 910 | 2024.12.21 01:16:48.211078 [ 287 ] {44defadf-beb0-4a86-bc62-d42cb79a5089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 911 | 2024.12.21 01:16:48.211137 [ 287 ] {44defadf-beb0-4a86-bc62-d42cb79a5089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 912 | 2024.12.21 01:16:48.214489 [ 287 ] {44defadf-beb0-4a86-bc62-d42cb79a5089} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 913 | 2024.12.21 01:16:48.214532 [ 287 ] {44defadf-beb0-4a86-bc62-d42cb79a5089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 914 | 2024.12.21 01:16:48.217597 [ 287 ] {44defadf-beb0-4a86-bc62-d42cb79a5089} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 915 | 2024.12.21 01:16:48.217902 [ 287 ] {44defadf-beb0-4a86-bc62-d42cb79a5089} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 916 | 2024.12.21 01:16:48.218207 [ 287 ] {44defadf-beb0-4a86-bc62-d42cb79a5089} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.007166 sec., 7814.6804353893385 rows/sec., 610.93 KiB/sec. | ||
| 917 | 2024.12.21 01:16:48.218287 [ 287 ] {44defadf-beb0-4a86-bc62-d42cb79a5089} <Debug> TCPHandler: Processed in 0.007430555 sec. | ||
| 918 | 2024.12.21 01:16:48.218446 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 919 | 2024.12.21 01:16:48.218569 [ 282 ] {e32c0495-d6ec-4150-805d-83f087d78e16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 920 | 2024.12.21 01:16:48.218620 [ 282 ] {e32c0495-d6ec-4150-805d-83f087d78e16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 921 | 2024.12.21 01:16:48.219253 [ 282 ] {e32c0495-d6ec-4150-805d-83f087d78e16} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 922 | 2024.12.21 01:16:48.219293 [ 282 ] {e32c0495-d6ec-4150-805d-83f087d78e16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 923 | 2024.12.21 01:16:48.219680 [ 282 ] {e32c0495-d6ec-4150-805d-83f087d78e16} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 924 | 2024.12.21 01:16:48.219920 [ 282 ] {e32c0495-d6ec-4150-805d-83f087d78e16} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 925 | 2024.12.21 01:16:48.220137 [ 282 ] {e32c0495-d6ec-4150-805d-83f087d78e16} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001594 sec., 40150.564617314936 rows/sec., 3.13 MiB/sec. | ||
| 926 | 2024.12.21 01:16:48.220193 [ 282 ] {e32c0495-d6ec-4150-805d-83f087d78e16} <Debug> TCPHandler: Processed in 0.001806691 sec. | ||
| 927 | 2024.12.21 01:16:48.220347 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 928 | 2024.12.21 01:16:48.220530 [ 287 ] {d69f45ff-7d32-4d65-a3e3-e2eb2a9069f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 929 | 2024.12.21 01:16:48.220629 [ 287 ] {d69f45ff-7d32-4d65-a3e3-e2eb2a9069f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 930 | 2024.12.21 01:16:48.221626 [ 287 ] {d69f45ff-7d32-4d65-a3e3-e2eb2a9069f5} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 931 | 2024.12.21 01:16:48.221664 [ 287 ] {d69f45ff-7d32-4d65-a3e3-e2eb2a9069f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 932 | 2024.12.21 01:16:48.222115 [ 287 ] {d69f45ff-7d32-4d65-a3e3-e2eb2a9069f5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 933 | 2024.12.21 01:16:48.222369 [ 287 ] {d69f45ff-7d32-4d65-a3e3-e2eb2a9069f5} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 934 | 2024.12.21 01:16:48.222602 [ 287 ] {d69f45ff-7d32-4d65-a3e3-e2eb2a9069f5} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002131 sec., 60065.69685593618 rows/sec., 4.18 MiB/sec. | ||
| 935 | 2024.12.21 01:16:48.222658 [ 287 ] {d69f45ff-7d32-4d65-a3e3-e2eb2a9069f5} <Debug> TCPHandler: Processed in 0.0023699 sec. | ||
| 936 | 2024.12.21 01:16:48.222817 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 937 | 2024.12.21 01:16:48.222957 [ 282 ] {9163253b-2bb7-40c0-87a7-e25b894a5e91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 938 | 2024.12.21 01:16:48.223017 [ 282 ] {9163253b-2bb7-40c0-87a7-e25b894a5e91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 939 | 2024.12.21 01:16:48.223565 [ 282 ] {9163253b-2bb7-40c0-87a7-e25b894a5e91} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 940 | 2024.12.21 01:16:48.223604 [ 282 ] {9163253b-2bb7-40c0-87a7-e25b894a5e91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 941 | 2024.12.21 01:16:48.223976 [ 282 ] {9163253b-2bb7-40c0-87a7-e25b894a5e91} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 942 | 2024.12.21 01:16:48.224211 [ 282 ] {9163253b-2bb7-40c0-87a7-e25b894a5e91} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 943 | 2024.12.21 01:16:48.224437 [ 282 ] {9163253b-2bb7-40c0-87a7-e25b894a5e91} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001512 sec., 31746.031746031746 rows/sec., 2.14 MiB/sec. | ||
| 944 | 2024.12.21 01:16:48.224490 [ 282 ] {9163253b-2bb7-40c0-87a7-e25b894a5e91} <Debug> TCPHandler: Processed in 0.001742689 sec. | ||
| 945 | 2024.12.21 01:16:53.180732 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 946 | 2024.12.21 01:16:53.180935 [ 282 ] {18fc0ba7-83a3-4eab-93c7-1f449505cac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 947 | 2024.12.21 01:16:53.181008 [ 282 ] {18fc0ba7-83a3-4eab-93c7-1f449505cac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 948 | 2024.12.21 01:16:53.181748 [ 282 ] {18fc0ba7-83a3-4eab-93c7-1f449505cac1} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 949 | 2024.12.21 01:16:53.181801 [ 282 ] {18fc0ba7-83a3-4eab-93c7-1f449505cac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 950 | 2024.12.21 01:16:53.182227 [ 282 ] {18fc0ba7-83a3-4eab-93c7-1f449505cac1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 951 | 2024.12.21 01:16:53.182480 [ 282 ] {18fc0ba7-83a3-4eab-93c7-1f449505cac1} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): 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.21 01:16:53.182706 [ 282 ] {18fc0ba7-83a3-4eab-93c7-1f449505cac1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001822 sec., 30735.455543358945 rows/sec., 2.35 MiB/sec. | ||
| 953 | 2024.12.21 01:16:53.182769 [ 282 ] {18fc0ba7-83a3-4eab-93c7-1f449505cac1} <Debug> TCPHandler: Processed in 0.002167657 sec. | ||
| 954 | 2024.12.21 01:16:53.183036 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 955 | 2024.12.21 01:16:53.183255 [ 287 ] {d51c8958-775a-44f6-b9b3-aa1c39551976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 956 | 2024.12.21 01:16:53.183338 [ 287 ] {d51c8958-775a-44f6-b9b3-aa1c39551976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 957 | 2024.12.21 01:16:53.184143 [ 287 ] {d51c8958-775a-44f6-b9b3-aa1c39551976} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 958 | 2024.12.21 01:16:53.184186 [ 287 ] {d51c8958-775a-44f6-b9b3-aa1c39551976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 959 | 2024.12.21 01:16:53.184638 [ 287 ] {d51c8958-775a-44f6-b9b3-aa1c39551976} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 960 | 2024.12.21 01:16:53.184892 [ 287 ] {d51c8958-775a-44f6-b9b3-aa1c39551976} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): 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.21 01:16:53.185112 [ 287 ] {d51c8958-775a-44f6-b9b3-aa1c39551976} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001917 sec., 33385.49817423057 rows/sec., 2.61 MiB/sec. | ||
| 962 | 2024.12.21 01:16:53.185179 [ 287 ] {d51c8958-775a-44f6-b9b3-aa1c39551976} <Debug> TCPHandler: Processed in 0.002291268 sec. | ||
| 963 | 2024.12.21 01:16:53.185328 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 964 | 2024.12.21 01:16:53.185456 [ 282 ] {3210d958-b4c2-427d-b5c9-cb1f8a297a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 965 | 2024.12.21 01:16:53.185512 [ 282 ] {3210d958-b4c2-427d-b5c9-cb1f8a297a09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 966 | 2024.12.21 01:16:53.186196 [ 282 ] {3210d958-b4c2-427d-b5c9-cb1f8a297a09} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 967 | 2024.12.21 01:16:53.186243 [ 282 ] {3210d958-b4c2-427d-b5c9-cb1f8a297a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 968 | 2024.12.21 01:16:53.186699 [ 282 ] {3210d958-b4c2-427d-b5c9-cb1f8a297a09} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 969 | 2024.12.21 01:16:53.186940 [ 282 ] {3210d958-b4c2-427d-b5c9-cb1f8a297a09} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): 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.21 01:16:53.187158 [ 282 ] {3210d958-b4c2-427d-b5c9-cb1f8a297a09} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001734 sec., 92272.2029988466 rows/sec., 6.43 MiB/sec. | ||
| 971 | 2024.12.21 01:16:53.187214 [ 282 ] {3210d958-b4c2-427d-b5c9-cb1f8a297a09} <Debug> TCPHandler: Processed in 0.001943813 sec. | ||
| 972 | 2024.12.21 01:16:53.187364 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 973 | 2024.12.21 01:16:53.187493 [ 287 ] {eb8a95a2-210b-4918-b95f-8efce63303ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 974 | 2024.12.21 01:16:53.187551 [ 287 ] {eb8a95a2-210b-4918-b95f-8efce63303ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 975 | 2024.12.21 01:16:53.188152 [ 287 ] {eb8a95a2-210b-4918-b95f-8efce63303ee} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 976 | 2024.12.21 01:16:53.188197 [ 287 ] {eb8a95a2-210b-4918-b95f-8efce63303ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 977 | 2024.12.21 01:16:53.188650 [ 287 ] {eb8a95a2-210b-4918-b95f-8efce63303ee} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 978 | 2024.12.21 01:16:53.188897 [ 287 ] {eb8a95a2-210b-4918-b95f-8efce63303ee} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): 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.21 01:16:53.189078 [ 287 ] {eb8a95a2-210b-4918-b95f-8efce63303ee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001617 sec., 37105.75139146568 rows/sec., 2.50 MiB/sec. | ||
| 980 | 2024.12.21 01:16:53.189132 [ 287 ] {eb8a95a2-210b-4918-b95f-8efce63303ee} <Debug> TCPHandler: Processed in 0.001829121 sec. | ||
| 981 | 2024.12.21 01:16:53.821143 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 982 | 2024.12.21 01:16:53.821212 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 983 | 2024.12.21 01:16:53.887826 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 984 | 2024.12.21 01:16:53.888522 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 985 | 2024.12.21 01:16:53.888576 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 986 | 2024.12.21 01:16:53.889158 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 987 | 2024.12.21 01:16:53.889431 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 988 | 2024.12.21 01:16:53.889678 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 989 | 2024.12.21 01:16:53.924430 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 144 | ||
| 990 | 2024.12.21 01:16:53.929300 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 991 | 2024.12.21 01:16:53.929351 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 992 | 2024.12.21 01:16:53.930811 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 993 | 2024.12.21 01:16:53.931104 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 994 | 2024.12.21 01:16:53.931603 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 144 | ||
| 995 | 2024.12.21 01:16:53.982205 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 996 | 2024.12.21 01:16:54.002834 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 997 | 2024.12.21 01:16:54.002894 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 998 | 2024.12.21 01:16:54.009940 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 999 | 2024.12.21 01:16:54.010694 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): 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.21 01:16:54.013283 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 1001 | 2024.12.21 01:16:58.175046 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1002 | 2024.12.21 01:16:58.175305 [ 282 ] {727e973f-3d4c-4476-9b6c-4994b61c40b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) 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.21 01:16:58.175737 [ 282 ] {727e973f-3d4c-4476-9b6c-4994b61c40b4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1004 | 2024.12.21 01:16:58.175811 [ 282 ] {727e973f-3d4c-4476-9b6c-4994b61c40b4} <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.21 01:16:58.176140 [ 282 ] {727e973f-3d4c-4476-9b6c-4994b61c40b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1006 | 2024.12.21 01:16:58.176343 [ 282 ] {727e973f-3d4c-4476-9b6c-4994b61c40b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1007 | 2024.12.21 01:16:58.176687 [ 282 ] {727e973f-3d4c-4476-9b6c-4994b61c40b4} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1008 | 2024.12.21 01:16:58.177830 [ 282 ] {727e973f-3d4c-4476-9b6c-4994b61c40b4} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1009 | 2024.12.21 01:16:58.177880 [ 282 ] {727e973f-3d4c-4476-9b6c-4994b61c40b4} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (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.21 01:16:58.177900 [ 282 ] {727e973f-3d4c-4476-9b6c-4994b61c40b4} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1011 | 2024.12.21 01:16:58.178007 [ 282 ] {727e973f-3d4c-4476-9b6c-4994b61c40b4} <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.21 01:16:58.178033 [ 282 ] {727e973f-3d4c-4476-9b6c-4994b61c40b4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1013 | 2024.12.21 01:16:58.181679 [ 282 ] {727e973f-3d4c-4476-9b6c-4994b61c40b4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.006485 sec., 2775.6360832690825 rows/sec., 113.54 KiB/sec. | ||
| 1014 | 2024.12.21 01:16:58.181791 [ 282 ] {727e973f-3d4c-4476-9b6c-4994b61c40b4} <Debug> TCPHandler: Processed in 0.006873216 sec. | ||
| 1015 | 2024.12.21 01:16:58.182677 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1016 | 2024.12.21 01:16:58.182966 [ 287 ] {2c8790a0-c611-48ab-bcf7-03c7b35c6933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1017 | 2024.12.21 01:16:58.183447 [ 287 ] {2c8790a0-c611-48ab-bcf7-03c7b35c6933} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1018 | 2024.12.21 01:16:58.183504 [ 287 ] {2c8790a0-c611-48ab-bcf7-03c7b35c6933} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1019 | 2024.12.21 01:16:58.183852 [ 287 ] {2c8790a0-c611-48ab-bcf7-03c7b35c6933} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1020 | 2024.12.21 01:16:58.183934 [ 287 ] {2c8790a0-c611-48ab-bcf7-03c7b35c6933} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1021 | 2024.12.21 01:16:58.184118 [ 287 ] {2c8790a0-c611-48ab-bcf7-03c7b35c6933} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1022 | 2024.12.21 01:16:58.184159 [ 287 ] {2c8790a0-c611-48ab-bcf7-03c7b35c6933} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1023 | 2024.12.21 01:16:58.184185 [ 287 ] {2c8790a0-c611-48ab-bcf7-03c7b35c6933} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1024 | 2024.12.21 01:16:58.184204 [ 287 ] {2c8790a0-c611-48ab-bcf7-03c7b35c6933} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1025 | 2024.12.21 01:16:58.184256 [ 287 ] {2c8790a0-c611-48ab-bcf7-03c7b35c6933} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1026 | 2024.12.21 01:16:58.184279 [ 287 ] {2c8790a0-c611-48ab-bcf7-03c7b35c6933} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1027 | 2024.12.21 01:16:58.184942 [ 287 ] {2c8790a0-c611-48ab-bcf7-03c7b35c6933} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002109 sec., 8534.850640113797 rows/sec., 349.14 KiB/sec. | ||
| 1028 | 2024.12.21 01:16:58.185068 [ 287 ] {2c8790a0-c611-48ab-bcf7-03c7b35c6933} <Debug> TCPHandler: Processed in 0.002531373 sec. | ||
| 1029 | 2024.12.21 01:16:58.185429 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1030 | 2024.12.21 01:16:58.185648 [ 282 ] {7d6fb129-fb1c-4185-9977-2d73895f152f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1031 | 2024.12.21 01:16:58.185974 [ 282 ] {7d6fb129-fb1c-4185-9977-2d73895f152f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1032 | 2024.12.21 01:16:58.186017 [ 282 ] {7d6fb129-fb1c-4185-9977-2d73895f152f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1033 | 2024.12.21 01:16:58.186299 [ 282 ] {7d6fb129-fb1c-4185-9977-2d73895f152f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1034 | 2024.12.21 01:16:58.186369 [ 282 ] {7d6fb129-fb1c-4185-9977-2d73895f152f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1035 | 2024.12.21 01:16:58.186524 [ 282 ] {7d6fb129-fb1c-4185-9977-2d73895f152f} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1036 | 2024.12.21 01:16:58.186559 [ 282 ] {7d6fb129-fb1c-4185-9977-2d73895f152f} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1037 | 2024.12.21 01:16:58.186583 [ 282 ] {7d6fb129-fb1c-4185-9977-2d73895f152f} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1038 | 2024.12.21 01:16:58.186599 [ 282 ] {7d6fb129-fb1c-4185-9977-2d73895f152f} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1039 | 2024.12.21 01:16:58.186645 [ 282 ] {7d6fb129-fb1c-4185-9977-2d73895f152f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1040 | 2024.12.21 01:16:58.186670 [ 282 ] {7d6fb129-fb1c-4185-9977-2d73895f152f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1041 | 2024.12.21 01:16:58.187237 [ 282 ] {7d6fb129-fb1c-4185-9977-2d73895f152f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001689 sec., 10657.193605683837 rows/sec., 435.96 KiB/sec. | ||
| 1042 | 2024.12.21 01:16:58.187323 [ 282 ] {7d6fb129-fb1c-4185-9977-2d73895f152f} <Debug> TCPHandler: Processed in 0.001966673 sec. | ||
| 1043 | 2024.12.21 01:16:58.187931 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1044 | 2024.12.21 01:16:58.188144 [ 287 ] {30d90264-2dcc-4167-8d32-60ec99c10312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1045 | 2024.12.21 01:16:58.188522 [ 287 ] {30d90264-2dcc-4167-8d32-60ec99c10312} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1046 | 2024.12.21 01:16:58.188576 [ 287 ] {30d90264-2dcc-4167-8d32-60ec99c10312} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1047 | 2024.12.21 01:16:58.188902 [ 287 ] {30d90264-2dcc-4167-8d32-60ec99c10312} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1048 | 2024.12.21 01:16:58.188973 [ 287 ] {30d90264-2dcc-4167-8d32-60ec99c10312} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1049 | 2024.12.21 01:16:58.189123 [ 287 ] {30d90264-2dcc-4167-8d32-60ec99c10312} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1050 | 2024.12.21 01:16:58.189157 [ 287 ] {30d90264-2dcc-4167-8d32-60ec99c10312} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1051 | 2024.12.21 01:16:58.189182 [ 287 ] {30d90264-2dcc-4167-8d32-60ec99c10312} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1052 | 2024.12.21 01:16:58.189199 [ 287 ] {30d90264-2dcc-4167-8d32-60ec99c10312} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1053 | 2024.12.21 01:16:58.189244 [ 287 ] {30d90264-2dcc-4167-8d32-60ec99c10312} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1054 | 2024.12.21 01:16:58.189267 [ 287 ] {30d90264-2dcc-4167-8d32-60ec99c10312} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1055 | 2024.12.21 01:16:58.189904 [ 287 ] {30d90264-2dcc-4167-8d32-60ec99c10312} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001862 sec., 9667.02470461869 rows/sec., 395.45 KiB/sec. | ||
| 1056 | 2024.12.21 01:16:58.190025 [ 287 ] {30d90264-2dcc-4167-8d32-60ec99c10312} <Debug> TCPHandler: Processed in 0.002165077 sec. | ||
| 1057 | 2024.12.21 01:16:58.190360 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1058 | 2024.12.21 01:16:58.190538 [ 282 ] {c20a21da-0281-4b61-8a31-87f1bc083b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1059 | 2024.12.21 01:16:58.190853 [ 282 ] {c20a21da-0281-4b61-8a31-87f1bc083b3d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1060 | 2024.12.21 01:16:58.190897 [ 282 ] {c20a21da-0281-4b61-8a31-87f1bc083b3d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1061 | 2024.12.21 01:16:58.191173 [ 282 ] {c20a21da-0281-4b61-8a31-87f1bc083b3d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1062 | 2024.12.21 01:16:58.191240 [ 282 ] {c20a21da-0281-4b61-8a31-87f1bc083b3d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1063 | 2024.12.21 01:16:58.191391 [ 282 ] {c20a21da-0281-4b61-8a31-87f1bc083b3d} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1064 | 2024.12.21 01:16:58.191426 [ 282 ] {c20a21da-0281-4b61-8a31-87f1bc083b3d} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1065 | 2024.12.21 01:16:58.191448 [ 282 ] {c20a21da-0281-4b61-8a31-87f1bc083b3d} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1066 | 2024.12.21 01:16:58.191465 [ 282 ] {c20a21da-0281-4b61-8a31-87f1bc083b3d} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1067 | 2024.12.21 01:16:58.191510 [ 282 ] {c20a21da-0281-4b61-8a31-87f1bc083b3d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1068 | 2024.12.21 01:16:58.191533 [ 282 ] {c20a21da-0281-4b61-8a31-87f1bc083b3d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1069 | 2024.12.21 01:16:58.192110 [ 282 ] {c20a21da-0281-4b61-8a31-87f1bc083b3d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001655 sec., 10876.132930513595 rows/sec., 444.91 KiB/sec. | ||
| 1070 | 2024.12.21 01:16:58.192192 [ 282 ] {c20a21da-0281-4b61-8a31-87f1bc083b3d} <Debug> TCPHandler: Processed in 0.001889832 sec. | ||
| 1071 | 2024.12.21 01:16:58.192481 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1072 | 2024.12.21 01:16:58.192691 [ 287 ] {abd0f202-3d3a-462e-8f89-a159651d024e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1073 | 2024.12.21 01:16:58.193068 [ 287 ] {abd0f202-3d3a-462e-8f89-a159651d024e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1074 | 2024.12.21 01:16:58.193122 [ 287 ] {abd0f202-3d3a-462e-8f89-a159651d024e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1075 | 2024.12.21 01:16:58.193460 [ 287 ] {abd0f202-3d3a-462e-8f89-a159651d024e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1076 | 2024.12.21 01:16:58.193541 [ 287 ] {abd0f202-3d3a-462e-8f89-a159651d024e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1077 | 2024.12.21 01:16:58.193721 [ 287 ] {abd0f202-3d3a-462e-8f89-a159651d024e} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1078 | 2024.12.21 01:16:58.193754 [ 287 ] {abd0f202-3d3a-462e-8f89-a159651d024e} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1079 | 2024.12.21 01:16:58.193777 [ 287 ] {abd0f202-3d3a-462e-8f89-a159651d024e} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1080 | 2024.12.21 01:16:58.193795 [ 287 ] {abd0f202-3d3a-462e-8f89-a159651d024e} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1081 | 2024.12.21 01:16:58.193838 [ 287 ] {abd0f202-3d3a-462e-8f89-a159651d024e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1082 | 2024.12.21 01:16:58.193861 [ 287 ] {abd0f202-3d3a-462e-8f89-a159651d024e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1083 | 2024.12.21 01:16:58.194455 [ 287 ] {abd0f202-3d3a-462e-8f89-a159651d024e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001863 sec., 9661.83574879227 rows/sec., 395.24 KiB/sec. | ||
| 1084 | 2024.12.21 01:16:58.194573 [ 287 ] {abd0f202-3d3a-462e-8f89-a159651d024e} <Debug> TCPHandler: Processed in 0.002162746 sec. | ||
| 1085 | 2024.12.21 01:16:58.194856 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1086 | 2024.12.21 01:16:58.195070 [ 282 ] {d3e25a61-7bcf-4a89-aa7a-ba2dff863a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1087 | 2024.12.21 01:16:58.195455 [ 282 ] {d3e25a61-7bcf-4a89-aa7a-ba2dff863a45} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1088 | 2024.12.21 01:16:58.195508 [ 282 ] {d3e25a61-7bcf-4a89-aa7a-ba2dff863a45} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1089 | 2024.12.21 01:16:58.195825 [ 282 ] {d3e25a61-7bcf-4a89-aa7a-ba2dff863a45} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1090 | 2024.12.21 01:16:58.195893 [ 282 ] {d3e25a61-7bcf-4a89-aa7a-ba2dff863a45} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1091 | 2024.12.21 01:16:58.196048 [ 282 ] {d3e25a61-7bcf-4a89-aa7a-ba2dff863a45} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1092 | 2024.12.21 01:16:58.196083 [ 282 ] {d3e25a61-7bcf-4a89-aa7a-ba2dff863a45} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1093 | 2024.12.21 01:16:58.196106 [ 282 ] {d3e25a61-7bcf-4a89-aa7a-ba2dff863a45} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1094 | 2024.12.21 01:16:58.196123 [ 282 ] {d3e25a61-7bcf-4a89-aa7a-ba2dff863a45} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1095 | 2024.12.21 01:16:58.196167 [ 282 ] {d3e25a61-7bcf-4a89-aa7a-ba2dff863a45} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1096 | 2024.12.21 01:16:58.196191 [ 282 ] {d3e25a61-7bcf-4a89-aa7a-ba2dff863a45} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1097 | 2024.12.21 01:16:58.196694 [ 282 ] {d3e25a61-7bcf-4a89-aa7a-ba2dff863a45} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001727 sec., 10422.698320787493 rows/sec., 426.36 KiB/sec. | ||
| 1098 | 2024.12.21 01:16:58.196776 [ 282 ] {d3e25a61-7bcf-4a89-aa7a-ba2dff863a45} <Debug> TCPHandler: Processed in 0.001996553 sec. | ||
| 1099 | 2024.12.21 01:16:58.197050 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1100 | 2024.12.21 01:16:58.197261 [ 287 ] {841550fb-9b5d-4e64-9ef1-04ed900f70ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1101 | 2024.12.21 01:16:58.197617 [ 287 ] {841550fb-9b5d-4e64-9ef1-04ed900f70ec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1102 | 2024.12.21 01:16:58.197663 [ 287 ] {841550fb-9b5d-4e64-9ef1-04ed900f70ec} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1103 | 2024.12.21 01:16:58.197946 [ 287 ] {841550fb-9b5d-4e64-9ef1-04ed900f70ec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1104 | 2024.12.21 01:16:58.198012 [ 287 ] {841550fb-9b5d-4e64-9ef1-04ed900f70ec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1105 | 2024.12.21 01:16:58.198162 [ 287 ] {841550fb-9b5d-4e64-9ef1-04ed900f70ec} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1106 | 2024.12.21 01:16:58.198196 [ 287 ] {841550fb-9b5d-4e64-9ef1-04ed900f70ec} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1107 | 2024.12.21 01:16:58.198219 [ 287 ] {841550fb-9b5d-4e64-9ef1-04ed900f70ec} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1108 | 2024.12.21 01:16:58.198236 [ 287 ] {841550fb-9b5d-4e64-9ef1-04ed900f70ec} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1109 | 2024.12.21 01:16:58.198280 [ 287 ] {841550fb-9b5d-4e64-9ef1-04ed900f70ec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1110 | 2024.12.21 01:16:58.198303 [ 287 ] {841550fb-9b5d-4e64-9ef1-04ed900f70ec} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1111 | 2024.12.21 01:16:58.198913 [ 287 ] {841550fb-9b5d-4e64-9ef1-04ed900f70ec} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001759 sec., 10233.086981239341 rows/sec., 418.61 KiB/sec. | ||
| 1112 | 2024.12.21 01:16:58.199031 [ 287 ] {841550fb-9b5d-4e64-9ef1-04ed900f70ec} <Debug> TCPHandler: Processed in 0.002045694 sec. | ||
| 1113 | 2024.12.21 01:16:58.199292 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1114 | 2024.12.21 01:16:58.199519 [ 282 ] {0d748ca2-ff7b-4952-b79e-56c9b6fee3e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1115 | 2024.12.21 01:16:58.199868 [ 282 ] {0d748ca2-ff7b-4952-b79e-56c9b6fee3e8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1116 | 2024.12.21 01:16:58.199913 [ 282 ] {0d748ca2-ff7b-4952-b79e-56c9b6fee3e8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1117 | 2024.12.21 01:16:58.200206 [ 282 ] {0d748ca2-ff7b-4952-b79e-56c9b6fee3e8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1118 | 2024.12.21 01:16:58.200274 [ 282 ] {0d748ca2-ff7b-4952-b79e-56c9b6fee3e8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1119 | 2024.12.21 01:16:58.200427 [ 282 ] {0d748ca2-ff7b-4952-b79e-56c9b6fee3e8} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1120 | 2024.12.21 01:16:58.200462 [ 282 ] {0d748ca2-ff7b-4952-b79e-56c9b6fee3e8} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1121 | 2024.12.21 01:16:58.200485 [ 282 ] {0d748ca2-ff7b-4952-b79e-56c9b6fee3e8} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1122 | 2024.12.21 01:16:58.200508 [ 282 ] {0d748ca2-ff7b-4952-b79e-56c9b6fee3e8} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1123 | 2024.12.21 01:16:58.200552 [ 282 ] {0d748ca2-ff7b-4952-b79e-56c9b6fee3e8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1124 | 2024.12.21 01:16:58.200578 [ 282 ] {0d748ca2-ff7b-4952-b79e-56c9b6fee3e8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1125 | 2024.12.21 01:16:58.201201 [ 282 ] {0d748ca2-ff7b-4952-b79e-56c9b6fee3e8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001788 sec., 10067.114093959732 rows/sec., 411.82 KiB/sec. | ||
| 1126 | 2024.12.21 01:16:58.201288 [ 282 ] {0d748ca2-ff7b-4952-b79e-56c9b6fee3e8} <Debug> TCPHandler: Processed in 0.002056894 sec. | ||
| 1127 | 2024.12.21 01:16:58.201531 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1128 | 2024.12.21 01:16:58.201721 [ 287 ] {f2cf421c-2291-41ba-bb65-a4eee570a1eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1129 | 2024.12.21 01:16:58.202106 [ 287 ] {f2cf421c-2291-41ba-bb65-a4eee570a1eb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1130 | 2024.12.21 01:16:58.202162 [ 287 ] {f2cf421c-2291-41ba-bb65-a4eee570a1eb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1131 | 2024.12.21 01:16:58.202516 [ 287 ] {f2cf421c-2291-41ba-bb65-a4eee570a1eb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1132 | 2024.12.21 01:16:58.202598 [ 287 ] {f2cf421c-2291-41ba-bb65-a4eee570a1eb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1133 | 2024.12.21 01:16:58.202766 [ 287 ] {f2cf421c-2291-41ba-bb65-a4eee570a1eb} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1134 | 2024.12.21 01:16:58.202801 [ 287 ] {f2cf421c-2291-41ba-bb65-a4eee570a1eb} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1135 | 2024.12.21 01:16:58.202824 [ 287 ] {f2cf421c-2291-41ba-bb65-a4eee570a1eb} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1136 | 2024.12.21 01:16:58.202841 [ 287 ] {f2cf421c-2291-41ba-bb65-a4eee570a1eb} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1137 | 2024.12.21 01:16:58.202887 [ 287 ] {f2cf421c-2291-41ba-bb65-a4eee570a1eb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1138 | 2024.12.21 01:16:58.202912 [ 287 ] {f2cf421c-2291-41ba-bb65-a4eee570a1eb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1139 | 2024.12.21 01:16:58.203502 [ 287 ] {f2cf421c-2291-41ba-bb65-a4eee570a1eb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001873 sec., 9610.250934329952 rows/sec., 393.13 KiB/sec. | ||
| 1140 | 2024.12.21 01:16:58.203620 [ 287 ] {f2cf421c-2291-41ba-bb65-a4eee570a1eb} <Debug> TCPHandler: Processed in 0.002146857 sec. | ||
| 1141 | 2024.12.21 01:16:58.203902 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1142 | 2024.12.21 01:16:58.204116 [ 282 ] {4939a68b-4a25-4792-8718-f193170b878b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1143 | 2024.12.21 01:16:58.204497 [ 282 ] {4939a68b-4a25-4792-8718-f193170b878b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1144 | 2024.12.21 01:16:58.204553 [ 282 ] {4939a68b-4a25-4792-8718-f193170b878b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1145 | 2024.12.21 01:16:58.204869 [ 282 ] {4939a68b-4a25-4792-8718-f193170b878b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1146 | 2024.12.21 01:16:58.204935 [ 282 ] {4939a68b-4a25-4792-8718-f193170b878b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1147 | 2024.12.21 01:16:58.205087 [ 282 ] {4939a68b-4a25-4792-8718-f193170b878b} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1148 | 2024.12.21 01:16:58.205122 [ 282 ] {4939a68b-4a25-4792-8718-f193170b878b} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1149 | 2024.12.21 01:16:58.205147 [ 282 ] {4939a68b-4a25-4792-8718-f193170b878b} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1150 | 2024.12.21 01:16:58.205165 [ 282 ] {4939a68b-4a25-4792-8718-f193170b878b} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1151 | 2024.12.21 01:16:58.205209 [ 282 ] {4939a68b-4a25-4792-8718-f193170b878b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1152 | 2024.12.21 01:16:58.205234 [ 282 ] {4939a68b-4a25-4792-8718-f193170b878b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1153 | 2024.12.21 01:16:58.205743 [ 282 ] {4939a68b-4a25-4792-8718-f193170b878b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001732 sec., 10392.609699769053 rows/sec., 425.13 KiB/sec. | ||
| 1154 | 2024.12.21 01:16:58.205825 [ 282 ] {4939a68b-4a25-4792-8718-f193170b878b} <Debug> TCPHandler: Processed in 0.001991134 sec. | ||
| 1155 | 2024.12.21 01:16:58.206075 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1156 | 2024.12.21 01:16:58.206296 [ 287 ] {60e36168-3e78-4fdf-a096-7ed27e035dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1157 | 2024.12.21 01:16:58.206685 [ 287 ] {60e36168-3e78-4fdf-a096-7ed27e035dc3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1158 | 2024.12.21 01:16:58.206730 [ 287 ] {60e36168-3e78-4fdf-a096-7ed27e035dc3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1159 | 2024.12.21 01:16:58.207022 [ 287 ] {60e36168-3e78-4fdf-a096-7ed27e035dc3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1160 | 2024.12.21 01:16:58.207088 [ 287 ] {60e36168-3e78-4fdf-a096-7ed27e035dc3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1161 | 2024.12.21 01:16:58.207240 [ 287 ] {60e36168-3e78-4fdf-a096-7ed27e035dc3} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1162 | 2024.12.21 01:16:58.207272 [ 287 ] {60e36168-3e78-4fdf-a096-7ed27e035dc3} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1163 | 2024.12.21 01:16:58.207295 [ 287 ] {60e36168-3e78-4fdf-a096-7ed27e035dc3} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1164 | 2024.12.21 01:16:58.207313 [ 287 ] {60e36168-3e78-4fdf-a096-7ed27e035dc3} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1165 | 2024.12.21 01:16:58.207355 [ 287 ] {60e36168-3e78-4fdf-a096-7ed27e035dc3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1166 | 2024.12.21 01:16:58.207379 [ 287 ] {60e36168-3e78-4fdf-a096-7ed27e035dc3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1167 | 2024.12.21 01:16:58.207930 [ 287 ] {60e36168-3e78-4fdf-a096-7ed27e035dc3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001745 sec., 10315.186246418338 rows/sec., 421.96 KiB/sec. | ||
| 1168 | 2024.12.21 01:16:58.208047 [ 287 ] {60e36168-3e78-4fdf-a096-7ed27e035dc3} <Debug> TCPHandler: Processed in 0.002039884 sec. | ||
| 1169 | 2024.12.21 01:16:58.213435 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1170 | 2024.12.21 01:16:58.213622 [ 282 ] {614b2e1f-d795-4a61-a8fe-49b0ca82ebae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1171 | 2024.12.21 01:16:58.213953 [ 282 ] {614b2e1f-d795-4a61-a8fe-49b0ca82ebae} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1172 | 2024.12.21 01:16:58.214001 [ 282 ] {614b2e1f-d795-4a61-a8fe-49b0ca82ebae} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1173 | 2024.12.21 01:16:58.214297 [ 282 ] {614b2e1f-d795-4a61-a8fe-49b0ca82ebae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1174 | 2024.12.21 01:16:58.214362 [ 282 ] {614b2e1f-d795-4a61-a8fe-49b0ca82ebae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1175 | 2024.12.21 01:16:58.214518 [ 282 ] {614b2e1f-d795-4a61-a8fe-49b0ca82ebae} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1176 | 2024.12.21 01:16:58.214553 [ 282 ] {614b2e1f-d795-4a61-a8fe-49b0ca82ebae} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1177 | 2024.12.21 01:16:58.214576 [ 282 ] {614b2e1f-d795-4a61-a8fe-49b0ca82ebae} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1178 | 2024.12.21 01:16:58.214593 [ 282 ] {614b2e1f-d795-4a61-a8fe-49b0ca82ebae} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1179 | 2024.12.21 01:16:58.214637 [ 282 ] {614b2e1f-d795-4a61-a8fe-49b0ca82ebae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1180 | 2024.12.21 01:16:58.214661 [ 282 ] {614b2e1f-d795-4a61-a8fe-49b0ca82ebae} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1181 | 2024.12.21 01:16:58.215276 [ 282 ] {614b2e1f-d795-4a61-a8fe-49b0ca82ebae} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001742 sec., 10332.950631458094 rows/sec., 422.69 KiB/sec. | ||
| 1182 | 2024.12.21 01:16:58.215359 [ 282 ] {614b2e1f-d795-4a61-a8fe-49b0ca82ebae} <Debug> TCPHandler: Processed in 0.001985903 sec. | ||
| 1183 | 2024.12.21 01:16:58.221947 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1184 | 2024.12.21 01:16:58.222074 [ 282 ] {601938f1-c814-439b-8b64-d56f16585fcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1185 | 2024.12.21 01:16:58.222123 [ 282 ] {601938f1-c814-439b-8b64-d56f16585fcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1186 | 2024.12.21 01:16:58.222803 [ 282 ] {601938f1-c814-439b-8b64-d56f16585fcb} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1187 | 2024.12.21 01:16:58.222849 [ 282 ] {601938f1-c814-439b-8b64-d56f16585fcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1188 | 2024.12.21 01:16:58.223384 [ 282 ] {601938f1-c814-439b-8b64-d56f16585fcb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1189 | 2024.12.21 01:16:58.223614 [ 282 ] {601938f1-c814-439b-8b64-d56f16585fcb} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1190 | 2024.12.21 01:16:58.223834 [ 282 ] {601938f1-c814-439b-8b64-d56f16585fcb} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.001795 sec., 7242.339832869081 rows/sec., 1.43 MiB/sec. | ||
| 1191 | 2024.12.21 01:16:58.223933 [ 282 ] {601938f1-c814-439b-8b64-d56f16585fcb} <Debug> TCPHandler: Processed in 0.002038544 sec. | ||
| 1192 | 2024.12.21 01:16:58.224096 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1193 | 2024.12.21 01:16:58.224228 [ 287 ] {e788845a-a433-4da8-98f4-95feb2820318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1194 | 2024.12.21 01:16:58.224280 [ 287 ] {e788845a-a433-4da8-98f4-95feb2820318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1195 | 2024.12.21 01:16:58.226951 [ 287 ] {e788845a-a433-4da8-98f4-95feb2820318} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1196 | 2024.12.21 01:16:58.226997 [ 287 ] {e788845a-a433-4da8-98f4-95feb2820318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1197 | 2024.12.21 01:16:58.227464 [ 287 ] {e788845a-a433-4da8-98f4-95feb2820318} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1198 | 2024.12.21 01:16:58.227725 [ 287 ] {e788845a-a433-4da8-98f4-95feb2820318} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1199 | 2024.12.21 01:16:58.228026 [ 287 ] {e788845a-a433-4da8-98f4-95feb2820318} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.003816 sec., 3668.763102725367 rows/sec., 264.10 KiB/sec. | ||
| 1200 | 2024.12.21 01:16:58.228096 [ 287 ] {e788845a-a433-4da8-98f4-95feb2820318} <Debug> TCPHandler: Processed in 0.004057809 sec. | ||
| 1201 | 2024.12.21 01:16:58.228271 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1202 | 2024.12.21 01:16:58.228412 [ 282 ] {958ea406-c5cc-4941-b7af-79ab37ef5d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1203 | 2024.12.21 01:16:58.228470 [ 282 ] {958ea406-c5cc-4941-b7af-79ab37ef5d77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1204 | 2024.12.21 01:16:58.229202 [ 282 ] {958ea406-c5cc-4941-b7af-79ab37ef5d77} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1205 | 2024.12.21 01:16:58.229241 [ 282 ] {958ea406-c5cc-4941-b7af-79ab37ef5d77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1206 | 2024.12.21 01:16:58.229634 [ 282 ] {958ea406-c5cc-4941-b7af-79ab37ef5d77} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1207 | 2024.12.21 01:16:58.229882 [ 282 ] {958ea406-c5cc-4941-b7af-79ab37ef5d77} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1208 | 2024.12.21 01:16:58.230091 [ 282 ] {958ea406-c5cc-4941-b7af-79ab37ef5d77} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001712 sec., 127920.56074766355 rows/sec., 11.14 MiB/sec. | ||
| 1209 | 2024.12.21 01:16:58.230144 [ 282 ] {958ea406-c5cc-4941-b7af-79ab37ef5d77} <Debug> TCPHandler: Processed in 0.001946453 sec. | ||
| 1210 | 2024.12.21 01:16:58.230357 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1211 | 2024.12.21 01:16:58.230499 [ 287 ] {5f392348-f1ef-483c-9d57-81e0ffa86d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1212 | 2024.12.21 01:16:58.230557 [ 287 ] {5f392348-f1ef-483c-9d57-81e0ffa86d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1213 | 2024.12.21 01:16:58.231471 [ 287 ] {5f392348-f1ef-483c-9d57-81e0ffa86d45} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1214 | 2024.12.21 01:16:58.231508 [ 287 ] {5f392348-f1ef-483c-9d57-81e0ffa86d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1215 | 2024.12.21 01:16:58.231872 [ 287 ] {5f392348-f1ef-483c-9d57-81e0ffa86d45} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1216 | 2024.12.21 01:16:58.232116 [ 287 ] {5f392348-f1ef-483c-9d57-81e0ffa86d45} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1217 | 2024.12.21 01:16:58.232316 [ 287 ] {5f392348-f1ef-483c-9d57-81e0ffa86d45} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001851 sec., 8103.727714748785 rows/sec., 571.38 KiB/sec. | ||
| 1218 | 2024.12.21 01:16:58.232394 [ 287 ] {5f392348-f1ef-483c-9d57-81e0ffa86d45} <Debug> TCPHandler: Processed in 0.002105825 sec. | ||
| 1219 | 2024.12.21 01:16:58.232552 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1220 | 2024.12.21 01:16:58.232670 [ 282 ] {ccc7db17-8ca4-4d0c-8a8f-914e84856557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1221 | 2024.12.21 01:16:58.232746 [ 282 ] {ccc7db17-8ca4-4d0c-8a8f-914e84856557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1222 | 2024.12.21 01:16:58.233426 [ 282 ] {ccc7db17-8ca4-4d0c-8a8f-914e84856557} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1223 | 2024.12.21 01:16:58.233473 [ 282 ] {ccc7db17-8ca4-4d0c-8a8f-914e84856557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1224 | 2024.12.21 01:16:58.233868 [ 282 ] {ccc7db17-8ca4-4d0c-8a8f-914e84856557} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1225 | 2024.12.21 01:16:58.234119 [ 282 ] {ccc7db17-8ca4-4d0c-8a8f-914e84856557} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1226 | 2024.12.21 01:16:58.234395 [ 282 ] {ccc7db17-8ca4-4d0c-8a8f-914e84856557} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001743 sec., 8032.128514056225 rows/sec., 562.52 KiB/sec. | ||
| 1227 | 2024.12.21 01:16:58.234451 [ 282 ] {ccc7db17-8ca4-4d0c-8a8f-914e84856557} <Debug> TCPHandler: Processed in 0.001970754 sec. | ||
| 1228 | 2024.12.21 01:16:58.234607 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1229 | 2024.12.21 01:16:58.234733 [ 287 ] {849a130f-fbee-41bc-b34d-58c8462bcf56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1230 | 2024.12.21 01:16:58.234790 [ 287 ] {849a130f-fbee-41bc-b34d-58c8462bcf56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1231 | 2024.12.21 01:16:58.235495 [ 287 ] {849a130f-fbee-41bc-b34d-58c8462bcf56} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1232 | 2024.12.21 01:16:58.235542 [ 287 ] {849a130f-fbee-41bc-b34d-58c8462bcf56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1233 | 2024.12.21 01:16:58.235925 [ 287 ] {849a130f-fbee-41bc-b34d-58c8462bcf56} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1234 | 2024.12.21 01:16:58.236175 [ 287 ] {849a130f-fbee-41bc-b34d-58c8462bcf56} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1235 | 2024.12.21 01:16:58.236479 [ 287 ] {849a130f-fbee-41bc-b34d-58c8462bcf56} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00176 sec., 7386.363636363636 rows/sec., 460.54 KiB/sec. | ||
| 1236 | 2024.12.21 01:16:58.236547 [ 287 ] {849a130f-fbee-41bc-b34d-58c8462bcf56} <Debug> TCPHandler: Processed in 0.001999624 sec. | ||
| 1237 | 2024.12.21 01:16:58.236695 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1238 | 2024.12.21 01:16:58.236839 [ 282 ] {33b3bdc7-ef6f-414f-b7a3-7184647a69f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1239 | 2024.12.21 01:16:58.236897 [ 282 ] {33b3bdc7-ef6f-414f-b7a3-7184647a69f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1240 | 2024.12.21 01:16:58.237766 [ 282 ] {33b3bdc7-ef6f-414f-b7a3-7184647a69f1} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1241 | 2024.12.21 01:16:58.237805 [ 282 ] {33b3bdc7-ef6f-414f-b7a3-7184647a69f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1242 | 2024.12.21 01:16:58.238181 [ 282 ] {33b3bdc7-ef6f-414f-b7a3-7184647a69f1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1243 | 2024.12.21 01:16:58.238426 [ 282 ] {33b3bdc7-ef6f-414f-b7a3-7184647a69f1} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1244 | 2024.12.21 01:16:58.238671 [ 282 ] {33b3bdc7-ef6f-414f-b7a3-7184647a69f1} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001862 sec., 209452.20193340495 rows/sec., 14.85 MiB/sec. | ||
| 1245 | 2024.12.21 01:16:58.238725 [ 282 ] {33b3bdc7-ef6f-414f-b7a3-7184647a69f1} <Debug> TCPHandler: Processed in 0.002092625 sec. | ||
| 1246 | 2024.12.21 01:16:58.238869 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1247 | 2024.12.21 01:16:58.238986 [ 287 ] {09eb5d73-fe85-46df-b147-dc124bba8db5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1248 | 2024.12.21 01:16:58.239038 [ 287 ] {09eb5d73-fe85-46df-b147-dc124bba8db5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1249 | 2024.12.21 01:16:58.239537 [ 287 ] {09eb5d73-fe85-46df-b147-dc124bba8db5} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1250 | 2024.12.21 01:16:58.239576 [ 287 ] {09eb5d73-fe85-46df-b147-dc124bba8db5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1251 | 2024.12.21 01:16:58.239938 [ 287 ] {09eb5d73-fe85-46df-b147-dc124bba8db5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1252 | 2024.12.21 01:16:58.240195 [ 287 ] {09eb5d73-fe85-46df-b147-dc124bba8db5} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1253 | 2024.12.21 01:16:58.240437 [ 287 ] {09eb5d73-fe85-46df-b147-dc124bba8db5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001472 sec., 4076.086956521739 rows/sec., 212.96 KiB/sec. | ||
| 1254 | 2024.12.21 01:16:58.240492 [ 287 ] {09eb5d73-fe85-46df-b147-dc124bba8db5} <Debug> TCPHandler: Processed in 0.001682368 sec. | ||
| 1255 | 2024.12.21 01:16:58.240652 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1256 | 2024.12.21 01:16:58.240772 [ 282 ] {42c83d2e-70fd-484c-86b3-f3a05b5f25d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1257 | 2024.12.21 01:16:58.240825 [ 282 ] {42c83d2e-70fd-484c-86b3-f3a05b5f25d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1258 | 2024.12.21 01:16:58.241419 [ 282 ] {42c83d2e-70fd-484c-86b3-f3a05b5f25d2} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1259 | 2024.12.21 01:16:58.241458 [ 282 ] {42c83d2e-70fd-484c-86b3-f3a05b5f25d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1260 | 2024.12.21 01:16:58.241854 [ 282 ] {42c83d2e-70fd-484c-86b3-f3a05b5f25d2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1261 | 2024.12.21 01:16:58.242093 [ 282 ] {42c83d2e-70fd-484c-86b3-f3a05b5f25d2} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1262 | 2024.12.21 01:16:58.242325 [ 282 ] {42c83d2e-70fd-484c-86b3-f3a05b5f25d2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001574 sec., 150571.79161372298 rows/sec., 10.09 MiB/sec. | ||
| 1263 | 2024.12.21 01:16:58.242384 [ 282 ] {42c83d2e-70fd-484c-86b3-f3a05b5f25d2} <Debug> TCPHandler: Processed in 0.00178998 sec. | ||
| 1264 | 2024.12.21 01:16:58.242549 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1265 | 2024.12.21 01:16:58.242665 [ 287 ] {957641e5-a4d5-4300-9d48-2016b9dd261f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1266 | 2024.12.21 01:16:58.242723 [ 287 ] {957641e5-a4d5-4300-9d48-2016b9dd261f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1267 | 2024.12.21 01:16:58.243272 [ 287 ] {957641e5-a4d5-4300-9d48-2016b9dd261f} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1268 | 2024.12.21 01:16:58.243318 [ 287 ] {957641e5-a4d5-4300-9d48-2016b9dd261f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1269 | 2024.12.21 01:16:58.243740 [ 287 ] {957641e5-a4d5-4300-9d48-2016b9dd261f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1270 | 2024.12.21 01:16:58.243973 [ 287 ] {957641e5-a4d5-4300-9d48-2016b9dd261f} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1271 | 2024.12.21 01:16:58.244164 [ 287 ] {957641e5-a4d5-4300-9d48-2016b9dd261f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001517 sec., 659.1957811470007 rows/sec., 44.42 KiB/sec. | ||
| 1272 | 2024.12.21 01:16:58.244251 [ 287 ] {957641e5-a4d5-4300-9d48-2016b9dd261f} <Debug> TCPHandler: Processed in 0.00175827 sec. | ||
| 1273 | 2024.12.21 01:16:58.244420 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1274 | 2024.12.21 01:16:58.244569 [ 282 ] {f9c0f182-80ab-4927-a154-8e2907cf487a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1275 | 2024.12.21 01:16:58.244664 [ 282 ] {f9c0f182-80ab-4927-a154-8e2907cf487a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1276 | 2024.12.21 01:16:58.245775 [ 282 ] {f9c0f182-80ab-4927-a154-8e2907cf487a} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1277 | 2024.12.21 01:16:58.245817 [ 282 ] {f9c0f182-80ab-4927-a154-8e2907cf487a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1278 | 2024.12.21 01:16:58.248419 [ 282 ] {f9c0f182-80ab-4927-a154-8e2907cf487a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1279 | 2024.12.21 01:16:58.248745 [ 282 ] {f9c0f182-80ab-4927-a154-8e2907cf487a} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1280 | 2024.12.21 01:16:58.248989 [ 282 ] {f9c0f182-80ab-4927-a154-8e2907cf487a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004452 sec., 1796.9451931716083 rows/sec., 3.22 MiB/sec. | ||
| 1281 | 2024.12.21 01:16:58.249095 [ 282 ] {f9c0f182-80ab-4927-a154-8e2907cf487a} <Debug> TCPHandler: Processed in 0.00474406 sec. | ||
| 1282 | 2024.12.21 01:16:58.249263 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1283 | 2024.12.21 01:16:58.249402 [ 287 ] {2f022b57-d4e0-443c-bc2b-a2e679987d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1284 | 2024.12.21 01:16:58.249461 [ 287 ] {2f022b57-d4e0-443c-bc2b-a2e679987d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1285 | 2024.12.21 01:16:58.249989 [ 287 ] {2f022b57-d4e0-443c-bc2b-a2e679987d4c} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1286 | 2024.12.21 01:16:58.250028 [ 287 ] {2f022b57-d4e0-443c-bc2b-a2e679987d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1287 | 2024.12.21 01:16:58.250398 [ 287 ] {2f022b57-d4e0-443c-bc2b-a2e679987d4c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1288 | 2024.12.21 01:16:58.250643 [ 287 ] {2f022b57-d4e0-443c-bc2b-a2e679987d4c} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1289 | 2024.12.21 01:16:58.250901 [ 287 ] {2f022b57-d4e0-443c-bc2b-a2e679987d4c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001527 sec., 53700.06548788474 rows/sec., 3.41 MiB/sec. | ||
| 1290 | 2024.12.21 01:16:58.251023 [ 287 ] {2f022b57-d4e0-443c-bc2b-a2e679987d4c} <Debug> TCPHandler: Processed in 0.00183026 sec. | ||
| 1291 | 2024.12.21 01:17:01.389795 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1292 | 2024.12.21 01:17:01.390460 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1293 | 2024.12.21 01:17:01.390510 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1294 | 2024.12.21 01:17:01.391107 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1295 | 2024.12.21 01:17:01.391372 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1296 | 2024.12.21 01:17:01.391620 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1297 | 2024.12.21 01:17:01.513358 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1298 | 2024.12.21 01:17:01.534329 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1299 | 2024.12.21 01:17:01.534402 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1300 | 2024.12.21 01:17:01.541729 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1301 | 2024.12.21 01:17:01.542656 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1302 | 2024.12.21 01:17:01.546468 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1303 | 2024.12.21 01:17:02.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.85 MiB, peak 161.85 MiB, free memory in arenas 0.00 B, will set to 158.93 MiB (RSS), difference: 1.08 MiB | ||
| 1304 | 2024.12.21 01:17:03.181330 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1305 | 2024.12.21 01:17:03.181539 [ 282 ] {ae0e82a8-03f8-4359-a22b-364cce0018a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1306 | 2024.12.21 01:17:03.181614 [ 282 ] {ae0e82a8-03f8-4359-a22b-364cce0018a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1307 | 2024.12.21 01:17:03.182430 [ 282 ] {ae0e82a8-03f8-4359-a22b-364cce0018a4} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1308 | 2024.12.21 01:17:03.182483 [ 282 ] {ae0e82a8-03f8-4359-a22b-364cce0018a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 1309 | 2024.12.21 01:17:03.182921 [ 282 ] {ae0e82a8-03f8-4359-a22b-364cce0018a4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1310 | 2024.12.21 01:17:03.183186 [ 282 ] {ae0e82a8-03f8-4359-a22b-364cce0018a4} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1311 | 2024.12.21 01:17:03.183433 [ 282 ] {ae0e82a8-03f8-4359-a22b-364cce0018a4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001944 sec., 28806.584362139918 rows/sec., 2.20 MiB/sec. | ||
| 1312 | 2024.12.21 01:17:03.183498 [ 282 ] {ae0e82a8-03f8-4359-a22b-364cce0018a4} <Debug> TCPHandler: Processed in 0.002312909 sec. | ||
| 1313 | 2024.12.21 01:17:03.183790 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1314 | 2024.12.21 01:17:03.183997 [ 287 ] {0e7b7ed2-66bf-4646-9ffa-59142b8a7c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1315 | 2024.12.21 01:17:03.184079 [ 287 ] {0e7b7ed2-66bf-4646-9ffa-59142b8a7c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1316 | 2024.12.21 01:17:03.184900 [ 287 ] {0e7b7ed2-66bf-4646-9ffa-59142b8a7c67} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1317 | 2024.12.21 01:17:03.184953 [ 287 ] {0e7b7ed2-66bf-4646-9ffa-59142b8a7c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 1318 | 2024.12.21 01:17:03.185419 [ 287 ] {0e7b7ed2-66bf-4646-9ffa-59142b8a7c67} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1319 | 2024.12.21 01:17:03.185686 [ 287 ] {0e7b7ed2-66bf-4646-9ffa-59142b8a7c67} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1320 | 2024.12.21 01:17:03.185943 [ 287 ] {0e7b7ed2-66bf-4646-9ffa-59142b8a7c67} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001995 sec., 32080.200501253137 rows/sec., 2.50 MiB/sec. | ||
| 1321 | 2024.12.21 01:17:03.186014 [ 287 ] {0e7b7ed2-66bf-4646-9ffa-59142b8a7c67} <Debug> TCPHandler: Processed in 0.00236927 sec. | ||
| 1322 | 2024.12.21 01:17:03.186195 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1323 | 2024.12.21 01:17:03.186345 [ 282 ] {785e454a-14c3-4640-8942-d9d4fb6c49f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1324 | 2024.12.21 01:17:03.186411 [ 282 ] {785e454a-14c3-4640-8942-d9d4fb6c49f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1325 | 2024.12.21 01:17:03.187106 [ 282 ] {785e454a-14c3-4640-8942-d9d4fb6c49f5} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1326 | 2024.12.21 01:17:03.187148 [ 282 ] {785e454a-14c3-4640-8942-d9d4fb6c49f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 1327 | 2024.12.21 01:17:03.187587 [ 282 ] {785e454a-14c3-4640-8942-d9d4fb6c49f5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1328 | 2024.12.21 01:17:03.187870 [ 282 ] {785e454a-14c3-4640-8942-d9d4fb6c49f5} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1329 | 2024.12.21 01:17:03.188090 [ 282 ] {785e454a-14c3-4640-8942-d9d4fb6c49f5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001781 sec., 89837.17012914093 rows/sec., 6.26 MiB/sec. | ||
| 1330 | 2024.12.21 01:17:03.188151 [ 282 ] {785e454a-14c3-4640-8942-d9d4fb6c49f5} <Debug> TCPHandler: Processed in 0.002027624 sec. | ||
| 1331 | 2024.12.21 01:17:03.188346 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1332 | 2024.12.21 01:17:03.188488 [ 287 ] {7ac9feab-e151-42d6-ba42-b4cdc2bc547d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1333 | 2024.12.21 01:17:03.188551 [ 287 ] {7ac9feab-e151-42d6-ba42-b4cdc2bc547d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1334 | 2024.12.21 01:17:03.189094 [ 287 ] {7ac9feab-e151-42d6-ba42-b4cdc2bc547d} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1335 | 2024.12.21 01:17:03.189140 [ 287 ] {7ac9feab-e151-42d6-ba42-b4cdc2bc547d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 1336 | 2024.12.21 01:17:03.189563 [ 287 ] {7ac9feab-e151-42d6-ba42-b4cdc2bc547d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1337 | 2024.12.21 01:17:03.189827 [ 287 ] {7ac9feab-e151-42d6-ba42-b4cdc2bc547d} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): 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.21 01:17:03.190081 [ 287 ] {7ac9feab-e151-42d6-ba42-b4cdc2bc547d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001623 sec., 36968.57670979667 rows/sec., 2.49 MiB/sec. | ||
| 1339 | 2024.12.21 01:17:03.190265 [ 287 ] {7ac9feab-e151-42d6-ba42-b4cdc2bc547d} <Debug> TCPHandler: Processed in 0.001974903 sec. | ||
| 1340 | 2024.12.21 01:17:03.931911 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 202 | ||
| 1341 | 2024.12.21 01:17:03.935670 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1342 | 2024.12.21 01:17:03.935734 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.93 GiB. | ||
| 1343 | 2024.12.21 01:17:03.937312 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1344 | 2024.12.21 01:17:03.937630 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1345 | 2024.12.21 01:17:03.938369 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 202 | ||
| 1346 | 2024.12.21 01:17:08.186405 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1347 | 2024.12.21 01:17:08.186726 [ 282 ] {9ea4c4ad-6b58-4507-b101-dfb43835b08a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1348 | 2024.12.21 01:17:08.186842 [ 282 ] {9ea4c4ad-6b58-4507-b101-dfb43835b08a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1349 | 2024.12.21 01:17:08.187688 [ 282 ] {9ea4c4ad-6b58-4507-b101-dfb43835b08a} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1350 | 2024.12.21 01:17:08.187736 [ 282 ] {9ea4c4ad-6b58-4507-b101-dfb43835b08a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1351 | 2024.12.21 01:17:08.188164 [ 282 ] {9ea4c4ad-6b58-4507-b101-dfb43835b08a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1352 | 2024.12.21 01:17:08.188431 [ 282 ] {9ea4c4ad-6b58-4507-b101-dfb43835b08a} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1353 | 2024.12.21 01:17:08.188662 [ 282 ] {9ea4c4ad-6b58-4507-b101-dfb43835b08a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002023 sec., 6920.415224913495 rows/sec., 498.18 KiB/sec. | ||
| 1354 | 2024.12.21 01:17:08.188725 [ 282 ] {9ea4c4ad-6b58-4507-b101-dfb43835b08a} <Debug> TCPHandler: Processed in 0.002508282 sec. | ||
| 1355 | 2024.12.21 01:17:08.189007 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1356 | 2024.12.21 01:17:08.189205 [ 287 ] {b2ed9651-4576-4853-8237-b1b903dab126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1357 | 2024.12.21 01:17:08.189286 [ 287 ] {b2ed9651-4576-4853-8237-b1b903dab126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1358 | 2024.12.21 01:17:08.190130 [ 287 ] {b2ed9651-4576-4853-8237-b1b903dab126} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1359 | 2024.12.21 01:17:08.190181 [ 287 ] {b2ed9651-4576-4853-8237-b1b903dab126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1360 | 2024.12.21 01:17:08.190645 [ 287 ] {b2ed9651-4576-4853-8237-b1b903dab126} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1361 | 2024.12.21 01:17:08.190897 [ 287 ] {b2ed9651-4576-4853-8237-b1b903dab126} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1362 | 2024.12.21 01:17:08.191135 [ 287 ] {b2ed9651-4576-4853-8237-b1b903dab126} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001986 sec., 110271.90332326284 rows/sec., 9.61 MiB/sec. | ||
| 1363 | 2024.12.21 01:17:08.191202 [ 287 ] {b2ed9651-4576-4853-8237-b1b903dab126} <Debug> TCPHandler: Processed in 0.002344909 sec. | ||
| 1364 | 2024.12.21 01:17:08.191365 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1365 | 2024.12.21 01:17:08.191511 [ 282 ] {0a8cdf8b-7531-43d5-a1a7-27a804f2a8f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1366 | 2024.12.21 01:17:08.191572 [ 282 ] {0a8cdf8b-7531-43d5-a1a7-27a804f2a8f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1367 | 2024.12.21 01:17:08.192232 [ 282 ] {0a8cdf8b-7531-43d5-a1a7-27a804f2a8f3} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1368 | 2024.12.21 01:17:08.192273 [ 282 ] {0a8cdf8b-7531-43d5-a1a7-27a804f2a8f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1369 | 2024.12.21 01:17:08.192642 [ 282 ] {0a8cdf8b-7531-43d5-a1a7-27a804f2a8f3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1370 | 2024.12.21 01:17:08.192885 [ 282 ] {0a8cdf8b-7531-43d5-a1a7-27a804f2a8f3} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1371 | 2024.12.21 01:17:08.193155 [ 282 ] {0a8cdf8b-7531-43d5-a1a7-27a804f2a8f3} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001655 sec., 9063.444108761329 rows/sec., 639.04 KiB/sec. | ||
| 1372 | 2024.12.21 01:17:08.193272 [ 282 ] {0a8cdf8b-7531-43d5-a1a7-27a804f2a8f3} <Debug> TCPHandler: Processed in 0.001976453 sec. | ||
| 1373 | 2024.12.21 01:17:08.193444 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1374 | 2024.12.21 01:17:08.193598 [ 287 ] {ced57803-974f-463e-a30b-bb7d6e978d83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1375 | 2024.12.21 01:17:08.193660 [ 287 ] {ced57803-974f-463e-a30b-bb7d6e978d83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1376 | 2024.12.21 01:17:08.194297 [ 287 ] {ced57803-974f-463e-a30b-bb7d6e978d83} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1377 | 2024.12.21 01:17:08.194339 [ 287 ] {ced57803-974f-463e-a30b-bb7d6e978d83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1378 | 2024.12.21 01:17:08.194714 [ 287 ] {ced57803-974f-463e-a30b-bb7d6e978d83} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1379 | 2024.12.21 01:17:08.194955 [ 287 ] {ced57803-974f-463e-a30b-bb7d6e978d83} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1380 | 2024.12.21 01:17:08.195251 [ 287 ] {ced57803-974f-463e-a30b-bb7d6e978d83} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001661 sec., 8428.657435279953 rows/sec., 590.29 KiB/sec. | ||
| 1381 | 2024.12.21 01:17:08.195419 [ 287 ] {ced57803-974f-463e-a30b-bb7d6e978d83} <Debug> TCPHandler: Processed in 0.002039614 sec. | ||
| 1382 | 2024.12.21 01:17:08.195624 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1383 | 2024.12.21 01:17:08.195847 [ 282 ] {51a2e7fb-dc5b-40d2-abec-75c854bd5127} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1384 | 2024.12.21 01:17:08.195936 [ 282 ] {51a2e7fb-dc5b-40d2-abec-75c854bd5127} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1385 | 2024.12.21 01:17:08.196542 [ 282 ] {51a2e7fb-dc5b-40d2-abec-75c854bd5127} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1386 | 2024.12.21 01:17:08.196580 [ 282 ] {51a2e7fb-dc5b-40d2-abec-75c854bd5127} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1387 | 2024.12.21 01:17:08.196935 [ 282 ] {51a2e7fb-dc5b-40d2-abec-75c854bd5127} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1388 | 2024.12.21 01:17:08.197172 [ 282 ] {51a2e7fb-dc5b-40d2-abec-75c854bd5127} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1389 | 2024.12.21 01:17:08.197447 [ 282 ] {51a2e7fb-dc5b-40d2-abec-75c854bd5127} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001639 sec., 7931.665649786455 rows/sec., 494.54 KiB/sec. | ||
| 1390 | 2024.12.21 01:17:08.197505 [ 282 ] {51a2e7fb-dc5b-40d2-abec-75c854bd5127} <Debug> TCPHandler: Processed in 0.001993633 sec. | ||
| 1391 | 2024.12.21 01:17:08.197650 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1392 | 2024.12.21 01:17:08.197772 [ 287 ] {cf4bc730-6455-4eb5-91c3-b5cac34ce857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1393 | 2024.12.21 01:17:08.197822 [ 287 ] {cf4bc730-6455-4eb5-91c3-b5cac34ce857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1394 | 2024.12.21 01:17:08.198536 [ 287 ] {cf4bc730-6455-4eb5-91c3-b5cac34ce857} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1395 | 2024.12.21 01:17:08.198578 [ 287 ] {cf4bc730-6455-4eb5-91c3-b5cac34ce857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1396 | 2024.12.21 01:17:08.198973 [ 287 ] {cf4bc730-6455-4eb5-91c3-b5cac34ce857} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1397 | 2024.12.21 01:17:08.199218 [ 287 ] {cf4bc730-6455-4eb5-91c3-b5cac34ce857} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1398 | 2024.12.21 01:17:08.199511 [ 287 ] {cf4bc730-6455-4eb5-91c3-b5cac34ce857} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001742 sec., 223880.59701492536 rows/sec., 15.88 MiB/sec. | ||
| 1399 | 2024.12.21 01:17:08.199639 [ 287 ] {cf4bc730-6455-4eb5-91c3-b5cac34ce857} <Debug> TCPHandler: Processed in 0.002045214 sec. | ||
| 1400 | 2024.12.21 01:17:08.199796 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1401 | 2024.12.21 01:17:08.199936 [ 282 ] {73fcd89d-61db-4752-a45b-cf29f58d131f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1402 | 2024.12.21 01:17:08.199995 [ 282 ] {73fcd89d-61db-4752-a45b-cf29f58d131f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1403 | 2024.12.21 01:17:08.200483 [ 282 ] {73fcd89d-61db-4752-a45b-cf29f58d131f} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1404 | 2024.12.21 01:17:08.200521 [ 282 ] {73fcd89d-61db-4752-a45b-cf29f58d131f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1405 | 2024.12.21 01:17:08.200888 [ 282 ] {73fcd89d-61db-4752-a45b-cf29f58d131f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1406 | 2024.12.21 01:17:08.201126 [ 282 ] {73fcd89d-61db-4752-a45b-cf29f58d131f} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1407 | 2024.12.21 01:17:08.201409 [ 282 ] {73fcd89d-61db-4752-a45b-cf29f58d131f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 209.96 KiB/sec. | ||
| 1408 | 2024.12.21 01:17:08.201485 [ 282 ] {73fcd89d-61db-4752-a45b-cf29f58d131f} <Debug> TCPHandler: Processed in 0.001759829 sec. | ||
| 1409 | 2024.12.21 01:17:08.201634 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1410 | 2024.12.21 01:17:08.201753 [ 287 ] {ebe821fd-17fa-47bb-b900-2c1f1cbab483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1411 | 2024.12.21 01:17:08.201806 [ 287 ] {ebe821fd-17fa-47bb-b900-2c1f1cbab483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1412 | 2024.12.21 01:17:08.202409 [ 287 ] {ebe821fd-17fa-47bb-b900-2c1f1cbab483} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1413 | 2024.12.21 01:17:08.202448 [ 287 ] {ebe821fd-17fa-47bb-b900-2c1f1cbab483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1414 | 2024.12.21 01:17:08.202844 [ 287 ] {ebe821fd-17fa-47bb-b900-2c1f1cbab483} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1415 | 2024.12.21 01:17:08.203076 [ 287 ] {ebe821fd-17fa-47bb-b900-2c1f1cbab483} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1416 | 2024.12.21 01:17:08.203297 [ 287 ] {ebe821fd-17fa-47bb-b900-2c1f1cbab483} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001556 sec., 152313.62467866324 rows/sec., 10.21 MiB/sec. | ||
| 1417 | 2024.12.21 01:17:08.203484 [ 287 ] {ebe821fd-17fa-47bb-b900-2c1f1cbab483} <Debug> TCPHandler: Processed in 0.001903862 sec. | ||
| 1418 | 2024.12.21 01:17:08.203643 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1419 | 2024.12.21 01:17:08.203780 [ 282 ] {1a3017b1-1003-4def-b2ad-2cde7c16c644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1420 | 2024.12.21 01:17:08.203840 [ 282 ] {1a3017b1-1003-4def-b2ad-2cde7c16c644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1421 | 2024.12.21 01:17:08.204320 [ 282 ] {1a3017b1-1003-4def-b2ad-2cde7c16c644} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1422 | 2024.12.21 01:17:08.204358 [ 282 ] {1a3017b1-1003-4def-b2ad-2cde7c16c644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1423 | 2024.12.21 01:17:08.204726 [ 282 ] {1a3017b1-1003-4def-b2ad-2cde7c16c644} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1424 | 2024.12.21 01:17:08.204964 [ 282 ] {1a3017b1-1003-4def-b2ad-2cde7c16c644} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1425 | 2024.12.21 01:17:08.205239 [ 282 ] {1a3017b1-1003-4def-b2ad-2cde7c16c644} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001472 sec., 679.3478260869565 rows/sec., 45.78 KiB/sec. | ||
| 1426 | 2024.12.21 01:17:08.205335 [ 282 ] {1a3017b1-1003-4def-b2ad-2cde7c16c644} <Debug> TCPHandler: Processed in 0.001760449 sec. | ||
| 1427 | 2024.12.21 01:17:08.205489 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1428 | 2024.12.21 01:17:08.205630 [ 287 ] {4f029276-fc71-4e3f-805a-1f41895d5ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1429 | 2024.12.21 01:17:08.205723 [ 287 ] {4f029276-fc71-4e3f-805a-1f41895d5ee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1430 | 2024.12.21 01:17:08.206838 [ 287 ] {4f029276-fc71-4e3f-805a-1f41895d5ee1} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1431 | 2024.12.21 01:17:08.206878 [ 287 ] {4f029276-fc71-4e3f-805a-1f41895d5ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1432 | 2024.12.21 01:17:08.207507 [ 287 ] {4f029276-fc71-4e3f-805a-1f41895d5ee1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1433 | 2024.12.21 01:17:08.207765 [ 287 ] {4f029276-fc71-4e3f-805a-1f41895d5ee1} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1434 | 2024.12.21 01:17:08.208065 [ 287 ] {4f029276-fc71-4e3f-805a-1f41895d5ee1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002447 sec., 3269.3093583980385 rows/sec., 5.86 MiB/sec. | ||
| 1435 | 2024.12.21 01:17:08.208251 [ 287 ] {4f029276-fc71-4e3f-805a-1f41895d5ee1} <Debug> TCPHandler: Processed in 0.002829817 sec. | ||
| 1436 | 2024.12.21 01:17:08.208465 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1437 | 2024.12.21 01:17:08.208685 [ 282 ] {7ec94361-d209-4ff9-b8ea-d1004512e61f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1438 | 2024.12.21 01:17:08.208775 [ 282 ] {7ec94361-d209-4ff9-b8ea-d1004512e61f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1439 | 2024.12.21 01:17:08.209384 [ 282 ] {7ec94361-d209-4ff9-b8ea-d1004512e61f} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1440 | 2024.12.21 01:17:08.209422 [ 282 ] {7ec94361-d209-4ff9-b8ea-d1004512e61f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1441 | 2024.12.21 01:17:08.209787 [ 282 ] {7ec94361-d209-4ff9-b8ea-d1004512e61f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1442 | 2024.12.21 01:17:08.210027 [ 282 ] {7ec94361-d209-4ff9-b8ea-d1004512e61f} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1443 | 2024.12.21 01:17:08.210313 [ 282 ] {7ec94361-d209-4ff9-b8ea-d1004512e61f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001667 sec., 49190.16196760647 rows/sec., 3.12 MiB/sec. | ||
| 1444 | 2024.12.21 01:17:08.210372 [ 282 ] {7ec94361-d209-4ff9-b8ea-d1004512e61f} <Debug> TCPHandler: Processed in 0.002018684 sec. | ||
| 1445 | 2024.12.21 01:17:08.821279 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1446 | 2024.12.21 01:17:08.821372 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1447 | 2024.12.21 01:17:08.891769 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1448 | 2024.12.21 01:17:08.892760 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1449 | 2024.12.21 01:17:08.892837 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1450 | 2024.12.21 01:17:08.893694 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1451 | 2024.12.21 01:17:08.893962 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1452 | 2024.12.21 01:17:08.894190 [ 83 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1453 | 2024.12.21 01:17:08.894242 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1454 | 2024.12.21 01:17:08.894315 [ 83 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1455 | 2024.12.21 01:17:08.894365 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1456 | 2024.12.21 01:17:08.894604 [ 196 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1457 | 2024.12.21 01:17:08.894736 [ 196 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1458 | 2024.12.21 01:17:08.894816 [ 196 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part | ||
| 1459 | 2024.12.21 01:17:08.894935 [ 196 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part | ||
| 1460 | 2024.12.21 01:17:08.895150 [ 196 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part | ||
| 1461 | 2024.12.21 01:17:08.895530 [ 196 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part | ||
| 1462 | 2024.12.21 01:17:08.895749 [ 196 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part | ||
| 1463 | 2024.12.21 01:17:08.895979 [ 196 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part | ||
| 1464 | 2024.12.21 01:17:08.906692 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.012225296 sec., 229524.0949585188 rows/sec., 3.28 MiB/sec. | ||
| 1465 | 2024.12.21 01:17:08.907415 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1466 | 2024.12.21 01:17:08.907781 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_6_1} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1467 | 2024.12.21 01:17:08.907871 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_6_1} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1468 | 2024.12.21 01:17:08.908008 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1469 | 2024.12.21 01:17:09.046544 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1470 | 2024.12.21 01:17:09.067877 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1471 | 2024.12.21 01:17:09.067929 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1472 | 2024.12.21 01:17:09.074928 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1473 | 2024.12.21 01:17:09.075698 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1474 | 2024.12.21 01:17:09.076061 [ 81 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1475 | 2024.12.21 01:17:09.076228 [ 81 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1476 | 2024.12.21 01:17:09.076326 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1477 | 2024.12.21 01:17:09.076930 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1478 | 2024.12.21 01:17:09.091961 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1479 | 2024.12.21 01:17:09.093703 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1480 | 2024.12.21 01:17:09.095169 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 1481 | 2024.12.21 01:17:09.100539 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 1482 | 2024.12.21 01:17:09.105645 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part | ||
| 1483 | 2024.12.21 01:17:09.110475 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
| 1484 | 2024.12.21 01:17:09.117454 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part | ||
| 1485 | 2024.12.21 01:17:09.121926 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part | ||
| 1486 | 2024.12.21 01:17:09.180213 [ 196 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.103693966 sec., 443.61308352310493 rows/sec., 2.29 MiB/sec. | ||
| 1487 | 2024.12.21 01:17:09.183065 [ 196 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1488 | 2024.12.21 01:17:09.186105 [ 196 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_6_1} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1489 | 2024.12.21 01:17:09.186220 [ 196 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_6_1} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1490 | 2024.12.21 01:17:09.188929 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1491 | 2024.12.21 01:17:10.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.38 MiB, peak 170.92 MiB, free memory in arenas 0.00 B, will set to 164.09 MiB (RSS), difference: 2.71 MiB | ||
| 1492 | 2024.12.21 01:17:13.176206 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1493 | 2024.12.21 01:17:13.176470 [ 282 ] {d661c995-6ec6-48b8-b16c-8a94736bf779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1494 | 2024.12.21 01:17:13.176894 [ 282 ] {d661c995-6ec6-48b8-b16c-8a94736bf779} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1495 | 2024.12.21 01:17:13.176950 [ 282 ] {d661c995-6ec6-48b8-b16c-8a94736bf779} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1496 | 2024.12.21 01:17:13.177307 [ 282 ] {d661c995-6ec6-48b8-b16c-8a94736bf779} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1497 | 2024.12.21 01:17:13.177395 [ 282 ] {d661c995-6ec6-48b8-b16c-8a94736bf779} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1498 | 2024.12.21 01:17:13.177586 [ 282 ] {d661c995-6ec6-48b8-b16c-8a94736bf779} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1499 | 2024.12.21 01:17:13.177867 [ 296 ] {d661c995-6ec6-48b8-b16c-8a94736bf779} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1500 | 2024.12.21 01:17:13.177932 [ 295 ] {d661c995-6ec6-48b8-b16c-8a94736bf779} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1501 | 2024.12.21 01:17:13.178082 [ 282 ] {d661c995-6ec6-48b8-b16c-8a94736bf779} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1502 | 2024.12.21 01:17:13.178119 [ 282 ] {d661c995-6ec6-48b8-b16c-8a94736bf779} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1503 | 2024.12.21 01:17:13.180272 [ 282 ] {d661c995-6ec6-48b8-b16c-8a94736bf779} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1504 | 2024.12.21 01:17:13.180310 [ 282 ] {d661c995-6ec6-48b8-b16c-8a94736bf779} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1505 | 2024.12.21 01:17:13.180381 [ 282 ] {d661c995-6ec6-48b8-b16c-8a94736bf779} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1506 | 2024.12.21 01:17:13.180441 [ 282 ] {d661c995-6ec6-48b8-b16c-8a94736bf779} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1507 | 2024.12.21 01:17:13.182304 [ 282 ] {d661c995-6ec6-48b8-b16c-8a94736bf779} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.005954 sec., 5206.583809203897 rows/sec., 196.49 KiB/sec. | ||
| 1508 | 2024.12.21 01:17:13.182487 [ 282 ] {d661c995-6ec6-48b8-b16c-8a94736bf779} <Debug> TCPHandler: Processed in 0.006414838 sec. | ||
| 1509 | 2024.12.21 01:17:13.182922 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1510 | 2024.12.21 01:17:13.183171 [ 287 ] {6c967593-5a1f-49c1-be23-7aaee3744b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config: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) | ||
| 1511 | 2024.12.21 01:17:13.183601 [ 287 ] {6c967593-5a1f-49c1-be23-7aaee3744b69} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1512 | 2024.12.21 01:17:13.183653 [ 287 ] {6c967593-5a1f-49c1-be23-7aaee3744b69} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config: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 | ||
| 1513 | 2024.12.21 01:17:13.184004 [ 287 ] {6c967593-5a1f-49c1-be23-7aaee3744b69} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1514 | 2024.12.21 01:17:13.184090 [ 287 ] {6c967593-5a1f-49c1-be23-7aaee3744b69} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1515 | 2024.12.21 01:17:13.184282 [ 287 ] {6c967593-5a1f-49c1-be23-7aaee3744b69} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1516 | 2024.12.21 01:17:13.184380 [ 295 ] {6c967593-5a1f-49c1-be23-7aaee3744b69} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1517 | 2024.12.21 01:17:13.184395 [ 296 ] {6c967593-5a1f-49c1-be23-7aaee3744b69} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1518 | 2024.12.21 01:17:13.184503 [ 287 ] {6c967593-5a1f-49c1-be23-7aaee3744b69} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1519 | 2024.12.21 01:17:13.184534 [ 287 ] {6c967593-5a1f-49c1-be23-7aaee3744b69} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1520 | 2024.12.21 01:17:13.184624 [ 287 ] {6c967593-5a1f-49c1-be23-7aaee3744b69} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1521 | 2024.12.21 01:17:13.184649 [ 287 ] {6c967593-5a1f-49c1-be23-7aaee3744b69} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1522 | 2024.12.21 01:17:13.184694 [ 287 ] {6c967593-5a1f-49c1-be23-7aaee3744b69} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config: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'))" | ||
| 1523 | 2024.12.21 01:17:13.184744 [ 287 ] {6c967593-5a1f-49c1-be23-7aaee3744b69} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config: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'))" | ||
| 1524 | 2024.12.21 01:17:13.185924 [ 287 ] {6c967593-5a1f-49c1-be23-7aaee3744b69} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002874 sec., 10786.360473208073 rows/sec., 407.07 KiB/sec. | ||
| 1525 | 2024.12.21 01:17:13.186088 [ 287 ] {6c967593-5a1f-49c1-be23-7aaee3744b69} <Debug> TCPHandler: Processed in 0.003300496 sec. | ||
| 1526 | 2024.12.21 01:17:13.186377 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1527 | 2024.12.21 01:17:13.186623 [ 282 ] {20f08216-1b26-4369-97b6-57140785fc3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config: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) | ||
| 1528 | 2024.12.21 01:17:13.187046 [ 282 ] {20f08216-1b26-4369-97b6-57140785fc3b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1529 | 2024.12.21 01:17:13.187105 [ 282 ] {20f08216-1b26-4369-97b6-57140785fc3b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config: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 | ||
| 1530 | 2024.12.21 01:17:13.187434 [ 282 ] {20f08216-1b26-4369-97b6-57140785fc3b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1531 | 2024.12.21 01:17:13.187505 [ 282 ] {20f08216-1b26-4369-97b6-57140785fc3b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1532 | 2024.12.21 01:17:13.187667 [ 282 ] {20f08216-1b26-4369-97b6-57140785fc3b} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1533 | 2024.12.21 01:17:13.187770 [ 296 ] {20f08216-1b26-4369-97b6-57140785fc3b} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1534 | 2024.12.21 01:17:13.187785 [ 295 ] {20f08216-1b26-4369-97b6-57140785fc3b} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1535 | 2024.12.21 01:17:13.187890 [ 282 ] {20f08216-1b26-4369-97b6-57140785fc3b} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1536 | 2024.12.21 01:17:13.187921 [ 282 ] {20f08216-1b26-4369-97b6-57140785fc3b} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1537 | 2024.12.21 01:17:13.188007 [ 282 ] {20f08216-1b26-4369-97b6-57140785fc3b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1538 | 2024.12.21 01:17:13.188029 [ 282 ] {20f08216-1b26-4369-97b6-57140785fc3b} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1539 | 2024.12.21 01:17:13.188071 [ 282 ] {20f08216-1b26-4369-97b6-57140785fc3b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config: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'))" | ||
| 1540 | 2024.12.21 01:17:13.188121 [ 282 ] {20f08216-1b26-4369-97b6-57140785fc3b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config: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'))" | ||
| 1541 | 2024.12.21 01:17:13.189214 [ 282 ] {20f08216-1b26-4369-97b6-57140785fc3b} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002718 sec., 11405.445180279617 rows/sec., 430.43 KiB/sec. | ||
| 1542 | 2024.12.21 01:17:13.189380 [ 282 ] {20f08216-1b26-4369-97b6-57140785fc3b} <Debug> TCPHandler: Processed in 0.003076631 sec. | ||
| 1543 | 2024.12.21 01:17:13.196266 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1544 | 2024.12.21 01:17:13.196412 [ 282 ] {de436d95-1918-430d-a825-ee369c793574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1545 | 2024.12.21 01:17:13.196475 [ 282 ] {de436d95-1918-430d-a825-ee369c793574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1546 | 2024.12.21 01:17:13.197286 [ 282 ] {de436d95-1918-430d-a825-ee369c793574} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1547 | 2024.12.21 01:17:13.197334 [ 282 ] {de436d95-1918-430d-a825-ee369c793574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1548 | 2024.12.21 01:17:13.197863 [ 282 ] {de436d95-1918-430d-a825-ee369c793574} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1549 | 2024.12.21 01:17:13.198102 [ 282 ] {de436d95-1918-430d-a825-ee369c793574} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1550 | 2024.12.21 01:17:13.198392 [ 282 ] {de436d95-1918-430d-a825-ee369c793574} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.002004 sec., 1497.0059880239519 rows/sec., 136.45 KiB/sec. | ||
| 1551 | 2024.12.21 01:17:13.198529 [ 282 ] {de436d95-1918-430d-a825-ee369c793574} <Debug> TCPHandler: Processed in 0.00233568 sec. | ||
| 1552 | 2024.12.21 01:17:13.198684 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1553 | 2024.12.21 01:17:13.198844 [ 287 ] {1503ccea-8377-4b54-8f32-3d7e77fc9726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1554 | 2024.12.21 01:17:13.198907 [ 287 ] {1503ccea-8377-4b54-8f32-3d7e77fc9726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1555 | 2024.12.21 01:17:13.199627 [ 287 ] {1503ccea-8377-4b54-8f32-3d7e77fc9726} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1556 | 2024.12.21 01:17:13.199673 [ 287 ] {1503ccea-8377-4b54-8f32-3d7e77fc9726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1557 | 2024.12.21 01:17:13.200111 [ 287 ] {1503ccea-8377-4b54-8f32-3d7e77fc9726} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1558 | 2024.12.21 01:17:13.200364 [ 287 ] {1503ccea-8377-4b54-8f32-3d7e77fc9726} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1559 | 2024.12.21 01:17:13.200563 [ 75 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1560 | 2024.12.21 01:17:13.200639 [ 287 ] {1503ccea-8377-4b54-8f32-3d7e77fc9726} <Debug> executeQuery: Read 100 rows, 8.50 KiB in 0.001835 sec., 54495.912806539505 rows/sec., 4.52 MiB/sec. | ||
| 1561 | 2024.12.21 01:17:13.200658 [ 75 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1562 | 2024.12.21 01:17:13.200762 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1563 | 2024.12.21 01:17:13.200777 [ 287 ] {1503ccea-8377-4b54-8f32-3d7e77fc9726} <Debug> TCPHandler: Processed in 0.002159816 sec. | ||
| 1564 | 2024.12.21 01:17:13.201020 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1565 | 2024.12.21 01:17:13.201022 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::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 | ||
| 1566 | 2024.12.21 01:17:13.201361 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1567 | 2024.12.21 01:17:13.201361 [ 282 ] {cdf1f203-aa9c-4560-b305-7ade0a54e724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1568 | 2024.12.21 01:17:13.201412 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
| 1569 | 2024.12.21 01:17:13.201528 [ 282 ] {cdf1f203-aa9c-4560-b305-7ade0a54e724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1570 | 2024.12.21 01:17:13.201635 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
| 1571 | 2024.12.21 01:17:13.202092 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 219 rows starting from the beginning of the part | ||
| 1572 | 2024.12.21 01:17:13.202571 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::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 | ||
| 1573 | 2024.12.21 01:17:13.202857 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 219 rows starting from the beginning of the part | ||
| 1574 | 2024.12.21 01:17:13.203241 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part | ||
| 1575 | 2024.12.21 01:17:13.204932 [ 282 ] {cdf1f203-aa9c-4560-b305-7ade0a54e724} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1576 | 2024.12.21 01:17:13.205022 [ 282 ] {cdf1f203-aa9c-4560-b305-7ade0a54e724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1577 | 2024.12.21 01:17:13.206225 [ 282 ] {cdf1f203-aa9c-4560-b305-7ade0a54e724} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1578 | 2024.12.21 01:17:13.206700 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 706 rows, containing 5 columns (5 merged, 0 gathered) in 0.005792848 sec., 121874.42170069023 rows/sec., 10.70 MiB/sec. | ||
| 1579 | 2024.12.21 01:17:13.206778 [ 282 ] {cdf1f203-aa9c-4560-b305-7ade0a54e724} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1580 | 2024.12.21 01:17:13.207080 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1581 | 2024.12.21 01:17:13.207261 [ 282 ] {cdf1f203-aa9c-4560-b305-7ade0a54e724} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.006043 sec., 3640.575872910806 rows/sec., 273.75 KiB/sec. | ||
| 1582 | 2024.12.21 01:17:13.207471 [ 282 ] {cdf1f203-aa9c-4560-b305-7ade0a54e724} <Debug> TCPHandler: Processed in 0.00656778 sec. | ||
| 1583 | 2024.12.21 01:17:13.207658 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1584 | 2024.12.21 01:17:13.207760 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_6_1} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1585 | 2024.12.21 01:17:13.207826 [ 287 ] {0192ee0b-4049-422e-a503-bae7f7166f70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1586 | 2024.12.21 01:17:13.207860 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_6_1} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1587 | 2024.12.21 01:17:13.207893 [ 287 ] {0192ee0b-4049-422e-a503-bae7f7166f70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1588 | 2024.12.21 01:17:13.207978 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 1589 | 2024.12.21 01:17:13.208597 [ 287 ] {0192ee0b-4049-422e-a503-bae7f7166f70} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1590 | 2024.12.21 01:17:13.208636 [ 287 ] {0192ee0b-4049-422e-a503-bae7f7166f70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1591 | 2024.12.21 01:17:13.209010 [ 287 ] {0192ee0b-4049-422e-a503-bae7f7166f70} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1592 | 2024.12.21 01:17:13.209247 [ 287 ] {0192ee0b-4049-422e-a503-bae7f7166f70} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1593 | 2024.12.21 01:17:13.209419 [ 75 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1594 | 2024.12.21 01:17:13.209485 [ 75 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1595 | 2024.12.21 01:17:13.209501 [ 287 ] {0192ee0b-4049-422e-a503-bae7f7166f70} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001711 sec., 57276.44652250146 rows/sec., 4.48 MiB/sec. | ||
| 1596 | 2024.12.21 01:17:13.209532 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1597 | 2024.12.21 01:17:13.209646 [ 287 ] {0192ee0b-4049-422e-a503-bae7f7166f70} <Debug> TCPHandler: Processed in 0.002063855 sec. | ||
| 1598 | 2024.12.21 01:17:13.209768 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::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 | ||
| 1599 | 2024.12.21 01:17:13.209835 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1600 | 2024.12.21 01:17:13.209931 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1601 | 2024.12.21 01:17:13.210009 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part | ||
| 1602 | 2024.12.21 01:17:13.210060 [ 282 ] {85fcffa6-eea6-4fa8-9a12-d2124034ccf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1603 | 2024.12.21 01:17:13.210242 [ 282 ] {85fcffa6-eea6-4fa8-9a12-d2124034ccf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1604 | 2024.12.21 01:17:13.210271 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
| 1605 | 2024.12.21 01:17:13.210705 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 390 rows starting from the beginning of the part | ||
| 1606 | 2024.12.21 01:17:13.211068 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::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 | ||
| 1607 | 2024.12.21 01:17:13.211436 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part | ||
| 1608 | 2024.12.21 01:17:13.211778 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 98 rows starting from the beginning of the part | ||
| 1609 | 2024.12.21 01:17:13.212919 [ 282 ] {85fcffa6-eea6-4fa8-9a12-d2124034ccf5} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1610 | 2024.12.21 01:17:13.212993 [ 282 ] {85fcffa6-eea6-4fa8-9a12-d2124034ccf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1611 | 2024.12.21 01:17:13.214135 [ 282 ] {85fcffa6-eea6-4fa8-9a12-d2124034ccf5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1612 | 2024.12.21 01:17:13.214693 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1070 rows, containing 5 columns (5 merged, 0 gathered) in 0.005031764 sec., 212649.08290611402 rows/sec., 16.30 MiB/sec. | ||
| 1613 | 2024.12.21 01:17:13.214697 [ 282 ] {85fcffa6-eea6-4fa8-9a12-d2124034ccf5} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1614 | 2024.12.21 01:17:13.214924 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1615 | 2024.12.21 01:17:13.214925 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1616 | 2024.12.21 01:17:13.215028 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1617 | 2024.12.21 01:17:13.215120 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1618 | 2024.12.21 01:17:13.215270 [ 282 ] {85fcffa6-eea6-4fa8-9a12-d2124034ccf5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005238 sec., 30546.00992745323 rows/sec., 2.13 MiB/sec. | ||
| 1619 | 2024.12.21 01:17:13.215596 [ 282 ] {85fcffa6-eea6-4fa8-9a12-d2124034ccf5} <Debug> TCPHandler: Processed in 0.005845369 sec. | ||
| 1620 | 2024.12.21 01:17:13.215637 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1621 | 2024.12.21 01:17:13.215820 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_6_1} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1622 | 2024.12.21 01:17:13.215920 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1623 | 2024.12.21 01:17:13.216072 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1624 | 2024.12.21 01:17:13.216091 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_6_1} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1625 | 2024.12.21 01:17:13.216172 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part | ||
| 1626 | 2024.12.21 01:17:13.216331 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 1627 | 2024.12.21 01:17:13.216375 [ 287 ] {8917252c-3828-436a-8e5f-489375399f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1628 | 2024.12.21 01:17:13.216543 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part | ||
| 1629 | 2024.12.21 01:17:13.216900 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part | ||
| 1630 | 2024.12.21 01:17:13.216943 [ 287 ] {8917252c-3828-436a-8e5f-489375399f97} <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 | ||
| 1631 | 2024.12.21 01:17:13.217157 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
| 1632 | 2024.12.21 01:17:13.217622 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part | ||
| 1633 | 2024.12.21 01:17:13.217887 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::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 | ||
| 1634 | 2024.12.21 01:17:13.221667 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.006397418 sec., 169130.73368036916 rows/sec., 11.59 MiB/sec. | ||
| 1635 | 2024.12.21 01:17:13.221853 [ 287 ] {8917252c-3828-436a-8e5f-489375399f97} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1636 | 2024.12.21 01:17:13.221912 [ 287 ] {8917252c-3828-436a-8e5f-489375399f97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1637 | 2024.12.21 01:17:13.221954 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1638 | 2024.12.21 01:17:13.222616 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1639 | 2024.12.21 01:17:13.222801 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1640 | 2024.12.21 01:17:13.222976 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 1641 | 2024.12.21 01:17:13.223294 [ 287 ] {8917252c-3828-436a-8e5f-489375399f97} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1642 | 2024.12.21 01:17:13.223568 [ 287 ] {8917252c-3828-436a-8e5f-489375399f97} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1643 | 2024.12.21 01:17:13.223824 [ 287 ] {8917252c-3828-436a-8e5f-489375399f97} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.007623 sec., 2886.002886002886 rows/sec., 5.17 MiB/sec. | ||
| 1644 | 2024.12.21 01:17:13.223955 [ 287 ] {8917252c-3828-436a-8e5f-489375399f97} <Debug> TCPHandler: Processed in 0.00825817 sec. | ||
| 1645 | 2024.12.21 01:17:13.224194 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1646 | 2024.12.21 01:17:13.224422 [ 282 ] {32223680-758b-44da-af46-6cc783dc1859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1647 | 2024.12.21 01:17:13.224516 [ 282 ] {32223680-758b-44da-af46-6cc783dc1859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1648 | 2024.12.21 01:17:13.225294 [ 282 ] {32223680-758b-44da-af46-6cc783dc1859} <Trace> oximeter.measurements_i64 (cb750a95-153d-4640-84c1-b972bd115fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1649 | 2024.12.21 01:17:13.225335 [ 282 ] {32223680-758b-44da-af46-6cc783dc1859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1650 | 2024.12.21 01:17:13.225713 [ 282 ] {32223680-758b-44da-af46-6cc783dc1859} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1651 | 2024.12.21 01:17:13.225955 [ 282 ] {32223680-758b-44da-af46-6cc783dc1859} <Trace> oximeter.measurements_i64 (cb750a95-153d-4640-84c1-b972bd115fca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1652 | 2024.12.21 01:17:13.226187 [ 282 ] {32223680-758b-44da-af46-6cc783dc1859} <Debug> executeQuery: Read 18 rows, 1.33 KiB in 0.001815 sec., 9917.355371900827 rows/sec., 731.75 KiB/sec. | ||
| 1653 | 2024.12.21 01:17:13.226241 [ 282 ] {32223680-758b-44da-af46-6cc783dc1859} <Debug> TCPHandler: Processed in 0.002170677 sec. | ||
| 1654 | 2024.12.21 01:17:13.226398 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1655 | 2024.12.21 01:17:13.226520 [ 287 ] {27a02fcd-31a6-4770-9e2e-080bd2ff05e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1656 | 2024.12.21 01:17:13.226572 [ 287 ] {27a02fcd-31a6-4770-9e2e-080bd2ff05e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1657 | 2024.12.21 01:17:13.227083 [ 287 ] {27a02fcd-31a6-4770-9e2e-080bd2ff05e7} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1658 | 2024.12.21 01:17:13.227123 [ 287 ] {27a02fcd-31a6-4770-9e2e-080bd2ff05e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1659 | 2024.12.21 01:17:13.227498 [ 287 ] {27a02fcd-31a6-4770-9e2e-080bd2ff05e7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1660 | 2024.12.21 01:17:13.227733 [ 287 ] {27a02fcd-31a6-4770-9e2e-080bd2ff05e7} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1661 | 2024.12.21 01:17:13.227887 [ 75 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1662 | 2024.12.21 01:17:13.227954 [ 75 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1663 | 2024.12.21 01:17:13.227986 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1664 | 2024.12.21 01:17:13.227997 [ 287 ] {27a02fcd-31a6-4770-9e2e-080bd2ff05e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001493 sec., 40187.54186202277 rows/sec., 2.71 MiB/sec. | ||
| 1665 | 2024.12.21 01:17:13.228371 [ 287 ] {27a02fcd-31a6-4770-9e2e-080bd2ff05e7} <Debug> TCPHandler: Processed in 0.002020504 sec. | ||
| 1666 | 2024.12.21 01:17:13.228437 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 1667 | 2024.12.21 01:17:13.228603 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1668 | 2024.12.21 01:17:13.228640 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 1669 | 2024.12.21 01:17:13.228712 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 1670 | 2024.12.21 01:17:13.229020 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part | ||
| 1671 | 2024.12.21 01:17:13.229253 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
| 1672 | 2024.12.21 01:17:13.229429 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part | ||
| 1673 | 2024.12.21 01:17:13.229597 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 1674 | 2024.12.21 01:17:13.230745 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.002669185 sec., 146861.3078523969 rows/sec., 9.66 MiB/sec. | ||
| 1675 | 2024.12.21 01:17:13.230944 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1676 | 2024.12.21 01:17:13.231278 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_6_1} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1677 | 2024.12.21 01:17:13.231357 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_6_1} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1678 | 2024.12.21 01:17:13.231440 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 1679 | 2024.12.21 01:17:13.520670 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1680 | 2024.12.21 01:17:13.521078 [ 282 ] {b6ee7f67-b06e-4633-bc18-1e0ae2508074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config: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) | ||
| 1681 | 2024.12.21 01:17:13.521539 [ 282 ] {b6ee7f67-b06e-4633-bc18-1e0ae2508074} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1682 | 2024.12.21 01:17:13.521591 [ 282 ] {b6ee7f67-b06e-4633-bc18-1e0ae2508074} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config: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 | ||
| 1683 | 2024.12.21 01:17:13.521940 [ 282 ] {b6ee7f67-b06e-4633-bc18-1e0ae2508074} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1684 | 2024.12.21 01:17:13.522019 [ 282 ] {b6ee7f67-b06e-4633-bc18-1e0ae2508074} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1685 | 2024.12.21 01:17:13.522190 [ 282 ] {b6ee7f67-b06e-4633-bc18-1e0ae2508074} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1686 | 2024.12.21 01:17:13.522385 [ 296 ] {b6ee7f67-b06e-4633-bc18-1e0ae2508074} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1687 | 2024.12.21 01:17:13.522406 [ 297 ] {b6ee7f67-b06e-4633-bc18-1e0ae2508074} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1688 | 2024.12.21 01:17:13.522386 [ 295 ] {b6ee7f67-b06e-4633-bc18-1e0ae2508074} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1689 | 2024.12.21 01:17:13.522580 [ 282 ] {b6ee7f67-b06e-4633-bc18-1e0ae2508074} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1690 | 2024.12.21 01:17:13.522611 [ 282 ] {b6ee7f67-b06e-4633-bc18-1e0ae2508074} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1691 | 2024.12.21 01:17:13.522731 [ 282 ] {b6ee7f67-b06e-4633-bc18-1e0ae2508074} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1692 | 2024.12.21 01:17:13.522756 [ 282 ] {b6ee7f67-b06e-4633-bc18-1e0ae2508074} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1693 | 2024.12.21 01:17:13.522801 [ 282 ] {b6ee7f67-b06e-4633-bc18-1e0ae2508074} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config: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'))" | ||
| 1694 | 2024.12.21 01:17:13.522849 [ 282 ] {b6ee7f67-b06e-4633-bc18-1e0ae2508074} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config: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'))" | ||
| 1695 | 2024.12.21 01:17:13.522896 [ 282 ] {b6ee7f67-b06e-4633-bc18-1e0ae2508074} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config: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'))" | ||
| 1696 | 2024.12.21 01:17:13.524498 [ 282 ] {b6ee7f67-b06e-4633-bc18-1e0ae2508074} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003621 sec., 9389.671361502347 rows/sec., 361.39 KiB/sec. | ||
| 1697 | 2024.12.21 01:17:13.524704 [ 282 ] {b6ee7f67-b06e-4633-bc18-1e0ae2508074} <Debug> TCPHandler: Processed in 0.00419728 sec. | ||
| 1698 | 2024.12.21 01:17:13.525008 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1699 | 2024.12.21 01:17:13.525216 [ 287 ] {b71751e0-7825-4616-ba23-1b5594ac8d83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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) | ||
| 1700 | 2024.12.21 01:17:13.525592 [ 287 ] {b71751e0-7825-4616-ba23-1b5594ac8d83} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1701 | 2024.12.21 01:17:13.525643 [ 287 ] {b71751e0-7825-4616-ba23-1b5594ac8d83} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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 | ||
| 1702 | 2024.12.21 01:17:13.525974 [ 287 ] {b71751e0-7825-4616-ba23-1b5594ac8d83} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1703 | 2024.12.21 01:17:13.526048 [ 287 ] {b71751e0-7825-4616-ba23-1b5594ac8d83} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1704 | 2024.12.21 01:17:13.526209 [ 287 ] {b71751e0-7825-4616-ba23-1b5594ac8d83} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1705 | 2024.12.21 01:17:13.526371 [ 297 ] {b71751e0-7825-4616-ba23-1b5594ac8d83} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1706 | 2024.12.21 01:17:13.526381 [ 296 ] {b71751e0-7825-4616-ba23-1b5594ac8d83} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1707 | 2024.12.21 01:17:13.526391 [ 295 ] {b71751e0-7825-4616-ba23-1b5594ac8d83} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1708 | 2024.12.21 01:17:13.526543 [ 287 ] {b71751e0-7825-4616-ba23-1b5594ac8d83} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1709 | 2024.12.21 01:17:13.526569 [ 287 ] {b71751e0-7825-4616-ba23-1b5594ac8d83} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1710 | 2024.12.21 01:17:13.526680 [ 287 ] {b71751e0-7825-4616-ba23-1b5594ac8d83} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1711 | 2024.12.21 01:17:13.526704 [ 287 ] {b71751e0-7825-4616-ba23-1b5594ac8d83} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1712 | 2024.12.21 01:17:13.526747 [ 287 ] {b71751e0-7825-4616-ba23-1b5594ac8d83} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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'))" | ||
| 1713 | 2024.12.21 01:17:13.526797 [ 287 ] {b71751e0-7825-4616-ba23-1b5594ac8d83} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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'))" | ||
| 1714 | 2024.12.21 01:17:13.526842 [ 287 ] {b71751e0-7825-4616-ba23-1b5594ac8d83} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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'))" | ||
| 1715 | 2024.12.21 01:17:13.528330 [ 287 ] {b71751e0-7825-4616-ba23-1b5594ac8d83} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003217 sec., 10568.852968604291 rows/sec., 406.77 KiB/sec. | ||
| 1716 | 2024.12.21 01:17:13.528516 [ 287 ] {b71751e0-7825-4616-ba23-1b5594ac8d83} <Debug> TCPHandler: Processed in 0.00357488 sec. | ||
| 1717 | 2024.12.21 01:17:13.528841 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1718 | 2024.12.21 01:17:13.529192 [ 282 ] {c1a64965-e3ae-40e9-9c25-752d2a72262b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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) | ||
| 1719 | 2024.12.21 01:17:13.529549 [ 282 ] {c1a64965-e3ae-40e9-9c25-752d2a72262b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1720 | 2024.12.21 01:17:13.529599 [ 282 ] {c1a64965-e3ae-40e9-9c25-752d2a72262b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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 | ||
| 1721 | 2024.12.21 01:17:13.529922 [ 282 ] {c1a64965-e3ae-40e9-9c25-752d2a72262b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1722 | 2024.12.21 01:17:13.529993 [ 282 ] {c1a64965-e3ae-40e9-9c25-752d2a72262b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1723 | 2024.12.21 01:17:13.530148 [ 282 ] {c1a64965-e3ae-40e9-9c25-752d2a72262b} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1724 | 2024.12.21 01:17:13.530281 [ 299 ] {c1a64965-e3ae-40e9-9c25-752d2a72262b} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1725 | 2024.12.21 01:17:13.530288 [ 296 ] {c1a64965-e3ae-40e9-9c25-752d2a72262b} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1726 | 2024.12.21 01:17:13.530333 [ 295 ] {c1a64965-e3ae-40e9-9c25-752d2a72262b} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1727 | 2024.12.21 01:17:13.530493 [ 282 ] {c1a64965-e3ae-40e9-9c25-752d2a72262b} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1728 | 2024.12.21 01:17:13.530526 [ 282 ] {c1a64965-e3ae-40e9-9c25-752d2a72262b} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1729 | 2024.12.21 01:17:13.530640 [ 282 ] {c1a64965-e3ae-40e9-9c25-752d2a72262b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1730 | 2024.12.21 01:17:13.530664 [ 282 ] {c1a64965-e3ae-40e9-9c25-752d2a72262b} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1731 | 2024.12.21 01:17:13.530708 [ 282 ] {c1a64965-e3ae-40e9-9c25-752d2a72262b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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'))" | ||
| 1732 | 2024.12.21 01:17:13.530761 [ 282 ] {c1a64965-e3ae-40e9-9c25-752d2a72262b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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'))" | ||
| 1733 | 2024.12.21 01:17:13.530812 [ 282 ] {c1a64965-e3ae-40e9-9c25-752d2a72262b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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'))" | ||
| 1734 | 2024.12.21 01:17:13.532270 [ 282 ] {c1a64965-e3ae-40e9-9c25-752d2a72262b} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003253 sec., 10451.890562557639 rows/sec., 402.27 KiB/sec. | ||
| 1735 | 2024.12.21 01:17:13.532472 [ 282 ] {c1a64965-e3ae-40e9-9c25-752d2a72262b} <Debug> TCPHandler: Processed in 0.003745263 sec. | ||
| 1736 | 2024.12.21 01:17:13.532761 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1737 | 2024.12.21 01:17:13.532993 [ 287 ] {f06e35f5-2117-4cb8-99f2-5ae03770620a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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) | ||
| 1738 | 2024.12.21 01:17:13.533372 [ 287 ] {f06e35f5-2117-4cb8-99f2-5ae03770620a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1739 | 2024.12.21 01:17:13.533422 [ 287 ] {f06e35f5-2117-4cb8-99f2-5ae03770620a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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 | ||
| 1740 | 2024.12.21 01:17:13.533783 [ 287 ] {f06e35f5-2117-4cb8-99f2-5ae03770620a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1741 | 2024.12.21 01:17:13.533850 [ 287 ] {f06e35f5-2117-4cb8-99f2-5ae03770620a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1742 | 2024.12.21 01:17:13.534003 [ 287 ] {f06e35f5-2117-4cb8-99f2-5ae03770620a} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1743 | 2024.12.21 01:17:13.534133 [ 299 ] {f06e35f5-2117-4cb8-99f2-5ae03770620a} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1744 | 2024.12.21 01:17:13.534176 [ 295 ] {f06e35f5-2117-4cb8-99f2-5ae03770620a} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1745 | 2024.12.21 01:17:13.534162 [ 297 ] {f06e35f5-2117-4cb8-99f2-5ae03770620a} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1746 | 2024.12.21 01:17:13.534370 [ 287 ] {f06e35f5-2117-4cb8-99f2-5ae03770620a} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1747 | 2024.12.21 01:17:13.534399 [ 287 ] {f06e35f5-2117-4cb8-99f2-5ae03770620a} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1748 | 2024.12.21 01:17:13.534506 [ 287 ] {f06e35f5-2117-4cb8-99f2-5ae03770620a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1749 | 2024.12.21 01:17:13.534529 [ 287 ] {f06e35f5-2117-4cb8-99f2-5ae03770620a} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1750 | 2024.12.21 01:17:13.534571 [ 287 ] {f06e35f5-2117-4cb8-99f2-5ae03770620a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 1751 | 2024.12.21 01:17:13.534621 [ 287 ] {f06e35f5-2117-4cb8-99f2-5ae03770620a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 1752 | 2024.12.21 01:17:13.534667 [ 287 ] {f06e35f5-2117-4cb8-99f2-5ae03770620a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 1753 | 2024.12.21 01:17:13.536129 [ 287 ] {f06e35f5-2117-4cb8-99f2-5ae03770620a} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003257 sec., 10439.054344488794 rows/sec., 401.78 KiB/sec. | ||
| 1754 | 2024.12.21 01:17:13.536309 [ 287 ] {f06e35f5-2117-4cb8-99f2-5ae03770620a} <Debug> TCPHandler: Processed in 0.0036154 sec. | ||
| 1755 | 2024.12.21 01:17:13.536651 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1756 | 2024.12.21 01:17:13.537013 [ 282 ] {acb4175c-f5c7-4da9-a1ca-fad74542f50b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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) | ||
| 1757 | 2024.12.21 01:17:13.537437 [ 282 ] {acb4175c-f5c7-4da9-a1ca-fad74542f50b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1758 | 2024.12.21 01:17:13.537487 [ 282 ] {acb4175c-f5c7-4da9-a1ca-fad74542f50b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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 | ||
| 1759 | 2024.12.21 01:17:13.537818 [ 282 ] {acb4175c-f5c7-4da9-a1ca-fad74542f50b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1760 | 2024.12.21 01:17:13.537885 [ 282 ] {acb4175c-f5c7-4da9-a1ca-fad74542f50b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1761 | 2024.12.21 01:17:13.538035 [ 282 ] {acb4175c-f5c7-4da9-a1ca-fad74542f50b} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1762 | 2024.12.21 01:17:13.538181 [ 297 ] {acb4175c-f5c7-4da9-a1ca-fad74542f50b} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1763 | 2024.12.21 01:17:13.538199 [ 296 ] {acb4175c-f5c7-4da9-a1ca-fad74542f50b} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1764 | 2024.12.21 01:17:13.538235 [ 295 ] {acb4175c-f5c7-4da9-a1ca-fad74542f50b} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1765 | 2024.12.21 01:17:13.538399 [ 282 ] {acb4175c-f5c7-4da9-a1ca-fad74542f50b} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1766 | 2024.12.21 01:17:13.538431 [ 282 ] {acb4175c-f5c7-4da9-a1ca-fad74542f50b} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1767 | 2024.12.21 01:17:13.538542 [ 282 ] {acb4175c-f5c7-4da9-a1ca-fad74542f50b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1768 | 2024.12.21 01:17:13.538565 [ 282 ] {acb4175c-f5c7-4da9-a1ca-fad74542f50b} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1769 | 2024.12.21 01:17:13.538608 [ 282 ] {acb4175c-f5c7-4da9-a1ca-fad74542f50b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 1770 | 2024.12.21 01:17:13.538658 [ 282 ] {acb4175c-f5c7-4da9-a1ca-fad74542f50b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 1771 | 2024.12.21 01:17:13.538706 [ 282 ] {acb4175c-f5c7-4da9-a1ca-fad74542f50b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 1772 | 2024.12.21 01:17:13.540168 [ 282 ] {acb4175c-f5c7-4da9-a1ca-fad74542f50b} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003342 sec., 10173.548773189706 rows/sec., 391.56 KiB/sec. | ||
| 1773 | 2024.12.21 01:17:13.540366 [ 282 ] {acb4175c-f5c7-4da9-a1ca-fad74542f50b} <Debug> TCPHandler: Processed in 0.003825355 sec. | ||
| 1774 | 2024.12.21 01:17:13.540625 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1775 | 2024.12.21 01:17:13.540853 [ 287 ] {1967ed1f-3c53-4ed2-8c52-22ac27e7af8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config: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) | ||
| 1776 | 2024.12.21 01:17:13.541248 [ 287 ] {1967ed1f-3c53-4ed2-8c52-22ac27e7af8c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1777 | 2024.12.21 01:17:13.541297 [ 287 ] {1967ed1f-3c53-4ed2-8c52-22ac27e7af8c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config: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 | ||
| 1778 | 2024.12.21 01:17:13.541630 [ 287 ] {1967ed1f-3c53-4ed2-8c52-22ac27e7af8c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1779 | 2024.12.21 01:17:13.541696 [ 287 ] {1967ed1f-3c53-4ed2-8c52-22ac27e7af8c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1780 | 2024.12.21 01:17:13.541847 [ 287 ] {1967ed1f-3c53-4ed2-8c52-22ac27e7af8c} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1781 | 2024.12.21 01:17:13.541964 [ 297 ] {1967ed1f-3c53-4ed2-8c52-22ac27e7af8c} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1782 | 2024.12.21 01:17:13.541979 [ 296 ] {1967ed1f-3c53-4ed2-8c52-22ac27e7af8c} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1783 | 2024.12.21 01:17:13.541997 [ 295 ] {1967ed1f-3c53-4ed2-8c52-22ac27e7af8c} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1784 | 2024.12.21 01:17:13.542120 [ 287 ] {1967ed1f-3c53-4ed2-8c52-22ac27e7af8c} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1785 | 2024.12.21 01:17:13.542144 [ 287 ] {1967ed1f-3c53-4ed2-8c52-22ac27e7af8c} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1786 | 2024.12.21 01:17:13.542250 [ 287 ] {1967ed1f-3c53-4ed2-8c52-22ac27e7af8c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1787 | 2024.12.21 01:17:13.542272 [ 287 ] {1967ed1f-3c53-4ed2-8c52-22ac27e7af8c} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1788 | 2024.12.21 01:17:13.542315 [ 287 ] {1967ed1f-3c53-4ed2-8c52-22ac27e7af8c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config: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'))" | ||
| 1789 | 2024.12.21 01:17:13.542363 [ 287 ] {1967ed1f-3c53-4ed2-8c52-22ac27e7af8c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config: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'))" | ||
| 1790 | 2024.12.21 01:17:13.542410 [ 287 ] {1967ed1f-3c53-4ed2-8c52-22ac27e7af8c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config: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'))" | ||
| 1791 | 2024.12.21 01:17:13.543773 [ 287 ] {1967ed1f-3c53-4ed2-8c52-22ac27e7af8c} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003039 sec., 11187.890753537347 rows/sec., 430.60 KiB/sec. | ||
| 1792 | 2024.12.21 01:17:13.543948 [ 287 ] {1967ed1f-3c53-4ed2-8c52-22ac27e7af8c} <Debug> TCPHandler: Processed in 0.003390917 sec. | ||
| 1793 | 2024.12.21 01:17:13.633908 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1794 | 2024.12.21 01:17:13.634043 [ 282 ] {d91bd44d-e35f-4802-b23e-518954855ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1795 | 2024.12.21 01:17:13.634100 [ 282 ] {d91bd44d-e35f-4802-b23e-518954855ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1796 | 2024.12.21 01:17:13.635345 [ 282 ] {d91bd44d-e35f-4802-b23e-518954855ca3} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1797 | 2024.12.21 01:17:13.635393 [ 282 ] {d91bd44d-e35f-4802-b23e-518954855ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1798 | 2024.12.21 01:17:13.635902 [ 282 ] {d91bd44d-e35f-4802-b23e-518954855ca3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1799 | 2024.12.21 01:17:13.636142 [ 282 ] {d91bd44d-e35f-4802-b23e-518954855ca3} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1800 | 2024.12.21 01:17:13.636345 [ 282 ] {d91bd44d-e35f-4802-b23e-518954855ca3} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002336 sec., 2568.4931506849316 rows/sec., 571.89 KiB/sec. | ||
| 1801 | 2024.12.21 01:17:13.636409 [ 282 ] {d91bd44d-e35f-4802-b23e-518954855ca3} <Debug> TCPHandler: Processed in 0.002561433 sec. | ||
| 1802 | 2024.12.21 01:17:13.636576 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1803 | 2024.12.21 01:17:13.636724 [ 287 ] {bcc23855-54a6-4d2b-9a6f-d55405ca8f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1804 | 2024.12.21 01:17:13.636783 [ 287 ] {bcc23855-54a6-4d2b-9a6f-d55405ca8f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1805 | 2024.12.21 01:17:13.637454 [ 287 ] {bcc23855-54a6-4d2b-9a6f-d55405ca8f28} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1806 | 2024.12.21 01:17:13.637495 [ 287 ] {bcc23855-54a6-4d2b-9a6f-d55405ca8f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1807 | 2024.12.21 01:17:13.637888 [ 287 ] {bcc23855-54a6-4d2b-9a6f-d55405ca8f28} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1808 | 2024.12.21 01:17:13.638133 [ 287 ] {bcc23855-54a6-4d2b-9a6f-d55405ca8f28} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1809 | 2024.12.21 01:17:13.638354 [ 287 ] {bcc23855-54a6-4d2b-9a6f-d55405ca8f28} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001665 sec., 8408.408408408408 rows/sec., 605.29 KiB/sec. | ||
| 1810 | 2024.12.21 01:17:13.638409 [ 287 ] {bcc23855-54a6-4d2b-9a6f-d55405ca8f28} <Debug> TCPHandler: Processed in 0.001903932 sec. | ||
| 1811 | 2024.12.21 01:17:13.638564 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1812 | 2024.12.21 01:17:13.638685 [ 282 ] {419aa671-53bc-4536-8f8b-03585865476d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1813 | 2024.12.21 01:17:13.638737 [ 282 ] {419aa671-53bc-4536-8f8b-03585865476d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1814 | 2024.12.21 01:17:13.639960 [ 282 ] {419aa671-53bc-4536-8f8b-03585865476d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1815 | 2024.12.21 01:17:13.640000 [ 282 ] {419aa671-53bc-4536-8f8b-03585865476d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1816 | 2024.12.21 01:17:13.640523 [ 282 ] {419aa671-53bc-4536-8f8b-03585865476d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1817 | 2024.12.21 01:17:13.640788 [ 282 ] {419aa671-53bc-4536-8f8b-03585865476d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1818 | 2024.12.21 01:17:13.640970 [ 282 ] {419aa671-53bc-4536-8f8b-03585865476d} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.002311 sec., 588057.1181306794 rows/sec., 48.87 MiB/sec. | ||
| 1819 | 2024.12.21 01:17:13.641028 [ 282 ] {419aa671-53bc-4536-8f8b-03585865476d} <Debug> TCPHandler: Processed in 0.002525733 sec. | ||
| 1820 | 2024.12.21 01:17:13.641185 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1821 | 2024.12.21 01:17:13.641327 [ 287 ] {d09bc4c1-4349-4818-acd9-c6e8875adc7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1822 | 2024.12.21 01:17:13.641387 [ 287 ] {d09bc4c1-4349-4818-acd9-c6e8875adc7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1823 | 2024.12.21 01:17:13.642088 [ 287 ] {d09bc4c1-4349-4818-acd9-c6e8875adc7a} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1824 | 2024.12.21 01:17:13.642137 [ 287 ] {d09bc4c1-4349-4818-acd9-c6e8875adc7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1825 | 2024.12.21 01:17:13.642609 [ 287 ] {d09bc4c1-4349-4818-acd9-c6e8875adc7a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1826 | 2024.12.21 01:17:13.642927 [ 287 ] {d09bc4c1-4349-4818-acd9-c6e8875adc7a} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1827 | 2024.12.21 01:17:13.643169 [ 287 ] {d09bc4c1-4349-4818-acd9-c6e8875adc7a} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001873 sec., 8008.542445274959 rows/sec., 564.66 KiB/sec. | ||
| 1828 | 2024.12.21 01:17:13.643226 [ 287 ] {d09bc4c1-4349-4818-acd9-c6e8875adc7a} <Debug> TCPHandler: Processed in 0.002105666 sec. | ||
| 1829 | 2024.12.21 01:17:13.643372 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1830 | 2024.12.21 01:17:13.643496 [ 282 ] {648a8485-9d37-4f2c-b0cc-101f524aad1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1831 | 2024.12.21 01:17:13.643547 [ 282 ] {648a8485-9d37-4f2c-b0cc-101f524aad1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1832 | 2024.12.21 01:17:13.644199 [ 282 ] {648a8485-9d37-4f2c-b0cc-101f524aad1a} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1833 | 2024.12.21 01:17:13.644238 [ 282 ] {648a8485-9d37-4f2c-b0cc-101f524aad1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1834 | 2024.12.21 01:17:13.644607 [ 282 ] {648a8485-9d37-4f2c-b0cc-101f524aad1a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1835 | 2024.12.21 01:17:13.644850 [ 282 ] {648a8485-9d37-4f2c-b0cc-101f524aad1a} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1836 | 2024.12.21 01:17:13.645026 [ 282 ] {648a8485-9d37-4f2c-b0cc-101f524aad1a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001556 sec., 155526.99228791773 rows/sec., 10.54 MiB/sec. | ||
| 1837 | 2024.12.21 01:17:13.645078 [ 282 ] {648a8485-9d37-4f2c-b0cc-101f524aad1a} <Debug> TCPHandler: Processed in 0.00176294 sec. | ||
| 1838 | 2024.12.21 01:17:13.645227 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1839 | 2024.12.21 01:17:13.645371 [ 287 ] {340e3f67-d317-4066-97ac-77c4a2b648f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1840 | 2024.12.21 01:17:13.645428 [ 287 ] {340e3f67-d317-4066-97ac-77c4a2b648f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1841 | 2024.12.21 01:17:13.646128 [ 287 ] {340e3f67-d317-4066-97ac-77c4a2b648f2} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1842 | 2024.12.21 01:17:13.646169 [ 287 ] {340e3f67-d317-4066-97ac-77c4a2b648f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1843 | 2024.12.21 01:17:13.646526 [ 287 ] {340e3f67-d317-4066-97ac-77c4a2b648f2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1844 | 2024.12.21 01:17:13.646758 [ 287 ] {340e3f67-d317-4066-97ac-77c4a2b648f2} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1845 | 2024.12.21 01:17:13.647037 [ 287 ] {340e3f67-d317-4066-97ac-77c4a2b648f2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00167 sec., 7784.43113772455 rows/sec., 485.36 KiB/sec. | ||
| 1846 | 2024.12.21 01:17:13.647163 [ 287 ] {340e3f67-d317-4066-97ac-77c4a2b648f2} <Debug> TCPHandler: Processed in 0.002004744 sec. | ||
| 1847 | 2024.12.21 01:17:13.647360 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1848 | 2024.12.21 01:17:13.647586 [ 282 ] {3079ac52-1ecc-4ff0-a837-f3f80d502840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1849 | 2024.12.21 01:17:13.647678 [ 282 ] {3079ac52-1ecc-4ff0-a837-f3f80d502840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1850 | 2024.12.21 01:17:13.648737 [ 282 ] {3079ac52-1ecc-4ff0-a837-f3f80d502840} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1851 | 2024.12.21 01:17:13.648776 [ 282 ] {3079ac52-1ecc-4ff0-a837-f3f80d502840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1852 | 2024.12.21 01:17:13.649162 [ 282 ] {3079ac52-1ecc-4ff0-a837-f3f80d502840} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1853 | 2024.12.21 01:17:13.649416 [ 282 ] {3079ac52-1ecc-4ff0-a837-f3f80d502840} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1854 | 2024.12.21 01:17:13.649686 [ 282 ] {3079ac52-1ecc-4ff0-a837-f3f80d502840} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.002128 sec., 397556.3909774436 rows/sec., 28.73 MiB/sec. | ||
| 1855 | 2024.12.21 01:17:13.649814 [ 282 ] {3079ac52-1ecc-4ff0-a837-f3f80d502840} <Debug> TCPHandler: Processed in 0.002565643 sec. | ||
| 1856 | 2024.12.21 01:17:13.649963 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1857 | 2024.12.21 01:17:13.650103 [ 287 ] {56e46e5a-78b5-4bd7-aff4-f47a79e9006b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1858 | 2024.12.21 01:17:13.650163 [ 287 ] {56e46e5a-78b5-4bd7-aff4-f47a79e9006b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1859 | 2024.12.21 01:17:13.650731 [ 287 ] {56e46e5a-78b5-4bd7-aff4-f47a79e9006b} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1860 | 2024.12.21 01:17:13.650777 [ 287 ] {56e46e5a-78b5-4bd7-aff4-f47a79e9006b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1861 | 2024.12.21 01:17:13.651195 [ 287 ] {56e46e5a-78b5-4bd7-aff4-f47a79e9006b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1862 | 2024.12.21 01:17:13.651427 [ 287 ] {56e46e5a-78b5-4bd7-aff4-f47a79e9006b} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1863 | 2024.12.21 01:17:13.651640 [ 287 ] {56e46e5a-78b5-4bd7-aff4-f47a79e9006b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001567 sec., 3828.9725590299936 rows/sec., 200.05 KiB/sec. | ||
| 1864 | 2024.12.21 01:17:13.651691 [ 287 ] {56e46e5a-78b5-4bd7-aff4-f47a79e9006b} <Debug> TCPHandler: Processed in 0.00179392 sec. | ||
| 1865 | 2024.12.21 01:17:13.651826 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1866 | 2024.12.21 01:17:13.651944 [ 282 ] {97c1f584-416b-4636-a1bf-0ca27147e481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1867 | 2024.12.21 01:17:13.651998 [ 282 ] {97c1f584-416b-4636-a1bf-0ca27147e481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1868 | 2024.12.21 01:17:13.653114 [ 282 ] {97c1f584-416b-4636-a1bf-0ca27147e481} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1869 | 2024.12.21 01:17:13.653149 [ 282 ] {97c1f584-416b-4636-a1bf-0ca27147e481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1870 | 2024.12.21 01:17:13.653694 [ 282 ] {97c1f584-416b-4636-a1bf-0ca27147e481} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1871 | 2024.12.21 01:17:13.653947 [ 282 ] {97c1f584-416b-4636-a1bf-0ca27147e481} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1872 | 2024.12.21 01:17:13.654134 [ 282 ] {97c1f584-416b-4636-a1bf-0ca27147e481} <Debug> executeQuery: Read 2605 rows, 177.76 KiB in 0.002214 sec., 1176603.4327009937 rows/sec., 78.41 MiB/sec. | ||
| 1873 | 2024.12.21 01:17:13.654185 [ 282 ] {97c1f584-416b-4636-a1bf-0ca27147e481} <Debug> TCPHandler: Processed in 0.002415811 sec. | ||
| 1874 | 2024.12.21 01:17:13.654395 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1875 | 2024.12.21 01:17:13.654627 [ 287 ] {76e7a746-7043-4ecd-a3b7-e287b046aaba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1876 | 2024.12.21 01:17:13.654721 [ 287 ] {76e7a746-7043-4ecd-a3b7-e287b046aaba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1877 | 2024.12.21 01:17:13.655432 [ 287 ] {76e7a746-7043-4ecd-a3b7-e287b046aaba} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1878 | 2024.12.21 01:17:13.655470 [ 287 ] {76e7a746-7043-4ecd-a3b7-e287b046aaba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1879 | 2024.12.21 01:17:13.655838 [ 287 ] {76e7a746-7043-4ecd-a3b7-e287b046aaba} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1880 | 2024.12.21 01:17:13.656077 [ 287 ] {76e7a746-7043-4ecd-a3b7-e287b046aaba} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1881 | 2024.12.21 01:17:13.656284 [ 287 ] {76e7a746-7043-4ecd-a3b7-e287b046aaba} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001712 sec., 584.1121495327103 rows/sec., 39.36 KiB/sec. | ||
| 1882 | 2024.12.21 01:17:13.656335 [ 287 ] {76e7a746-7043-4ecd-a3b7-e287b046aaba} <Debug> TCPHandler: Processed in 0.002054144 sec. | ||
| 1883 | 2024.12.21 01:17:13.656483 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1884 | 2024.12.21 01:17:13.656622 [ 282 ] {f1ac3d4c-935f-4f33-b84f-7e736e4cdf19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1885 | 2024.12.21 01:17:13.656716 [ 282 ] {f1ac3d4c-935f-4f33-b84f-7e736e4cdf19} <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 | ||
| 1886 | 2024.12.21 01:17:13.657846 [ 282 ] {f1ac3d4c-935f-4f33-b84f-7e736e4cdf19} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1887 | 2024.12.21 01:17:13.657884 [ 282 ] {f1ac3d4c-935f-4f33-b84f-7e736e4cdf19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1888 | 2024.12.21 01:17:13.658476 [ 282 ] {f1ac3d4c-935f-4f33-b84f-7e736e4cdf19} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1889 | 2024.12.21 01:17:13.658730 [ 282 ] {f1ac3d4c-935f-4f33-b84f-7e736e4cdf19} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1890 | 2024.12.21 01:17:13.658925 [ 282 ] {f1ac3d4c-935f-4f33-b84f-7e736e4cdf19} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002334 sec., 3427.592116538132 rows/sec., 6.14 MiB/sec. | ||
| 1891 | 2024.12.21 01:17:13.659014 [ 282 ] {f1ac3d4c-935f-4f33-b84f-7e736e4cdf19} <Debug> TCPHandler: Processed in 0.002600563 sec. | ||
| 1892 | 2024.12.21 01:17:13.659147 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1893 | 2024.12.21 01:17:13.659289 [ 287 ] {f57cb981-7d49-433a-9358-b08dfb465623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1894 | 2024.12.21 01:17:13.659348 [ 287 ] {f57cb981-7d49-433a-9358-b08dfb465623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1895 | 2024.12.21 01:17:13.659917 [ 287 ] {f57cb981-7d49-433a-9358-b08dfb465623} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1896 | 2024.12.21 01:17:13.659965 [ 287 ] {f57cb981-7d49-433a-9358-b08dfb465623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1897 | 2024.12.21 01:17:13.660364 [ 287 ] {f57cb981-7d49-433a-9358-b08dfb465623} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1898 | 2024.12.21 01:17:13.660601 [ 287 ] {f57cb981-7d49-433a-9358-b08dfb465623} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1899 | 2024.12.21 01:17:13.660809 [ 287 ] {f57cb981-7d49-433a-9358-b08dfb465623} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001552 sec., 21907.21649484536 rows/sec., 1.27 MiB/sec. | ||
| 1900 | 2024.12.21 01:17:13.660859 [ 287 ] {f57cb981-7d49-433a-9358-b08dfb465623} <Debug> TCPHandler: Processed in 0.001767389 sec. | ||
| 1901 | 2024.12.21 01:17:13.938763 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 80 entries to flush up to offset 282 | ||
| 1902 | 2024.12.21 01:17:13.942788 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1903 | 2024.12.21 01:17:13.942830 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1904 | 2024.12.21 01:17:13.944376 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1905 | 2024.12.21 01:17:13.944676 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1906 | 2024.12.21 01:17:13.945596 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 282 | ||
| 1907 | 2024.12.21 01:17:14.000221 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.30 MiB, peak 170.92 MiB, free memory in arenas 0.00 B, will set to 164.94 MiB (RSS), difference: -1.37 MiB | ||
| 1908 | 2024.12.21 01:17:16.394361 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1909 | 2024.12.21 01:17:16.395031 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1910 | 2024.12.21 01:17:16.395078 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1911 | 2024.12.21 01:17:16.395642 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1912 | 2024.12.21 01:17:16.395913 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1913 | 2024.12.21 01:17:16.396155 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1914 | 2024.12.21 01:17:16.592058 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1915 | 2024.12.21 01:17:16.611135 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1916 | 2024.12.21 01:17:16.611199 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1917 | 2024.12.21 01:17:16.618113 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1918 | 2024.12.21 01:17:16.618884 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1919 | 2024.12.21 01:17:16.621883 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1920 | 2024.12.21 01:17:17.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.48 MiB, peak 170.92 MiB, free memory in arenas 0.00 B, will set to 166.63 MiB (RSS), difference: 1.15 MiB | ||
| 1921 | 2024.12.21 01:17:18.179184 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1922 | 2024.12.21 01:17:18.179484 [ 282 ] {c2033ee7-c526-4fb0-a757-c246de4976c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1923 | 2024.12.21 01:17:18.179602 [ 282 ] {c2033ee7-c526-4fb0-a757-c246de4976c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1924 | 2024.12.21 01:17:18.180658 [ 282 ] {c2033ee7-c526-4fb0-a757-c246de4976c9} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1925 | 2024.12.21 01:17:18.180702 [ 282 ] {c2033ee7-c526-4fb0-a757-c246de4976c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1926 | 2024.12.21 01:17:18.181137 [ 282 ] {c2033ee7-c526-4fb0-a757-c246de4976c9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1927 | 2024.12.21 01:17:18.181415 [ 282 ] {c2033ee7-c526-4fb0-a757-c246de4976c9} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1928 | 2024.12.21 01:17:18.181620 [ 282 ] {c2033ee7-c526-4fb0-a757-c246de4976c9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002222 sec., 25202.520252025202 rows/sec., 1.92 MiB/sec. | ||
| 1929 | 2024.12.21 01:17:18.181683 [ 282 ] {c2033ee7-c526-4fb0-a757-c246de4976c9} <Debug> TCPHandler: Processed in 0.002690246 sec. | ||
| 1930 | 2024.12.21 01:17:18.181941 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1931 | 2024.12.21 01:17:18.182154 [ 287 ] {cb5a487a-13de-4ecd-9a42-ac9b7f4208e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1932 | 2024.12.21 01:17:18.182240 [ 287 ] {cb5a487a-13de-4ecd-9a42-ac9b7f4208e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1933 | 2024.12.21 01:17:18.183013 [ 287 ] {cb5a487a-13de-4ecd-9a42-ac9b7f4208e0} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1934 | 2024.12.21 01:17:18.183061 [ 287 ] {cb5a487a-13de-4ecd-9a42-ac9b7f4208e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1935 | 2024.12.21 01:17:18.183505 [ 287 ] {cb5a487a-13de-4ecd-9a42-ac9b7f4208e0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1936 | 2024.12.21 01:17:18.183771 [ 287 ] {cb5a487a-13de-4ecd-9a42-ac9b7f4208e0} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1937 | 2024.12.21 01:17:18.184068 [ 287 ] {cb5a487a-13de-4ecd-9a42-ac9b7f4208e0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001967 sec., 32536.85815963396 rows/sec., 2.54 MiB/sec. | ||
| 1938 | 2024.12.21 01:17:18.184208 [ 287 ] {cb5a487a-13de-4ecd-9a42-ac9b7f4208e0} <Debug> TCPHandler: Processed in 0.002414221 sec. | ||
| 1939 | 2024.12.21 01:17:18.184375 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1940 | 2024.12.21 01:17:18.184524 [ 282 ] {55219536-08ea-459d-8c27-44252ff7d8a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1941 | 2024.12.21 01:17:18.184590 [ 282 ] {55219536-08ea-459d-8c27-44252ff7d8a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1942 | 2024.12.21 01:17:18.185290 [ 282 ] {55219536-08ea-459d-8c27-44252ff7d8a1} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1943 | 2024.12.21 01:17:18.185332 [ 282 ] {55219536-08ea-459d-8c27-44252ff7d8a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1944 | 2024.12.21 01:17:18.185737 [ 282 ] {55219536-08ea-459d-8c27-44252ff7d8a1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1945 | 2024.12.21 01:17:18.185993 [ 282 ] {55219536-08ea-459d-8c27-44252ff7d8a1} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1946 | 2024.12.21 01:17:18.186176 [ 282 ] {55219536-08ea-459d-8c27-44252ff7d8a1} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001691 sec., 75694.85511531639 rows/sec., 5.27 MiB/sec. | ||
| 1947 | 2024.12.21 01:17:18.186230 [ 282 ] {55219536-08ea-459d-8c27-44252ff7d8a1} <Debug> TCPHandler: Processed in 0.001925602 sec. | ||
| 1948 | 2024.12.21 01:17:18.186373 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1949 | 2024.12.21 01:17:18.186503 [ 287 ] {e52186eb-7698-4c50-8b99-6154e638c567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1950 | 2024.12.21 01:17:18.186561 [ 287 ] {e52186eb-7698-4c50-8b99-6154e638c567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1951 | 2024.12.21 01:17:18.187076 [ 287 ] {e52186eb-7698-4c50-8b99-6154e638c567} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1952 | 2024.12.21 01:17:18.187117 [ 287 ] {e52186eb-7698-4c50-8b99-6154e638c567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1953 | 2024.12.21 01:17:18.187511 [ 287 ] {e52186eb-7698-4c50-8b99-6154e638c567} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1954 | 2024.12.21 01:17:18.187747 [ 287 ] {e52186eb-7698-4c50-8b99-6154e638c567} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1955 | 2024.12.21 01:17:18.188050 [ 287 ] {e52186eb-7698-4c50-8b99-6154e638c567} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001559 sec., 30788.967286722258 rows/sec., 2.07 MiB/sec. | ||
| 1956 | 2024.12.21 01:17:18.188178 [ 287 ] {e52186eb-7698-4c50-8b99-6154e638c567} <Debug> TCPHandler: Processed in 0.001865741 sec. | ||
| 1957 | 2024.12.21 01:17:23.181755 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1958 | 2024.12.21 01:17:23.181981 [ 282 ] {6a9289e3-f052-4b89-bbaf-c3785fe16aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1959 | 2024.12.21 01:17:23.182061 [ 282 ] {6a9289e3-f052-4b89-bbaf-c3785fe16aa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1960 | 2024.12.21 01:17:23.182896 [ 282 ] {6a9289e3-f052-4b89-bbaf-c3785fe16aa2} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1961 | 2024.12.21 01:17:23.182941 [ 282 ] {6a9289e3-f052-4b89-bbaf-c3785fe16aa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1962 | 2024.12.21 01:17:23.183369 [ 282 ] {6a9289e3-f052-4b89-bbaf-c3785fe16aa2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1963 | 2024.12.21 01:17:23.183620 [ 282 ] {6a9289e3-f052-4b89-bbaf-c3785fe16aa2} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1964 | 2024.12.21 01:17:23.183825 [ 282 ] {6a9289e3-f052-4b89-bbaf-c3785fe16aa2} <Debug> executeQuery: Read 100 rows, 8.50 KiB in 0.001904 sec., 52521.00840336134 rows/sec., 4.36 MiB/sec. | ||
| 1965 | 2024.12.21 01:17:23.183888 [ 282 ] {6a9289e3-f052-4b89-bbaf-c3785fe16aa2} <Debug> TCPHandler: Processed in 0.002271289 sec. | ||
| 1966 | 2024.12.21 01:17:23.184166 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1967 | 2024.12.21 01:17:23.184367 [ 287 ] {d6d308b9-7341-437f-9fa5-4f4979c0032b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1968 | 2024.12.21 01:17:23.184456 [ 287 ] {d6d308b9-7341-437f-9fa5-4f4979c0032b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1969 | 2024.12.21 01:17:23.185232 [ 287 ] {d6d308b9-7341-437f-9fa5-4f4979c0032b} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1970 | 2024.12.21 01:17:23.185289 [ 287 ] {d6d308b9-7341-437f-9fa5-4f4979c0032b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1971 | 2024.12.21 01:17:23.185730 [ 287 ] {d6d308b9-7341-437f-9fa5-4f4979c0032b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1972 | 2024.12.21 01:17:23.185987 [ 287 ] {d6d308b9-7341-437f-9fa5-4f4979c0032b} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1973 | 2024.12.21 01:17:23.186263 [ 287 ] {d6d308b9-7341-437f-9fa5-4f4979c0032b} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001947 sec., 11299.435028248588 rows/sec., 849.66 KiB/sec. | ||
| 1974 | 2024.12.21 01:17:23.186442 [ 287 ] {d6d308b9-7341-437f-9fa5-4f4979c0032b} <Debug> TCPHandler: Processed in 0.00241639 sec. | ||
| 1975 | 2024.12.21 01:17:23.186615 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1976 | 2024.12.21 01:17:23.186742 [ 282 ] {3232781c-7eba-4697-a594-d1242fac015e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1977 | 2024.12.21 01:17:23.186795 [ 282 ] {3232781c-7eba-4697-a594-d1242fac015e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1978 | 2024.12.21 01:17:23.187423 [ 282 ] {3232781c-7eba-4697-a594-d1242fac015e} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1979 | 2024.12.21 01:17:23.187462 [ 282 ] {3232781c-7eba-4697-a594-d1242fac015e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1980 | 2024.12.21 01:17:23.187827 [ 282 ] {3232781c-7eba-4697-a594-d1242fac015e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1981 | 2024.12.21 01:17:23.188067 [ 282 ] {3232781c-7eba-4697-a594-d1242fac015e} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1982 | 2024.12.21 01:17:23.188270 [ 282 ] {3232781c-7eba-4697-a594-d1242fac015e} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001551 sec., 55448.09800128949 rows/sec., 4.33 MiB/sec. | ||
| 1983 | 2024.12.21 01:17:23.188344 [ 282 ] {3232781c-7eba-4697-a594-d1242fac015e} <Debug> TCPHandler: Processed in 0.00178869 sec. | ||
| 1984 | 2024.12.21 01:17:23.188516 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1985 | 2024.12.21 01:17:23.188665 [ 287 ] {efe81237-eacc-4d40-b34b-dfa5fde9ab68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1986 | 2024.12.21 01:17:23.188733 [ 287 ] {efe81237-eacc-4d40-b34b-dfa5fde9ab68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1987 | 2024.12.21 01:17:23.189428 [ 287 ] {efe81237-eacc-4d40-b34b-dfa5fde9ab68} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1988 | 2024.12.21 01:17:23.189470 [ 287 ] {efe81237-eacc-4d40-b34b-dfa5fde9ab68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1989 | 2024.12.21 01:17:23.189879 [ 287 ] {efe81237-eacc-4d40-b34b-dfa5fde9ab68} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1990 | 2024.12.21 01:17:23.190142 [ 287 ] {efe81237-eacc-4d40-b34b-dfa5fde9ab68} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1991 | 2024.12.21 01:17:23.190351 [ 287 ] {efe81237-eacc-4d40-b34b-dfa5fde9ab68} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001724 sec., 92807.42459396752 rows/sec., 6.46 MiB/sec. | ||
| 1992 | 2024.12.21 01:17:23.190407 [ 287 ] {efe81237-eacc-4d40-b34b-dfa5fde9ab68} <Debug> TCPHandler: Processed in 0.001963313 sec. | ||
| 1993 | 2024.12.21 01:17:23.190562 [ 282 ] {} <Trace> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1994 | 2024.12.21 01:17:23.190702 [ 282 ] {2609e998-9367-4c36-be95-78942c7e3b57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59565) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1995 | 2024.12.21 01:17:23.190796 [ 282 ] {2609e998-9367-4c36-be95-78942c7e3b57} <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 | ||
| 1996 | 2024.12.21 01:17:23.192013 [ 282 ] {2609e998-9367-4c36-be95-78942c7e3b57} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1997 | 2024.12.21 01:17:23.192051 [ 282 ] {2609e998-9367-4c36-be95-78942c7e3b57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1998 | 2024.12.21 01:17:23.192712 [ 282 ] {2609e998-9367-4c36-be95-78942c7e3b57} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1999 | 2024.12.21 01:17:23.192975 [ 282 ] {2609e998-9367-4c36-be95-78942c7e3b57} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2000 | 2024.12.21 01:17:23.193254 [ 282 ] {2609e998-9367-4c36-be95-78942c7e3b57} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002564 sec., 8580.343213728549 rows/sec., 15.38 MiB/sec. | ||
| 2001 | 2024.12.21 01:17:23.193441 [ 282 ] {2609e998-9367-4c36-be95-78942c7e3b57} <Debug> TCPHandler: Processed in 0.002943859 sec. | ||
| 2002 | 2024.12.21 01:17:23.193609 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2003 | 2024.12.21 01:17:23.193751 [ 287 ] {c5af1848-27b6-4522-b00c-c7f1cedb342b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2004 | 2024.12.21 01:17:23.193813 [ 287 ] {c5af1848-27b6-4522-b00c-c7f1cedb342b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2005 | 2024.12.21 01:17:23.194417 [ 287 ] {c5af1848-27b6-4522-b00c-c7f1cedb342b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2006 | 2024.12.21 01:17:23.194458 [ 287 ] {c5af1848-27b6-4522-b00c-c7f1cedb342b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 2007 | 2024.12.21 01:17:23.194841 [ 287 ] {c5af1848-27b6-4522-b00c-c7f1cedb342b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2008 | 2024.12.21 01:17:23.195080 [ 287 ] {c5af1848-27b6-4522-b00c-c7f1cedb342b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2009 | 2024.12.21 01:17:23.195298 [ 287 ] {c5af1848-27b6-4522-b00c-c7f1cedb342b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00158 sec., 37974.6835443038 rows/sec., 2.56 MiB/sec. | ||
| 2010 | 2024.12.21 01:17:23.195356 [ 287 ] {c5af1848-27b6-4522-b00c-c7f1cedb342b} <Debug> TCPHandler: Processed in 0.001815351 sec. | ||
| 2011 | 2024.12.21 01:17:23.821422 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2012 | 2024.12.21 01:17:23.821481 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2013 | 2024.12.21 01:17:23.896275 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 2014 | 2024.12.21 01:17:23.896908 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2015 | 2024.12.21 01:17:23.896954 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2016 | 2024.12.21 01:17:23.897617 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2017 | 2024.12.21 01:17:23.897891 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2018 | 2024.12.21 01:17:23.898111 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 2019 | 2024.12.21 01:17:23.945958 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 302 | ||
| 2020 | 2024.12.21 01:17:23.948779 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2021 | 2024.12.21 01:17:23.948839 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2022 | 2024.12.21 01:17:23.950334 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2023 | 2024.12.21 01:17:23.950654 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2024 | 2024.12.21 01:17:23.951183 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 302 | ||
| 2025 | 2024.12.21 01:17:24.121951 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 2026 | 2024.12.21 01:17:24.141183 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2027 | 2024.12.21 01:17:24.141237 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2028 | 2024.12.21 01:17:24.147989 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2029 | 2024.12.21 01:17:24.148764 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2030 | 2024.12.21 01:17:24.151220 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 2031 | 2024.12.21 01:17:27.849308 [ 282 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 2032 | 2024.12.21 01:17:27.849438 [ 282 ] {} <Debug> TCP-Session: 7e8635f6-9dc0-421c-957a-2975330a7b29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2033 | 2024.12.21 01:17:28.000179 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.89 MiB, peak 171.26 MiB, free memory in arenas 0.00 B, will set to 166.96 MiB (RSS), difference: 2.06 MiB | ||
| 2034 | 2024.12.21 01:17:28.185164 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2035 | 2024.12.21 01:17:28.185468 [ 287 ] {af735b54-c55b-4fda-a559-4a0cd8dc818e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2036 | 2024.12.21 01:17:28.185585 [ 287 ] {af735b54-c55b-4fda-a559-4a0cd8dc818e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2037 | 2024.12.21 01:17:28.186331 [ 287 ] {af735b54-c55b-4fda-a559-4a0cd8dc818e} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2038 | 2024.12.21 01:17:28.186381 [ 287 ] {af735b54-c55b-4fda-a559-4a0cd8dc818e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2039 | 2024.12.21 01:17:28.186814 [ 287 ] {af735b54-c55b-4fda-a559-4a0cd8dc818e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2040 | 2024.12.21 01:17:28.187068 [ 287 ] {af735b54-c55b-4fda-a559-4a0cd8dc818e} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2041 | 2024.12.21 01:17:28.187451 [ 287 ] {af735b54-c55b-4fda-a559-4a0cd8dc818e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002025 sec., 6913.580246913581 rows/sec., 497.69 KiB/sec. | ||
| 2042 | 2024.12.21 01:17:28.187628 [ 287 ] {af735b54-c55b-4fda-a559-4a0cd8dc818e} <Debug> TCPHandler: Processed in 0.002660394 sec. | ||
| 2043 | 2024.12.21 01:17:28.187910 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2044 | 2024.12.21 01:17:28.188125 [ 285 ] {e432b685-fc3f-46ac-ae40-c4ee64aed8bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2045 | 2024.12.21 01:17:28.188230 [ 285 ] {e432b685-fc3f-46ac-ae40-c4ee64aed8bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2046 | 2024.12.21 01:17:28.189122 [ 285 ] {e432b685-fc3f-46ac-ae40-c4ee64aed8bb} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2047 | 2024.12.21 01:17:28.189164 [ 285 ] {e432b685-fc3f-46ac-ae40-c4ee64aed8bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2048 | 2024.12.21 01:17:28.189636 [ 285 ] {e432b685-fc3f-46ac-ae40-c4ee64aed8bb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2049 | 2024.12.21 01:17:28.189904 [ 285 ] {e432b685-fc3f-46ac-ae40-c4ee64aed8bb} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2050 | 2024.12.21 01:17:28.190160 [ 285 ] {e432b685-fc3f-46ac-ae40-c4ee64aed8bb} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002091 sec., 104734.57675753228 rows/sec., 9.12 MiB/sec. | ||
| 2051 | 2024.12.21 01:17:28.190327 [ 285 ] {e432b685-fc3f-46ac-ae40-c4ee64aed8bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2052 | 2024.12.21 01:17:28.190346 [ 285 ] {e432b685-fc3f-46ac-ae40-c4ee64aed8bb} <Debug> TCPHandler: Processed in 0.002597444 sec. | ||
| 2053 | 2024.12.21 01:17:28.190558 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2054 | 2024.12.21 01:17:28.190689 [ 287 ] {1d189f8b-1eae-43c8-a6bf-f3c04003bebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2055 | 2024.12.21 01:17:28.190744 [ 287 ] {1d189f8b-1eae-43c8-a6bf-f3c04003bebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2056 | 2024.12.21 01:17:28.191359 [ 287 ] {1d189f8b-1eae-43c8-a6bf-f3c04003bebd} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2057 | 2024.12.21 01:17:28.191401 [ 287 ] {1d189f8b-1eae-43c8-a6bf-f3c04003bebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2058 | 2024.12.21 01:17:28.191776 [ 287 ] {1d189f8b-1eae-43c8-a6bf-f3c04003bebd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2059 | 2024.12.21 01:17:28.192026 [ 287 ] {1d189f8b-1eae-43c8-a6bf-f3c04003bebd} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2060 | 2024.12.21 01:17:28.192196 [ 41 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2061 | 2024.12.21 01:17:28.192267 [ 287 ] {1d189f8b-1eae-43c8-a6bf-f3c04003bebd} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001603 sec., 9357.454772301933 rows/sec., 659.77 KiB/sec. | ||
| 2062 | 2024.12.21 01:17:28.192279 [ 41 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2063 | 2024.12.21 01:17:28.192357 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2064 | 2024.12.21 01:17:28.192412 [ 287 ] {1d189f8b-1eae-43c8-a6bf-f3c04003bebd} <Debug> TCPHandler: Processed in 0.001925462 sec. | ||
| 2065 | 2024.12.21 01:17:28.192704 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2066 | 2024.12.21 01:17:28.192898 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::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 | ||
| 2067 | 2024.12.21 01:17:28.192978 [ 285 ] {9b2766d7-3a95-4290-b1d8-177c5f5012f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2068 | 2024.12.21 01:17:28.193055 [ 285 ] {9b2766d7-3a95-4290-b1d8-177c5f5012f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2069 | 2024.12.21 01:17:28.193094 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2070 | 2024.12.21 01:17:28.193156 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::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 | ||
| 2071 | 2024.12.21 01:17:28.193387 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
| 2072 | 2024.12.21 01:17:28.193813 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
| 2073 | 2024.12.21 01:17:28.194268 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
| 2074 | 2024.12.21 01:17:28.194595 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part | ||
| 2075 | 2024.12.21 01:17:28.195028 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::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 | ||
| 2076 | 2024.12.21 01:17:28.195769 [ 285 ] {9b2766d7-3a95-4290-b1d8-177c5f5012f4} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2077 | 2024.12.21 01:17:28.195817 [ 285 ] {9b2766d7-3a95-4290-b1d8-177c5f5012f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2078 | 2024.12.21 01:17:28.196323 [ 285 ] {9b2766d7-3a95-4290-b1d8-177c5f5012f4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2079 | 2024.12.21 01:17:28.196687 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 5 columns (5 merged, 0 gathered) in 0.004222061 sec., 24632.51952067959 rows/sec., 1.84 MiB/sec. | ||
| 2080 | 2024.12.21 01:17:28.196694 [ 285 ] {9b2766d7-3a95-4290-b1d8-177c5f5012f4} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2081 | 2024.12.21 01:17:28.196983 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2082 | 2024.12.21 01:17:28.197033 [ 285 ] {9b2766d7-3a95-4290-b1d8-177c5f5012f4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00409 sec., 3422.9828850855747 rows/sec., 239.72 KiB/sec. | ||
| 2083 | 2024.12.21 01:17:28.197195 [ 285 ] {9b2766d7-3a95-4290-b1d8-177c5f5012f4} <Debug> TCPHandler: Processed in 0.004672128 sec. | ||
| 2084 | 2024.12.21 01:17:28.197394 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2085 | 2024.12.21 01:17:28.197578 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_6_1} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2086 | 2024.12.21 01:17:28.197634 [ 287 ] {d7bdad3d-4e2c-46d7-ad71-de93c9c5fa9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2087 | 2024.12.21 01:17:28.197737 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_6_1} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2088 | 2024.12.21 01:17:28.197786 [ 287 ] {d7bdad3d-4e2c-46d7-ad71-de93c9c5fa9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2089 | 2024.12.21 01:17:28.197953 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2090 | 2024.12.21 01:17:28.198815 [ 287 ] {d7bdad3d-4e2c-46d7-ad71-de93c9c5fa9d} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2091 | 2024.12.21 01:17:28.198860 [ 287 ] {d7bdad3d-4e2c-46d7-ad71-de93c9c5fa9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2092 | 2024.12.21 01:17:28.199239 [ 287 ] {d7bdad3d-4e2c-46d7-ad71-de93c9c5fa9d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2093 | 2024.12.21 01:17:28.199481 [ 287 ] {d7bdad3d-4e2c-46d7-ad71-de93c9c5fa9d} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2094 | 2024.12.21 01:17:28.199885 [ 287 ] {d7bdad3d-4e2c-46d7-ad71-de93c9c5fa9d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002288 sec., 5681.818181818182 rows/sec., 354.26 KiB/sec. | ||
| 2095 | 2024.12.21 01:17:28.200020 [ 287 ] {d7bdad3d-4e2c-46d7-ad71-de93c9c5fa9d} <Debug> TCPHandler: Processed in 0.002713396 sec. | ||
| 2096 | 2024.12.21 01:17:28.200198 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2097 | 2024.12.21 01:17:28.200338 [ 285 ] {a595bb9f-bfa5-4418-b50a-f6126e4de5b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2098 | 2024.12.21 01:17:28.200396 [ 285 ] {a595bb9f-bfa5-4418-b50a-f6126e4de5b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2099 | 2024.12.21 01:17:28.201135 [ 285 ] {a595bb9f-bfa5-4418-b50a-f6126e4de5b8} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2100 | 2024.12.21 01:17:28.201176 [ 285 ] {a595bb9f-bfa5-4418-b50a-f6126e4de5b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2101 | 2024.12.21 01:17:28.201571 [ 285 ] {a595bb9f-bfa5-4418-b50a-f6126e4de5b8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2102 | 2024.12.21 01:17:28.201824 [ 285 ] {a595bb9f-bfa5-4418-b50a-f6126e4de5b8} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2103 | 2024.12.21 01:17:28.202060 [ 285 ] {a595bb9f-bfa5-4418-b50a-f6126e4de5b8} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001748 sec., 223112.1281464531 rows/sec., 15.82 MiB/sec. | ||
| 2104 | 2024.12.21 01:17:28.202144 [ 285 ] {a595bb9f-bfa5-4418-b50a-f6126e4de5b8} <Debug> TCPHandler: Processed in 0.002013264 sec. | ||
| 2105 | 2024.12.21 01:17:28.202298 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2106 | 2024.12.21 01:17:28.202436 [ 287 ] {d7e0118b-4162-442a-95b5-43a01388d2c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2107 | 2024.12.21 01:17:28.202498 [ 287 ] {d7e0118b-4162-442a-95b5-43a01388d2c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2108 | 2024.12.21 01:17:28.203006 [ 287 ] {d7e0118b-4162-442a-95b5-43a01388d2c2} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2109 | 2024.12.21 01:17:28.203046 [ 287 ] {d7e0118b-4162-442a-95b5-43a01388d2c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2110 | 2024.12.21 01:17:28.203428 [ 287 ] {d7e0118b-4162-442a-95b5-43a01388d2c2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2111 | 2024.12.21 01:17:28.203663 [ 287 ] {d7e0118b-4162-442a-95b5-43a01388d2c2} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2112 | 2024.12.21 01:17:28.203882 [ 287 ] {d7e0118b-4162-442a-95b5-43a01388d2c2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001477 sec., 4062.288422477996 rows/sec., 212.24 KiB/sec. | ||
| 2113 | 2024.12.21 01:17:28.203933 [ 287 ] {d7e0118b-4162-442a-95b5-43a01388d2c2} <Debug> TCPHandler: Processed in 0.001702249 sec. | ||
| 2114 | 2024.12.21 01:17:28.204084 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2115 | 2024.12.21 01:17:28.204203 [ 285 ] {35eb5456-93f1-45c5-a915-1f82e12ffa4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2116 | 2024.12.21 01:17:28.204257 [ 285 ] {35eb5456-93f1-45c5-a915-1f82e12ffa4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2117 | 2024.12.21 01:17:28.204844 [ 285 ] {35eb5456-93f1-45c5-a915-1f82e12ffa4b} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2118 | 2024.12.21 01:17:28.204884 [ 285 ] {35eb5456-93f1-45c5-a915-1f82e12ffa4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2119 | 2024.12.21 01:17:28.205309 [ 285 ] {35eb5456-93f1-45c5-a915-1f82e12ffa4b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2120 | 2024.12.21 01:17:28.205559 [ 285 ] {35eb5456-93f1-45c5-a915-1f82e12ffa4b} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2121 | 2024.12.21 01:17:28.205853 [ 285 ] {35eb5456-93f1-45c5-a915-1f82e12ffa4b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001649 sec., 143723.46876895087 rows/sec., 9.63 MiB/sec. | ||
| 2122 | 2024.12.21 01:17:28.205941 [ 285 ] {35eb5456-93f1-45c5-a915-1f82e12ffa4b} <Debug> TCPHandler: Processed in 0.001915973 sec. | ||
| 2123 | 2024.12.21 01:17:28.206104 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2124 | 2024.12.21 01:17:28.206242 [ 287 ] {017c4e8c-9adb-45b5-a5a7-a7450bc1c1c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2125 | 2024.12.21 01:17:28.206303 [ 287 ] {017c4e8c-9adb-45b5-a5a7-a7450bc1c1c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2126 | 2024.12.21 01:17:28.206823 [ 287 ] {017c4e8c-9adb-45b5-a5a7-a7450bc1c1c8} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2127 | 2024.12.21 01:17:28.206863 [ 287 ] {017c4e8c-9adb-45b5-a5a7-a7450bc1c1c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2128 | 2024.12.21 01:17:28.207224 [ 287 ] {017c4e8c-9adb-45b5-a5a7-a7450bc1c1c8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2129 | 2024.12.21 01:17:28.207466 [ 287 ] {017c4e8c-9adb-45b5-a5a7-a7450bc1c1c8} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2130 | 2024.12.21 01:17:28.207879 [ 287 ] {017c4e8c-9adb-45b5-a5a7-a7450bc1c1c8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001618 sec., 618.0469715698392 rows/sec., 41.65 KiB/sec. | ||
| 2131 | 2024.12.21 01:17:28.207961 [ 287 ] {017c4e8c-9adb-45b5-a5a7-a7450bc1c1c8} <Debug> TCPHandler: Processed in 0.001928073 sec. | ||
| 2132 | 2024.12.21 01:17:28.208111 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2133 | 2024.12.21 01:17:28.208230 [ 285 ] {9cd46ff0-9174-4ee7-a110-5e88e6b60b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2134 | 2024.12.21 01:17:28.208311 [ 285 ] {9cd46ff0-9174-4ee7-a110-5e88e6b60b10} <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 | ||
| 2135 | 2024.12.21 01:17:28.209390 [ 285 ] {9cd46ff0-9174-4ee7-a110-5e88e6b60b10} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2136 | 2024.12.21 01:17:28.209430 [ 285 ] {9cd46ff0-9174-4ee7-a110-5e88e6b60b10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2137 | 2024.12.21 01:17:28.210044 [ 285 ] {9cd46ff0-9174-4ee7-a110-5e88e6b60b10} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2138 | 2024.12.21 01:17:28.210310 [ 285 ] {9cd46ff0-9174-4ee7-a110-5e88e6b60b10} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2139 | 2024.12.21 01:17:28.210488 [ 41 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2140 | 2024.12.21 01:17:28.210557 [ 41 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2141 | 2024.12.21 01:17:28.210593 [ 285 ] {9cd46ff0-9174-4ee7-a110-5e88e6b60b10} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002383 sec., 3357.112882920688 rows/sec., 6.02 MiB/sec. | ||
| 2142 | 2024.12.21 01:17:28.210603 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2143 | 2024.12.21 01:17:28.211119 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 2144 | 2024.12.21 01:17:28.211202 [ 285 ] {9cd46ff0-9174-4ee7-a110-5e88e6b60b10} <Debug> TCPHandler: Processed in 0.003140943 sec. | ||
| 2145 | 2024.12.21 01:17:28.211697 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2146 | 2024.12.21 01:17:28.212002 [ 287 ] {bc0b5a01-9ff8-40d4-a010-269192193cc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2147 | 2024.12.21 01:17:28.212151 [ 287 ] {bc0b5a01-9ff8-40d4-a010-269192193cc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2148 | 2024.12.21 01:17:28.212171 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2149 | 2024.12.21 01:17:28.212433 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 2150 | 2024.12.21 01:17:28.213350 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 2151 | 2024.12.21 01:17:28.214177 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
| 2152 | 2024.12.21 01:17:28.214190 [ 287 ] {bc0b5a01-9ff8-40d4-a010-269192193cc4} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2153 | 2024.12.21 01:17:28.214262 [ 287 ] {bc0b5a01-9ff8-40d4-a010-269192193cc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2154 | 2024.12.21 01:17:28.214757 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 2155 | 2024.12.21 01:17:28.215438 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part | ||
| 2156 | 2024.12.21 01:17:28.215733 [ 287 ] {bc0b5a01-9ff8-40d4-a010-269192193cc4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2157 | 2024.12.21 01:17:28.216073 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 2158 | 2024.12.21 01:17:28.216601 [ 287 ] {bc0b5a01-9ff8-40d4-a010-269192193cc4} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2159 | 2024.12.21 01:17:28.217461 [ 287 ] {bc0b5a01-9ff8-40d4-a010-269192193cc4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005519 sec., 14857.764087697047 rows/sec., 966.30 KiB/sec. | ||
| 2160 | 2024.12.21 01:17:28.217682 [ 287 ] {bc0b5a01-9ff8-40d4-a010-269192193cc4} <Debug> TCPHandler: Processed in 0.006345747 sec. | ||
| 2161 | 2024.12.21 01:17:28.219675 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 76 rows, containing 19 columns (19 merged, 0 gathered) in 0.0089089 sec., 8530.795047648979 rows/sec., 15.29 MiB/sec. | ||
| 2162 | 2024.12.21 01:17:28.219938 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2163 | 2024.12.21 01:17:28.220341 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2164 | 2024.12.21 01:17:28.220419 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2165 | 2024.12.21 01:17:28.220531 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 2166 | 2024.12.21 01:17:29.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.88 MiB, peak 173.52 MiB, free memory in arenas 0.00 B, will set to 167.08 MiB (RSS), difference: -2.80 MiB | ||
| 2167 | 2024.12.21 01:17:31.398225 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 2168 | 2024.12.21 01:17:31.398890 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2169 | 2024.12.21 01:17:31.398938 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2170 | 2024.12.21 01:17:31.399492 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2171 | 2024.12.21 01:17:31.399756 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2172 | 2024.12.21 01:17:31.400038 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 2173 | 2024.12.21 01:17:31.651293 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2174 | 2024.12.21 01:17:31.671598 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2175 | 2024.12.21 01:17:31.671666 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2176 | 2024.12.21 01:17:31.678864 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2177 | 2024.12.21 01:17:31.679612 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2178 | 2024.12.21 01:17:31.682637 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2179 | 2024.12.21 01:17:33.182474 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2180 | 2024.12.21 01:17:33.182779 [ 287 ] {9c1b31da-bc86-48e1-abdd-57bf143746a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2181 | 2024.12.21 01:17:33.182857 [ 287 ] {9c1b31da-bc86-48e1-abdd-57bf143746a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2182 | 2024.12.21 01:17:33.183677 [ 287 ] {9c1b31da-bc86-48e1-abdd-57bf143746a0} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2183 | 2024.12.21 01:17:33.183732 [ 287 ] {9c1b31da-bc86-48e1-abdd-57bf143746a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2184 | 2024.12.21 01:17:33.184184 [ 287 ] {9c1b31da-bc86-48e1-abdd-57bf143746a0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2185 | 2024.12.21 01:17:33.184443 [ 287 ] {9c1b31da-bc86-48e1-abdd-57bf143746a0} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2186 | 2024.12.21 01:17:33.184666 [ 35 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2187 | 2024.12.21 01:17:33.184733 [ 287 ] {9c1b31da-bc86-48e1-abdd-57bf143746a0} <Debug> executeQuery: Read 100 rows, 8.50 KiB in 0.002034 sec., 49164.20845624386 rows/sec., 4.08 MiB/sec. | ||
| 2188 | 2024.12.21 01:17:33.184808 [ 35 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2189 | 2024.12.21 01:17:33.184884 [ 287 ] {9c1b31da-bc86-48e1-abdd-57bf143746a0} <Debug> TCPHandler: Processed in 0.002614604 sec. | ||
| 2190 | 2024.12.21 01:17:33.184897 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2191 | 2024.12.21 01:17:33.185150 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::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 | ||
| 2192 | 2024.12.21 01:17:33.185251 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2193 | 2024.12.21 01:17:33.185388 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2194 | 2024.12.21 01:17:33.185469 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 263 rows starting from the beginning of the part | ||
| 2195 | 2024.12.21 01:17:33.185567 [ 285 ] {9f8a9f7b-4622-42ac-a719-1c62ffd78536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2196 | 2024.12.21 01:17:33.185749 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1359 rows starting from the beginning of the part | ||
| 2197 | 2024.12.21 01:17:33.185811 [ 285 ] {9f8a9f7b-4622-42ac-a719-1c62ffd78536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2198 | 2024.12.21 01:17:33.186099 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::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 | ||
| 2199 | 2024.12.21 01:17:33.186488 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part | ||
| 2200 | 2024.12.21 01:17:33.186834 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 219 rows starting from the beginning of the part | ||
| 2201 | 2024.12.21 01:17:33.187197 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 100 rows starting from the beginning of the part | ||
| 2202 | 2024.12.21 01:17:33.188487 [ 285 ] {9f8a9f7b-4622-42ac-a719-1c62ffd78536} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2203 | 2024.12.21 01:17:33.188530 [ 285 ] {9f8a9f7b-4622-42ac-a719-1c62ffd78536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2204 | 2024.12.21 01:17:33.189114 [ 285 ] {9f8a9f7b-4622-42ac-a719-1c62ffd78536} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2205 | 2024.12.21 01:17:33.189424 [ 285 ] {9f8a9f7b-4622-42ac-a719-1c62ffd78536} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2206 | 2024.12.21 01:17:33.189744 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2097 rows, containing 5 columns (5 merged, 0 gathered) in 0.004699749 sec., 446194.0414264677 rows/sec., 39.15 MiB/sec. | ||
| 2207 | 2024.12.21 01:17:33.189870 [ 285 ] {9f8a9f7b-4622-42ac-a719-1c62ffd78536} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.004401 sec., 4998.863894569416 rows/sec., 375.89 KiB/sec. | ||
| 2208 | 2024.12.21 01:17:33.189981 [ 285 ] {9f8a9f7b-4622-42ac-a719-1c62ffd78536} <Debug> TCPHandler: Processed in 0.004932483 sec. | ||
| 2209 | 2024.12.21 01:17:33.190302 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2210 | 2024.12.21 01:17:33.190339 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2211 | 2024.12.21 01:17:33.190622 [ 287 ] {c8ac6b6b-e669-49ed-8f73-75696c8f8975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2212 | 2024.12.21 01:17:33.190776 [ 287 ] {c8ac6b6b-e669-49ed-8f73-75696c8f8975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2213 | 2024.12.21 01:17:33.191070 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_11_2} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2214 | 2024.12.21 01:17:33.191377 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_11_2} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2215 | 2024.12.21 01:17:33.191632 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 2216 | 2024.12.21 01:17:33.191987 [ 287 ] {c8ac6b6b-e669-49ed-8f73-75696c8f8975} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2217 | 2024.12.21 01:17:33.192034 [ 287 ] {c8ac6b6b-e669-49ed-8f73-75696c8f8975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2218 | 2024.12.21 01:17:33.192420 [ 287 ] {c8ac6b6b-e669-49ed-8f73-75696c8f8975} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2219 | 2024.12.21 01:17:33.192663 [ 287 ] {c8ac6b6b-e669-49ed-8f73-75696c8f8975} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2220 | 2024.12.21 01:17:33.192820 [ 35 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2221 | 2024.12.21 01:17:33.192887 [ 35 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2222 | 2024.12.21 01:17:33.192922 [ 287 ] {c8ac6b6b-e669-49ed-8f73-75696c8f8975} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.00236 sec., 36440.67796610169 rows/sec., 2.85 MiB/sec. | ||
| 2223 | 2024.12.21 01:17:33.192930 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2224 | 2024.12.21 01:17:33.193106 [ 287 ] {c8ac6b6b-e669-49ed-8f73-75696c8f8975} <Debug> TCPHandler: Processed in 0.002962769 sec. | ||
| 2225 | 2024.12.21 01:17:33.193177 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::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 | ||
| 2226 | 2024.12.21 01:17:33.193318 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2227 | 2024.12.21 01:17:33.193323 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2228 | 2024.12.21 01:17:33.193349 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 424 rows starting from the beginning of the part | ||
| 2229 | 2024.12.21 01:17:33.193587 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 846 rows starting from the beginning of the part | ||
| 2230 | 2024.12.21 01:17:33.193595 [ 285 ] {9335e2d9-3bfe-4498-a6dc-702e9de7f643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2231 | 2024.12.21 01:17:33.193826 [ 285 ] {9335e2d9-3bfe-4498-a6dc-702e9de7f643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2232 | 2024.12.21 01:17:33.193950 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::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 | ||
| 2233 | 2024.12.21 01:17:33.194324 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 86 rows starting from the beginning of the part | ||
| 2234 | 2024.12.21 01:17:33.194681 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 390 rows starting from the beginning of the part | ||
| 2235 | 2024.12.21 01:17:33.195129 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 86 rows starting from the beginning of the part | ||
| 2236 | 2024.12.21 01:17:33.196192 [ 285 ] {9335e2d9-3bfe-4498-a6dc-702e9de7f643} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2237 | 2024.12.21 01:17:33.196235 [ 285 ] {9335e2d9-3bfe-4498-a6dc-702e9de7f643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2238 | 2024.12.21 01:17:33.196850 [ 285 ] {9335e2d9-3bfe-4498-a6dc-702e9de7f643} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2239 | 2024.12.21 01:17:33.197201 [ 285 ] {9335e2d9-3bfe-4498-a6dc-702e9de7f643} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2240 | 2024.12.21 01:17:33.197209 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1896 rows, containing 5 columns (5 merged, 0 gathered) in 0.004144659 sec., 457456.210510925 rows/sec., 34.93 MiB/sec. | ||
| 2241 | 2024.12.21 01:17:33.197414 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2242 | 2024.12.21 01:17:33.197472 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2243 | 2024.12.21 01:17:33.197529 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2244 | 2024.12.21 01:17:33.197554 [ 193 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2245 | 2024.12.21 01:17:33.197587 [ 285 ] {9335e2d9-3bfe-4498-a6dc-702e9de7f643} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004132 sec., 38722.16844143272 rows/sec., 2.70 MiB/sec. | ||
| 2246 | 2024.12.21 01:17:33.198298 [ 285 ] {9335e2d9-3bfe-4498-a6dc-702e9de7f643} <Debug> TCPHandler: Processed in 0.005052275 sec. | ||
| 2247 | 2024.12.21 01:17:33.198342 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::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 | ||
| 2248 | 2024.12.21 01:17:33.198807 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2249 | 2024.12.21 01:17:33.198834 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2250 | 2024.12.21 01:17:33.198853 [ 193 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_11_2} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2251 | 2024.12.21 01:17:33.198918 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1082 rows starting from the beginning of the part | ||
| 2252 | 2024.12.21 01:17:33.199125 [ 193 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_11_2} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2253 | 2024.12.21 01:17:33.199367 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2605 rows starting from the beginning of the part | ||
| 2254 | 2024.12.21 01:17:33.199508 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2255 | 2024.12.21 01:17:33.199672 [ 287 ] {8d6e93f2-9e99-47fa-8980-82fc8c723ae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2256 | 2024.12.21 01:17:33.199715 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part | ||
| 2257 | 2024.12.21 01:17:33.200050 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 2258 | 2024.12.21 01:17:33.200104 [ 287 ] {8d6e93f2-9e99-47fa-8980-82fc8c723ae9} <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 | ||
| 2259 | 2024.12.21 01:17:33.200323 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
| 2260 | 2024.12.21 01:17:33.200649 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 2261 | 2024.12.21 01:17:33.204571 [ 287 ] {8d6e93f2-9e99-47fa-8980-82fc8c723ae9} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2262 | 2024.12.21 01:17:33.204643 [ 287 ] {8d6e93f2-9e99-47fa-8980-82fc8c723ae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2263 | 2024.12.21 01:17:33.205417 [ 287 ] {8d6e93f2-9e99-47fa-8980-82fc8c723ae9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2264 | 2024.12.21 01:17:33.206023 [ 287 ] {8d6e93f2-9e99-47fa-8980-82fc8c723ae9} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2265 | 2024.12.21 01:17:33.206120 [ 200 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4372 rows, containing 5 columns (5 merged, 0 gathered) in 0.008417582 sec., 519389.0597085957 rows/sec., 35.02 MiB/sec. | ||
| 2266 | 2024.12.21 01:17:33.206360 [ 287 ] {8d6e93f2-9e99-47fa-8980-82fc8c723ae9} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.007352 sec., 2992.3830250272035 rows/sec., 5.36 MiB/sec. | ||
| 2267 | 2024.12.21 01:17:33.206536 [ 287 ] {8d6e93f2-9e99-47fa-8980-82fc8c723ae9} <Debug> TCPHandler: Processed in 0.007985514 sec. | ||
| 2268 | 2024.12.21 01:17:33.206740 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2269 | 2024.12.21 01:17:33.206757 [ 200 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2270 | 2024.12.21 01:17:33.206969 [ 285 ] {20f288b7-44c0-440a-99a0-809a5d1ca69e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2271 | 2024.12.21 01:17:33.207069 [ 285 ] {20f288b7-44c0-440a-99a0-809a5d1ca69e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2272 | 2024.12.21 01:17:33.207450 [ 200 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2273 | 2024.12.21 01:17:33.207689 [ 200 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2274 | 2024.12.21 01:17:33.207854 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. | ||
| 2275 | 2024.12.21 01:17:33.208100 [ 285 ] {20f288b7-44c0-440a-99a0-809a5d1ca69e} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2276 | 2024.12.21 01:17:33.208144 [ 285 ] {20f288b7-44c0-440a-99a0-809a5d1ca69e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2277 | 2024.12.21 01:17:33.208534 [ 285 ] {20f288b7-44c0-440a-99a0-809a5d1ca69e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2278 | 2024.12.21 01:17:33.208789 [ 285 ] {20f288b7-44c0-440a-99a0-809a5d1ca69e} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2279 | 2024.12.21 01:17:33.208918 [ 35 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2280 | 2024.12.21 01:17:33.208961 [ 35 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2281 | 2024.12.21 01:17:33.208985 [ 285 ] {20f288b7-44c0-440a-99a0-809a5d1ca69e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002062 sec., 29097.963142580018 rows/sec., 1.96 MiB/sec. | ||
| 2282 | 2024.12.21 01:17:33.208990 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 2283 | 2024.12.21 01:17:33.209110 [ 285 ] {20f288b7-44c0-440a-99a0-809a5d1ca69e} <Debug> TCPHandler: Processed in 0.002478472 sec. | ||
| 2284 | 2024.12.21 01:17:33.209211 [ 193 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 2285 | 2024.12.21 01:17:33.209348 [ 193 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2286 | 2024.12.21 01:17:33.209382 [ 193 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 392 rows starting from the beginning of the part | ||
| 2287 | 2024.12.21 01:17:33.209477 [ 193 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part | ||
| 2288 | 2024.12.21 01:17:33.209711 [ 193 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
| 2289 | 2024.12.21 01:17:33.209841 [ 193 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 2290 | 2024.12.21 01:17:33.210029 [ 193 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
| 2291 | 2024.12.21 01:17:33.210171 [ 193 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 2292 | 2024.12.21 01:17:33.211355 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 676 rows, containing 4 columns (4 merged, 0 gathered) in 0.002240548 sec., 301711.9026238224 rows/sec., 19.77 MiB/sec. | ||
| 2293 | 2024.12.21 01:17:33.211538 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2294 | 2024.12.21 01:17:33.211835 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_11_2} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2295 | 2024.12.21 01:17:33.211919 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_11_2} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2296 | 2024.12.21 01:17:33.212010 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2297 | 2024.12.21 01:17:33.951330 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 336 | ||
| 2298 | 2024.12.21 01:17:33.954531 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2299 | 2024.12.21 01:17:33.954589 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2300 | 2024.12.21 01:17:33.956077 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2301 | 2024.12.21 01:17:33.956403 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2302 | 2024.12.21 01:17:33.956633 [ 33 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2303 | 2024.12.21 01:17:33.956761 [ 33 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2304 | 2024.12.21 01:17:33.956831 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2305 | 2024.12.21 01:17:33.957538 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::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 | ||
| 2306 | 2024.12.21 01:17:33.958622 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 336 | ||
| 2307 | 2024.12.21 01:17:33.959035 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2308 | 2024.12.21 01:17:33.959218 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::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 | ||
| 2309 | 2024.12.21 01:17:33.959863 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::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 | ||
| 2310 | 2024.12.21 01:17:33.960481 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
| 2311 | 2024.12.21 01:17:33.961095 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 80 rows starting from the beginning of the part | ||
| 2312 | 2024.12.21 01:17:33.961713 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::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 | ||
| 2313 | 2024.12.21 01:17:33.962304 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part | ||
| 2314 | 2024.12.21 01:17:33.970236 [ 193 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 72 columns (72 merged, 0 gathered) in 0.013231793 sec., 25393.38395030817 rows/sec., 25.36 MiB/sec. | ||
| 2315 | 2024.12.21 01:17:33.971293 [ 197 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2316 | 2024.12.21 01:17:33.972122 [ 197 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_6_1} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2317 | 2024.12.21 01:17:33.972215 [ 197 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_6_1} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2318 | 2024.12.21 01:17:33.972537 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.69 MiB. | ||
| 2319 | 2024.12.21 01:17:38.185557 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2320 | 2024.12.21 01:17:38.185861 [ 287 ] {c01af571-31f9-41c2-848d-a258c61d8ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2321 | 2024.12.21 01:17:38.185956 [ 287 ] {c01af571-31f9-41c2-848d-a258c61d8ddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2322 | 2024.12.21 01:17:38.186739 [ 287 ] {c01af571-31f9-41c2-848d-a258c61d8ddc} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2323 | 2024.12.21 01:17:38.186789 [ 287 ] {c01af571-31f9-41c2-848d-a258c61d8ddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2324 | 2024.12.21 01:17:38.187225 [ 287 ] {c01af571-31f9-41c2-848d-a258c61d8ddc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2325 | 2024.12.21 01:17:38.187485 [ 287 ] {c01af571-31f9-41c2-848d-a258c61d8ddc} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2326 | 2024.12.21 01:17:38.187666 [ 28 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2327 | 2024.12.21 01:17:38.187747 [ 28 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2328 | 2024.12.21 01:17:38.187748 [ 287 ] {c01af571-31f9-41c2-848d-a258c61d8ddc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001965 sec., 7124.681933842238 rows/sec., 512.88 KiB/sec. | ||
| 2329 | 2024.12.21 01:17:38.187776 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2330 | 2024.12.21 01:17:38.187959 [ 287 ] {c01af571-31f9-41c2-848d-a258c61d8ddc} <Debug> TCPHandler: Processed in 0.002589114 sec. | ||
| 2331 | 2024.12.21 01:17:38.188391 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 2332 | 2024.12.21 01:17:38.188418 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2333 | 2024.12.21 01:17:38.188818 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2334 | 2024.12.21 01:17:38.188897 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 2335 | 2024.12.21 01:17:38.188906 [ 285 ] {f801d3ee-ba25-4232-bad0-4244288bf539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2336 | 2024.12.21 01:17:38.188992 [ 285 ] {f801d3ee-ba25-4232-bad0-4244288bf539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2337 | 2024.12.21 01:17:38.189002 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 2338 | 2024.12.21 01:17:38.189472 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 2339 | 2024.12.21 01:17:38.189850 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 2340 | 2024.12.21 01:17:38.190297 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 2341 | 2024.12.21 01:17:38.191557 [ 285 ] {f801d3ee-ba25-4232-bad0-4244288bf539} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2342 | 2024.12.21 01:17:38.191607 [ 285 ] {f801d3ee-ba25-4232-bad0-4244288bf539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2343 | 2024.12.21 01:17:38.192023 [ 197 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004042628 sec., 17315.469046372804 rows/sec., 1.28 MiB/sec. | ||
| 2344 | 2024.12.21 01:17:38.192224 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2345 | 2024.12.21 01:17:38.192264 [ 285 ] {f801d3ee-ba25-4232-bad0-4244288bf539} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2346 | 2024.12.21 01:17:38.192560 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_5_1} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2347 | 2024.12.21 01:17:38.192591 [ 285 ] {f801d3ee-ba25-4232-bad0-4244288bf539} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2348 | 2024.12.21 01:17:38.192671 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_5_1} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2349 | 2024.12.21 01:17:38.192913 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2350 | 2024.12.21 01:17:38.193072 [ 285 ] {f801d3ee-ba25-4232-bad0-4244288bf539} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.00425 sec., 51529.41176470588 rows/sec., 4.49 MiB/sec. | ||
| 2351 | 2024.12.21 01:17:38.193355 [ 285 ] {f801d3ee-ba25-4232-bad0-4244288bf539} <Debug> TCPHandler: Processed in 0.005221498 sec. | ||
| 2352 | 2024.12.21 01:17:38.193642 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2353 | 2024.12.21 01:17:38.193884 [ 287 ] {35c0bb6d-7b1f-4a45-8653-15a73669c6c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2354 | 2024.12.21 01:17:38.193946 [ 287 ] {35c0bb6d-7b1f-4a45-8653-15a73669c6c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2355 | 2024.12.21 01:17:38.194539 [ 287 ] {35c0bb6d-7b1f-4a45-8653-15a73669c6c8} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2356 | 2024.12.21 01:17:38.194580 [ 287 ] {35c0bb6d-7b1f-4a45-8653-15a73669c6c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2357 | 2024.12.21 01:17:38.194953 [ 287 ] {35c0bb6d-7b1f-4a45-8653-15a73669c6c8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2358 | 2024.12.21 01:17:38.195195 [ 287 ] {35c0bb6d-7b1f-4a45-8653-15a73669c6c8} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2359 | 2024.12.21 01:17:38.195417 [ 287 ] {35c0bb6d-7b1f-4a45-8653-15a73669c6c8} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001596 sec., 9398.496240601504 rows/sec., 662.67 KiB/sec. | ||
| 2360 | 2024.12.21 01:17:38.195474 [ 287 ] {35c0bb6d-7b1f-4a45-8653-15a73669c6c8} <Debug> TCPHandler: Processed in 0.001946273 sec. | ||
| 2361 | 2024.12.21 01:17:38.195623 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2362 | 2024.12.21 01:17:38.195742 [ 285 ] {b38be389-5a1e-426c-a811-8d8ec8252d31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2363 | 2024.12.21 01:17:38.195791 [ 285 ] {b38be389-5a1e-426c-a811-8d8ec8252d31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2364 | 2024.12.21 01:17:38.196833 [ 285 ] {b38be389-5a1e-426c-a811-8d8ec8252d31} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2365 | 2024.12.21 01:17:38.196900 [ 285 ] {b38be389-5a1e-426c-a811-8d8ec8252d31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2366 | 2024.12.21 01:17:38.197270 [ 285 ] {b38be389-5a1e-426c-a811-8d8ec8252d31} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2367 | 2024.12.21 01:17:38.197545 [ 285 ] {b38be389-5a1e-426c-a811-8d8ec8252d31} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2368 | 2024.12.21 01:17:38.197768 [ 285 ] {b38be389-5a1e-426c-a811-8d8ec8252d31} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002051 sec., 6825.938566552902 rows/sec., 478.04 KiB/sec. | ||
| 2369 | 2024.12.21 01:17:38.197822 [ 285 ] {b38be389-5a1e-426c-a811-8d8ec8252d31} <Debug> TCPHandler: Processed in 0.002260038 sec. | ||
| 2370 | 2024.12.21 01:17:38.197978 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2371 | 2024.12.21 01:17:38.198099 [ 287 ] {709c2b31-fa9c-4fd2-aa66-beff28fb1721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2372 | 2024.12.21 01:17:38.198153 [ 287 ] {709c2b31-fa9c-4fd2-aa66-beff28fb1721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2373 | 2024.12.21 01:17:38.198726 [ 287 ] {709c2b31-fa9c-4fd2-aa66-beff28fb1721} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2374 | 2024.12.21 01:17:38.198767 [ 287 ] {709c2b31-fa9c-4fd2-aa66-beff28fb1721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2375 | 2024.12.21 01:17:38.199131 [ 287 ] {709c2b31-fa9c-4fd2-aa66-beff28fb1721} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2376 | 2024.12.21 01:17:38.199384 [ 287 ] {709c2b31-fa9c-4fd2-aa66-beff28fb1721} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2377 | 2024.12.21 01:17:38.199544 [ 28 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2378 | 2024.12.21 01:17:38.199609 [ 28 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2379 | 2024.12.21 01:17:38.199633 [ 287 ] {709c2b31-fa9c-4fd2-aa66-beff28fb1721} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001554 sec., 8365.508365508365 rows/sec., 521.59 KiB/sec. | ||
| 2380 | 2024.12.21 01:17:38.199648 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2381 | 2024.12.21 01:17:38.199815 [ 287 ] {709c2b31-fa9c-4fd2-aa66-beff28fb1721} <Debug> TCPHandler: Processed in 0.001893652 sec. | ||
| 2382 | 2024.12.21 01:17:38.199925 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 2383 | 2024.12.21 01:17:38.200028 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2384 | 2024.12.21 01:17:38.200310 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2385 | 2024.12.21 01:17:38.200323 [ 285 ] {9ef48efc-802a-42ed-8991-f8718976f098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2386 | 2024.12.21 01:17:38.200407 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 2387 | 2024.12.21 01:17:38.200441 [ 285 ] {9ef48efc-802a-42ed-8991-f8718976f098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2388 | 2024.12.21 01:17:38.200929 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 2389 | 2024.12.21 01:17:38.201216 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 2390 | 2024.12.21 01:17:38.201573 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 2391 | 2024.12.21 01:17:38.202068 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 2392 | 2024.12.21 01:17:38.203664 [ 285 ] {9ef48efc-802a-42ed-8991-f8718976f098} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2393 | 2024.12.21 01:17:38.203750 [ 285 ] {9ef48efc-802a-42ed-8991-f8718976f098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2394 | 2024.12.21 01:17:38.204645 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004878133 sec., 13324.769947846851 rows/sec., 882.85 KiB/sec. | ||
| 2395 | 2024.12.21 01:17:38.204786 [ 285 ] {9ef48efc-802a-42ed-8991-f8718976f098} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2396 | 2024.12.21 01:17:38.204827 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2397 | 2024.12.21 01:17:38.205247 [ 285 ] {9ef48efc-802a-42ed-8991-f8718976f098} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2398 | 2024.12.21 01:17:38.205360 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_5_1} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2399 | 2024.12.21 01:17:38.205608 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_5_1} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2400 | 2024.12.21 01:17:38.205739 [ 285 ] {9ef48efc-802a-42ed-8991-f8718976f098} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005499 sec., 70921.98581560283 rows/sec., 5.03 MiB/sec. | ||
| 2401 | 2024.12.21 01:17:38.205934 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2402 | 2024.12.21 01:17:38.206019 [ 285 ] {9ef48efc-802a-42ed-8991-f8718976f098} <Debug> TCPHandler: Processed in 0.006092363 sec. | ||
| 2403 | 2024.12.21 01:17:38.206216 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2404 | 2024.12.21 01:17:38.206371 [ 287 ] {56cd51fe-3a85-4c44-aacd-23a4aa202ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2405 | 2024.12.21 01:17:38.206442 [ 287 ] {56cd51fe-3a85-4c44-aacd-23a4aa202ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2406 | 2024.12.21 01:17:38.207108 [ 287 ] {56cd51fe-3a85-4c44-aacd-23a4aa202ea2} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2407 | 2024.12.21 01:17:38.207159 [ 287 ] {56cd51fe-3a85-4c44-aacd-23a4aa202ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2408 | 2024.12.21 01:17:38.207623 [ 287 ] {56cd51fe-3a85-4c44-aacd-23a4aa202ea2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2409 | 2024.12.21 01:17:38.207869 [ 287 ] {56cd51fe-3a85-4c44-aacd-23a4aa202ea2} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2410 | 2024.12.21 01:17:38.208090 [ 287 ] {56cd51fe-3a85-4c44-aacd-23a4aa202ea2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001754 sec., 3420.7525655644245 rows/sec., 178.72 KiB/sec. | ||
| 2411 | 2024.12.21 01:17:38.208143 [ 287 ] {56cd51fe-3a85-4c44-aacd-23a4aa202ea2} <Debug> TCPHandler: Processed in 0.001999064 sec. | ||
| 2412 | 2024.12.21 01:17:38.208310 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2413 | 2024.12.21 01:17:38.208448 [ 285 ] {1752709d-a4b9-40ea-8018-8ecf23c925f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2414 | 2024.12.21 01:17:38.208512 [ 285 ] {1752709d-a4b9-40ea-8018-8ecf23c925f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2415 | 2024.12.21 01:17:38.209161 [ 285 ] {1752709d-a4b9-40ea-8018-8ecf23c925f4} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2416 | 2024.12.21 01:17:38.209198 [ 285 ] {1752709d-a4b9-40ea-8018-8ecf23c925f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2417 | 2024.12.21 01:17:38.209602 [ 285 ] {1752709d-a4b9-40ea-8018-8ecf23c925f4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2418 | 2024.12.21 01:17:38.209858 [ 285 ] {1752709d-a4b9-40ea-8018-8ecf23c925f4} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2419 | 2024.12.21 01:17:38.210067 [ 285 ] {1752709d-a4b9-40ea-8018-8ecf23c925f4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001645 sec., 144072.9483282675 rows/sec., 9.66 MiB/sec. | ||
| 2420 | 2024.12.21 01:17:38.210145 [ 285 ] {1752709d-a4b9-40ea-8018-8ecf23c925f4} <Debug> TCPHandler: Processed in 0.001905762 sec. | ||
| 2421 | 2024.12.21 01:17:38.210300 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2422 | 2024.12.21 01:17:38.210439 [ 287 ] {8dae8ea9-0d8b-404e-816d-a983bc38734c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2423 | 2024.12.21 01:17:38.210500 [ 287 ] {8dae8ea9-0d8b-404e-816d-a983bc38734c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2424 | 2024.12.21 01:17:38.211029 [ 287 ] {8dae8ea9-0d8b-404e-816d-a983bc38734c} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2425 | 2024.12.21 01:17:38.211069 [ 287 ] {8dae8ea9-0d8b-404e-816d-a983bc38734c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2426 | 2024.12.21 01:17:38.211433 [ 287 ] {8dae8ea9-0d8b-404e-816d-a983bc38734c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2427 | 2024.12.21 01:17:38.211671 [ 287 ] {8dae8ea9-0d8b-404e-816d-a983bc38734c} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2428 | 2024.12.21 01:17:38.211836 [ 27 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2429 | 2024.12.21 01:17:38.211910 [ 27 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2430 | 2024.12.21 01:17:38.211928 [ 287 ] {8dae8ea9-0d8b-404e-816d-a983bc38734c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001512 sec., 661.3756613756614 rows/sec., 44.57 KiB/sec. | ||
| 2431 | 2024.12.21 01:17:38.211960 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2432 | 2024.12.21 01:17:38.212055 [ 287 ] {8dae8ea9-0d8b-404e-816d-a983bc38734c} <Debug> TCPHandler: Processed in 0.00181949 sec. | ||
| 2433 | 2024.12.21 01:17:38.212310 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::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 | ||
| 2434 | 2024.12.21 01:17:38.212348 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2435 | 2024.12.21 01:17:38.212472 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2436 | 2024.12.21 01:17:38.212548 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2437 | 2024.12.21 01:17:38.212582 [ 285 ] {6312a4c8-71ba-47f0-a2a2-e830ec62e571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2438 | 2024.12.21 01:17:38.212879 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::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 | ||
| 2439 | 2024.12.21 01:17:38.212950 [ 285 ] {6312a4c8-71ba-47f0-a2a2-e830ec62e571} <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 | ||
| 2440 | 2024.12.21 01:17:38.213298 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2441 | 2024.12.21 01:17:38.213750 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2442 | 2024.12.21 01:17:38.214083 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::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 | ||
| 2443 | 2024.12.21 01:17:38.217325 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005232718 sec., 955.526363163465 rows/sec., 64.39 KiB/sec. | ||
| 2444 | 2024.12.21 01:17:38.217510 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2445 | 2024.12.21 01:17:38.218070 [ 285 ] {6312a4c8-71ba-47f0-a2a2-e830ec62e571} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2446 | 2024.12.21 01:17:38.218130 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_5_1} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2447 | 2024.12.21 01:17:38.218142 [ 285 ] {6312a4c8-71ba-47f0-a2a2-e830ec62e571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2448 | 2024.12.21 01:17:38.218307 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_5_1} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2449 | 2024.12.21 01:17:38.218476 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2450 | 2024.12.21 01:17:38.219049 [ 285 ] {6312a4c8-71ba-47f0-a2a2-e830ec62e571} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2451 | 2024.12.21 01:17:38.219340 [ 285 ] {6312a4c8-71ba-47f0-a2a2-e830ec62e571} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2452 | 2024.12.21 01:17:38.219586 [ 285 ] {6312a4c8-71ba-47f0-a2a2-e830ec62e571} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00708 sec., 1129.9435028248588 rows/sec., 2.02 MiB/sec. | ||
| 2453 | 2024.12.21 01:17:38.219690 [ 285 ] {6312a4c8-71ba-47f0-a2a2-e830ec62e571} <Debug> TCPHandler: Processed in 0.007529527 sec. | ||
| 2454 | 2024.12.21 01:17:38.219848 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2455 | 2024.12.21 01:17:38.219967 [ 287 ] {10db2307-c997-4efe-b311-f39cfe346d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2456 | 2024.12.21 01:17:38.220018 [ 287 ] {10db2307-c997-4efe-b311-f39cfe346d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2457 | 2024.12.21 01:17:38.220511 [ 287 ] {10db2307-c997-4efe-b311-f39cfe346d16} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2458 | 2024.12.21 01:17:38.220551 [ 287 ] {10db2307-c997-4efe-b311-f39cfe346d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2459 | 2024.12.21 01:17:38.220942 [ 287 ] {10db2307-c997-4efe-b311-f39cfe346d16} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2460 | 2024.12.21 01:17:38.221179 [ 287 ] {10db2307-c997-4efe-b311-f39cfe346d16} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2461 | 2024.12.21 01:17:38.221386 [ 287 ] {10db2307-c997-4efe-b311-f39cfe346d16} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001444 sec., 56786.703601108034 rows/sec., 3.61 MiB/sec. | ||
| 2462 | 2024.12.21 01:17:38.221438 [ 287 ] {10db2307-c997-4efe-b311-f39cfe346d16} <Debug> TCPHandler: Processed in 0.001645458 sec. | ||
| 2463 | 2024.12.21 01:17:38.821523 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2464 | 2024.12.21 01:17:38.821617 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2465 | 2024.12.21 01:17:38.900174 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2466 | 2024.12.21 01:17:38.900896 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2467 | 2024.12.21 01:17:38.900949 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2468 | 2024.12.21 01:17:38.901493 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2469 | 2024.12.21 01:17:38.901749 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2470 | 2024.12.21 01:17:38.902031 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2471 | 2024.12.21 01:17:39.182720 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2472 | 2024.12.21 01:17:39.204108 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2473 | 2024.12.21 01:17:39.204172 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2474 | 2024.12.21 01:17:39.211953 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2475 | 2024.12.21 01:17:39.212693 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2476 | 2024.12.21 01:17:39.215279 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2477 | 2024.12.21 01:17:43.182856 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2478 | 2024.12.21 01:17:43.183079 [ 287 ] {b42b0aeb-8dd8-466d-9ca7-b14b19314032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2479 | 2024.12.21 01:17:43.183167 [ 287 ] {b42b0aeb-8dd8-466d-9ca7-b14b19314032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2480 | 2024.12.21 01:17:43.184080 [ 287 ] {b42b0aeb-8dd8-466d-9ca7-b14b19314032} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2481 | 2024.12.21 01:17:43.184137 [ 287 ] {b42b0aeb-8dd8-466d-9ca7-b14b19314032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2482 | 2024.12.21 01:17:43.184592 [ 287 ] {b42b0aeb-8dd8-466d-9ca7-b14b19314032} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2483 | 2024.12.21 01:17:43.184854 [ 287 ] {b42b0aeb-8dd8-466d-9ca7-b14b19314032} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2484 | 2024.12.21 01:17:43.185096 [ 287 ] {b42b0aeb-8dd8-466d-9ca7-b14b19314032} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.00208 sec., 59615.38461538462 rows/sec., 5.06 MiB/sec. | ||
| 2485 | 2024.12.21 01:17:43.185165 [ 287 ] {b42b0aeb-8dd8-466d-9ca7-b14b19314032} <Debug> TCPHandler: Processed in 0.002458741 sec. | ||
| 2486 | 2024.12.21 01:17:43.185435 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2487 | 2024.12.21 01:17:43.185634 [ 285 ] {36b84d5d-b4f2-495d-a5bc-ae55b0bdcc2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2488 | 2024.12.21 01:17:43.185714 [ 285 ] {36b84d5d-b4f2-495d-a5bc-ae55b0bdcc2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2489 | 2024.12.21 01:17:43.186483 [ 285 ] {36b84d5d-b4f2-495d-a5bc-ae55b0bdcc2d} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2490 | 2024.12.21 01:17:43.186537 [ 285 ] {36b84d5d-b4f2-495d-a5bc-ae55b0bdcc2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2491 | 2024.12.21 01:17:43.187003 [ 285 ] {36b84d5d-b4f2-495d-a5bc-ae55b0bdcc2d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2492 | 2024.12.21 01:17:43.187267 [ 285 ] {36b84d5d-b4f2-495d-a5bc-ae55b0bdcc2d} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2493 | 2024.12.21 01:17:43.187512 [ 285 ] {36b84d5d-b4f2-495d-a5bc-ae55b0bdcc2d} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001929 sec., 17625.71280456195 rows/sec., 1.29 MiB/sec. | ||
| 2494 | 2024.12.21 01:17:43.187578 [ 285 ] {36b84d5d-b4f2-495d-a5bc-ae55b0bdcc2d} <Debug> TCPHandler: Processed in 0.002283268 sec. | ||
| 2495 | 2024.12.21 01:17:43.187744 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2496 | 2024.12.21 01:17:43.187894 [ 287 ] {5dde3f7e-2841-487b-b0a9-a87129db52a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2497 | 2024.12.21 01:17:43.187958 [ 287 ] {5dde3f7e-2841-487b-b0a9-a87129db52a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2498 | 2024.12.21 01:17:43.188709 [ 287 ] {5dde3f7e-2841-487b-b0a9-a87129db52a2} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2499 | 2024.12.21 01:17:43.188760 [ 287 ] {5dde3f7e-2841-487b-b0a9-a87129db52a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2500 | 2024.12.21 01:17:43.189184 [ 287 ] {5dde3f7e-2841-487b-b0a9-a87129db52a2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2501 | 2024.12.21 01:17:43.189430 [ 287 ] {5dde3f7e-2841-487b-b0a9-a87129db52a2} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2502 | 2024.12.21 01:17:43.189648 [ 287 ] {5dde3f7e-2841-487b-b0a9-a87129db52a2} <Debug> executeQuery: Read 106 rows, 8.50 KiB in 0.00179 sec., 59217.87709497207 rows/sec., 4.64 MiB/sec. | ||
| 2503 | 2024.12.21 01:17:43.189704 [ 287 ] {5dde3f7e-2841-487b-b0a9-a87129db52a2} <Debug> TCPHandler: Processed in 0.002029754 sec. | ||
| 2504 | 2024.12.21 01:17:43.189847 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2505 | 2024.12.21 01:17:43.189977 [ 285 ] {23587344-8fd1-4beb-8988-ea5919e4dab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2506 | 2024.12.21 01:17:43.190037 [ 285 ] {23587344-8fd1-4beb-8988-ea5919e4dab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2507 | 2024.12.21 01:17:43.190653 [ 285 ] {23587344-8fd1-4beb-8988-ea5919e4dab3} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2508 | 2024.12.21 01:17:43.190694 [ 285 ] {23587344-8fd1-4beb-8988-ea5919e4dab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2509 | 2024.12.21 01:17:43.191116 [ 285 ] {23587344-8fd1-4beb-8988-ea5919e4dab3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2510 | 2024.12.21 01:17:43.191374 [ 285 ] {23587344-8fd1-4beb-8988-ea5919e4dab3} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2511 | 2024.12.21 01:17:43.191562 [ 285 ] {23587344-8fd1-4beb-8988-ea5919e4dab3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001615 sec., 99071.20743034057 rows/sec., 6.90 MiB/sec. | ||
| 2512 | 2024.12.21 01:17:43.191620 [ 285 ] {23587344-8fd1-4beb-8988-ea5919e4dab3} <Debug> TCPHandler: Processed in 0.00183065 sec. | ||
| 2513 | 2024.12.21 01:17:43.191773 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2514 | 2024.12.21 01:17:43.191894 [ 287 ] {dddd6c28-9fe6-41f0-9cd3-6c4c1e395614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2515 | 2024.12.21 01:17:43.191982 [ 287 ] {dddd6c28-9fe6-41f0-9cd3-6c4c1e395614} <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 | ||
| 2516 | 2024.12.21 01:17:43.193333 [ 287 ] {dddd6c28-9fe6-41f0-9cd3-6c4c1e395614} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2517 | 2024.12.21 01:17:43.193375 [ 287 ] {dddd6c28-9fe6-41f0-9cd3-6c4c1e395614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2518 | 2024.12.21 01:17:43.194055 [ 287 ] {dddd6c28-9fe6-41f0-9cd3-6c4c1e395614} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2519 | 2024.12.21 01:17:43.194340 [ 287 ] {dddd6c28-9fe6-41f0-9cd3-6c4c1e395614} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2520 | 2024.12.21 01:17:43.194582 [ 287 ] {dddd6c28-9fe6-41f0-9cd3-6c4c1e395614} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002713 sec., 12532.25211942499 rows/sec., 22.46 MiB/sec. | ||
| 2521 | 2024.12.21 01:17:43.194693 [ 287 ] {dddd6c28-9fe6-41f0-9cd3-6c4c1e395614} <Debug> TCPHandler: Processed in 0.00297711 sec. | ||
| 2522 | 2024.12.21 01:17:43.194850 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2523 | 2024.12.21 01:17:43.194973 [ 285 ] {ea04daab-4b74-4065-a578-c089f69aa6c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2524 | 2024.12.21 01:17:43.195030 [ 285 ] {ea04daab-4b74-4065-a578-c089f69aa6c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2525 | 2024.12.21 01:17:43.195530 [ 285 ] {ea04daab-4b74-4065-a578-c089f69aa6c1} <Trace> oximeter.measurements_i64 (cb750a95-153d-4640-84c1-b972bd115fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2526 | 2024.12.21 01:17:43.195572 [ 285 ] {ea04daab-4b74-4065-a578-c089f69aa6c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2527 | 2024.12.21 01:17:43.195950 [ 285 ] {ea04daab-4b74-4065-a578-c089f69aa6c1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2528 | 2024.12.21 01:17:43.196208 [ 285 ] {ea04daab-4b74-4065-a578-c089f69aa6c1} <Trace> oximeter.measurements_i64 (cb750a95-153d-4640-84c1-b972bd115fca): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2529 | 2024.12.21 01:17:43.196388 [ 285 ] {ea04daab-4b74-4065-a578-c089f69aa6c1} <Debug> executeQuery: Read 9 rows, 680.00 B in 0.00144 sec., 6250 rows/sec., 461.15 KiB/sec. | ||
| 2530 | 2024.12.21 01:17:43.196438 [ 285 ] {ea04daab-4b74-4065-a578-c089f69aa6c1} <Debug> TCPHandler: Processed in 0.001645227 sec. | ||
| 2531 | 2024.12.21 01:17:43.196584 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2532 | 2024.12.21 01:17:43.196700 [ 287 ] {3b1a816d-b28f-4e9f-9dec-f4ea8f973846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2533 | 2024.12.21 01:17:43.196754 [ 287 ] {3b1a816d-b28f-4e9f-9dec-f4ea8f973846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2534 | 2024.12.21 01:17:43.197251 [ 287 ] {3b1a816d-b28f-4e9f-9dec-f4ea8f973846} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2535 | 2024.12.21 01:17:43.197292 [ 287 ] {3b1a816d-b28f-4e9f-9dec-f4ea8f973846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2536 | 2024.12.21 01:17:43.197678 [ 287 ] {3b1a816d-b28f-4e9f-9dec-f4ea8f973846} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2537 | 2024.12.21 01:17:43.197921 [ 287 ] {3b1a816d-b28f-4e9f-9dec-f4ea8f973846} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2538 | 2024.12.21 01:17:43.198133 [ 287 ] {3b1a816d-b28f-4e9f-9dec-f4ea8f973846} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001457 sec., 41180.507892930684 rows/sec., 2.78 MiB/sec. | ||
| 2539 | 2024.12.21 01:17:43.198186 [ 287 ] {3b1a816d-b28f-4e9f-9dec-f4ea8f973846} <Debug> TCPHandler: Processed in 0.001661228 sec. | ||
| 2540 | 2024.12.21 01:17:43.482414 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2541 | 2024.12.21 01:17:43.482678 [ 287 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2542 | 2024.12.21 01:17:43.483123 [ 287 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2543 | 2024.12.21 01:17:43.483178 [ 287 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2544 | 2024.12.21 01:17:43.483564 [ 287 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2545 | 2024.12.21 01:17:43.483647 [ 287 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2546 | 2024.12.21 01:17:43.483824 [ 287 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2547 | 2024.12.21 01:17:43.484058 [ 296 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2548 | 2024.12.21 01:17:43.484079 [ 297 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2549 | 2024.12.21 01:17:43.484088 [ 295 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2550 | 2024.12.21 01:17:43.484058 [ 299 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2551 | 2024.12.21 01:17:43.484289 [ 287 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 2552 | 2024.12.21 01:17:43.484323 [ 287 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2553 | 2024.12.21 01:17:43.484466 [ 287 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2554 | 2024.12.21 01:17:43.484494 [ 287 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 2555 | 2024.12.21 01:17:43.484538 [ 287 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2556 | 2024.12.21 01:17:43.484586 [ 287 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2557 | 2024.12.21 01:17:43.484630 [ 287 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2558 | 2024.12.21 01:17:43.484670 [ 287 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2559 | 2024.12.21 01:17:43.486895 [ 287 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004345 sec., 9205.983889528194 rows/sec., 351.07 KiB/sec. | ||
| 2560 | 2024.12.21 01:17:43.487124 [ 287 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Debug> MemoryTracker: Peak memory usage (for query): 145.72 KiB. | ||
| 2561 | 2024.12.21 01:17:43.487142 [ 287 ] {7406b00a-9db5-4f54-ae2c-f91c4029f559} <Debug> TCPHandler: Processed in 0.004863312 sec. | ||
| 2562 | 2024.12.21 01:17:43.527439 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2563 | 2024.12.21 01:17:43.527622 [ 287 ] {10582284-b850-4747-b37b-e43511a71ebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2564 | 2024.12.21 01:17:43.527704 [ 287 ] {10582284-b850-4747-b37b-e43511a71ebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2565 | 2024.12.21 01:17:43.528548 [ 287 ] {10582284-b850-4747-b37b-e43511a71ebe} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2566 | 2024.12.21 01:17:43.528600 [ 287 ] {10582284-b850-4747-b37b-e43511a71ebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2567 | 2024.12.21 01:17:43.529111 [ 287 ] {10582284-b850-4747-b37b-e43511a71ebe} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2568 | 2024.12.21 01:17:43.529340 [ 287 ] {10582284-b850-4747-b37b-e43511a71ebe} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2569 | 2024.12.21 01:17:43.529643 [ 287 ] {10582284-b850-4747-b37b-e43511a71ebe} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002052 sec., 487.32943469785573 rows/sec., 110.41 KiB/sec. | ||
| 2570 | 2024.12.21 01:17:43.529820 [ 287 ] {10582284-b850-4747-b37b-e43511a71ebe} <Debug> TCPHandler: Processed in 0.002495442 sec. | ||
| 2571 | 2024.12.21 01:17:43.530082 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2572 | 2024.12.21 01:17:43.530264 [ 285 ] {4d56d080-a4bf-496f-a4f9-76866f4ff4d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2573 | 2024.12.21 01:17:43.530349 [ 285 ] {4d56d080-a4bf-496f-a4f9-76866f4ff4d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2574 | 2024.12.21 01:17:43.531141 [ 285 ] {4d56d080-a4bf-496f-a4f9-76866f4ff4d1} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2575 | 2024.12.21 01:17:43.531185 [ 285 ] {4d56d080-a4bf-496f-a4f9-76866f4ff4d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2576 | 2024.12.21 01:17:43.531668 [ 285 ] {4d56d080-a4bf-496f-a4f9-76866f4ff4d1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2577 | 2024.12.21 01:17:43.531945 [ 285 ] {4d56d080-a4bf-496f-a4f9-76866f4ff4d1} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2578 | 2024.12.21 01:17:43.532148 [ 285 ] {4d56d080-a4bf-496f-a4f9-76866f4ff4d1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001935 sec., 7235.142118863048 rows/sec., 520.83 KiB/sec. | ||
| 2579 | 2024.12.21 01:17:43.532210 [ 285 ] {4d56d080-a4bf-496f-a4f9-76866f4ff4d1} <Debug> TCPHandler: Processed in 0.002253358 sec. | ||
| 2580 | 2024.12.21 01:17:43.532374 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2581 | 2024.12.21 01:17:43.532527 [ 287 ] {3225c812-43c0-4c61-94a1-bf0ea0959b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2582 | 2024.12.21 01:17:43.532587 [ 287 ] {3225c812-43c0-4c61-94a1-bf0ea0959b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2583 | 2024.12.21 01:17:43.533273 [ 287 ] {3225c812-43c0-4c61-94a1-bf0ea0959b65} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2584 | 2024.12.21 01:17:43.533318 [ 287 ] {3225c812-43c0-4c61-94a1-bf0ea0959b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2585 | 2024.12.21 01:17:43.533720 [ 287 ] {3225c812-43c0-4c61-94a1-bf0ea0959b65} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2586 | 2024.12.21 01:17:43.533964 [ 287 ] {3225c812-43c0-4c61-94a1-bf0ea0959b65} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2587 | 2024.12.21 01:17:43.534198 [ 287 ] {3225c812-43c0-4c61-94a1-bf0ea0959b65} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001693 sec., 7088.0094506792675 rows/sec., 577.98 KiB/sec. | ||
| 2588 | 2024.12.21 01:17:43.534343 [ 287 ] {3225c812-43c0-4c61-94a1-bf0ea0959b65} <Debug> TCPHandler: Processed in 0.002032764 sec. | ||
| 2589 | 2024.12.21 01:17:43.534501 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2590 | 2024.12.21 01:17:43.534627 [ 285 ] {f444168c-9f5a-4c1e-ac15-1271fb0ac3e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2591 | 2024.12.21 01:17:43.534680 [ 285 ] {f444168c-9f5a-4c1e-ac15-1271fb0ac3e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2592 | 2024.12.21 01:17:43.535990 [ 285 ] {f444168c-9f5a-4c1e-ac15-1271fb0ac3e9} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2593 | 2024.12.21 01:17:43.536031 [ 285 ] {f444168c-9f5a-4c1e-ac15-1271fb0ac3e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2594 | 2024.12.21 01:17:43.536551 [ 285 ] {f444168c-9f5a-4c1e-ac15-1271fb0ac3e9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2595 | 2024.12.21 01:17:43.536818 [ 285 ] {f444168c-9f5a-4c1e-ac15-1271fb0ac3e9} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2596 | 2024.12.21 01:17:43.537005 [ 285 ] {f444168c-9f5a-4c1e-ac15-1271fb0ac3e9} <Debug> executeQuery: Read 1365 rows, 116.09 KiB in 0.002406 sec., 567331.6708229426 rows/sec., 47.12 MiB/sec. | ||
| 2597 | 2024.12.21 01:17:43.537065 [ 285 ] {f444168c-9f5a-4c1e-ac15-1271fb0ac3e9} <Debug> TCPHandler: Processed in 0.002624254 sec. | ||
| 2598 | 2024.12.21 01:17:43.537229 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2599 | 2024.12.21 01:17:43.537351 [ 287 ] {fff9b518-0689-41d2-adff-917d6736109a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2600 | 2024.12.21 01:17:43.537403 [ 287 ] {fff9b518-0689-41d2-adff-917d6736109a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2601 | 2024.12.21 01:17:43.538013 [ 287 ] {fff9b518-0689-41d2-adff-917d6736109a} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2602 | 2024.12.21 01:17:43.538054 [ 287 ] {fff9b518-0689-41d2-adff-917d6736109a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2603 | 2024.12.21 01:17:43.538462 [ 287 ] {fff9b518-0689-41d2-adff-917d6736109a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2604 | 2024.12.21 01:17:43.538738 [ 287 ] {fff9b518-0689-41d2-adff-917d6736109a} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2605 | 2024.12.21 01:17:43.539006 [ 287 ] {fff9b518-0689-41d2-adff-917d6736109a} <Debug> executeQuery: Read 27 rows, 1.90 KiB in 0.001677 sec., 16100.178890876565 rows/sec., 1.10 MiB/sec. | ||
| 2606 | 2024.12.21 01:17:43.539173 [ 287 ] {fff9b518-0689-41d2-adff-917d6736109a} <Debug> TCPHandler: Processed in 0.002002204 sec. | ||
| 2607 | 2024.12.21 01:17:43.539324 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2608 | 2024.12.21 01:17:43.539447 [ 285 ] {f6610f35-855d-4e8b-bd6a-f1dd5fc25356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2609 | 2024.12.21 01:17:43.539500 [ 285 ] {f6610f35-855d-4e8b-bd6a-f1dd5fc25356} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2610 | 2024.12.21 01:17:43.540274 [ 285 ] {f6610f35-855d-4e8b-bd6a-f1dd5fc25356} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2611 | 2024.12.21 01:17:43.540323 [ 285 ] {f6610f35-855d-4e8b-bd6a-f1dd5fc25356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2612 | 2024.12.21 01:17:43.540717 [ 285 ] {f6610f35-855d-4e8b-bd6a-f1dd5fc25356} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2613 | 2024.12.21 01:17:43.540969 [ 285 ] {f6610f35-855d-4e8b-bd6a-f1dd5fc25356} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2614 | 2024.12.21 01:17:43.541100 [ 91 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2615 | 2024.12.21 01:17:43.541142 [ 91 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2616 | 2024.12.21 01:17:43.541163 [ 285 ] {f6610f35-855d-4e8b-bd6a-f1dd5fc25356} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001737 sec., 139320.66781807714 rows/sec., 9.44 MiB/sec. | ||
| 2617 | 2024.12.21 01:17:43.541168 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2618 | 2024.12.21 01:17:43.541250 [ 285 ] {f6610f35-855d-4e8b-bd6a-f1dd5fc25356} <Debug> TCPHandler: Processed in 0.001982784 sec. | ||
| 2619 | 2024.12.21 01:17:43.541329 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::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 | ||
| 2620 | 2024.12.21 01:17:43.541405 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2621 | 2024.12.21 01:17:43.541465 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2622 | 2024.12.21 01:17:43.541516 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2623 | 2024.12.21 01:17:43.541598 [ 287 ] {1609d092-2606-422c-b776-283e28e97967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2624 | 2024.12.21 01:17:43.541727 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 2625 | 2024.12.21 01:17:43.541770 [ 287 ] {1609d092-2606-422c-b776-283e28e97967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2626 | 2024.12.21 01:17:43.542122 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 242 rows starting from the beginning of the part | ||
| 2627 | 2024.12.21 01:17:43.542477 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::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 | ||
| 2628 | 2024.12.21 01:17:43.542763 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::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 | ||
| 2629 | 2024.12.21 01:17:43.543095 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 242 rows starting from the beginning of the part | ||
| 2630 | 2024.12.21 01:17:43.544819 [ 287 ] {1609d092-2606-422c-b776-283e28e97967} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2631 | 2024.12.21 01:17:43.544901 [ 287 ] {1609d092-2606-422c-b776-283e28e97967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2632 | 2024.12.21 01:17:43.545754 [ 287 ] {1609d092-2606-422c-b776-283e28e97967} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2633 | 2024.12.21 01:17:43.545999 [ 194 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.00473522 sec., 114039.05203982074 rows/sec., 8.17 MiB/sec. | ||
| 2634 | 2024.12.21 01:17:43.546172 [ 287 ] {1609d092-2606-422c-b776-283e28e97967} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2635 | 2024.12.21 01:17:43.546178 [ 194 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2636 | 2024.12.21 01:17:43.546483 [ 287 ] {1609d092-2606-422c-b776-283e28e97967} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00493 sec., 2636.916835699797 rows/sec., 164.41 KiB/sec. | ||
| 2637 | 2024.12.21 01:17:43.546582 [ 287 ] {1609d092-2606-422c-b776-283e28e97967} <Debug> TCPHandler: Processed in 0.005237949 sec. | ||
| 2638 | 2024.12.21 01:17:43.546717 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_6_1} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2639 | 2024.12.21 01:17:43.546759 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2640 | 2024.12.21 01:17:43.546932 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_6_1} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2641 | 2024.12.21 01:17:43.546955 [ 285 ] {f02818be-62dd-4b14-ab7d-2667acf6d333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2642 | 2024.12.21 01:17:43.547048 [ 285 ] {f02818be-62dd-4b14-ab7d-2667acf6d333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2643 | 2024.12.21 01:17:43.547113 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2644 | 2024.12.21 01:17:43.548078 [ 285 ] {f02818be-62dd-4b14-ab7d-2667acf6d333} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2645 | 2024.12.21 01:17:43.548123 [ 285 ] {f02818be-62dd-4b14-ab7d-2667acf6d333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2646 | 2024.12.21 01:17:43.548627 [ 285 ] {f02818be-62dd-4b14-ab7d-2667acf6d333} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2647 | 2024.12.21 01:17:43.548985 [ 285 ] {f02818be-62dd-4b14-ab7d-2667acf6d333} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2648 | 2024.12.21 01:17:43.549274 [ 285 ] {f02818be-62dd-4b14-ab7d-2667acf6d333} <Debug> executeQuery: Read 858 rows, 63.59 KiB in 0.002363 sec., 363097.7570884469 rows/sec., 26.28 MiB/sec. | ||
| 2649 | 2024.12.21 01:17:43.549355 [ 285 ] {f02818be-62dd-4b14-ab7d-2667acf6d333} <Debug> TCPHandler: Processed in 0.002673205 sec. | ||
| 2650 | 2024.12.21 01:17:43.549513 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2651 | 2024.12.21 01:17:43.549634 [ 287 ] {df2a8be8-b02f-439a-a0d4-c9e63aab3a9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2652 | 2024.12.21 01:17:43.549688 [ 287 ] {df2a8be8-b02f-439a-a0d4-c9e63aab3a9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2653 | 2024.12.21 01:17:43.550193 [ 287 ] {df2a8be8-b02f-439a-a0d4-c9e63aab3a9e} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2654 | 2024.12.21 01:17:43.550235 [ 287 ] {df2a8be8-b02f-439a-a0d4-c9e63aab3a9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2655 | 2024.12.21 01:17:43.550626 [ 287 ] {df2a8be8-b02f-439a-a0d4-c9e63aab3a9e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2656 | 2024.12.21 01:17:43.550884 [ 287 ] {df2a8be8-b02f-439a-a0d4-c9e63aab3a9e} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2657 | 2024.12.21 01:17:43.551056 [ 108 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2658 | 2024.12.21 01:17:43.551136 [ 108 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2659 | 2024.12.21 01:17:43.551142 [ 287 ] {df2a8be8-b02f-439a-a0d4-c9e63aab3a9e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00152 sec., 3947.368421052631 rows/sec., 206.23 KiB/sec. | ||
| 2660 | 2024.12.21 01:17:43.551176 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2661 | 2024.12.21 01:17:43.551306 [ 287 ] {df2a8be8-b02f-439a-a0d4-c9e63aab3a9e} <Debug> TCPHandler: Processed in 0.001847761 sec. | ||
| 2662 | 2024.12.21 01:17:43.551369 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::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 | ||
| 2663 | 2024.12.21 01:17:43.551499 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2664 | 2024.12.21 01:17:43.551524 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2665 | 2024.12.21 01:17:43.551572 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::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 | ||
| 2666 | 2024.12.21 01:17:43.551796 [ 285 ] {2bcca676-9d2c-490d-8622-ed4ff018b1ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2667 | 2024.12.21 01:17:43.551813 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::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 | ||
| 2668 | 2024.12.21 01:17:43.551974 [ 285 ] {2bcca676-9d2c-490d-8622-ed4ff018b1ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2669 | 2024.12.21 01:17:43.552179 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::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 | ||
| 2670 | 2024.12.21 01:17:43.552525 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::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 | ||
| 2671 | 2024.12.21 01:17:43.552902 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::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 | ||
| 2672 | 2024.12.21 01:17:43.553220 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::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 | ||
| 2673 | 2024.12.21 01:17:43.554947 [ 285 ] {2bcca676-9d2c-490d-8622-ed4ff018b1ac} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2674 | 2024.12.21 01:17:43.555031 [ 285 ] {2bcca676-9d2c-490d-8622-ed4ff018b1ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2675 | 2024.12.21 01:17:43.555661 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004350063 sec., 8275.742213388632 rows/sec., 432.38 KiB/sec. | ||
| 2676 | 2024.12.21 01:17:43.555864 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2677 | 2024.12.21 01:17:43.556233 [ 285 ] {2bcca676-9d2c-490d-8622-ed4ff018b1ac} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2678 | 2024.12.21 01:17:43.556420 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_6_1} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2679 | 2024.12.21 01:17:43.556622 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_6_1} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2680 | 2024.12.21 01:17:43.556776 [ 285 ] {2bcca676-9d2c-490d-8622-ed4ff018b1ac} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2681 | 2024.12.21 01:17:43.556804 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2682 | 2024.12.21 01:17:43.557066 [ 285 ] {2bcca676-9d2c-490d-8622-ed4ff018b1ac} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.005421 sec., 177273.5657627744 rows/sec., 11.78 MiB/sec. | ||
| 2683 | 2024.12.21 01:17:43.557138 [ 285 ] {2bcca676-9d2c-490d-8622-ed4ff018b1ac} <Debug> TCPHandler: Processed in 0.005734166 sec. | ||
| 2684 | 2024.12.21 01:17:43.557329 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2685 | 2024.12.21 01:17:43.557472 [ 287 ] {a560924c-5efd-4ef8-a8da-3b8d34f23b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2686 | 2024.12.21 01:17:43.557542 [ 287 ] {a560924c-5efd-4ef8-a8da-3b8d34f23b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2687 | 2024.12.21 01:17:43.558065 [ 287 ] {a560924c-5efd-4ef8-a8da-3b8d34f23b0f} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2688 | 2024.12.21 01:17:43.558107 [ 287 ] {a560924c-5efd-4ef8-a8da-3b8d34f23b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2689 | 2024.12.21 01:17:43.558503 [ 287 ] {a560924c-5efd-4ef8-a8da-3b8d34f23b0f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2690 | 2024.12.21 01:17:43.558747 [ 287 ] {a560924c-5efd-4ef8-a8da-3b8d34f23b0f} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2691 | 2024.12.21 01:17:43.559002 [ 287 ] {a560924c-5efd-4ef8-a8da-3b8d34f23b0f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001562 sec., 640.2048655569782 rows/sec., 43.14 KiB/sec. | ||
| 2692 | 2024.12.21 01:17:43.559139 [ 287 ] {a560924c-5efd-4ef8-a8da-3b8d34f23b0f} <Debug> TCPHandler: Processed in 0.001900422 sec. | ||
| 2693 | 2024.12.21 01:17:43.559317 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2694 | 2024.12.21 01:17:43.559439 [ 285 ] {393c0d3e-2797-4a08-9b62-0dcee6931507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2695 | 2024.12.21 01:17:43.559523 [ 285 ] {393c0d3e-2797-4a08-9b62-0dcee6931507} <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 | ||
| 2696 | 2024.12.21 01:17:43.560652 [ 285 ] {393c0d3e-2797-4a08-9b62-0dcee6931507} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2697 | 2024.12.21 01:17:43.560692 [ 285 ] {393c0d3e-2797-4a08-9b62-0dcee6931507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2698 | 2024.12.21 01:17:43.561316 [ 285 ] {393c0d3e-2797-4a08-9b62-0dcee6931507} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2699 | 2024.12.21 01:17:43.561593 [ 285 ] {393c0d3e-2797-4a08-9b62-0dcee6931507} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2700 | 2024.12.21 01:17:43.561844 [ 285 ] {393c0d3e-2797-4a08-9b62-0dcee6931507} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002431 sec., 3290.826820238585 rows/sec., 5.90 MiB/sec. | ||
| 2701 | 2024.12.21 01:17:43.561937 [ 285 ] {393c0d3e-2797-4a08-9b62-0dcee6931507} <Debug> TCPHandler: Processed in 0.002688175 sec. | ||
| 2702 | 2024.12.21 01:17:43.562103 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2703 | 2024.12.21 01:17:43.562231 [ 287 ] {dbb1d5fe-a1fb-4700-9786-a610bef80f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2704 | 2024.12.21 01:17:43.562287 [ 287 ] {dbb1d5fe-a1fb-4700-9786-a610bef80f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2705 | 2024.12.21 01:17:43.562808 [ 287 ] {dbb1d5fe-a1fb-4700-9786-a610bef80f3b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2706 | 2024.12.21 01:17:43.562852 [ 287 ] {dbb1d5fe-a1fb-4700-9786-a610bef80f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2707 | 2024.12.21 01:17:43.563255 [ 287 ] {dbb1d5fe-a1fb-4700-9786-a610bef80f3b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2708 | 2024.12.21 01:17:43.563517 [ 287 ] {dbb1d5fe-a1fb-4700-9786-a610bef80f3b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2709 | 2024.12.21 01:17:43.563742 [ 287 ] {dbb1d5fe-a1fb-4700-9786-a610bef80f3b} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00154 sec., 22077.922077922078 rows/sec., 1.28 MiB/sec. | ||
| 2710 | 2024.12.21 01:17:43.563801 [ 287 ] {dbb1d5fe-a1fb-4700-9786-a610bef80f3b} <Debug> TCPHandler: Processed in 0.00175885 sec. | ||
| 2711 | 2024.12.21 01:17:43.958889 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 400 | ||
| 2712 | 2024.12.21 01:17:43.962687 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2713 | 2024.12.21 01:17:43.962755 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2714 | 2024.12.21 01:17:43.964265 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2715 | 2024.12.21 01:17:43.964571 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2716 | 2024.12.21 01:17:43.965090 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 400 | ||
| 2717 | 2024.12.21 01:17:44.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.97 MiB, peak 173.89 MiB, free memory in arenas 0.00 B, will set to 169.56 MiB (RSS), difference: -1.41 MiB | ||
| 2718 | 2024.12.21 01:17:46.402143 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2719 | 2024.12.21 01:17:46.402903 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2720 | 2024.12.21 01:17:46.402947 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2721 | 2024.12.21 01:17:46.403524 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2722 | 2024.12.21 01:17:46.403781 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2723 | 2024.12.21 01:17:46.403934 [ 96 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2724 | 2024.12.21 01:17:46.403960 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2725 | 2024.12.21 01:17:46.403984 [ 96 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2726 | 2024.12.21 01:17:46.404011 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2727 | 2024.12.21 01:17:46.404155 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::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 | ||
| 2728 | 2024.12.21 01:17:46.404325 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2729 | 2024.12.21 01:17:46.404372 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::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 | ||
| 2730 | 2024.12.21 01:17:46.404452 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part | ||
| 2731 | 2024.12.21 01:17:46.404576 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part | ||
| 2732 | 2024.12.21 01:17:46.404934 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part | ||
| 2733 | 2024.12.21 01:17:46.405295 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part | ||
| 2734 | 2024.12.21 01:17:46.405529 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part | ||
| 2735 | 2024.12.21 01:17:46.407505 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.003415247 sec., 1500330.722785204 rows/sec., 21.46 MiB/sec. | ||
| 2736 | 2024.12.21 01:17:46.408229 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2737 | 2024.12.21 01:17:46.408531 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_11_2} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2738 | 2024.12.21 01:17:46.408626 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_11_2} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2739 | 2024.12.21 01:17:46.408725 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2740 | 2024.12.21 01:17:46.715346 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2741 | 2024.12.21 01:17:46.736692 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2742 | 2024.12.21 01:17:46.736751 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2743 | 2024.12.21 01:17:46.744072 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2744 | 2024.12.21 01:17:46.744891 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2745 | 2024.12.21 01:17:46.745288 [ 36 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2746 | 2024.12.21 01:17:46.745412 [ 36 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2747 | 2024.12.21 01:17:46.745481 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2748 | 2024.12.21 01:17:46.746127 [ 196 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 2749 | 2024.12.21 01:17:46.762357 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2750 | 2024.12.21 01:17:46.764199 [ 196 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2751 | 2024.12.21 01:17:46.765743 [ 196 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 2752 | 2024.12.21 01:17:46.771736 [ 196 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 2753 | 2024.12.21 01:17:46.778158 [ 196 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 2754 | 2024.12.21 01:17:46.783993 [ 196 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 2755 | 2024.12.21 01:17:46.790790 [ 196 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 2756 | 2024.12.21 01:17:46.795811 [ 196 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 2757 | 2024.12.21 01:17:46.862586 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.11696654 sec., 709.6046441999567 rows/sec., 3.67 MiB/sec. | ||
| 2758 | 2024.12.21 01:17:46.865063 [ 190 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2759 | 2024.12.21 01:17:46.868263 [ 190 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_11_2} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2760 | 2024.12.21 01:17:46.868480 [ 190 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_11_2} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2761 | 2024.12.21 01:17:46.870882 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2762 | 2024.12.21 01:17:47.000165 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.68 MiB, peak 180.57 MiB, free memory in arenas 0.00 B, will set to 172.69 MiB (RSS), difference: 2.01 MiB | ||
| 2763 | 2024.12.21 01:17:48.179499 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2764 | 2024.12.21 01:17:48.179699 [ 287 ] {77deaa51-12c4-44a8-b6e9-96845a69cb5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2765 | 2024.12.21 01:17:48.179777 [ 287 ] {77deaa51-12c4-44a8-b6e9-96845a69cb5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2766 | 2024.12.21 01:17:48.180547 [ 287 ] {77deaa51-12c4-44a8-b6e9-96845a69cb5d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2767 | 2024.12.21 01:17:48.180597 [ 287 ] {77deaa51-12c4-44a8-b6e9-96845a69cb5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2768 | 2024.12.21 01:17:48.181066 [ 287 ] {77deaa51-12c4-44a8-b6e9-96845a69cb5d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2769 | 2024.12.21 01:17:48.181329 [ 287 ] {77deaa51-12c4-44a8-b6e9-96845a69cb5d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2770 | 2024.12.21 01:17:48.181538 [ 287 ] {77deaa51-12c4-44a8-b6e9-96845a69cb5d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001895 sec., 29551.451187335093 rows/sec., 2.26 MiB/sec. | ||
| 2771 | 2024.12.21 01:17:48.181604 [ 287 ] {77deaa51-12c4-44a8-b6e9-96845a69cb5d} <Debug> TCPHandler: Processed in 0.002246207 sec. | ||
| 2772 | 2024.12.21 01:17:48.181858 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2773 | 2024.12.21 01:17:48.182076 [ 285 ] {df1c7229-73f9-480d-9379-a2b00ecb8c76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2774 | 2024.12.21 01:17:48.182154 [ 285 ] {df1c7229-73f9-480d-9379-a2b00ecb8c76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2775 | 2024.12.21 01:17:48.182932 [ 285 ] {df1c7229-73f9-480d-9379-a2b00ecb8c76} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2776 | 2024.12.21 01:17:48.182979 [ 285 ] {df1c7229-73f9-480d-9379-a2b00ecb8c76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2777 | 2024.12.21 01:17:48.183425 [ 285 ] {df1c7229-73f9-480d-9379-a2b00ecb8c76} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2778 | 2024.12.21 01:17:48.183682 [ 285 ] {df1c7229-73f9-480d-9379-a2b00ecb8c76} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2779 | 2024.12.21 01:17:48.183931 [ 285 ] {df1c7229-73f9-480d-9379-a2b00ecb8c76} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001915 sec., 33420.36553524804 rows/sec., 2.61 MiB/sec. | ||
| 2780 | 2024.12.21 01:17:48.183991 [ 285 ] {df1c7229-73f9-480d-9379-a2b00ecb8c76} <Debug> TCPHandler: Processed in 0.002280608 sec. | ||
| 2781 | 2024.12.21 01:17:48.184146 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2782 | 2024.12.21 01:17:48.184294 [ 287 ] {e112ffcb-445a-440e-a27e-57d0469cfb14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2783 | 2024.12.21 01:17:48.184362 [ 287 ] {e112ffcb-445a-440e-a27e-57d0469cfb14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2784 | 2024.12.21 01:17:48.185030 [ 287 ] {e112ffcb-445a-440e-a27e-57d0469cfb14} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2785 | 2024.12.21 01:17:48.185075 [ 287 ] {e112ffcb-445a-440e-a27e-57d0469cfb14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2786 | 2024.12.21 01:17:48.185517 [ 287 ] {e112ffcb-445a-440e-a27e-57d0469cfb14} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2787 | 2024.12.21 01:17:48.185791 [ 287 ] {e112ffcb-445a-440e-a27e-57d0469cfb14} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2788 | 2024.12.21 01:17:48.186025 [ 287 ] {e112ffcb-445a-440e-a27e-57d0469cfb14} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001767 sec., 72439.1624221845 rows/sec., 5.05 MiB/sec. | ||
| 2789 | 2024.12.21 01:17:48.186222 [ 287 ] {e112ffcb-445a-440e-a27e-57d0469cfb14} <Debug> TCPHandler: Processed in 0.002141196 sec. | ||
| 2790 | 2024.12.21 01:17:48.186391 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2791 | 2024.12.21 01:17:48.186529 [ 285 ] {f532f806-bac4-466f-8d11-0fea9b02e265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2792 | 2024.12.21 01:17:48.186591 [ 285 ] {f532f806-bac4-466f-8d11-0fea9b02e265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2793 | 2024.12.21 01:17:48.187173 [ 285 ] {f532f806-bac4-466f-8d11-0fea9b02e265} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2794 | 2024.12.21 01:17:48.187211 [ 285 ] {f532f806-bac4-466f-8d11-0fea9b02e265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2795 | 2024.12.21 01:17:48.187590 [ 285 ] {f532f806-bac4-466f-8d11-0fea9b02e265} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2796 | 2024.12.21 01:17:48.187835 [ 285 ] {f532f806-bac4-466f-8d11-0fea9b02e265} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2797 | 2024.12.21 01:17:48.188046 [ 285 ] {f532f806-bac4-466f-8d11-0fea9b02e265} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001548 sec., 31007.7519379845 rows/sec., 2.09 MiB/sec. | ||
| 2798 | 2024.12.21 01:17:48.188096 [ 285 ] {f532f806-bac4-466f-8d11-0fea9b02e265} <Debug> TCPHandler: Processed in 0.00178193 sec. | ||
| 2799 | 2024.12.21 01:17:53.183102 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2800 | 2024.12.21 01:17:53.183347 [ 287 ] {1dea6595-b734-49f7-912a-9f6588f0dbe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2801 | 2024.12.21 01:17:53.183426 [ 287 ] {1dea6595-b734-49f7-912a-9f6588f0dbe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2802 | 2024.12.21 01:17:53.184238 [ 287 ] {1dea6595-b734-49f7-912a-9f6588f0dbe3} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2803 | 2024.12.21 01:17:53.184292 [ 287 ] {1dea6595-b734-49f7-912a-9f6588f0dbe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2804 | 2024.12.21 01:17:53.184747 [ 287 ] {1dea6595-b734-49f7-912a-9f6588f0dbe3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2805 | 2024.12.21 01:17:53.185008 [ 287 ] {1dea6595-b734-49f7-912a-9f6588f0dbe3} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2806 | 2024.12.21 01:17:53.185198 [ 153 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2807 | 2024.12.21 01:17:53.185280 [ 153 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2808 | 2024.12.21 01:17:53.185286 [ 287 ] {1dea6595-b734-49f7-912a-9f6588f0dbe3} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.001983 sec., 62531.51790216843 rows/sec., 5.31 MiB/sec. | ||
| 2809 | 2024.12.21 01:17:53.185321 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2810 | 2024.12.21 01:17:53.185459 [ 287 ] {1dea6595-b734-49f7-912a-9f6588f0dbe3} <Debug> TCPHandler: Processed in 0.002502632 sec. | ||
| 2811 | 2024.12.21 01:17:53.185521 [ 186 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 2812 | 2024.12.21 01:17:53.185651 [ 186 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2813 | 2024.12.21 01:17:53.185684 [ 186 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1403 rows starting from the beginning of the part | ||
| 2814 | 2024.12.21 01:17:53.185769 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2815 | 2024.12.21 01:17:53.185840 [ 186 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 219 rows starting from the beginning of the part | ||
| 2816 | 2024.12.21 01:17:53.186069 [ 186 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 124 rows starting from the beginning of the part | ||
| 2817 | 2024.12.21 01:17:53.186224 [ 285 ] {404f920b-5b75-4fde-bd92-85cb1ddef0bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2818 | 2024.12.21 01:17:53.186383 [ 186 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1365 rows starting from the beginning of the part | ||
| 2819 | 2024.12.21 01:17:53.186495 [ 285 ] {404f920b-5b75-4fde-bd92-85cb1ddef0bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2820 | 2024.12.21 01:17:53.186723 [ 186 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2821 | 2024.12.21 01:17:53.187049 [ 186 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 124 rows starting from the beginning of the part | ||
| 2822 | 2024.12.21 01:17:53.189141 [ 285 ] {404f920b-5b75-4fde-bd92-85cb1ddef0bd} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2823 | 2024.12.21 01:17:53.189235 [ 285 ] {404f920b-5b75-4fde-bd92-85cb1ddef0bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2824 | 2024.12.21 01:17:53.190083 [ 285 ] {404f920b-5b75-4fde-bd92-85cb1ddef0bd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2825 | 2024.12.21 01:17:53.190569 [ 186 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3291 rows, containing 5 columns (5 merged, 0 gathered) in 0.005108426 sec., 644229.749045988 rows/sec., 56.24 MiB/sec. | ||
| 2826 | 2024.12.21 01:17:53.190655 [ 285 ] {404f920b-5b75-4fde-bd92-85cb1ddef0bd} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2827 | 2024.12.21 01:17:53.190879 [ 153 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2828 | 2024.12.21 01:17:53.190991 [ 153 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2829 | 2024.12.21 01:17:53.191033 [ 186 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2830 | 2024.12.21 01:17:53.191051 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2831 | 2024.12.21 01:17:53.191129 [ 285 ] {404f920b-5b75-4fde-bd92-85cb1ddef0bd} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.005032 sec., 6756.756756756757 rows/sec., 508.08 KiB/sec. | ||
| 2832 | 2024.12.21 01:17:53.191485 [ 285 ] {404f920b-5b75-4fde-bd92-85cb1ddef0bd} <Debug> TCPHandler: Processed in 0.005881729 sec. | ||
| 2833 | 2024.12.21 01:17:53.191595 [ 192 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::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 | ||
| 2834 | 2024.12.21 01:17:53.191732 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2835 | 2024.12.21 01:17:53.191997 [ 186 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_16_3} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2836 | 2024.12.21 01:17:53.192065 [ 287 ] {759a2ec8-2343-4ea9-bbed-3747f34b2037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2837 | 2024.12.21 01:17:53.192149 [ 192 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2838 | 2024.12.21 01:17:53.192206 [ 287 ] {759a2ec8-2343-4ea9-bbed-3747f34b2037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2839 | 2024.12.21 01:17:53.192244 [ 192 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 37 rows starting from the beginning of the part | ||
| 2840 | 2024.12.21 01:17:53.192264 [ 186 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_16_3} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2841 | 2024.12.21 01:17:53.192518 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 2842 | 2024.12.21 01:17:53.192769 [ 192 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 22 rows starting from the beginning of the part | ||
| 2843 | 2024.12.21 01:17:53.193011 [ 192 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::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 | ||
| 2844 | 2024.12.21 01:17:53.193275 [ 192 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part | ||
| 2845 | 2024.12.21 01:17:53.193626 [ 192 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 27 rows starting from the beginning of the part | ||
| 2846 | 2024.12.21 01:17:53.194000 [ 192 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part | ||
| 2847 | 2024.12.21 01:17:53.195404 [ 287 ] {759a2ec8-2343-4ea9-bbed-3747f34b2037} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2848 | 2024.12.21 01:17:53.195481 [ 287 ] {759a2ec8-2343-4ea9-bbed-3747f34b2037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2849 | 2024.12.21 01:17:53.196462 [ 287 ] {759a2ec8-2343-4ea9-bbed-3747f34b2037} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2850 | 2024.12.21 01:17:53.196877 [ 186 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 169 rows, containing 5 columns (5 merged, 0 gathered) in 0.005643215 sec., 29947.467888428848 rows/sec., 2.27 MiB/sec. | ||
| 2851 | 2024.12.21 01:17:53.196945 [ 287 ] {759a2ec8-2343-4ea9-bbed-3747f34b2037} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2852 | 2024.12.21 01:17:53.197049 [ 186 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2853 | 2024.12.21 01:17:53.197177 [ 153 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2854 | 2024.12.21 01:17:53.197300 [ 153 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2855 | 2024.12.21 01:17:53.197371 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2856 | 2024.12.21 01:17:53.197398 [ 287 ] {759a2ec8-2343-4ea9-bbed-3747f34b2037} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.005448 sec., 17988.25256975037 rows/sec., 1.40 MiB/sec. | ||
| 2857 | 2024.12.21 01:17:53.197778 [ 287 ] {759a2ec8-2343-4ea9-bbed-3747f34b2037} <Debug> TCPHandler: Processed in 0.006147263 sec. | ||
| 2858 | 2024.12.21 01:17:53.197882 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::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 | ||
| 2859 | 2024.12.21 01:17:53.197917 [ 186 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_11_2} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2860 | 2024.12.21 01:17:53.198079 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2861 | 2024.12.21 01:17:53.198210 [ 186 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_11_2} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2862 | 2024.12.21 01:17:53.198301 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2863 | 2024.12.21 01:17:53.198436 [ 285 ] {75704ce1-23aa-4b6b-9b7c-07f018ee09d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2864 | 2024.12.21 01:17:53.198450 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 880 rows starting from the beginning of the part | ||
| 2865 | 2024.12.21 01:17:53.198498 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2866 | 2024.12.21 01:17:53.198637 [ 285 ] {75704ce1-23aa-4b6b-9b7c-07f018ee09d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2867 | 2024.12.21 01:17:53.198899 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 390 rows starting from the beginning of the part | ||
| 2868 | 2024.12.21 01:17:53.199309 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 106 rows starting from the beginning of the part | ||
| 2869 | 2024.12.21 01:17:53.199709 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 858 rows starting from the beginning of the part | ||
| 2870 | 2024.12.21 01:17:53.200031 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 2871 | 2024.12.21 01:17:53.200167 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 98 rows starting from the beginning of the part | ||
| 2872 | 2024.12.21 01:17:53.201297 [ 285 ] {75704ce1-23aa-4b6b-9b7c-07f018ee09d8} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2873 | 2024.12.21 01:17:53.201380 [ 285 ] {75704ce1-23aa-4b6b-9b7c-07f018ee09d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2874 | 2024.12.21 01:17:53.202490 [ 285 ] {75704ce1-23aa-4b6b-9b7c-07f018ee09d8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2875 | 2024.12.21 01:17:53.202891 [ 285 ] {75704ce1-23aa-4b6b-9b7c-07f018ee09d8} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2876 | 2024.12.21 01:17:53.203111 [ 153 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2877 | 2024.12.21 01:17:53.203223 [ 153 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2878 | 2024.12.21 01:17:53.203312 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2879 | 2024.12.21 01:17:53.203481 [ 285 ] {75704ce1-23aa-4b6b-9b7c-07f018ee09d8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005161 sec., 31001.743848091457 rows/sec., 2.16 MiB/sec. | ||
| 2880 | 2024.12.21 01:17:53.203865 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2396 rows, containing 5 columns (5 merged, 0 gathered) in 0.006330987 sec., 378455.9974613753 rows/sec., 29.01 MiB/sec. | ||
| 2881 | 2024.12.21 01:17:53.203906 [ 285 ] {75704ce1-23aa-4b6b-9b7c-07f018ee09d8} <Debug> TCPHandler: Processed in 0.005982171 sec. | ||
| 2882 | 2024.12.21 01:17:53.204003 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::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 | ||
| 2883 | 2024.12.21 01:17:53.204194 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2884 | 2024.12.21 01:17:53.204248 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2885 | 2024.12.21 01:17:53.204456 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2886 | 2024.12.21 01:17:53.204554 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4372 rows starting from the beginning of the part | ||
| 2887 | 2024.12.21 01:17:53.204564 [ 287 ] {65bd7622-13ca-41d8-8422-b0398f909cd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2888 | 2024.12.21 01:17:53.205002 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::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 | ||
| 2889 | 2024.12.21 01:17:53.205084 [ 287 ] {65bd7622-13ca-41d8-8422-b0398f909cd4} <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 | ||
| 2890 | 2024.12.21 01:17:53.205270 [ 188 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_16_3} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2891 | 2024.12.21 01:17:53.205483 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::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 | ||
| 2892 | 2024.12.21 01:17:53.205899 [ 188 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_16_3} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2893 | 2024.12.21 01:17:53.205963 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 961 rows starting from the beginning of the part | ||
| 2894 | 2024.12.21 01:17:53.206370 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 2895 | 2024.12.21 01:17:53.206487 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 128 rows starting from the beginning of the part | ||
| 2896 | 2024.12.21 01:17:53.206880 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 2897 | 2024.12.21 01:17:53.209243 [ 287 ] {65bd7622-13ca-41d8-8422-b0398f909cd4} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2898 | 2024.12.21 01:17:53.209290 [ 287 ] {65bd7622-13ca-41d8-8422-b0398f909cd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2899 | 2024.12.21 01:17:53.210281 [ 287 ] {65bd7622-13ca-41d8-8422-b0398f909cd4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2900 | 2024.12.21 01:17:53.210623 [ 191 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6018 rows, containing 5 columns (5 merged, 0 gathered) in 0.007075289 sec., 850565.962747246 rows/sec., 57.35 MiB/sec. | ||
| 2901 | 2024.12.21 01:17:53.210738 [ 287 ] {65bd7622-13ca-41d8-8422-b0398f909cd4} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2902 | 2024.12.21 01:17:53.210952 [ 153 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2903 | 2024.12.21 01:17:53.211033 [ 153 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2904 | 2024.12.21 01:17:53.211103 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2905 | 2024.12.21 01:17:53.211125 [ 287 ] {65bd7622-13ca-41d8-8422-b0398f909cd4} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.006641 sec., 5119.710886914621 rows/sec., 9.17 MiB/sec. | ||
| 2906 | 2024.12.21 01:17:53.211257 [ 191 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2907 | 2024.12.21 01:17:53.211583 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 2908 | 2024.12.21 01:17:53.211973 [ 287 ] {65bd7622-13ca-41d8-8422-b0398f909cd4} <Debug> TCPHandler: Processed in 0.007872892 sec. | ||
| 2909 | 2024.12.21 01:17:53.212354 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2910 | 2024.12.21 01:17:53.212624 [ 191 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2911 | 2024.12.21 01:17:53.212726 [ 285 ] {416ba75a-bc8d-4646-b2f2-519280d7e2f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2912 | 2024.12.21 01:17:53.212927 [ 285 ] {416ba75a-bc8d-4646-b2f2-519280d7e2f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2913 | 2024.12.21 01:17:53.213005 [ 191 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2914 | 2024.12.21 01:17:53.213243 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2915 | 2024.12.21 01:17:53.213317 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
| 2916 | 2024.12.21 01:17:53.213590 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 76 rows starting from the beginning of the part | ||
| 2917 | 2024.12.21 01:17:53.214430 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 22 rows starting from the beginning of the part | ||
| 2918 | 2024.12.21 01:17:53.215265 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 2919 | 2024.12.21 01:17:53.215330 [ 285 ] {416ba75a-bc8d-4646-b2f2-519280d7e2f1} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2920 | 2024.12.21 01:17:53.215423 [ 285 ] {416ba75a-bc8d-4646-b2f2-519280d7e2f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2921 | 2024.12.21 01:17:53.215897 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part | ||
| 2922 | 2024.12.21 01:17:53.216612 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 2923 | 2024.12.21 01:17:53.216861 [ 285 ] {416ba75a-bc8d-4646-b2f2-519280d7e2f1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2924 | 2024.12.21 01:17:53.217198 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part | ||
| 2925 | 2024.12.21 01:17:53.217846 [ 285 ] {416ba75a-bc8d-4646-b2f2-519280d7e2f1} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2926 | 2024.12.21 01:17:53.218175 [ 153 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2927 | 2024.12.21 01:17:53.218271 [ 153 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2928 | 2024.12.21 01:17:53.218376 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2929 | 2024.12.21 01:17:53.218578 [ 285 ] {416ba75a-bc8d-4646-b2f2-519280d7e2f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005958 sec., 10070.493454179255 rows/sec., 694.97 KiB/sec. | ||
| 2930 | 2024.12.21 01:17:53.218873 [ 285 ] {416ba75a-bc8d-4646-b2f2-519280d7e2f1} <Debug> TCPHandler: Processed in 0.006746384 sec. | ||
| 2931 | 2024.12.21 01:17:53.218893 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 2932 | 2024.12.21 01:17:53.219274 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2933 | 2024.12.21 01:17:53.219344 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 676 rows starting from the beginning of the part | ||
| 2934 | 2024.12.21 01:17:53.219676 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 2935 | 2024.12.21 01:17:53.219977 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 2936 | 2024.12.21 01:17:53.220280 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part | ||
| 2937 | 2024.12.21 01:17:53.220540 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part | ||
| 2938 | 2024.12.21 01:17:53.220793 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 2939 | 2024.12.21 01:17:53.224249 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 960 rows, containing 4 columns (4 merged, 0 gathered) in 0.005676806 sec., 169109.17864728862 rows/sec., 11.06 MiB/sec. | ||
| 2940 | 2024.12.21 01:17:53.224543 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2941 | 2024.12.21 01:17:53.225166 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_16_3} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2942 | 2024.12.21 01:17:53.225355 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_16_3} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2943 | 2024.12.21 01:17:53.225531 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 2944 | 2024.12.21 01:17:53.226073 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 19 columns (19 merged, 0 gathered) in 0.01484365 sec., 12261.135232911043 rows/sec., 21.97 MiB/sec. | ||
| 2945 | 2024.12.21 01:17:53.226617 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2946 | 2024.12.21 01:17:53.227133 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2947 | 2024.12.21 01:17:53.227221 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2948 | 2024.12.21 01:17:53.227374 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
| 2949 | 2024.12.21 01:17:53.821880 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2950 | 2024.12.21 01:17:53.821948 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2951 | 2024.12.21 01:17:53.904092 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2952 | 2024.12.21 01:17:53.904829 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2953 | 2024.12.21 01:17:53.904889 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2954 | 2024.12.21 01:17:53.905480 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2955 | 2024.12.21 01:17:53.905736 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2956 | 2024.12.21 01:17:53.905978 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2957 | 2024.12.21 01:17:53.965386 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 420 | ||
| 2958 | 2024.12.21 01:17:53.968310 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2959 | 2024.12.21 01:17:53.968368 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2960 | 2024.12.21 01:17:53.969845 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2961 | 2024.12.21 01:17:53.970175 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2962 | 2024.12.21 01:17:53.971226 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 420 | ||
| 2963 | 2024.12.21 01:17:54.262439 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2964 | 2024.12.21 01:17:54.282234 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2965 | 2024.12.21 01:17:54.282296 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2966 | 2024.12.21 01:17:54.289208 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2967 | 2024.12.21 01:17:54.289965 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2968 | 2024.12.21 01:17:54.292894 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2969 | 2024.12.21 01:17:55.004665 [ 138 ] {} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2970 | 2024.12.21 01:17:55.004737 [ 138 ] {} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2971 | 2024.12.21 01:17:55.004764 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2972 | 2024.12.21 01:17:55.004972 [ 186 ] {89363a28-e670-42f8-94b6-28ad05b5c30b::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 | ||
| 2973 | 2024.12.21 01:17:55.005394 [ 186 ] {89363a28-e670-42f8-94b6-28ad05b5c30b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2974 | 2024.12.21 01:17:55.005438 [ 186 ] {89363a28-e670-42f8-94b6-28ad05b5c30b::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 | ||
| 2975 | 2024.12.21 01:17:55.005535 [ 186 ] {89363a28-e670-42f8-94b6-28ad05b5c30b::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 | ||
| 2976 | 2024.12.21 01:17:55.005694 [ 186 ] {89363a28-e670-42f8-94b6-28ad05b5c30b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part | ||
| 2977 | 2024.12.21 01:17:55.005826 [ 186 ] {89363a28-e670-42f8-94b6-28ad05b5c30b::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 | ||
| 2978 | 2024.12.21 01:17:55.005943 [ 186 ] {89363a28-e670-42f8-94b6-28ad05b5c30b::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 | ||
| 2979 | 2024.12.21 01:17:55.008255 [ 192 ] {89363a28-e670-42f8-94b6-28ad05b5c30b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003416347 sec., 12001.12283676102 rows/sec., 2.00 MiB/sec. | ||
| 2980 | 2024.12.21 01:17:55.008473 [ 192 ] {89363a28-e670-42f8-94b6-28ad05b5c30b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2981 | 2024.12.21 01:17:55.009039 [ 192 ] {89363a28-e670-42f8-94b6-28ad05b5c30b::all_1_5_1} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2982 | 2024.12.21 01:17:55.009146 [ 192 ] {89363a28-e670-42f8-94b6-28ad05b5c30b::all_1_5_1} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2983 | 2024.12.21 01:17:55.009264 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2984 | 2024.12.21 01:17:58.185310 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2985 | 2024.12.21 01:17:58.185524 [ 287 ] {3186150a-9df0-462f-9ac8-6ca82290760a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2986 | 2024.12.21 01:17:58.185604 [ 287 ] {3186150a-9df0-462f-9ac8-6ca82290760a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2987 | 2024.12.21 01:17:58.186485 [ 287 ] {3186150a-9df0-462f-9ac8-6ca82290760a} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2988 | 2024.12.21 01:17:58.186530 [ 287 ] {3186150a-9df0-462f-9ac8-6ca82290760a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2989 | 2024.12.21 01:17:58.186958 [ 287 ] {3186150a-9df0-462f-9ac8-6ca82290760a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2990 | 2024.12.21 01:17:58.187219 [ 287 ] {3186150a-9df0-462f-9ac8-6ca82290760a} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2991 | 2024.12.21 01:17:58.187424 [ 287 ] {3186150a-9df0-462f-9ac8-6ca82290760a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001962 sec., 7135.575942915391 rows/sec., 513.67 KiB/sec. | ||
| 2992 | 2024.12.21 01:17:58.187488 [ 287 ] {3186150a-9df0-462f-9ac8-6ca82290760a} <Debug> TCPHandler: Processed in 0.002321349 sec. | ||
| 2993 | 2024.12.21 01:17:58.187764 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2994 | 2024.12.21 01:17:58.187978 [ 285 ] {70d359eb-6547-4790-b327-0e8aab327106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2995 | 2024.12.21 01:17:58.188065 [ 285 ] {70d359eb-6547-4790-b327-0e8aab327106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2996 | 2024.12.21 01:17:58.188965 [ 285 ] {70d359eb-6547-4790-b327-0e8aab327106} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2997 | 2024.12.21 01:17:58.189018 [ 285 ] {70d359eb-6547-4790-b327-0e8aab327106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 2998 | 2024.12.21 01:17:58.189484 [ 285 ] {70d359eb-6547-4790-b327-0e8aab327106} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2999 | 2024.12.21 01:17:58.189745 [ 285 ] {70d359eb-6547-4790-b327-0e8aab327106} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3000 | 2024.12.21 01:17:58.190031 [ 285 ] {70d359eb-6547-4790-b327-0e8aab327106} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002105 sec., 104038.00475059381 rows/sec., 9.06 MiB/sec. | ||
| 3001 | 2024.12.21 01:17:58.190265 [ 285 ] {70d359eb-6547-4790-b327-0e8aab327106} <Debug> TCPHandler: Processed in 0.002637585 sec. | ||
| 3002 | 2024.12.21 01:17:58.190456 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3003 | 2024.12.21 01:17:58.190603 [ 287 ] {c090af9b-312f-46ca-9a36-4aa2c36e9cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3004 | 2024.12.21 01:17:58.190665 [ 287 ] {c090af9b-312f-46ca-9a36-4aa2c36e9cdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3005 | 2024.12.21 01:17:58.191392 [ 287 ] {c090af9b-312f-46ca-9a36-4aa2c36e9cdf} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3006 | 2024.12.21 01:17:58.191437 [ 287 ] {c090af9b-312f-46ca-9a36-4aa2c36e9cdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3007 | 2024.12.21 01:17:58.191798 [ 287 ] {c090af9b-312f-46ca-9a36-4aa2c36e9cdf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3008 | 2024.12.21 01:17:58.192033 [ 287 ] {c090af9b-312f-46ca-9a36-4aa2c36e9cdf} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3009 | 2024.12.21 01:17:58.192209 [ 287 ] {c090af9b-312f-46ca-9a36-4aa2c36e9cdf} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001644 sec., 9124.087591240876 rows/sec., 643.32 KiB/sec. | ||
| 3010 | 2024.12.21 01:17:58.192264 [ 287 ] {c090af9b-312f-46ca-9a36-4aa2c36e9cdf} <Debug> TCPHandler: Processed in 0.001880411 sec. | ||
| 3011 | 2024.12.21 01:17:58.192426 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3012 | 2024.12.21 01:17:58.192662 [ 285 ] {d7368e49-ca61-4af0-ac52-e5c37b48020e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3013 | 2024.12.21 01:17:58.192760 [ 285 ] {d7368e49-ca61-4af0-ac52-e5c37b48020e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3014 | 2024.12.21 01:17:58.193680 [ 285 ] {d7368e49-ca61-4af0-ac52-e5c37b48020e} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3015 | 2024.12.21 01:17:58.193722 [ 285 ] {d7368e49-ca61-4af0-ac52-e5c37b48020e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3016 | 2024.12.21 01:17:58.194095 [ 285 ] {d7368e49-ca61-4af0-ac52-e5c37b48020e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3017 | 2024.12.21 01:17:58.194341 [ 285 ] {d7368e49-ca61-4af0-ac52-e5c37b48020e} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3018 | 2024.12.21 01:17:58.194557 [ 285 ] {d7368e49-ca61-4af0-ac52-e5c37b48020e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001956 sec., 7157.464212678937 rows/sec., 501.26 KiB/sec. | ||
| 3019 | 2024.12.21 01:17:58.194612 [ 285 ] {d7368e49-ca61-4af0-ac52-e5c37b48020e} <Debug> TCPHandler: Processed in 0.002252288 sec. | ||
| 3020 | 2024.12.21 01:17:58.194766 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3021 | 2024.12.21 01:17:58.194907 [ 287 ] {04536266-c1fb-427d-ab3c-bdc86268076a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3022 | 2024.12.21 01:17:58.194964 [ 287 ] {04536266-c1fb-427d-ab3c-bdc86268076a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3023 | 2024.12.21 01:17:58.195599 [ 287 ] {04536266-c1fb-427d-ab3c-bdc86268076a} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3024 | 2024.12.21 01:17:58.195635 [ 287 ] {04536266-c1fb-427d-ab3c-bdc86268076a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3025 | 2024.12.21 01:17:58.195988 [ 287 ] {04536266-c1fb-427d-ab3c-bdc86268076a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3026 | 2024.12.21 01:17:58.196225 [ 287 ] {04536266-c1fb-427d-ab3c-bdc86268076a} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3027 | 2024.12.21 01:17:58.196412 [ 287 ] {04536266-c1fb-427d-ab3c-bdc86268076a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001534 sec., 8474.57627118644 rows/sec., 528.39 KiB/sec. | ||
| 3028 | 2024.12.21 01:17:58.196488 [ 287 ] {04536266-c1fb-427d-ab3c-bdc86268076a} <Debug> TCPHandler: Processed in 0.001790101 sec. | ||
| 3029 | 2024.12.21 01:17:58.196638 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3030 | 2024.12.21 01:17:58.196778 [ 285 ] {89a34b79-fdf2-4ac7-bd3b-e243cf8b0a4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3031 | 2024.12.21 01:17:58.196837 [ 285 ] {89a34b79-fdf2-4ac7-bd3b-e243cf8b0a4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3032 | 2024.12.21 01:17:58.197663 [ 285 ] {89a34b79-fdf2-4ac7-bd3b-e243cf8b0a4a} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3033 | 2024.12.21 01:17:58.197703 [ 285 ] {89a34b79-fdf2-4ac7-bd3b-e243cf8b0a4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3034 | 2024.12.21 01:17:58.198097 [ 285 ] {89a34b79-fdf2-4ac7-bd3b-e243cf8b0a4a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3035 | 2024.12.21 01:17:58.198349 [ 285 ] {89a34b79-fdf2-4ac7-bd3b-e243cf8b0a4a} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3036 | 2024.12.21 01:17:58.198565 [ 285 ] {89a34b79-fdf2-4ac7-bd3b-e243cf8b0a4a} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001818 sec., 214521.4521452145 rows/sec., 15.21 MiB/sec. | ||
| 3037 | 2024.12.21 01:17:58.198621 [ 285 ] {89a34b79-fdf2-4ac7-bd3b-e243cf8b0a4a} <Debug> TCPHandler: Processed in 0.002049584 sec. | ||
| 3038 | 2024.12.21 01:17:58.198775 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3039 | 2024.12.21 01:17:58.198914 [ 287 ] {9ef75a45-52b8-4ef6-9f5b-16f09c035cc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3040 | 2024.12.21 01:17:58.198975 [ 287 ] {9ef75a45-52b8-4ef6-9f5b-16f09c035cc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3041 | 2024.12.21 01:17:58.199531 [ 287 ] {9ef75a45-52b8-4ef6-9f5b-16f09c035cc7} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3042 | 2024.12.21 01:17:58.199569 [ 287 ] {9ef75a45-52b8-4ef6-9f5b-16f09c035cc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3043 | 2024.12.21 01:17:58.199948 [ 287 ] {9ef75a45-52b8-4ef6-9f5b-16f09c035cc7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3044 | 2024.12.21 01:17:58.200189 [ 287 ] {9ef75a45-52b8-4ef6-9f5b-16f09c035cc7} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3045 | 2024.12.21 01:17:58.200364 [ 287 ] {9ef75a45-52b8-4ef6-9f5b-16f09c035cc7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001482 sec., 4048.5829959514167 rows/sec., 211.52 KiB/sec. | ||
| 3046 | 2024.12.21 01:17:58.200415 [ 287 ] {9ef75a45-52b8-4ef6-9f5b-16f09c035cc7} <Debug> TCPHandler: Processed in 0.001707489 sec. | ||
| 3047 | 2024.12.21 01:17:58.200619 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3048 | 2024.12.21 01:17:58.200844 [ 285 ] {9cc33000-e464-4a5b-a63c-50231cc2d123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3049 | 2024.12.21 01:17:58.200943 [ 285 ] {9cc33000-e464-4a5b-a63c-50231cc2d123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3050 | 2024.12.21 01:17:58.201753 [ 285 ] {9cc33000-e464-4a5b-a63c-50231cc2d123} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3051 | 2024.12.21 01:17:58.201792 [ 285 ] {9cc33000-e464-4a5b-a63c-50231cc2d123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3052 | 2024.12.21 01:17:58.202214 [ 285 ] {9cc33000-e464-4a5b-a63c-50231cc2d123} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3053 | 2024.12.21 01:17:58.202457 [ 285 ] {9cc33000-e464-4a5b-a63c-50231cc2d123} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3054 | 2024.12.21 01:17:58.202671 [ 285 ] {9cc33000-e464-4a5b-a63c-50231cc2d123} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001882 sec., 125929.8618490967 rows/sec., 8.44 MiB/sec. | ||
| 3055 | 2024.12.21 01:17:58.202724 [ 285 ] {9cc33000-e464-4a5b-a63c-50231cc2d123} <Debug> TCPHandler: Processed in 0.002218308 sec. | ||
| 3056 | 2024.12.21 01:17:58.202875 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3057 | 2024.12.21 01:17:58.203016 [ 287 ] {1f24770a-6b50-48d3-9bcd-e6f075d736c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3058 | 2024.12.21 01:17:58.203078 [ 287 ] {1f24770a-6b50-48d3-9bcd-e6f075d736c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3059 | 2024.12.21 01:17:58.203603 [ 287 ] {1f24770a-6b50-48d3-9bcd-e6f075d736c0} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3060 | 2024.12.21 01:17:58.203640 [ 287 ] {1f24770a-6b50-48d3-9bcd-e6f075d736c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3061 | 2024.12.21 01:17:58.204000 [ 287 ] {1f24770a-6b50-48d3-9bcd-e6f075d736c0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3062 | 2024.12.21 01:17:58.204243 [ 287 ] {1f24770a-6b50-48d3-9bcd-e6f075d736c0} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3063 | 2024.12.21 01:17:58.204495 [ 287 ] {1f24770a-6b50-48d3-9bcd-e6f075d736c0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001483 sec., 674.3088334457182 rows/sec., 45.44 KiB/sec. | ||
| 3064 | 2024.12.21 01:17:58.204631 [ 287 ] {1f24770a-6b50-48d3-9bcd-e6f075d736c0} <Debug> TCPHandler: Processed in 0.001822621 sec. | ||
| 3065 | 2024.12.21 01:17:58.204828 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3066 | 2024.12.21 01:17:58.205053 [ 285 ] {adc5d442-cb4a-4580-8a67-feefa9662841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3067 | 2024.12.21 01:17:58.205197 [ 285 ] {adc5d442-cb4a-4580-8a67-feefa9662841} <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 | ||
| 3068 | 2024.12.21 01:17:58.206431 [ 285 ] {adc5d442-cb4a-4580-8a67-feefa9662841} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3069 | 2024.12.21 01:17:58.206471 [ 285 ] {adc5d442-cb4a-4580-8a67-feefa9662841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3070 | 2024.12.21 01:17:58.207094 [ 285 ] {adc5d442-cb4a-4580-8a67-feefa9662841} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3071 | 2024.12.21 01:17:58.207364 [ 285 ] {adc5d442-cb4a-4580-8a67-feefa9662841} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3072 | 2024.12.21 01:17:58.207676 [ 285 ] {adc5d442-cb4a-4580-8a67-feefa9662841} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002677 sec., 2988.4198729921554 rows/sec., 5.36 MiB/sec. | ||
| 3073 | 2024.12.21 01:17:58.208158 [ 285 ] {adc5d442-cb4a-4580-8a67-feefa9662841} <Debug> TCPHandler: Processed in 0.003439458 sec. | ||
| 3074 | 2024.12.21 01:17:58.208369 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3075 | 2024.12.21 01:17:58.208549 [ 287 ] {8db89496-c59f-4f39-808f-16bcb7db63c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3076 | 2024.12.21 01:17:58.208610 [ 287 ] {8db89496-c59f-4f39-808f-16bcb7db63c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3077 | 2024.12.21 01:17:58.209202 [ 287 ] {8db89496-c59f-4f39-808f-16bcb7db63c7} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3078 | 2024.12.21 01:17:58.209249 [ 287 ] {8db89496-c59f-4f39-808f-16bcb7db63c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3079 | 2024.12.21 01:17:58.209657 [ 287 ] {8db89496-c59f-4f39-808f-16bcb7db63c7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3080 | 2024.12.21 01:17:58.209896 [ 287 ] {8db89496-c59f-4f39-808f-16bcb7db63c7} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3081 | 2024.12.21 01:17:58.210080 [ 287 ] {8db89496-c59f-4f39-808f-16bcb7db63c7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001563 sec., 52463.21177223289 rows/sec., 3.33 MiB/sec. | ||
| 3082 | 2024.12.21 01:17:58.210129 [ 287 ] {8db89496-c59f-4f39-808f-16bcb7db63c7} <Debug> TCPHandler: Processed in 0.001877762 sec. | ||
| 3083 | 2024.12.21 01:18:01.406101 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 3084 | 2024.12.21 01:18:01.406791 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3085 | 2024.12.21 01:18:01.406843 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3086 | 2024.12.21 01:18:01.407444 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3087 | 2024.12.21 01:18:01.407700 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3088 | 2024.12.21 01:18:01.407941 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 3089 | 2024.12.21 01:18:01.792967 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3090 | 2024.12.21 01:18:01.812912 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3091 | 2024.12.21 01:18:01.812977 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3092 | 2024.12.21 01:18:01.820535 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3093 | 2024.12.21 01:18:01.821288 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3094 | 2024.12.21 01:18:01.823998 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3095 | 2024.12.21 01:18:03.182497 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3096 | 2024.12.21 01:18:03.182746 [ 287 ] {e79c51ba-5357-4cb7-8be5-f5dc6e272826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3097 | 2024.12.21 01:18:03.182829 [ 287 ] {e79c51ba-5357-4cb7-8be5-f5dc6e272826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3098 | 2024.12.21 01:18:03.183678 [ 287 ] {e79c51ba-5357-4cb7-8be5-f5dc6e272826} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3099 | 2024.12.21 01:18:03.183732 [ 287 ] {e79c51ba-5357-4cb7-8be5-f5dc6e272826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3100 | 2024.12.21 01:18:03.184167 [ 287 ] {e79c51ba-5357-4cb7-8be5-f5dc6e272826} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3101 | 2024.12.21 01:18:03.184430 [ 287 ] {e79c51ba-5357-4cb7-8be5-f5dc6e272826} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3102 | 2024.12.21 01:18:03.184709 [ 287 ] {e79c51ba-5357-4cb7-8be5-f5dc6e272826} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002019 sec., 990.5894006934126 rows/sec., 80.78 KiB/sec. | ||
| 3103 | 2024.12.21 01:18:03.184847 [ 287 ] {e79c51ba-5357-4cb7-8be5-f5dc6e272826} <Debug> TCPHandler: Processed in 0.002551473 sec. | ||
| 3104 | 2024.12.21 01:18:03.185116 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3105 | 2024.12.21 01:18:03.185332 [ 285 ] {43828e8f-2e5c-4573-bf16-e5ecea436c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3106 | 2024.12.21 01:18:03.185417 [ 285 ] {43828e8f-2e5c-4573-bf16-e5ecea436c59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3107 | 2024.12.21 01:18:03.186244 [ 285 ] {43828e8f-2e5c-4573-bf16-e5ecea436c59} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3108 | 2024.12.21 01:18:03.186294 [ 285 ] {43828e8f-2e5c-4573-bf16-e5ecea436c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3109 | 2024.12.21 01:18:03.186736 [ 285 ] {43828e8f-2e5c-4573-bf16-e5ecea436c59} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3110 | 2024.12.21 01:18:03.186992 [ 285 ] {43828e8f-2e5c-4573-bf16-e5ecea436c59} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3111 | 2024.12.21 01:18:03.187206 [ 285 ] {43828e8f-2e5c-4573-bf16-e5ecea436c59} <Debug> executeQuery: Read 125 rows, 10.86 KiB in 0.001932 sec., 64699.792960662526 rows/sec., 5.49 MiB/sec. | ||
| 3112 | 2024.12.21 01:18:03.187272 [ 285 ] {43828e8f-2e5c-4573-bf16-e5ecea436c59} <Debug> TCPHandler: Processed in 0.002291958 sec. | ||
| 3113 | 2024.12.21 01:18:03.187443 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3114 | 2024.12.21 01:18:03.187590 [ 287 ] {1bf47329-8261-4753-9b87-9d066c99efd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3115 | 2024.12.21 01:18:03.187653 [ 287 ] {1bf47329-8261-4753-9b87-9d066c99efd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3116 | 2024.12.21 01:18:03.188395 [ 287 ] {1bf47329-8261-4753-9b87-9d066c99efd7} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3117 | 2024.12.21 01:18:03.188444 [ 287 ] {1bf47329-8261-4753-9b87-9d066c99efd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3118 | 2024.12.21 01:18:03.188839 [ 287 ] {1bf47329-8261-4753-9b87-9d066c99efd7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3119 | 2024.12.21 01:18:03.189083 [ 287 ] {1bf47329-8261-4753-9b87-9d066c99efd7} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3120 | 2024.12.21 01:18:03.189322 [ 287 ] {1bf47329-8261-4753-9b87-9d066c99efd7} <Debug> executeQuery: Read 36 rows, 2.70 KiB in 0.001757 sec., 20489.470688673875 rows/sec., 1.50 MiB/sec. | ||
| 3121 | 2024.12.21 01:18:03.189480 [ 287 ] {1bf47329-8261-4753-9b87-9d066c99efd7} <Debug> TCPHandler: Processed in 0.002103145 sec. | ||
| 3122 | 2024.12.21 01:18:03.189659 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3123 | 2024.12.21 01:18:03.189784 [ 285 ] {a44defd9-3377-4acc-909e-3e961b3d3201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3124 | 2024.12.21 01:18:03.189837 [ 285 ] {a44defd9-3377-4acc-909e-3e961b3d3201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3125 | 2024.12.21 01:18:03.190480 [ 285 ] {a44defd9-3377-4acc-909e-3e961b3d3201} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3126 | 2024.12.21 01:18:03.190518 [ 285 ] {a44defd9-3377-4acc-909e-3e961b3d3201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3127 | 2024.12.21 01:18:03.190892 [ 285 ] {a44defd9-3377-4acc-909e-3e961b3d3201} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3128 | 2024.12.21 01:18:03.191144 [ 285 ] {a44defd9-3377-4acc-909e-3e961b3d3201} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3129 | 2024.12.21 01:18:03.191327 [ 285 ] {a44defd9-3377-4acc-909e-3e961b3d3201} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001572 sec., 63613.23155216285 rows/sec., 4.97 MiB/sec. | ||
| 3130 | 2024.12.21 01:18:03.191384 [ 285 ] {a44defd9-3377-4acc-909e-3e961b3d3201} <Debug> TCPHandler: Processed in 0.00180108 sec. | ||
| 3131 | 2024.12.21 01:18:03.191539 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3132 | 2024.12.21 01:18:03.191754 [ 287 ] {072b2b41-b929-4005-b278-e3276047c1ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3133 | 2024.12.21 01:18:03.191853 [ 287 ] {072b2b41-b929-4005-b278-e3276047c1ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3134 | 2024.12.21 01:18:03.192754 [ 287 ] {072b2b41-b929-4005-b278-e3276047c1ef} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3135 | 2024.12.21 01:18:03.192795 [ 287 ] {072b2b41-b929-4005-b278-e3276047c1ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3136 | 2024.12.21 01:18:03.193197 [ 287 ] {072b2b41-b929-4005-b278-e3276047c1ef} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3137 | 2024.12.21 01:18:03.193434 [ 287 ] {072b2b41-b929-4005-b278-e3276047c1ef} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3138 | 2024.12.21 01:18:03.193651 [ 287 ] {072b2b41-b929-4005-b278-e3276047c1ef} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001953 sec., 82437.27598566307 rows/sec., 5.74 MiB/sec. | ||
| 3139 | 2024.12.21 01:18:03.193705 [ 287 ] {072b2b41-b929-4005-b278-e3276047c1ef} <Debug> TCPHandler: Processed in 0.002222117 sec. | ||
| 3140 | 2024.12.21 01:18:03.193855 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3141 | 2024.12.21 01:18:03.193997 [ 285 ] {2231e437-be4f-4984-9c22-e23db90e324c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3142 | 2024.12.21 01:18:03.194093 [ 285 ] {2231e437-be4f-4984-9c22-e23db90e324c} <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 | ||
| 3143 | 2024.12.21 01:18:03.195380 [ 285 ] {2231e437-be4f-4984-9c22-e23db90e324c} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3144 | 2024.12.21 01:18:03.195419 [ 285 ] {2231e437-be4f-4984-9c22-e23db90e324c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3145 | 2024.12.21 01:18:03.196083 [ 285 ] {2231e437-be4f-4984-9c22-e23db90e324c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3146 | 2024.12.21 01:18:03.196346 [ 285 ] {2231e437-be4f-4984-9c22-e23db90e324c} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3147 | 2024.12.21 01:18:03.196552 [ 285 ] {2231e437-be4f-4984-9c22-e23db90e324c} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002587 sec., 13142.636258214148 rows/sec., 23.55 MiB/sec. | ||
| 3148 | 2024.12.21 01:18:03.196659 [ 285 ] {2231e437-be4f-4984-9c22-e23db90e324c} <Debug> TCPHandler: Processed in 0.002874058 sec. | ||
| 3149 | 2024.12.21 01:18:03.196820 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3150 | 2024.12.21 01:18:03.196958 [ 287 ] {9802aad9-088e-4e3c-816d-9fb0b15edbf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3151 | 2024.12.21 01:18:03.197020 [ 287 ] {9802aad9-088e-4e3c-816d-9fb0b15edbf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3152 | 2024.12.21 01:18:03.197607 [ 287 ] {9802aad9-088e-4e3c-816d-9fb0b15edbf4} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3153 | 2024.12.21 01:18:03.197647 [ 287 ] {9802aad9-088e-4e3c-816d-9fb0b15edbf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3154 | 2024.12.21 01:18:03.198020 [ 287 ] {9802aad9-088e-4e3c-816d-9fb0b15edbf4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3155 | 2024.12.21 01:18:03.198269 [ 287 ] {9802aad9-088e-4e3c-816d-9fb0b15edbf4} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3156 | 2024.12.21 01:18:03.198484 [ 287 ] {9802aad9-088e-4e3c-816d-9fb0b15edbf4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001557 sec., 38535.64547206166 rows/sec., 2.60 MiB/sec. | ||
| 3157 | 2024.12.21 01:18:03.198537 [ 287 ] {9802aad9-088e-4e3c-816d-9fb0b15edbf4} <Debug> TCPHandler: Processed in 0.00178553 sec. | ||
| 3158 | 2024.12.21 01:18:03.971388 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 456 | ||
| 3159 | 2024.12.21 01:18:03.975176 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3160 | 2024.12.21 01:18:03.975235 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3161 | 2024.12.21 01:18:03.977313 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3162 | 2024.12.21 01:18:03.977640 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3163 | 2024.12.21 01:18:03.978590 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 456 | ||
| 3164 | 2024.12.21 01:18:08.186025 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3165 | 2024.12.21 01:18:08.186243 [ 287 ] {4e8fdb70-554b-4760-8008-7148de02cc6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3166 | 2024.12.21 01:18:08.186328 [ 287 ] {4e8fdb70-554b-4760-8008-7148de02cc6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3167 | 2024.12.21 01:18:08.187154 [ 287 ] {4e8fdb70-554b-4760-8008-7148de02cc6f} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3168 | 2024.12.21 01:18:08.187207 [ 287 ] {4e8fdb70-554b-4760-8008-7148de02cc6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3169 | 2024.12.21 01:18:08.187637 [ 287 ] {4e8fdb70-554b-4760-8008-7148de02cc6f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3170 | 2024.12.21 01:18:08.187891 [ 287 ] {4e8fdb70-554b-4760-8008-7148de02cc6f} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3171 | 2024.12.21 01:18:08.188140 [ 287 ] {4e8fdb70-554b-4760-8008-7148de02cc6f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001957 sec., 7153.806847215125 rows/sec., 514.98 KiB/sec. | ||
| 3172 | 2024.12.21 01:18:08.188208 [ 287 ] {4e8fdb70-554b-4760-8008-7148de02cc6f} <Debug> TCPHandler: Processed in 0.00232931 sec. | ||
| 3173 | 2024.12.21 01:18:08.188551 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3174 | 2024.12.21 01:18:08.188832 [ 285 ] {ea1e6397-0192-45ac-b3e4-a2ad4875bdb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3175 | 2024.12.21 01:18:08.188908 [ 285 ] {ea1e6397-0192-45ac-b3e4-a2ad4875bdb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3176 | 2024.12.21 01:18:08.189787 [ 285 ] {ea1e6397-0192-45ac-b3e4-a2ad4875bdb5} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3177 | 2024.12.21 01:18:08.189841 [ 285 ] {ea1e6397-0192-45ac-b3e4-a2ad4875bdb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3178 | 2024.12.21 01:18:08.190304 [ 285 ] {ea1e6397-0192-45ac-b3e4-a2ad4875bdb5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3179 | 2024.12.21 01:18:08.190564 [ 285 ] {ea1e6397-0192-45ac-b3e4-a2ad4875bdb5} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3180 | 2024.12.21 01:18:08.190837 [ 285 ] {ea1e6397-0192-45ac-b3e4-a2ad4875bdb5} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002061 sec., 106259.09752547307 rows/sec., 9.26 MiB/sec. | ||
| 3181 | 2024.12.21 01:18:08.190984 [ 285 ] {ea1e6397-0192-45ac-b3e4-a2ad4875bdb5} <Debug> TCPHandler: Processed in 0.002623574 sec. | ||
| 3182 | 2024.12.21 01:18:08.191254 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3183 | 2024.12.21 01:18:08.191497 [ 287 ] {ff3be154-bda8-421d-8913-5d7caedb7276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3184 | 2024.12.21 01:18:08.191593 [ 287 ] {ff3be154-bda8-421d-8913-5d7caedb7276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3185 | 2024.12.21 01:18:08.192263 [ 287 ] {ff3be154-bda8-421d-8913-5d7caedb7276} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3186 | 2024.12.21 01:18:08.192303 [ 287 ] {ff3be154-bda8-421d-8913-5d7caedb7276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3187 | 2024.12.21 01:18:08.192669 [ 287 ] {ff3be154-bda8-421d-8913-5d7caedb7276} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3188 | 2024.12.21 01:18:08.192913 [ 287 ] {ff3be154-bda8-421d-8913-5d7caedb7276} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3189 | 2024.12.21 01:18:08.193126 [ 287 ] {ff3be154-bda8-421d-8913-5d7caedb7276} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00169 sec., 8875.739644970414 rows/sec., 625.81 KiB/sec. | ||
| 3190 | 2024.12.21 01:18:08.193180 [ 287 ] {ff3be154-bda8-421d-8913-5d7caedb7276} <Debug> TCPHandler: Processed in 0.002080735 sec. | ||
| 3191 | 2024.12.21 01:18:08.193344 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3192 | 2024.12.21 01:18:08.193497 [ 285 ] {cc74b05e-b565-4d63-972e-862403c4251d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3193 | 2024.12.21 01:18:08.193559 [ 285 ] {cc74b05e-b565-4d63-972e-862403c4251d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3194 | 2024.12.21 01:18:08.194192 [ 285 ] {cc74b05e-b565-4d63-972e-862403c4251d} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3195 | 2024.12.21 01:18:08.194233 [ 285 ] {cc74b05e-b565-4d63-972e-862403c4251d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3196 | 2024.12.21 01:18:08.194606 [ 285 ] {cc74b05e-b565-4d63-972e-862403c4251d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3197 | 2024.12.21 01:18:08.194860 [ 285 ] {cc74b05e-b565-4d63-972e-862403c4251d} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3198 | 2024.12.21 01:18:08.195133 [ 285 ] {cc74b05e-b565-4d63-972e-862403c4251d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001654 sec., 8464.328899637243 rows/sec., 592.79 KiB/sec. | ||
| 3199 | 2024.12.21 01:18:08.195277 [ 285 ] {cc74b05e-b565-4d63-972e-862403c4251d} <Debug> TCPHandler: Processed in 0.002005554 sec. | ||
| 3200 | 2024.12.21 01:18:08.195438 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3201 | 2024.12.21 01:18:08.195575 [ 287 ] {d9d0def7-22d6-4488-925c-2c6908d0c9d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3202 | 2024.12.21 01:18:08.195634 [ 287 ] {d9d0def7-22d6-4488-925c-2c6908d0c9d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3203 | 2024.12.21 01:18:08.196231 [ 287 ] {d9d0def7-22d6-4488-925c-2c6908d0c9d1} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3204 | 2024.12.21 01:18:08.196271 [ 287 ] {d9d0def7-22d6-4488-925c-2c6908d0c9d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3205 | 2024.12.21 01:18:08.196627 [ 287 ] {d9d0def7-22d6-4488-925c-2c6908d0c9d1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3206 | 2024.12.21 01:18:08.196880 [ 287 ] {d9d0def7-22d6-4488-925c-2c6908d0c9d1} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3207 | 2024.12.21 01:18:08.197097 [ 287 ] {d9d0def7-22d6-4488-925c-2c6908d0c9d1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001552 sec., 8376.288659793814 rows/sec., 522.26 KiB/sec. | ||
| 3208 | 2024.12.21 01:18:08.197152 [ 287 ] {d9d0def7-22d6-4488-925c-2c6908d0c9d1} <Debug> TCPHandler: Processed in 0.00178046 sec. | ||
| 3209 | 2024.12.21 01:18:08.197287 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3210 | 2024.12.21 01:18:08.197406 [ 285 ] {7f2ccc1c-73cf-4895-a1fc-03b490323c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3211 | 2024.12.21 01:18:08.197456 [ 285 ] {7f2ccc1c-73cf-4895-a1fc-03b490323c2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3212 | 2024.12.21 01:18:08.198201 [ 285 ] {7f2ccc1c-73cf-4895-a1fc-03b490323c2e} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3213 | 2024.12.21 01:18:08.198240 [ 285 ] {7f2ccc1c-73cf-4895-a1fc-03b490323c2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3214 | 2024.12.21 01:18:08.198631 [ 285 ] {7f2ccc1c-73cf-4895-a1fc-03b490323c2e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3215 | 2024.12.21 01:18:08.198878 [ 285 ] {7f2ccc1c-73cf-4895-a1fc-03b490323c2e} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3216 | 2024.12.21 01:18:08.199099 [ 285 ] {7f2ccc1c-73cf-4895-a1fc-03b490323c2e} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001719 sec., 226876.0907504363 rows/sec., 16.09 MiB/sec. | ||
| 3217 | 2024.12.21 01:18:08.199154 [ 285 ] {7f2ccc1c-73cf-4895-a1fc-03b490323c2e} <Debug> TCPHandler: Processed in 0.001923152 sec. | ||
| 3218 | 2024.12.21 01:18:08.199310 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3219 | 2024.12.21 01:18:08.199450 [ 287 ] {081da7bd-7160-4a40-9b1a-58da5cf3e874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3220 | 2024.12.21 01:18:08.199509 [ 287 ] {081da7bd-7160-4a40-9b1a-58da5cf3e874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3221 | 2024.12.21 01:18:08.200024 [ 287 ] {081da7bd-7160-4a40-9b1a-58da5cf3e874} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3222 | 2024.12.21 01:18:08.200065 [ 287 ] {081da7bd-7160-4a40-9b1a-58da5cf3e874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3223 | 2024.12.21 01:18:08.200431 [ 287 ] {081da7bd-7160-4a40-9b1a-58da5cf3e874} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3224 | 2024.12.21 01:18:08.200676 [ 287 ] {081da7bd-7160-4a40-9b1a-58da5cf3e874} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3225 | 2024.12.21 01:18:08.200911 [ 287 ] {081da7bd-7160-4a40-9b1a-58da5cf3e874} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 210.81 KiB/sec. | ||
| 3226 | 2024.12.21 01:18:08.200971 [ 287 ] {081da7bd-7160-4a40-9b1a-58da5cf3e874} <Debug> TCPHandler: Processed in 0.00172814 sec. | ||
| 3227 | 2024.12.21 01:18:08.201124 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3228 | 2024.12.21 01:18:08.201265 [ 285 ] {30412f62-fef7-4d4a-be9d-12fd1a0dc7db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3229 | 2024.12.21 01:18:08.201328 [ 285 ] {30412f62-fef7-4d4a-be9d-12fd1a0dc7db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3230 | 2024.12.21 01:18:08.201986 [ 285 ] {30412f62-fef7-4d4a-be9d-12fd1a0dc7db} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3231 | 2024.12.21 01:18:08.202025 [ 285 ] {30412f62-fef7-4d4a-be9d-12fd1a0dc7db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3232 | 2024.12.21 01:18:08.202428 [ 285 ] {30412f62-fef7-4d4a-be9d-12fd1a0dc7db} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3233 | 2024.12.21 01:18:08.202666 [ 285 ] {30412f62-fef7-4d4a-be9d-12fd1a0dc7db} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3234 | 2024.12.21 01:18:08.202877 [ 285 ] {30412f62-fef7-4d4a-be9d-12fd1a0dc7db} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001645 sec., 144072.9483282675 rows/sec., 9.66 MiB/sec. | ||
| 3235 | 2024.12.21 01:18:08.202932 [ 285 ] {30412f62-fef7-4d4a-be9d-12fd1a0dc7db} <Debug> TCPHandler: Processed in 0.001874112 sec. | ||
| 3236 | 2024.12.21 01:18:08.203084 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3237 | 2024.12.21 01:18:08.203222 [ 287 ] {48d19f51-44bf-45ac-af1c-9eea3590fc0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3238 | 2024.12.21 01:18:08.203283 [ 287 ] {48d19f51-44bf-45ac-af1c-9eea3590fc0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3239 | 2024.12.21 01:18:08.203822 [ 287 ] {48d19f51-44bf-45ac-af1c-9eea3590fc0f} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3240 | 2024.12.21 01:18:08.203861 [ 287 ] {48d19f51-44bf-45ac-af1c-9eea3590fc0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3241 | 2024.12.21 01:18:08.204221 [ 287 ] {48d19f51-44bf-45ac-af1c-9eea3590fc0f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3242 | 2024.12.21 01:18:08.204455 [ 287 ] {48d19f51-44bf-45ac-af1c-9eea3590fc0f} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3243 | 2024.12.21 01:18:08.204738 [ 287 ] {48d19f51-44bf-45ac-af1c-9eea3590fc0f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001527 sec., 654.8788474132285 rows/sec., 44.13 KiB/sec. | ||
| 3244 | 2024.12.21 01:18:08.204907 [ 287 ] {48d19f51-44bf-45ac-af1c-9eea3590fc0f} <Debug> TCPHandler: Processed in 0.001890982 sec. | ||
| 3245 | 2024.12.21 01:18:08.205064 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3246 | 2024.12.21 01:18:08.205206 [ 285 ] {1f8cfc59-93d3-49df-a77c-799622a69dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3247 | 2024.12.21 01:18:08.205299 [ 285 ] {1f8cfc59-93d3-49df-a77c-799622a69dbb} <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 | ||
| 3248 | 2024.12.21 01:18:08.206485 [ 285 ] {1f8cfc59-93d3-49df-a77c-799622a69dbb} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3249 | 2024.12.21 01:18:08.206525 [ 285 ] {1f8cfc59-93d3-49df-a77c-799622a69dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3250 | 2024.12.21 01:18:08.207140 [ 285 ] {1f8cfc59-93d3-49df-a77c-799622a69dbb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3251 | 2024.12.21 01:18:08.207410 [ 285 ] {1f8cfc59-93d3-49df-a77c-799622a69dbb} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3252 | 2024.12.21 01:18:08.207757 [ 285 ] {1f8cfc59-93d3-49df-a77c-799622a69dbb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002559 sec., 3126.2211801484955 rows/sec., 5.60 MiB/sec. | ||
| 3253 | 2024.12.21 01:18:08.207993 [ 285 ] {1f8cfc59-93d3-49df-a77c-799622a69dbb} <Debug> TCPHandler: Processed in 0.002994001 sec. | ||
| 3254 | 2024.12.21 01:18:08.208235 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3255 | 2024.12.21 01:18:08.208457 [ 287 ] {5c2293be-b90f-4f16-8067-58732c586780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3256 | 2024.12.21 01:18:08.208552 [ 287 ] {5c2293be-b90f-4f16-8067-58732c586780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3257 | 2024.12.21 01:18:08.209147 [ 287 ] {5c2293be-b90f-4f16-8067-58732c586780} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3258 | 2024.12.21 01:18:08.209186 [ 287 ] {5c2293be-b90f-4f16-8067-58732c586780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3259 | 2024.12.21 01:18:08.209562 [ 287 ] {5c2293be-b90f-4f16-8067-58732c586780} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3260 | 2024.12.21 01:18:08.209819 [ 287 ] {5c2293be-b90f-4f16-8067-58732c586780} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3261 | 2024.12.21 01:18:08.210031 [ 287 ] {5c2293be-b90f-4f16-8067-58732c586780} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001628 sec., 50368.550368550365 rows/sec., 3.20 MiB/sec. | ||
| 3262 | 2024.12.21 01:18:08.210083 [ 287 ] {5c2293be-b90f-4f16-8067-58732c586780} <Debug> TCPHandler: Processed in 0.001957933 sec. | ||
| 3263 | 2024.12.21 01:18:08.821990 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3264 | 2024.12.21 01:18:08.822084 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3265 | 2024.12.21 01:18:08.908142 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 3266 | 2024.12.21 01:18:08.909152 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3267 | 2024.12.21 01:18:08.909189 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3268 | 2024.12.21 01:18:08.909793 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3269 | 2024.12.21 01:18:08.910059 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3270 | 2024.12.21 01:18:08.910282 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3271 | 2024.12.21 01:18:09.324083 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3272 | 2024.12.21 01:18:09.344541 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3273 | 2024.12.21 01:18:09.344604 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3274 | 2024.12.21 01:18:09.352256 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3275 | 2024.12.21 01:18:09.353025 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3276 | 2024.12.21 01:18:09.355612 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3277 | 2024.12.21 01:18:13.183144 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3278 | 2024.12.21 01:18:13.183451 [ 287 ] {3a6ad46d-9b82-4933-85e3-6597c5d1a216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3279 | 2024.12.21 01:18:13.183568 [ 287 ] {3a6ad46d-9b82-4933-85e3-6597c5d1a216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3280 | 2024.12.21 01:18:13.184438 [ 287 ] {3a6ad46d-9b82-4933-85e3-6597c5d1a216} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3281 | 2024.12.21 01:18:13.184485 [ 287 ] {3a6ad46d-9b82-4933-85e3-6597c5d1a216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3282 | 2024.12.21 01:18:13.184929 [ 287 ] {3a6ad46d-9b82-4933-85e3-6597c5d1a216} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3283 | 2024.12.21 01:18:13.185184 [ 287 ] {3a6ad46d-9b82-4933-85e3-6597c5d1a216} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3284 | 2024.12.21 01:18:13.185457 [ 287 ] {3a6ad46d-9b82-4933-85e3-6597c5d1a216} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002089 sec., 59358.544758257536 rows/sec., 5.04 MiB/sec. | ||
| 3285 | 2024.12.21 01:18:13.185644 [ 287 ] {3a6ad46d-9b82-4933-85e3-6597c5d1a216} <Debug> TCPHandler: Processed in 0.002690025 sec. | ||
| 3286 | 2024.12.21 01:18:13.186041 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3287 | 2024.12.21 01:18:13.186352 [ 285 ] {22d4c65a-4d6e-401a-8f33-727c5e1982d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3288 | 2024.12.21 01:18:13.186506 [ 285 ] {22d4c65a-4d6e-401a-8f33-727c5e1982d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3289 | 2024.12.21 01:18:13.187366 [ 285 ] {22d4c65a-4d6e-401a-8f33-727c5e1982d8} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3290 | 2024.12.21 01:18:13.187421 [ 285 ] {22d4c65a-4d6e-401a-8f33-727c5e1982d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3291 | 2024.12.21 01:18:13.187859 [ 285 ] {22d4c65a-4d6e-401a-8f33-727c5e1982d8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3292 | 2024.12.21 01:18:13.188121 [ 285 ] {22d4c65a-4d6e-401a-8f33-727c5e1982d8} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3293 | 2024.12.21 01:18:13.188456 [ 285 ] {22d4c65a-4d6e-401a-8f33-727c5e1982d8} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.002168 sec., 15682.656826568267 rows/sec., 1.15 MiB/sec. | ||
| 3294 | 2024.12.21 01:18:13.188591 [ 285 ] {22d4c65a-4d6e-401a-8f33-727c5e1982d8} <Debug> TCPHandler: Processed in 0.002765937 sec. | ||
| 3295 | 2024.12.21 01:18:13.188757 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3296 | 2024.12.21 01:18:13.188901 [ 287 ] {f8b68c3f-a03c-407f-90cb-5527e7b9a469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3297 | 2024.12.21 01:18:13.188960 [ 287 ] {f8b68c3f-a03c-407f-90cb-5527e7b9a469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3298 | 2024.12.21 01:18:13.189695 [ 287 ] {f8b68c3f-a03c-407f-90cb-5527e7b9a469} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3299 | 2024.12.21 01:18:13.189737 [ 287 ] {f8b68c3f-a03c-407f-90cb-5527e7b9a469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3300 | 2024.12.21 01:18:13.190119 [ 287 ] {f8b68c3f-a03c-407f-90cb-5527e7b9a469} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3301 | 2024.12.21 01:18:13.190364 [ 287 ] {f8b68c3f-a03c-407f-90cb-5527e7b9a469} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3302 | 2024.12.21 01:18:13.190588 [ 287 ] {f8b68c3f-a03c-407f-90cb-5527e7b9a469} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001718 sec., 57043.0733410943 rows/sec., 4.46 MiB/sec. | ||
| 3303 | 2024.12.21 01:18:13.190646 [ 287 ] {f8b68c3f-a03c-407f-90cb-5527e7b9a469} <Debug> TCPHandler: Processed in 0.001955523 sec. | ||
| 3304 | 2024.12.21 01:18:13.190853 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3305 | 2024.12.21 01:18:13.191088 [ 285 ] {fbe86910-6d2b-4857-882d-5c234f89fe0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3306 | 2024.12.21 01:18:13.191192 [ 285 ] {fbe86910-6d2b-4857-882d-5c234f89fe0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3307 | 2024.12.21 01:18:13.191994 [ 285 ] {fbe86910-6d2b-4857-882d-5c234f89fe0a} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3308 | 2024.12.21 01:18:13.192035 [ 285 ] {fbe86910-6d2b-4857-882d-5c234f89fe0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3309 | 2024.12.21 01:18:13.192446 [ 285 ] {fbe86910-6d2b-4857-882d-5c234f89fe0a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3310 | 2024.12.21 01:18:13.192686 [ 285 ] {fbe86910-6d2b-4857-882d-5c234f89fe0a} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3311 | 2024.12.21 01:18:13.192961 [ 285 ] {fbe86910-6d2b-4857-882d-5c234f89fe0a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001933 sec., 82772.89187790998 rows/sec., 5.76 MiB/sec. | ||
| 3312 | 2024.12.21 01:18:13.193168 [ 285 ] {fbe86910-6d2b-4857-882d-5c234f89fe0a} <Debug> TCPHandler: Processed in 0.002429771 sec. | ||
| 3313 | 2024.12.21 01:18:13.193329 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3314 | 2024.12.21 01:18:13.193448 [ 287 ] {fc41a231-3a53-40bb-afe2-fd19a00a3202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3315 | 2024.12.21 01:18:13.193528 [ 287 ] {fc41a231-3a53-40bb-afe2-fd19a00a3202} <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 | ||
| 3316 | 2024.12.21 01:18:13.194672 [ 287 ] {fc41a231-3a53-40bb-afe2-fd19a00a3202} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3317 | 2024.12.21 01:18:13.194712 [ 287 ] {fc41a231-3a53-40bb-afe2-fd19a00a3202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3318 | 2024.12.21 01:18:13.195362 [ 287 ] {fc41a231-3a53-40bb-afe2-fd19a00a3202} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3319 | 2024.12.21 01:18:13.195630 [ 287 ] {fc41a231-3a53-40bb-afe2-fd19a00a3202} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3320 | 2024.12.21 01:18:13.195827 [ 287 ] {fc41a231-3a53-40bb-afe2-fd19a00a3202} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002404 sec., 14143.094841930117 rows/sec., 25.34 MiB/sec. | ||
| 3321 | 2024.12.21 01:18:13.195918 [ 287 ] {fc41a231-3a53-40bb-afe2-fd19a00a3202} <Debug> TCPHandler: Processed in 0.002647904 sec. | ||
| 3322 | 2024.12.21 01:18:13.196125 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3323 | 2024.12.21 01:18:13.196355 [ 285 ] {93b0b6d0-0de3-40f3-aec1-40d460249d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3324 | 2024.12.21 01:18:13.196452 [ 285 ] {93b0b6d0-0de3-40f3-aec1-40d460249d34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3325 | 2024.12.21 01:18:13.197056 [ 285 ] {93b0b6d0-0de3-40f3-aec1-40d460249d34} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3326 | 2024.12.21 01:18:13.197097 [ 285 ] {93b0b6d0-0de3-40f3-aec1-40d460249d34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3327 | 2024.12.21 01:18:13.197493 [ 285 ] {93b0b6d0-0de3-40f3-aec1-40d460249d34} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3328 | 2024.12.21 01:18:13.197743 [ 285 ] {93b0b6d0-0de3-40f3-aec1-40d460249d34} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3329 | 2024.12.21 01:18:13.198007 [ 285 ] {93b0b6d0-0de3-40f3-aec1-40d460249d34} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001706 sec., 35169.98827667057 rows/sec., 2.37 MiB/sec. | ||
| 3330 | 2024.12.21 01:18:13.198203 [ 285 ] {93b0b6d0-0de3-40f3-aec1-40d460249d34} <Debug> TCPHandler: Processed in 0.002188777 sec. | ||
| 3331 | 2024.12.21 01:18:13.524589 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3332 | 2024.12.21 01:18:13.524778 [ 287 ] {8996d582-3127-43b2-9475-afe485ac1cbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3333 | 2024.12.21 01:18:13.524849 [ 287 ] {8996d582-3127-43b2-9475-afe485ac1cbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3334 | 2024.12.21 01:18:13.525608 [ 287 ] {8996d582-3127-43b2-9475-afe485ac1cbb} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3335 | 2024.12.21 01:18:13.525650 [ 287 ] {8996d582-3127-43b2-9475-afe485ac1cbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3336 | 2024.12.21 01:18:13.526074 [ 287 ] {8996d582-3127-43b2-9475-afe485ac1cbb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3337 | 2024.12.21 01:18:13.526335 [ 287 ] {8996d582-3127-43b2-9475-afe485ac1cbb} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3338 | 2024.12.21 01:18:13.526477 [ 146 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3339 | 2024.12.21 01:18:13.526515 [ 146 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3340 | 2024.12.21 01:18:13.526539 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3341 | 2024.12.21 01:18:13.526542 [ 287 ] {8996d582-3127-43b2-9475-afe485ac1cbb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001815 sec., 7713.498622589532 rows/sec., 555.27 KiB/sec. | ||
| 3342 | 2024.12.21 01:18:13.526645 [ 287 ] {8996d582-3127-43b2-9475-afe485ac1cbb} <Debug> TCPHandler: Processed in 0.002189177 sec. | ||
| 3343 | 2024.12.21 01:18:13.526731 [ 192 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 3344 | 2024.12.21 01:18:13.526934 [ 192 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3345 | 2024.12.21 01:18:13.526955 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3346 | 2024.12.21 01:18:13.526983 [ 192 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 3347 | 2024.12.21 01:18:13.527226 [ 192 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 3348 | 2024.12.21 01:18:13.527334 [ 285 ] {eb5fb1f8-a0d8-48ec-8667-f64715ebafb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3349 | 2024.12.21 01:18:13.527554 [ 285 ] {eb5fb1f8-a0d8-48ec-8667-f64715ebafb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3350 | 2024.12.21 01:18:13.527606 [ 192 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 3351 | 2024.12.21 01:18:13.528380 [ 192 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 3352 | 2024.12.21 01:18:13.528785 [ 192 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 3353 | 2024.12.21 01:18:13.530951 [ 192 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004345443 sec., 16108.829410488182 rows/sec., 1.19 MiB/sec. | ||
| 3354 | 2024.12.21 01:18:13.531099 [ 285 ] {eb5fb1f8-a0d8-48ec-8667-f64715ebafb4} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3355 | 2024.12.21 01:18:13.531172 [ 285 ] {eb5fb1f8-a0d8-48ec-8667-f64715ebafb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3356 | 2024.12.21 01:18:13.531187 [ 193 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3357 | 2024.12.21 01:18:13.531977 [ 193 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_9_2} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3358 | 2024.12.21 01:18:13.532109 [ 193 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_9_2} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3359 | 2024.12.21 01:18:13.532265 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 3360 | 2024.12.21 01:18:13.532312 [ 285 ] {eb5fb1f8-a0d8-48ec-8667-f64715ebafb4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3361 | 2024.12.21 01:18:13.532613 [ 285 ] {eb5fb1f8-a0d8-48ec-8667-f64715ebafb4} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3362 | 2024.12.21 01:18:13.532808 [ 146 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3363 | 2024.12.21 01:18:13.532873 [ 146 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3364 | 2024.12.21 01:18:13.532910 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3365 | 2024.12.21 01:18:13.532933 [ 285 ] {eb5fb1f8-a0d8-48ec-8667-f64715ebafb4} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.005733 sec., 237048.6656200942 rows/sec., 19.70 MiB/sec. | ||
| 3366 | 2024.12.21 01:18:13.533167 [ 285 ] {eb5fb1f8-a0d8-48ec-8667-f64715ebafb4} <Debug> TCPHandler: Processed in 0.006370977 sec. | ||
| 3367 | 2024.12.21 01:18:13.533181 [ 198 ] {8764a240-aeef-47a2-ac76-52564e180b58::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 | ||
| 3368 | 2024.12.21 01:18:13.533369 [ 198 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3369 | 2024.12.21 01:18:13.533374 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3370 | 2024.12.21 01:18:13.533405 [ 198 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1433 rows starting from the beginning of the part | ||
| 3371 | 2024.12.21 01:18:13.533567 [ 287 ] {d3336a76-87ab-44ea-a6a1-0413d9bb32eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3372 | 2024.12.21 01:18:13.533605 [ 198 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 219 rows starting from the beginning of the part | ||
| 3373 | 2024.12.21 01:18:13.533722 [ 287 ] {d3336a76-87ab-44ea-a6a1-0413d9bb32eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3374 | 2024.12.21 01:18:13.534137 [ 198 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 125 rows starting from the beginning of the part | ||
| 3375 | 2024.12.21 01:18:13.534432 [ 198 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 219 rows starting from the beginning of the part | ||
| 3376 | 2024.12.21 01:18:13.534893 [ 198 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 124 rows starting from the beginning of the part | ||
| 3377 | 2024.12.21 01:18:13.535386 [ 198 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1359 rows starting from the beginning of the part | ||
| 3378 | 2024.12.21 01:18:13.536208 [ 287 ] {d3336a76-87ab-44ea-a6a1-0413d9bb32eb} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3379 | 2024.12.21 01:18:13.536247 [ 287 ] {d3336a76-87ab-44ea-a6a1-0413d9bb32eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3380 | 2024.12.21 01:18:13.536769 [ 287 ] {d3336a76-87ab-44ea-a6a1-0413d9bb32eb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3381 | 2024.12.21 01:18:13.537133 [ 287 ] {d3336a76-87ab-44ea-a6a1-0413d9bb32eb} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3382 | 2024.12.21 01:18:13.537276 [ 146 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3383 | 2024.12.21 01:18:13.537316 [ 146 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3384 | 2024.12.21 01:18:13.537350 [ 287 ] {d3336a76-87ab-44ea-a6a1-0413d9bb32eb} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.003868 sec., 3877.973112719752 rows/sec., 273.43 KiB/sec. | ||
| 3385 | 2024.12.21 01:18:13.537355 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3386 | 2024.12.21 01:18:13.537516 [ 287 ] {d3336a76-87ab-44ea-a6a1-0413d9bb32eb} <Debug> TCPHandler: Processed in 0.004224041 sec. | ||
| 3387 | 2024.12.21 01:18:13.537621 [ 195 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::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 | ||
| 3388 | 2024.12.21 01:18:13.537764 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3389 | 2024.12.21 01:18:13.538061 [ 195 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3390 | 2024.12.21 01:18:13.538222 [ 285 ] {fb8fb803-1875-4cdc-a5cd-769efc4f9736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3391 | 2024.12.21 01:18:13.538252 [ 195 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 61 rows starting from the beginning of the part | ||
| 3392 | 2024.12.21 01:18:13.538493 [ 285 ] {fb8fb803-1875-4cdc-a5cd-769efc4f9736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3393 | 2024.12.21 01:18:13.538751 [ 195 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 15 rows starting from the beginning of the part | ||
| 3394 | 2024.12.21 01:18:13.539167 [ 195 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part | ||
| 3395 | 2024.12.21 01:18:13.539489 [ 195 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 15 rows starting from the beginning of the part | ||
| 3396 | 2024.12.21 01:18:13.539549 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3479 rows, containing 5 columns (5 merged, 0 gathered) in 0.00654197 sec., 531796.9969290596 rows/sec., 46.64 MiB/sec. | ||
| 3397 | 2024.12.21 01:18:13.539977 [ 195 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part | ||
| 3398 | 2024.12.21 01:18:13.540133 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3399 | 2024.12.21 01:18:13.540536 [ 195 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 15 rows starting from the beginning of the part | ||
| 3400 | 2024.12.21 01:18:13.541608 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_21_4} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3401 | 2024.12.21 01:18:13.541862 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_21_4} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3402 | 2024.12.21 01:18:13.542149 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 3403 | 2024.12.21 01:18:13.542529 [ 285 ] {fb8fb803-1875-4cdc-a5cd-769efc4f9736} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3404 | 2024.12.21 01:18:13.542585 [ 285 ] {fb8fb803-1875-4cdc-a5cd-769efc4f9736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3405 | 2024.12.21 01:18:13.543194 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.005712777 sec., 30808.134117610403 rows/sec., 2.32 MiB/sec. | ||
| 3406 | 2024.12.21 01:18:13.543235 [ 285 ] {fb8fb803-1875-4cdc-a5cd-769efc4f9736} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3407 | 2024.12.21 01:18:13.543461 [ 189 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3408 | 2024.12.21 01:18:13.543686 [ 285 ] {fb8fb803-1875-4cdc-a5cd-769efc4f9736} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3409 | 2024.12.21 01:18:13.544075 [ 189 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_16_3} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3410 | 2024.12.21 01:18:13.544109 [ 285 ] {fb8fb803-1875-4cdc-a5cd-769efc4f9736} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.006085 sec., 39769.92604765818 rows/sec., 2.69 MiB/sec. | ||
| 3411 | 2024.12.21 01:18:13.544279 [ 189 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_16_3} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3412 | 2024.12.21 01:18:13.544289 [ 285 ] {fb8fb803-1875-4cdc-a5cd-769efc4f9736} <Debug> TCPHandler: Processed in 0.006648602 sec. | ||
| 3413 | 2024.12.21 01:18:13.544515 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3414 | 2024.12.21 01:18:13.544571 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3415 | 2024.12.21 01:18:13.544691 [ 287 ] {053a5085-dd11-4a9b-8fef-e170590d7b09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3416 | 2024.12.21 01:18:13.544742 [ 287 ] {053a5085-dd11-4a9b-8fef-e170590d7b09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3417 | 2024.12.21 01:18:13.545366 [ 287 ] {053a5085-dd11-4a9b-8fef-e170590d7b09} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3418 | 2024.12.21 01:18:13.545408 [ 287 ] {053a5085-dd11-4a9b-8fef-e170590d7b09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3419 | 2024.12.21 01:18:13.545804 [ 287 ] {053a5085-dd11-4a9b-8fef-e170590d7b09} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3420 | 2024.12.21 01:18:13.546050 [ 287 ] {053a5085-dd11-4a9b-8fef-e170590d7b09} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3421 | 2024.12.21 01:18:13.546227 [ 148 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3422 | 2024.12.21 01:18:13.546291 [ 148 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3423 | 2024.12.21 01:18:13.546305 [ 287 ] {053a5085-dd11-4a9b-8fef-e170590d7b09} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001629 sec., 7980.3560466543895 rows/sec., 497.57 KiB/sec. | ||
| 3424 | 2024.12.21 01:18:13.546328 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3425 | 2024.12.21 01:18:13.546474 [ 287 ] {053a5085-dd11-4a9b-8fef-e170590d7b09} <Debug> TCPHandler: Processed in 0.002038424 sec. | ||
| 3426 | 2024.12.21 01:18:13.546546 [ 189 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 3427 | 2024.12.21 01:18:13.546687 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3428 | 2024.12.21 01:18:13.546733 [ 189 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3429 | 2024.12.21 01:18:13.546786 [ 189 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 3430 | 2024.12.21 01:18:13.546897 [ 285 ] {748f8bcc-d962-4785-be84-faaa9ba9ad3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3431 | 2024.12.21 01:18:13.547049 [ 189 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 3432 | 2024.12.21 01:18:13.547068 [ 285 ] {748f8bcc-d962-4785-be84-faaa9ba9ad3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3433 | 2024.12.21 01:18:13.547386 [ 189 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 3434 | 2024.12.21 01:18:13.547727 [ 189 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 3435 | 2024.12.21 01:18:13.548157 [ 189 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 3436 | 2024.12.21 01:18:13.550420 [ 285 ] {748f8bcc-d962-4785-be84-faaa9ba9ad3c} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3437 | 2024.12.21 01:18:13.550519 [ 285 ] {748f8bcc-d962-4785-be84-faaa9ba9ad3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3438 | 2024.12.21 01:18:13.550637 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004191821 sec., 15506.387319496705 rows/sec., 1.00 MiB/sec. | ||
| 3439 | 2024.12.21 01:18:13.550818 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3440 | 2024.12.21 01:18:13.551272 [ 285 ] {748f8bcc-d962-4785-be84-faaa9ba9ad3c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3441 | 2024.12.21 01:18:13.551325 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_9_2} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3442 | 2024.12.21 01:18:13.551468 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_9_2} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3443 | 2024.12.21 01:18:13.551619 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3444 | 2024.12.21 01:18:13.551736 [ 285 ] {748f8bcc-d962-4785-be84-faaa9ba9ad3c} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3445 | 2024.12.21 01:18:13.551930 [ 148 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3446 | 2024.12.21 01:18:13.551997 [ 148 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3447 | 2024.12.21 01:18:13.552031 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3448 | 2024.12.21 01:18:13.552036 [ 285 ] {748f8bcc-d962-4785-be84-faaa9ba9ad3c} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.005184 sec., 163194.44444444444 rows/sec., 11.79 MiB/sec. | ||
| 3449 | 2024.12.21 01:18:13.552393 [ 285 ] {748f8bcc-d962-4785-be84-faaa9ba9ad3c} <Debug> TCPHandler: Processed in 0.005787507 sec. | ||
| 3450 | 2024.12.21 01:18:13.552408 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::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 | ||
| 3451 | 2024.12.21 01:18:13.552673 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3452 | 2024.12.21 01:18:13.552996 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3453 | 2024.12.21 01:18:13.553046 [ 287 ] {33c81cc9-3dbf-4004-a7f3-23084e9ae2b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3454 | 2024.12.21 01:18:13.553086 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 910 rows starting from the beginning of the part | ||
| 3455 | 2024.12.21 01:18:13.553161 [ 287 ] {33c81cc9-3dbf-4004-a7f3-23084e9ae2b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3456 | 2024.12.21 01:18:13.553414 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 390 rows starting from the beginning of the part | ||
| 3457 | 2024.12.21 01:18:13.553800 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 100 rows starting from the beginning of the part | ||
| 3458 | 2024.12.21 01:18:13.554203 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 390 rows starting from the beginning of the part | ||
| 3459 | 2024.12.21 01:18:13.554533 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 98 rows starting from the beginning of the part | ||
| 3460 | 2024.12.21 01:18:13.554634 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 846 rows starting from the beginning of the part | ||
| 3461 | 2024.12.21 01:18:13.555774 [ 287 ] {33c81cc9-3dbf-4004-a7f3-23084e9ae2b9} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3462 | 2024.12.21 01:18:13.555844 [ 287 ] {33c81cc9-3dbf-4004-a7f3-23084e9ae2b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3463 | 2024.12.21 01:18:13.556833 [ 287 ] {33c81cc9-3dbf-4004-a7f3-23084e9ae2b9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3464 | 2024.12.21 01:18:13.557331 [ 287 ] {33c81cc9-3dbf-4004-a7f3-23084e9ae2b9} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3465 | 2024.12.21 01:18:13.557757 [ 287 ] {33c81cc9-3dbf-4004-a7f3-23084e9ae2b9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004741 sec., 1265.5557899177388 rows/sec., 66.12 KiB/sec. | ||
| 3466 | 2024.12.21 01:18:13.558198 [ 287 ] {33c81cc9-3dbf-4004-a7f3-23084e9ae2b9} <Debug> TCPHandler: Processed in 0.005670305 sec. | ||
| 3467 | 2024.12.21 01:18:13.558486 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2734 rows, containing 5 columns (5 merged, 0 gathered) in 0.006373167 sec., 428986.09121650195 rows/sec., 32.72 MiB/sec. | ||
| 3468 | 2024.12.21 01:18:13.558549 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3469 | 2024.12.21 01:18:13.558700 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3470 | 2024.12.21 01:18:13.558733 [ 285 ] {bee5f1b8-2aa8-475e-8238-1aca5c374cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3471 | 2024.12.21 01:18:13.558833 [ 285 ] {bee5f1b8-2aa8-475e-8238-1aca5c374cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3472 | 2024.12.21 01:18:13.559305 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_21_4} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3473 | 2024.12.21 01:18:13.559471 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_21_4} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3474 | 2024.12.21 01:18:13.559553 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 3475 | 2024.12.21 01:18:13.560017 [ 285 ] {bee5f1b8-2aa8-475e-8238-1aca5c374cc2} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3476 | 2024.12.21 01:18:13.560062 [ 285 ] {bee5f1b8-2aa8-475e-8238-1aca5c374cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3477 | 2024.12.21 01:18:13.560538 [ 285 ] {bee5f1b8-2aa8-475e-8238-1aca5c374cc2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3478 | 2024.12.21 01:18:13.560821 [ 285 ] {bee5f1b8-2aa8-475e-8238-1aca5c374cc2} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3479 | 2024.12.21 01:18:13.560989 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3480 | 2024.12.21 01:18:13.561056 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3481 | 2024.12.21 01:18:13.561093 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3482 | 2024.12.21 01:18:13.561104 [ 285 ] {bee5f1b8-2aa8-475e-8238-1aca5c374cc2} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.002411 sec., 396101.20282040647 rows/sec., 26.32 MiB/sec. | ||
| 3483 | 2024.12.21 01:18:13.561319 [ 285 ] {bee5f1b8-2aa8-475e-8238-1aca5c374cc2} <Debug> TCPHandler: Processed in 0.002898659 sec. | ||
| 3484 | 2024.12.21 01:18:13.561365 [ 194 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::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 | ||
| 3485 | 2024.12.21 01:18:13.561496 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3486 | 2024.12.21 01:18:13.561526 [ 194 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3487 | 2024.12.21 01:18:13.561560 [ 194 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6018 rows starting from the beginning of the part | ||
| 3488 | 2024.12.21 01:18:13.561651 [ 287 ] {7a09d254-87b4-472c-b427-3003607b938c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3489 | 2024.12.21 01:18:13.561685 [ 194 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
| 3490 | 2024.12.21 01:18:13.561764 [ 287 ] {7a09d254-87b4-472c-b427-3003607b938c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3491 | 2024.12.21 01:18:13.561854 [ 194 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part | ||
| 3492 | 2024.12.21 01:18:13.562306 [ 194 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::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 | ||
| 3493 | 2024.12.21 01:18:13.562503 [ 194 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::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 | ||
| 3494 | 2024.12.21 01:18:13.562724 [ 194 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 955 rows starting from the beginning of the part | ||
| 3495 | 2024.12.21 01:18:13.563399 [ 287 ] {7a09d254-87b4-472c-b427-3003607b938c} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3496 | 2024.12.21 01:18:13.563454 [ 287 ] {7a09d254-87b4-472c-b427-3003607b938c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3497 | 2024.12.21 01:18:13.563842 [ 287 ] {7a09d254-87b4-472c-b427-3003607b938c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3498 | 2024.12.21 01:18:13.564174 [ 287 ] {7a09d254-87b4-472c-b427-3003607b938c} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3499 | 2024.12.21 01:18:13.564480 [ 287 ] {7a09d254-87b4-472c-b427-3003607b938c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002884 sec., 346.74063800277395 rows/sec., 23.36 KiB/sec. | ||
| 3500 | 2024.12.21 01:18:13.564545 [ 287 ] {7a09d254-87b4-472c-b427-3003607b938c} <Debug> TCPHandler: Processed in 0.003110152 sec. | ||
| 3501 | 2024.12.21 01:18:13.564707 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3502 | 2024.12.21 01:18:13.564834 [ 285 ] {133c3fe4-5e00-42df-9ae1-f0a340e3d8d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3503 | 2024.12.21 01:18:13.564978 [ 285 ] {133c3fe4-5e00-42df-9ae1-f0a340e3d8d8} <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 | ||
| 3504 | 2024.12.21 01:18:13.566060 [ 187 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7768 rows, containing 5 columns (5 merged, 0 gathered) in 0.004859781 sec., 1598425.937300467 rows/sec., 107.68 MiB/sec. | ||
| 3505 | 2024.12.21 01:18:13.566678 [ 285 ] {133c3fe4-5e00-42df-9ae1-f0a340e3d8d8} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3506 | 2024.12.21 01:18:13.566717 [ 187 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3507 | 2024.12.21 01:18:13.566721 [ 285 ] {133c3fe4-5e00-42df-9ae1-f0a340e3d8d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3508 | 2024.12.21 01:18:13.567168 [ 187 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3509 | 2024.12.21 01:18:13.567287 [ 187 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3510 | 2024.12.21 01:18:13.567422 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
| 3511 | 2024.12.21 01:18:13.567618 [ 285 ] {133c3fe4-5e00-42df-9ae1-f0a340e3d8d8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3512 | 2024.12.21 01:18:13.567900 [ 285 ] {133c3fe4-5e00-42df-9ae1-f0a340e3d8d8} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3513 | 2024.12.21 01:18:13.568084 [ 148 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3514 | 2024.12.21 01:18:13.568149 [ 148 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3515 | 2024.12.21 01:18:13.568188 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3516 | 2024.12.21 01:18:13.568244 [ 285 ] {133c3fe4-5e00-42df-9ae1-f0a340e3d8d8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003422 sec., 2337.81414377557 rows/sec., 4.19 MiB/sec. | ||
| 3517 | 2024.12.21 01:18:13.568519 [ 196 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 3518 | 2024.12.21 01:18:13.568701 [ 285 ] {133c3fe4-5e00-42df-9ae1-f0a340e3d8d8} <Debug> TCPHandler: Processed in 0.004055818 sec. | ||
| 3519 | 2024.12.21 01:18:13.568954 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3520 | 2024.12.21 01:18:13.569225 [ 287 ] {6b46c8fb-dd37-416f-b7e0-fc037bf25cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3521 | 2024.12.21 01:18:13.569278 [ 196 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3522 | 2024.12.21 01:18:13.569327 [ 287 ] {6b46c8fb-dd37-416f-b7e0-fc037bf25cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3523 | 2024.12.21 01:18:13.569488 [ 196 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 182 rows starting from the beginning of the part | ||
| 3524 | 2024.12.21 01:18:13.570334 [ 196 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 3525 | 2024.12.21 01:18:13.570953 [ 196 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 3526 | 2024.12.21 01:18:13.571655 [ 287 ] {6b46c8fb-dd37-416f-b7e0-fc037bf25cba} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3527 | 2024.12.21 01:18:13.571695 [ 196 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 3528 | 2024.12.21 01:18:13.571719 [ 287 ] {6b46c8fb-dd37-416f-b7e0-fc037bf25cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3529 | 2024.12.21 01:18:13.572387 [ 196 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part | ||
| 3530 | 2024.12.21 01:18:13.573066 [ 196 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 3531 | 2024.12.21 01:18:13.573149 [ 287 ] {6b46c8fb-dd37-416f-b7e0-fc037bf25cba} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3532 | 2024.12.21 01:18:13.573818 [ 287 ] {6b46c8fb-dd37-416f-b7e0-fc037bf25cba} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3533 | 2024.12.21 01:18:13.574224 [ 148 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3534 | 2024.12.21 01:18:13.574317 [ 148 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3535 | 2024.12.21 01:18:13.574383 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3536 | 2024.12.21 01:18:13.574456 [ 287 ] {6b46c8fb-dd37-416f-b7e0-fc037bf25cba} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00531 sec., 6403.0131826742 rows/sec., 380.51 KiB/sec. | ||
| 3537 | 2024.12.21 01:18:13.574778 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 3538 | 2024.12.21 01:18:13.574923 [ 287 ] {6b46c8fb-dd37-416f-b7e0-fc037bf25cba} <Debug> TCPHandler: Processed in 0.006100633 sec. | ||
| 3539 | 2024.12.21 01:18:13.575277 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3540 | 2024.12.21 01:18:13.575357 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 960 rows starting from the beginning of the part | ||
| 3541 | 2024.12.21 01:18:13.575582 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
| 3542 | 2024.12.21 01:18:13.575883 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 3543 | 2024.12.21 01:18:13.576169 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 3544 | 2024.12.21 01:18:13.576430 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 3545 | 2024.12.21 01:18:13.576729 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
| 3546 | 2024.12.21 01:18:13.581322 [ 201 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 4 columns (4 merged, 0 gathered) in 0.006799764 sec., 187947.69936133077 rows/sec., 12.25 MiB/sec. | ||
| 3547 | 2024.12.21 01:18:13.581720 [ 201 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3548 | 2024.12.21 01:18:13.582218 [ 201 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_21_4} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3549 | 2024.12.21 01:18:13.582484 [ 201 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_21_4} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3550 | 2024.12.21 01:18:13.582889 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 3551 | 2024.12.21 01:18:13.583062 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 19 columns (19 merged, 0 gathered) in 0.014798519 sec., 18515.366301181897 rows/sec., 33.18 MiB/sec. | ||
| 3552 | 2024.12.21 01:18:13.583658 [ 190 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3553 | 2024.12.21 01:18:13.584140 [ 190 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3554 | 2024.12.21 01:18:13.584233 [ 190 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3555 | 2024.12.21 01:18:13.584399 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB. | ||
| 3556 | 2024.12.21 01:18:13.979518 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 512 | ||
| 3557 | 2024.12.21 01:18:13.983232 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3558 | 2024.12.21 01:18:13.983291 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3559 | 2024.12.21 01:18:13.984830 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3560 | 2024.12.21 01:18:13.985155 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3561 | 2024.12.21 01:18:13.985754 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 512 | ||
| 3562 | 2024.12.21 01:18:16.411011 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 3563 | 2024.12.21 01:18:16.411685 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3564 | 2024.12.21 01:18:16.411726 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3565 | 2024.12.21 01:18:16.412264 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3566 | 2024.12.21 01:18:16.412522 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3567 | 2024.12.21 01:18:16.412709 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 3568 | 2024.12.21 01:18:16.856294 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
| 3569 | 2024.12.21 01:18:16.877037 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3570 | 2024.12.21 01:18:16.877094 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3571 | 2024.12.21 01:18:16.884666 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3572 | 2024.12.21 01:18:16.885449 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3573 | 2024.12.21 01:18:16.888050 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
| 3574 | 2024.12.21 01:18:18.178400 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3575 | 2024.12.21 01:18:18.178594 [ 287 ] {51291f50-fdd0-488b-9196-3cb86f62d302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3576 | 2024.12.21 01:18:18.178668 [ 287 ] {51291f50-fdd0-488b-9196-3cb86f62d302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3577 | 2024.12.21 01:18:18.179445 [ 287 ] {51291f50-fdd0-488b-9196-3cb86f62d302} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3578 | 2024.12.21 01:18:18.179492 [ 287 ] {51291f50-fdd0-488b-9196-3cb86f62d302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3579 | 2024.12.21 01:18:18.179962 [ 287 ] {51291f50-fdd0-488b-9196-3cb86f62d302} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3580 | 2024.12.21 01:18:18.180226 [ 287 ] {51291f50-fdd0-488b-9196-3cb86f62d302} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3581 | 2024.12.21 01:18:18.180437 [ 287 ] {51291f50-fdd0-488b-9196-3cb86f62d302} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001897 sec., 29520.295202952027 rows/sec., 2.25 MiB/sec. | ||
| 3582 | 2024.12.21 01:18:18.180503 [ 287 ] {51291f50-fdd0-488b-9196-3cb86f62d302} <Debug> TCPHandler: Processed in 0.002241947 sec. | ||
| 3583 | 2024.12.21 01:18:18.180805 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3584 | 2024.12.21 01:18:18.181113 [ 285 ] {4e56dfb5-696e-4719-880b-771c68345586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3585 | 2024.12.21 01:18:18.181228 [ 285 ] {4e56dfb5-696e-4719-880b-771c68345586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3586 | 2024.12.21 01:18:18.182135 [ 285 ] {4e56dfb5-696e-4719-880b-771c68345586} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3587 | 2024.12.21 01:18:18.182181 [ 285 ] {4e56dfb5-696e-4719-880b-771c68345586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3588 | 2024.12.21 01:18:18.182618 [ 285 ] {4e56dfb5-696e-4719-880b-771c68345586} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3589 | 2024.12.21 01:18:18.182875 [ 285 ] {4e56dfb5-696e-4719-880b-771c68345586} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3590 | 2024.12.21 01:18:18.183147 [ 285 ] {4e56dfb5-696e-4719-880b-771c68345586} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002118 sec., 30217.18602455146 rows/sec., 2.36 MiB/sec. | ||
| 3591 | 2024.12.21 01:18:18.183369 [ 285 ] {4e56dfb5-696e-4719-880b-771c68345586} <Debug> TCPHandler: Processed in 0.002750606 sec. | ||
| 3592 | 2024.12.21 01:18:18.183570 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3593 | 2024.12.21 01:18:18.183717 [ 287 ] {b754bc8a-ba53-4311-a082-162b9c8c48d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3594 | 2024.12.21 01:18:18.183783 [ 287 ] {b754bc8a-ba53-4311-a082-162b9c8c48d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3595 | 2024.12.21 01:18:18.184456 [ 287 ] {b754bc8a-ba53-4311-a082-162b9c8c48d4} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3596 | 2024.12.21 01:18:18.184502 [ 287 ] {b754bc8a-ba53-4311-a082-162b9c8c48d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3597 | 2024.12.21 01:18:18.184913 [ 287 ] {b754bc8a-ba53-4311-a082-162b9c8c48d4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3598 | 2024.12.21 01:18:18.185157 [ 287 ] {b754bc8a-ba53-4311-a082-162b9c8c48d4} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3599 | 2024.12.21 01:18:18.185367 [ 287 ] {b754bc8a-ba53-4311-a082-162b9c8c48d4} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001686 sec., 75919.33570581257 rows/sec., 5.29 MiB/sec. | ||
| 3600 | 2024.12.21 01:18:18.185422 [ 287 ] {b754bc8a-ba53-4311-a082-162b9c8c48d4} <Debug> TCPHandler: Processed in 0.001955413 sec. | ||
| 3601 | 2024.12.21 01:18:18.185590 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3602 | 2024.12.21 01:18:18.185813 [ 285 ] {df037777-c080-4473-8c50-b01c1af98a05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3603 | 2024.12.21 01:18:18.185908 [ 285 ] {df037777-c080-4473-8c50-b01c1af98a05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3604 | 2024.12.21 01:18:18.186719 [ 285 ] {df037777-c080-4473-8c50-b01c1af98a05} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3605 | 2024.12.21 01:18:18.186758 [ 285 ] {df037777-c080-4473-8c50-b01c1af98a05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3606 | 2024.12.21 01:18:18.187139 [ 285 ] {df037777-c080-4473-8c50-b01c1af98a05} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3607 | 2024.12.21 01:18:18.187385 [ 285 ] {df037777-c080-4473-8c50-b01c1af98a05} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3608 | 2024.12.21 01:18:18.187599 [ 285 ] {df037777-c080-4473-8c50-b01c1af98a05} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001841 sec., 26072.786529060293 rows/sec., 1.76 MiB/sec. | ||
| 3609 | 2024.12.21 01:18:18.187712 [ 285 ] {df037777-c080-4473-8c50-b01c1af98a05} <Debug> TCPHandler: Processed in 0.002201797 sec. | ||
| 3610 | 2024.12.21 01:18:23.182345 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3611 | 2024.12.21 01:18:23.182554 [ 287 ] {e8046336-ab90-4027-aa48-d4dfc9963d78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3612 | 2024.12.21 01:18:23.182628 [ 287 ] {e8046336-ab90-4027-aa48-d4dfc9963d78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3613 | 2024.12.21 01:18:23.183461 [ 287 ] {e8046336-ab90-4027-aa48-d4dfc9963d78} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3614 | 2024.12.21 01:18:23.183509 [ 287 ] {e8046336-ab90-4027-aa48-d4dfc9963d78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3615 | 2024.12.21 01:18:23.183968 [ 287 ] {e8046336-ab90-4027-aa48-d4dfc9963d78} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3616 | 2024.12.21 01:18:23.184226 [ 287 ] {e8046336-ab90-4027-aa48-d4dfc9963d78} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3617 | 2024.12.21 01:18:23.184470 [ 287 ] {e8046336-ab90-4027-aa48-d4dfc9963d78} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.001971 sec., 62912.227295788936 rows/sec., 5.34 MiB/sec. | ||
| 3618 | 2024.12.21 01:18:23.184538 [ 287 ] {e8046336-ab90-4027-aa48-d4dfc9963d78} <Debug> TCPHandler: Processed in 0.002327309 sec. | ||
| 3619 | 2024.12.21 01:18:23.184795 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3620 | 2024.12.21 01:18:23.184989 [ 285 ] {5e631012-dc3f-41f5-8d2f-a5fc640e0e67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3621 | 2024.12.21 01:18:23.185062 [ 285 ] {5e631012-dc3f-41f5-8d2f-a5fc640e0e67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3622 | 2024.12.21 01:18:23.185821 [ 285 ] {5e631012-dc3f-41f5-8d2f-a5fc640e0e67} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3623 | 2024.12.21 01:18:23.185866 [ 285 ] {5e631012-dc3f-41f5-8d2f-a5fc640e0e67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3624 | 2024.12.21 01:18:23.186305 [ 285 ] {5e631012-dc3f-41f5-8d2f-a5fc640e0e67} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3625 | 2024.12.21 01:18:23.186566 [ 285 ] {5e631012-dc3f-41f5-8d2f-a5fc640e0e67} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3626 | 2024.12.21 01:18:23.186805 [ 285 ] {5e631012-dc3f-41f5-8d2f-a5fc640e0e67} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.00187 sec., 18181.818181818184 rows/sec., 1.34 MiB/sec. | ||
| 3627 | 2024.12.21 01:18:23.186864 [ 285 ] {5e631012-dc3f-41f5-8d2f-a5fc640e0e67} <Debug> TCPHandler: Processed in 0.002198697 sec. | ||
| 3628 | 2024.12.21 01:18:23.187030 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3629 | 2024.12.21 01:18:23.187176 [ 287 ] {68df14e9-443e-4dfd-8139-93a40e329ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3630 | 2024.12.21 01:18:23.187240 [ 287 ] {68df14e9-443e-4dfd-8139-93a40e329ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3631 | 2024.12.21 01:18:23.187936 [ 287 ] {68df14e9-443e-4dfd-8139-93a40e329ac7} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3632 | 2024.12.21 01:18:23.187978 [ 287 ] {68df14e9-443e-4dfd-8139-93a40e329ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3633 | 2024.12.21 01:18:23.188364 [ 287 ] {68df14e9-443e-4dfd-8139-93a40e329ac7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3634 | 2024.12.21 01:18:23.188620 [ 287 ] {68df14e9-443e-4dfd-8139-93a40e329ac7} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3635 | 2024.12.21 01:18:23.188838 [ 287 ] {68df14e9-443e-4dfd-8139-93a40e329ac7} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001698 sec., 57714.958775029445 rows/sec., 4.51 MiB/sec. | ||
| 3636 | 2024.12.21 01:18:23.188894 [ 287 ] {68df14e9-443e-4dfd-8139-93a40e329ac7} <Debug> TCPHandler: Processed in 0.001932752 sec. | ||
| 3637 | 2024.12.21 01:18:23.189050 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3638 | 2024.12.21 01:18:23.189170 [ 285 ] {fe435828-22b1-4438-8356-027defde1ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3639 | 2024.12.21 01:18:23.189223 [ 285 ] {fe435828-22b1-4438-8356-027defde1ee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3640 | 2024.12.21 01:18:23.189814 [ 285 ] {fe435828-22b1-4438-8356-027defde1ee1} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3641 | 2024.12.21 01:18:23.189854 [ 285 ] {fe435828-22b1-4438-8356-027defde1ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3642 | 2024.12.21 01:18:23.190284 [ 285 ] {fe435828-22b1-4438-8356-027defde1ee1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3643 | 2024.12.21 01:18:23.190529 [ 285 ] {fe435828-22b1-4438-8356-027defde1ee1} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3644 | 2024.12.21 01:18:23.190782 [ 285 ] {fe435828-22b1-4438-8356-027defde1ee1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001631 sec., 98099.32556713672 rows/sec., 6.83 MiB/sec. | ||
| 3645 | 2024.12.21 01:18:23.190984 [ 285 ] {fe435828-22b1-4438-8356-027defde1ee1} <Debug> TCPHandler: Processed in 0.001990554 sec. | ||
| 3646 | 2024.12.21 01:18:23.191162 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3647 | 2024.12.21 01:18:23.191283 [ 287 ] {61186354-f638-46bd-ba73-83abf2e16f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3648 | 2024.12.21 01:18:23.191369 [ 287 ] {61186354-f638-46bd-ba73-83abf2e16f82} <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 | ||
| 3649 | 2024.12.21 01:18:23.192590 [ 287 ] {61186354-f638-46bd-ba73-83abf2e16f82} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3650 | 2024.12.21 01:18:23.192630 [ 287 ] {61186354-f638-46bd-ba73-83abf2e16f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3651 | 2024.12.21 01:18:23.193320 [ 287 ] {61186354-f638-46bd-ba73-83abf2e16f82} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3652 | 2024.12.21 01:18:23.193582 [ 287 ] {61186354-f638-46bd-ba73-83abf2e16f82} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3653 | 2024.12.21 01:18:23.193936 [ 287 ] {61186354-f638-46bd-ba73-83abf2e16f82} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002655 sec., 12806.0263653484 rows/sec., 22.95 MiB/sec. | ||
| 3654 | 2024.12.21 01:18:23.194245 [ 287 ] {61186354-f638-46bd-ba73-83abf2e16f82} <Debug> TCPHandler: Processed in 0.003146644 sec. | ||
| 3655 | 2024.12.21 01:18:23.194409 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3656 | 2024.12.21 01:18:23.194551 [ 285 ] {29ff803e-837a-4a0d-a70d-84ff74c14991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3657 | 2024.12.21 01:18:23.194611 [ 285 ] {29ff803e-837a-4a0d-a70d-84ff74c14991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3658 | 2024.12.21 01:18:23.195205 [ 285 ] {29ff803e-837a-4a0d-a70d-84ff74c14991} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3659 | 2024.12.21 01:18:23.195252 [ 285 ] {29ff803e-837a-4a0d-a70d-84ff74c14991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3660 | 2024.12.21 01:18:23.195684 [ 285 ] {29ff803e-837a-4a0d-a70d-84ff74c14991} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3661 | 2024.12.21 01:18:23.195926 [ 285 ] {29ff803e-837a-4a0d-a70d-84ff74c14991} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3662 | 2024.12.21 01:18:23.196146 [ 285 ] {29ff803e-837a-4a0d-a70d-84ff74c14991} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001626 sec., 36900.36900369004 rows/sec., 2.49 MiB/sec. | ||
| 3663 | 2024.12.21 01:18:23.196194 [ 285 ] {29ff803e-837a-4a0d-a70d-84ff74c14991} <Debug> TCPHandler: Processed in 0.001852201 sec. | ||
| 3664 | 2024.12.21 01:18:23.822132 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3665 | 2024.12.21 01:18:23.822199 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3666 | 2024.12.21 01:18:23.913649 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3667 | 2024.12.21 01:18:23.914268 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3668 | 2024.12.21 01:18:23.914312 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3669 | 2024.12.21 01:18:23.914896 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3670 | 2024.12.21 01:18:23.915158 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3671 | 2024.12.21 01:18:23.915308 [ 132 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3672 | 2024.12.21 01:18:23.915362 [ 132 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3673 | 2024.12.21 01:18:23.915363 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3674 | 2024.12.21 01:18:23.915387 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3675 | 2024.12.21 01:18:23.915597 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::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 | ||
| 3676 | 2024.12.21 01:18:23.915823 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3677 | 2024.12.21 01:18:23.915866 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part | ||
| 3678 | 2024.12.21 01:18:23.915942 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part | ||
| 3679 | 2024.12.21 01:18:23.916058 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part | ||
| 3680 | 2024.12.21 01:18:23.916323 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part | ||
| 3681 | 2024.12.21 01:18:23.916540 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part | ||
| 3682 | 2024.12.21 01:18:23.916688 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part | ||
| 3683 | 2024.12.21 01:18:23.918457 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002998121 sec., 2461875.2878886475 rows/sec., 35.22 MiB/sec. | ||
| 3684 | 2024.12.21 01:18:23.919135 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3685 | 2024.12.21 01:18:23.919423 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_16_3} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3686 | 2024.12.21 01:18:23.919506 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_16_3} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3687 | 2024.12.21 01:18:23.919601 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3688 | 2024.12.21 01:18:23.986767 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 532 | ||
| 3689 | 2024.12.21 01:18:23.989613 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3690 | 2024.12.21 01:18:23.989668 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3691 | 2024.12.21 01:18:23.991140 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3692 | 2024.12.21 01:18:23.991439 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3693 | 2024.12.21 01:18:23.991716 [ 131 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3694 | 2024.12.21 01:18:23.991876 [ 131 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3695 | 2024.12.21 01:18:23.992002 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3696 | 2024.12.21 01:18:23.992337 [ 190 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::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 | ||
| 3697 | 2024.12.21 01:18:23.992578 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 532 | ||
| 3698 | 2024.12.21 01:18:23.993028 [ 190 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3699 | 2024.12.21 01:18:23.993153 [ 190 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 336 rows starting from the beginning of the part | ||
| 3700 | 2024.12.21 01:18:23.993785 [ 190 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part | ||
| 3701 | 2024.12.21 01:18:23.994385 [ 190 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part | ||
| 3702 | 2024.12.21 01:18:23.994975 [ 190 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part | ||
| 3703 | 2024.12.21 01:18:23.995407 [ 190 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
| 3704 | 2024.12.21 01:18:23.995850 [ 190 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part | ||
| 3705 | 2024.12.21 01:18:24.001173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.77 MiB, peak 184.93 MiB, free memory in arenas 0.00 B, will set to 177.81 MiB (RSS), difference: -3.96 MiB | ||
| 3706 | 2024.12.21 01:18:24.006145 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.004229081 sec. | ||
| 3707 | 2024.12.21 01:18:24.007659 [ 191 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 532 rows, containing 72 columns (72 merged, 0 gathered) in 0.01548496 sec., 34355.91696717331 rows/sec., 30.81 MiB/sec. | ||
| 3708 | 2024.12.21 01:18:24.008914 [ 191 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3709 | 2024.12.21 01:18:24.009760 [ 191 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_11_2} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3710 | 2024.12.21 01:18:24.009862 [ 191 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_11_2} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3711 | 2024.12.21 01:18:24.010211 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. | ||
| 3712 | 2024.12.21 01:18:24.388947 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
| 3713 | 2024.12.21 01:18:24.411037 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3714 | 2024.12.21 01:18:24.411095 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3715 | 2024.12.21 01:18:24.411622 [ 131 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3716 | 2024.12.21 01:18:24.411671 [ 131 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3717 | 2024.12.21 01:18:24.411707 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3718 | 2024.12.21 01:18:24.411983 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::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 | ||
| 3719 | 2024.12.21 01:18:24.412401 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3720 | 2024.12.21 01:18:24.412449 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3721 | 2024.12.21 01:18:24.412601 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3722 | 2024.12.21 01:18:24.412912 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3723 | 2024.12.21 01:18:24.413178 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3724 | 2024.12.21 01:18:24.413584 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3725 | 2024.12.21 01:18:24.415902 [ 191 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.004120349 sec., 2184.280991731526 rows/sec., 147.18 KiB/sec. | ||
| 3726 | 2024.12.21 01:18:24.416089 [ 191 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3727 | 2024.12.21 01:18:24.416513 [ 191 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_9_2} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3728 | 2024.12.21 01:18:24.416633 [ 191 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_9_2} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3729 | 2024.12.21 01:18:24.416708 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3730 | 2024.12.21 01:18:24.422332 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3731 | 2024.12.21 01:18:24.423151 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3732 | 2024.12.21 01:18:24.423444 [ 131 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3733 | 2024.12.21 01:18:24.423507 [ 131 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3734 | 2024.12.21 01:18:24.423563 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3735 | 2024.12.21 01:18:24.423932 [ 199 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 3736 | 2024.12.21 01:18:24.434620 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3737 | 2024.12.21 01:18:24.435700 [ 199 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3738 | 2024.12.21 01:18:24.436640 [ 199 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 3739 | 2024.12.21 01:18:24.441548 [ 199 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 3740 | 2024.12.21 01:18:24.446243 [ 199 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 3741 | 2024.12.21 01:18:24.451231 [ 199 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 3742 | 2024.12.21 01:18:24.456653 [ 199 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
| 3743 | 2024.12.21 01:18:24.461250 [ 199 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 3744 | 2024.12.21 01:18:24.520462 [ 200 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.09682102 sec., 1249.7286229787705 rows/sec., 6.46 MiB/sec. | ||
| 3745 | 2024.12.21 01:18:24.522309 [ 191 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3746 | 2024.12.21 01:18:24.524950 [ 191 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_16_3} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3747 | 2024.12.21 01:18:24.525070 [ 191 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_16_3} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3748 | 2024.12.21 01:18:24.526622 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3749 | 2024.12.21 01:18:25.001160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.95 MiB, peak 184.94 MiB, free memory in arenas 0.00 B, will set to 180.47 MiB (RSS), difference: 5.51 MiB | ||
| 3750 | 2024.12.21 01:18:28.185159 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3751 | 2024.12.21 01:18:28.185350 [ 287 ] {e8c79acd-4494-4970-8472-89ea0e356e94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3752 | 2024.12.21 01:18:28.185424 [ 287 ] {e8c79acd-4494-4970-8472-89ea0e356e94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3753 | 2024.12.21 01:18:28.186168 [ 287 ] {e8c79acd-4494-4970-8472-89ea0e356e94} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3754 | 2024.12.21 01:18:28.186212 [ 287 ] {e8c79acd-4494-4970-8472-89ea0e356e94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3755 | 2024.12.21 01:18:28.186660 [ 287 ] {e8c79acd-4494-4970-8472-89ea0e356e94} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3756 | 2024.12.21 01:18:28.186922 [ 287 ] {e8c79acd-4494-4970-8472-89ea0e356e94} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3757 | 2024.12.21 01:18:28.187248 [ 287 ] {e8c79acd-4494-4970-8472-89ea0e356e94} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001924 sec., 7276.507276507276 rows/sec., 523.81 KiB/sec. | ||
| 3758 | 2024.12.21 01:18:28.187623 [ 287 ] {e8c79acd-4494-4970-8472-89ea0e356e94} <Debug> TCPHandler: Processed in 0.002590234 sec. | ||
| 3759 | 2024.12.21 01:18:28.187892 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3760 | 2024.12.21 01:18:28.188104 [ 285 ] {849fbb34-b7f5-4b81-b7cf-cfdd83b3931b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3761 | 2024.12.21 01:18:28.188187 [ 285 ] {849fbb34-b7f5-4b81-b7cf-cfdd83b3931b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3762 | 2024.12.21 01:18:28.189208 [ 285 ] {849fbb34-b7f5-4b81-b7cf-cfdd83b3931b} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3763 | 2024.12.21 01:18:28.189262 [ 285 ] {849fbb34-b7f5-4b81-b7cf-cfdd83b3931b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3764 | 2024.12.21 01:18:28.189764 [ 285 ] {849fbb34-b7f5-4b81-b7cf-cfdd83b3931b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3765 | 2024.12.21 01:18:28.190045 [ 285 ] {849fbb34-b7f5-4b81-b7cf-cfdd83b3931b} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3766 | 2024.12.21 01:18:28.190366 [ 285 ] {849fbb34-b7f5-4b81-b7cf-cfdd83b3931b} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002312 sec., 94723.18339100346 rows/sec., 8.25 MiB/sec. | ||
| 3767 | 2024.12.21 01:18:28.190795 [ 285 ] {849fbb34-b7f5-4b81-b7cf-cfdd83b3931b} <Debug> TCPHandler: Processed in 0.003030841 sec. | ||
| 3768 | 2024.12.21 01:18:28.191139 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3769 | 2024.12.21 01:18:28.191271 [ 287 ] {b4de642e-c8ea-4ad9-90db-858764a63b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3770 | 2024.12.21 01:18:28.191329 [ 287 ] {b4de642e-c8ea-4ad9-90db-858764a63b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3771 | 2024.12.21 01:18:28.191950 [ 287 ] {b4de642e-c8ea-4ad9-90db-858764a63b94} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3772 | 2024.12.21 01:18:28.191992 [ 287 ] {b4de642e-c8ea-4ad9-90db-858764a63b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3773 | 2024.12.21 01:18:28.192380 [ 287 ] {b4de642e-c8ea-4ad9-90db-858764a63b94} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3774 | 2024.12.21 01:18:28.192630 [ 287 ] {b4de642e-c8ea-4ad9-90db-858764a63b94} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3775 | 2024.12.21 01:18:28.192833 [ 287 ] {b4de642e-c8ea-4ad9-90db-858764a63b94} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001588 sec., 9445.843828715366 rows/sec., 666.01 KiB/sec. | ||
| 3776 | 2024.12.21 01:18:28.192928 [ 287 ] {b4de642e-c8ea-4ad9-90db-858764a63b94} <Debug> TCPHandler: Processed in 0.002002184 sec. | ||
| 3777 | 2024.12.21 01:18:28.193104 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3778 | 2024.12.21 01:18:28.193256 [ 285 ] {20fd5e4a-9c34-424f-ab52-6b03bc0a5dbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3779 | 2024.12.21 01:18:28.193319 [ 285 ] {20fd5e4a-9c34-424f-ab52-6b03bc0a5dbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3780 | 2024.12.21 01:18:28.193993 [ 285 ] {20fd5e4a-9c34-424f-ab52-6b03bc0a5dbe} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3781 | 2024.12.21 01:18:28.194035 [ 285 ] {20fd5e4a-9c34-424f-ab52-6b03bc0a5dbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3782 | 2024.12.21 01:18:28.194430 [ 285 ] {20fd5e4a-9c34-424f-ab52-6b03bc0a5dbe} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3783 | 2024.12.21 01:18:28.194685 [ 285 ] {20fd5e4a-9c34-424f-ab52-6b03bc0a5dbe} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3784 | 2024.12.21 01:18:28.194978 [ 285 ] {20fd5e4a-9c34-424f-ab52-6b03bc0a5dbe} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001735 sec., 8069.164265129683 rows/sec., 565.11 KiB/sec. | ||
| 3785 | 2024.12.21 01:18:28.195107 [ 285 ] {20fd5e4a-9c34-424f-ab52-6b03bc0a5dbe} <Debug> TCPHandler: Processed in 0.002072965 sec. | ||
| 3786 | 2024.12.21 01:18:28.195273 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3787 | 2024.12.21 01:18:28.195417 [ 287 ] {4b2b89ac-47d0-400d-ac58-b053a410e5f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3788 | 2024.12.21 01:18:28.195478 [ 287 ] {4b2b89ac-47d0-400d-ac58-b053a410e5f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3789 | 2024.12.21 01:18:28.196094 [ 287 ] {4b2b89ac-47d0-400d-ac58-b053a410e5f9} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3790 | 2024.12.21 01:18:28.196133 [ 287 ] {4b2b89ac-47d0-400d-ac58-b053a410e5f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3791 | 2024.12.21 01:18:28.196502 [ 287 ] {4b2b89ac-47d0-400d-ac58-b053a410e5f9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3792 | 2024.12.21 01:18:28.196752 [ 287 ] {4b2b89ac-47d0-400d-ac58-b053a410e5f9} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3793 | 2024.12.21 01:18:28.196978 [ 287 ] {4b2b89ac-47d0-400d-ac58-b053a410e5f9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001584 sec., 8207.070707070707 rows/sec., 511.71 KiB/sec. | ||
| 3794 | 2024.12.21 01:18:28.197165 [ 287 ] {4b2b89ac-47d0-400d-ac58-b053a410e5f9} <Debug> TCPHandler: Processed in 0.001954542 sec. | ||
| 3795 | 2024.12.21 01:18:28.197339 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3796 | 2024.12.21 01:18:28.197481 [ 285 ] {ad2574d6-e9b3-44b2-87b4-b935ce8935f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3797 | 2024.12.21 01:18:28.197540 [ 285 ] {ad2574d6-e9b3-44b2-87b4-b935ce8935f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3798 | 2024.12.21 01:18:28.198318 [ 285 ] {ad2574d6-e9b3-44b2-87b4-b935ce8935f2} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3799 | 2024.12.21 01:18:28.198361 [ 285 ] {ad2574d6-e9b3-44b2-87b4-b935ce8935f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3800 | 2024.12.21 01:18:28.198778 [ 285 ] {ad2574d6-e9b3-44b2-87b4-b935ce8935f2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3801 | 2024.12.21 01:18:28.199042 [ 285 ] {ad2574d6-e9b3-44b2-87b4-b935ce8935f2} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3802 | 2024.12.21 01:18:28.199270 [ 285 ] {ad2574d6-e9b3-44b2-87b4-b935ce8935f2} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001823 sec., 213933.07734503565 rows/sec., 15.17 MiB/sec. | ||
| 3803 | 2024.12.21 01:18:28.199325 [ 285 ] {ad2574d6-e9b3-44b2-87b4-b935ce8935f2} <Debug> TCPHandler: Processed in 0.002055565 sec. | ||
| 3804 | 2024.12.21 01:18:28.199496 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3805 | 2024.12.21 01:18:28.199627 [ 287 ] {4b890401-fd00-4158-984d-4f1a69f4d014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3806 | 2024.12.21 01:18:28.199681 [ 287 ] {4b890401-fd00-4158-984d-4f1a69f4d014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3807 | 2024.12.21 01:18:28.200193 [ 287 ] {4b890401-fd00-4158-984d-4f1a69f4d014} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3808 | 2024.12.21 01:18:28.200233 [ 287 ] {4b890401-fd00-4158-984d-4f1a69f4d014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3809 | 2024.12.21 01:18:28.200625 [ 287 ] {4b890401-fd00-4158-984d-4f1a69f4d014} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3810 | 2024.12.21 01:18:28.200876 [ 287 ] {4b890401-fd00-4158-984d-4f1a69f4d014} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3811 | 2024.12.21 01:18:28.201143 [ 287 ] {4b890401-fd00-4158-984d-4f1a69f4d014} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001538 sec., 3901.1703511053315 rows/sec., 203.82 KiB/sec. | ||
| 3812 | 2024.12.21 01:18:28.201276 [ 287 ] {4b890401-fd00-4158-984d-4f1a69f4d014} <Debug> TCPHandler: Processed in 0.001841191 sec. | ||
| 3813 | 2024.12.21 01:18:28.201428 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3814 | 2024.12.21 01:18:28.201552 [ 285 ] {02ddf420-55f6-471c-bdd5-0d35b0018c33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3815 | 2024.12.21 01:18:28.201607 [ 285 ] {02ddf420-55f6-471c-bdd5-0d35b0018c33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3816 | 2024.12.21 01:18:28.202235 [ 285 ] {02ddf420-55f6-471c-bdd5-0d35b0018c33} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3817 | 2024.12.21 01:18:28.202277 [ 285 ] {02ddf420-55f6-471c-bdd5-0d35b0018c33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3818 | 2024.12.21 01:18:28.202704 [ 285 ] {02ddf420-55f6-471c-bdd5-0d35b0018c33} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3819 | 2024.12.21 01:18:28.202963 [ 285 ] {02ddf420-55f6-471c-bdd5-0d35b0018c33} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3820 | 2024.12.21 01:18:28.203181 [ 285 ] {02ddf420-55f6-471c-bdd5-0d35b0018c33} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001654 sec., 143288.99637243047 rows/sec., 9.60 MiB/sec. | ||
| 3821 | 2024.12.21 01:18:28.203240 [ 285 ] {02ddf420-55f6-471c-bdd5-0d35b0018c33} <Debug> TCPHandler: Processed in 0.001868302 sec. | ||
| 3822 | 2024.12.21 01:18:28.203387 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3823 | 2024.12.21 01:18:28.203507 [ 287 ] {e6c3fba2-20cd-405e-94c1-0e1a4f3eb323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3824 | 2024.12.21 01:18:28.203561 [ 287 ] {e6c3fba2-20cd-405e-94c1-0e1a4f3eb323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3825 | 2024.12.21 01:18:28.204054 [ 287 ] {e6c3fba2-20cd-405e-94c1-0e1a4f3eb323} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3826 | 2024.12.21 01:18:28.204095 [ 287 ] {e6c3fba2-20cd-405e-94c1-0e1a4f3eb323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3827 | 2024.12.21 01:18:28.204477 [ 287 ] {e6c3fba2-20cd-405e-94c1-0e1a4f3eb323} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3828 | 2024.12.21 01:18:28.204722 [ 287 ] {e6c3fba2-20cd-405e-94c1-0e1a4f3eb323} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3829 | 2024.12.21 01:18:28.204935 [ 287 ] {e6c3fba2-20cd-405e-94c1-0e1a4f3eb323} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001455 sec., 687.2852233676977 rows/sec., 46.31 KiB/sec. | ||
| 3830 | 2024.12.21 01:18:28.204994 [ 287 ] {e6c3fba2-20cd-405e-94c1-0e1a4f3eb323} <Debug> TCPHandler: Processed in 0.001662308 sec. | ||
| 3831 | 2024.12.21 01:18:28.205152 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3832 | 2024.12.21 01:18:28.205270 [ 285 ] {a5b250bc-6312-40be-a187-8f8ee82c49da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3833 | 2024.12.21 01:18:28.205354 [ 285 ] {a5b250bc-6312-40be-a187-8f8ee82c49da} <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 | ||
| 3834 | 2024.12.21 01:18:28.206476 [ 285 ] {a5b250bc-6312-40be-a187-8f8ee82c49da} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3835 | 2024.12.21 01:18:28.206517 [ 285 ] {a5b250bc-6312-40be-a187-8f8ee82c49da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3836 | 2024.12.21 01:18:28.207139 [ 285 ] {a5b250bc-6312-40be-a187-8f8ee82c49da} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3837 | 2024.12.21 01:18:28.207415 [ 285 ] {a5b250bc-6312-40be-a187-8f8ee82c49da} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3838 | 2024.12.21 01:18:28.207675 [ 285 ] {a5b250bc-6312-40be-a187-8f8ee82c49da} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002429 sec., 3293.536434746809 rows/sec., 5.90 MiB/sec. | ||
| 3839 | 2024.12.21 01:18:28.207782 [ 285 ] {a5b250bc-6312-40be-a187-8f8ee82c49da} <Debug> TCPHandler: Processed in 0.002687165 sec. | ||
| 3840 | 2024.12.21 01:18:28.207952 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3841 | 2024.12.21 01:18:28.208094 [ 287 ] {a7635c52-4903-4e12-a9ef-d78649f014ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3842 | 2024.12.21 01:18:28.208154 [ 287 ] {a7635c52-4903-4e12-a9ef-d78649f014ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3843 | 2024.12.21 01:18:28.208733 [ 287 ] {a7635c52-4903-4e12-a9ef-d78649f014ac} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3844 | 2024.12.21 01:18:28.208773 [ 287 ] {a7635c52-4903-4e12-a9ef-d78649f014ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 3845 | 2024.12.21 01:18:28.209162 [ 287 ] {a7635c52-4903-4e12-a9ef-d78649f014ac} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3846 | 2024.12.21 01:18:28.209407 [ 287 ] {a7635c52-4903-4e12-a9ef-d78649f014ac} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3847 | 2024.12.21 01:18:28.209650 [ 287 ] {a7635c52-4903-4e12-a9ef-d78649f014ac} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001583 sec., 51800.37902716362 rows/sec., 3.29 MiB/sec. | ||
| 3848 | 2024.12.21 01:18:28.209821 [ 287 ] {a7635c52-4903-4e12-a9ef-d78649f014ac} <Debug> TCPHandler: Processed in 0.001934322 sec. | ||
| 3849 | 2024.12.21 01:18:31.416438 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3850 | 2024.12.21 01:18:31.417133 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3851 | 2024.12.21 01:18:31.417181 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3852 | 2024.12.21 01:18:31.417891 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3853 | 2024.12.21 01:18:31.418159 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3854 | 2024.12.21 01:18:31.418428 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3855 | 2024.12.21 01:18:31.935638 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3856 | 2024.12.21 01:18:31.955124 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3857 | 2024.12.21 01:18:31.955191 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3858 | 2024.12.21 01:18:31.962241 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3859 | 2024.12.21 01:18:31.962996 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3860 | 2024.12.21 01:18:31.966553 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3861 | 2024.12.21 01:18:33.182844 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3862 | 2024.12.21 01:18:33.183042 [ 287 ] {ae2a6528-ee94-4aff-ba25-6737a19a9d07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3863 | 2024.12.21 01:18:33.183119 [ 287 ] {ae2a6528-ee94-4aff-ba25-6737a19a9d07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3864 | 2024.12.21 01:18:33.183909 [ 287 ] {ae2a6528-ee94-4aff-ba25-6737a19a9d07} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3865 | 2024.12.21 01:18:33.183964 [ 287 ] {ae2a6528-ee94-4aff-ba25-6737a19a9d07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3866 | 2024.12.21 01:18:33.184412 [ 287 ] {ae2a6528-ee94-4aff-ba25-6737a19a9d07} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3867 | 2024.12.21 01:18:33.184668 [ 287 ] {ae2a6528-ee94-4aff-ba25-6737a19a9d07} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3868 | 2024.12.21 01:18:33.184917 [ 287 ] {ae2a6528-ee94-4aff-ba25-6737a19a9d07} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001931 sec., 2071.465561885034 rows/sec., 168.91 KiB/sec. | ||
| 3869 | 2024.12.21 01:18:33.184985 [ 287 ] {ae2a6528-ee94-4aff-ba25-6737a19a9d07} <Debug> TCPHandler: Processed in 0.002290118 sec. | ||
| 3870 | 2024.12.21 01:18:33.185239 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3871 | 2024.12.21 01:18:33.185428 [ 285 ] {f605f437-68c0-49fb-b8d1-3662a3d3cdff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3872 | 2024.12.21 01:18:33.185497 [ 285 ] {f605f437-68c0-49fb-b8d1-3662a3d3cdff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3873 | 2024.12.21 01:18:33.186278 [ 285 ] {f605f437-68c0-49fb-b8d1-3662a3d3cdff} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3874 | 2024.12.21 01:18:33.186318 [ 285 ] {f605f437-68c0-49fb-b8d1-3662a3d3cdff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3875 | 2024.12.21 01:18:33.186762 [ 285 ] {f605f437-68c0-49fb-b8d1-3662a3d3cdff} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3876 | 2024.12.21 01:18:33.187028 [ 285 ] {f605f437-68c0-49fb-b8d1-3662a3d3cdff} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3877 | 2024.12.21 01:18:33.187232 [ 285 ] {f605f437-68c0-49fb-b8d1-3662a3d3cdff} <Debug> executeQuery: Read 126 rows, 10.93 KiB in 0.001857 sec., 67851.3731825525 rows/sec., 5.75 MiB/sec. | ||
| 3878 | 2024.12.21 01:18:33.187288 [ 285 ] {f605f437-68c0-49fb-b8d1-3662a3d3cdff} <Debug> TCPHandler: Processed in 0.002171746 sec. | ||
| 3879 | 2024.12.21 01:18:33.187451 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3880 | 2024.12.21 01:18:33.187599 [ 287 ] {d25d2119-149e-4db3-b452-eabe78f60d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3881 | 2024.12.21 01:18:33.187660 [ 287 ] {d25d2119-149e-4db3-b452-eabe78f60d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3882 | 2024.12.21 01:18:33.188302 [ 287 ] {d25d2119-149e-4db3-b452-eabe78f60d9d} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3883 | 2024.12.21 01:18:33.188344 [ 287 ] {d25d2119-149e-4db3-b452-eabe78f60d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3884 | 2024.12.21 01:18:33.188735 [ 287 ] {d25d2119-149e-4db3-b452-eabe78f60d9d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3885 | 2024.12.21 01:18:33.188980 [ 287 ] {d25d2119-149e-4db3-b452-eabe78f60d9d} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3886 | 2024.12.21 01:18:33.189187 [ 287 ] {d25d2119-149e-4db3-b452-eabe78f60d9d} <Debug> executeQuery: Read 38 rows, 2.84 KiB in 0.001612 sec., 23573.20099255583 rows/sec., 1.72 MiB/sec. | ||
| 3887 | 2024.12.21 01:18:33.189298 [ 287 ] {d25d2119-149e-4db3-b452-eabe78f60d9d} <Debug> TCPHandler: Processed in 0.001913812 sec. | ||
| 3888 | 2024.12.21 01:18:33.189503 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3889 | 2024.12.21 01:18:33.189618 [ 285 ] {7c718d68-1d3b-482a-8d7c-7b2296bb1f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3890 | 2024.12.21 01:18:33.189667 [ 285 ] {7c718d68-1d3b-482a-8d7c-7b2296bb1f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3891 | 2024.12.21 01:18:33.190316 [ 285 ] {7c718d68-1d3b-482a-8d7c-7b2296bb1f20} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3892 | 2024.12.21 01:18:33.190356 [ 285 ] {7c718d68-1d3b-482a-8d7c-7b2296bb1f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3893 | 2024.12.21 01:18:33.190738 [ 285 ] {7c718d68-1d3b-482a-8d7c-7b2296bb1f20} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3894 | 2024.12.21 01:18:33.191000 [ 285 ] {7c718d68-1d3b-482a-8d7c-7b2296bb1f20} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3895 | 2024.12.21 01:18:33.191221 [ 285 ] {7c718d68-1d3b-482a-8d7c-7b2296bb1f20} <Debug> executeQuery: Read 102 rows, 8.16 KiB in 0.001626 sec., 62730.62730627306 rows/sec., 4.90 MiB/sec. | ||
| 3896 | 2024.12.21 01:18:33.191274 [ 285 ] {7c718d68-1d3b-482a-8d7c-7b2296bb1f20} <Debug> TCPHandler: Processed in 0.001867021 sec. | ||
| 3897 | 2024.12.21 01:18:33.191440 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3898 | 2024.12.21 01:18:33.191560 [ 287 ] {7c0c82ab-8c57-4082-9402-77fd034b5832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3899 | 2024.12.21 01:18:33.191615 [ 287 ] {7c0c82ab-8c57-4082-9402-77fd034b5832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3900 | 2024.12.21 01:18:33.192206 [ 287 ] {7c0c82ab-8c57-4082-9402-77fd034b5832} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3901 | 2024.12.21 01:18:33.192244 [ 287 ] {7c0c82ab-8c57-4082-9402-77fd034b5832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3902 | 2024.12.21 01:18:33.192650 [ 287 ] {7c0c82ab-8c57-4082-9402-77fd034b5832} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3903 | 2024.12.21 01:18:33.192899 [ 287 ] {7c0c82ab-8c57-4082-9402-77fd034b5832} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3904 | 2024.12.21 01:18:33.193125 [ 287 ] {7c0c82ab-8c57-4082-9402-77fd034b5832} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001587 sec., 102079.39508506616 rows/sec., 7.11 MiB/sec. | ||
| 3905 | 2024.12.21 01:18:33.193302 [ 287 ] {7c0c82ab-8c57-4082-9402-77fd034b5832} <Debug> TCPHandler: Processed in 0.001916053 sec. | ||
| 3906 | 2024.12.21 01:18:33.193582 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3907 | 2024.12.21 01:18:33.193812 [ 285 ] {781e7b3c-4ec9-4970-9f96-836409aa429c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3908 | 2024.12.21 01:18:33.193905 [ 285 ] {781e7b3c-4ec9-4970-9f96-836409aa429c} <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 | ||
| 3909 | 2024.12.21 01:18:33.195116 [ 285 ] {781e7b3c-4ec9-4970-9f96-836409aa429c} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3910 | 2024.12.21 01:18:33.195155 [ 285 ] {781e7b3c-4ec9-4970-9f96-836409aa429c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3911 | 2024.12.21 01:18:33.195833 [ 285 ] {781e7b3c-4ec9-4970-9f96-836409aa429c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3912 | 2024.12.21 01:18:33.196102 [ 285 ] {781e7b3c-4ec9-4970-9f96-836409aa429c} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3913 | 2024.12.21 01:18:33.196513 [ 285 ] {781e7b3c-4ec9-4970-9f96-836409aa429c} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002765 sec., 12296.564195298371 rows/sec., 22.03 MiB/sec. | ||
| 3914 | 2024.12.21 01:18:33.196607 [ 285 ] {781e7b3c-4ec9-4970-9f96-836409aa429c} <Debug> TCPHandler: Processed in 0.003190554 sec. | ||
| 3915 | 2024.12.21 01:18:33.196767 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3916 | 2024.12.21 01:18:33.196907 [ 287 ] {db533ff9-0bd3-4ae7-b385-ee663cc7b925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3917 | 2024.12.21 01:18:33.196967 [ 287 ] {db533ff9-0bd3-4ae7-b385-ee663cc7b925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3918 | 2024.12.21 01:18:33.197563 [ 287 ] {db533ff9-0bd3-4ae7-b385-ee663cc7b925} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3919 | 2024.12.21 01:18:33.197608 [ 287 ] {db533ff9-0bd3-4ae7-b385-ee663cc7b925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3920 | 2024.12.21 01:18:33.198027 [ 287 ] {db533ff9-0bd3-4ae7-b385-ee663cc7b925} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3921 | 2024.12.21 01:18:33.198272 [ 287 ] {db533ff9-0bd3-4ae7-b385-ee663cc7b925} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3922 | 2024.12.21 01:18:33.198459 [ 287 ] {db533ff9-0bd3-4ae7-b385-ee663cc7b925} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001584 sec., 37878.78787878788 rows/sec., 2.55 MiB/sec. | ||
| 3923 | 2024.12.21 01:18:33.198510 [ 287 ] {db533ff9-0bd3-4ae7-b385-ee663cc7b925} <Debug> TCPHandler: Processed in 0.00181256 sec. | ||
| 3924 | 2024.12.21 01:18:33.993698 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 568 | ||
| 3925 | 2024.12.21 01:18:33.997038 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3926 | 2024.12.21 01:18:33.997092 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3927 | 2024.12.21 01:18:33.998642 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3928 | 2024.12.21 01:18:33.998983 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3929 | 2024.12.21 01:18:33.999898 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 568 | ||
| 3930 | 2024.12.21 01:18:38.185767 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3931 | 2024.12.21 01:18:38.186039 [ 287 ] {4ac8af4c-a83e-4d7b-95bc-4b92e52c8ad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3932 | 2024.12.21 01:18:38.186112 [ 287 ] {4ac8af4c-a83e-4d7b-95bc-4b92e52c8ad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3933 | 2024.12.21 01:18:38.186854 [ 287 ] {4ac8af4c-a83e-4d7b-95bc-4b92e52c8ad0} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3934 | 2024.12.21 01:18:38.186902 [ 287 ] {4ac8af4c-a83e-4d7b-95bc-4b92e52c8ad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3935 | 2024.12.21 01:18:38.187326 [ 287 ] {4ac8af4c-a83e-4d7b-95bc-4b92e52c8ad0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3936 | 2024.12.21 01:18:38.187582 [ 287 ] {4ac8af4c-a83e-4d7b-95bc-4b92e52c8ad0} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3937 | 2024.12.21 01:18:38.187915 [ 287 ] {4ac8af4c-a83e-4d7b-95bc-4b92e52c8ad0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001909 sec., 7333.682556312205 rows/sec., 527.93 KiB/sec. | ||
| 3938 | 2024.12.21 01:18:38.188048 [ 287 ] {4ac8af4c-a83e-4d7b-95bc-4b92e52c8ad0} <Debug> TCPHandler: Processed in 0.002479032 sec. | ||
| 3939 | 2024.12.21 01:18:38.188352 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3940 | 2024.12.21 01:18:38.188656 [ 285 ] {0ac6fbe0-9782-4997-9706-04d5e91c4480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3941 | 2024.12.21 01:18:38.188775 [ 285 ] {0ac6fbe0-9782-4997-9706-04d5e91c4480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3942 | 2024.12.21 01:18:38.189689 [ 285 ] {0ac6fbe0-9782-4997-9706-04d5e91c4480} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3943 | 2024.12.21 01:18:38.189744 [ 285 ] {0ac6fbe0-9782-4997-9706-04d5e91c4480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3944 | 2024.12.21 01:18:38.190197 [ 285 ] {0ac6fbe0-9782-4997-9706-04d5e91c4480} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3945 | 2024.12.21 01:18:38.190466 [ 285 ] {0ac6fbe0-9782-4997-9706-04d5e91c4480} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3946 | 2024.12.21 01:18:38.190649 [ 113 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3947 | 2024.12.21 01:18:38.190725 [ 285 ] {0ac6fbe0-9782-4997-9706-04d5e91c4480} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002147 sec., 102002.79459711225 rows/sec., 8.89 MiB/sec. | ||
| 3948 | 2024.12.21 01:18:38.190733 [ 113 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3949 | 2024.12.21 01:18:38.190820 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3950 | 2024.12.21 01:18:38.190864 [ 285 ] {0ac6fbe0-9782-4997-9706-04d5e91c4480} <Debug> TCPHandler: Processed in 0.002699456 sec. | ||
| 3951 | 2024.12.21 01:18:38.191124 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::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 | ||
| 3952 | 2024.12.21 01:18:38.191209 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3953 | 2024.12.21 01:18:38.191323 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3954 | 2024.12.21 01:18:38.191394 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1434 rows starting from the beginning of the part | ||
| 3955 | 2024.12.21 01:18:38.191664 [ 287 ] {59eb53a1-af99-4c39-9020-aef85132b9f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3956 | 2024.12.21 01:18:38.191712 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 3957 | 2024.12.21 01:18:38.191989 [ 287 ] {59eb53a1-af99-4c39-9020-aef85132b9f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3958 | 2024.12.21 01:18:38.192035 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 124 rows starting from the beginning of the part | ||
| 3959 | 2024.12.21 01:18:38.192330 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 219 rows starting from the beginning of the part | ||
| 3960 | 2024.12.21 01:18:38.192672 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 126 rows starting from the beginning of the part | ||
| 3961 | 2024.12.21 01:18:38.192928 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 219 rows starting from the beginning of the part | ||
| 3962 | 2024.12.21 01:18:38.194614 [ 287 ] {59eb53a1-af99-4c39-9020-aef85132b9f4} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3963 | 2024.12.21 01:18:38.194688 [ 287 ] {59eb53a1-af99-4c39-9020-aef85132b9f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3964 | 2024.12.21 01:18:38.195806 [ 287 ] {59eb53a1-af99-4c39-9020-aef85132b9f4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3965 | 2024.12.21 01:18:38.196155 [ 287 ] {59eb53a1-af99-4c39-9020-aef85132b9f4} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3966 | 2024.12.21 01:18:38.196664 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2178 rows, containing 5 columns (5 merged, 0 gathered) in 0.005743976 sec., 379179.8572974539 rows/sec., 33.36 MiB/sec. | ||
| 3967 | 2024.12.21 01:18:38.196694 [ 287 ] {59eb53a1-af99-4c39-9020-aef85132b9f4} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.005244 sec., 2860.4118993135007 rows/sec., 201.68 KiB/sec. | ||
| 3968 | 2024.12.21 01:18:38.196789 [ 287 ] {59eb53a1-af99-4c39-9020-aef85132b9f4} <Debug> TCPHandler: Processed in 0.005790558 sec. | ||
| 3969 | 2024.12.21 01:18:38.196943 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3970 | 2024.12.21 01:18:38.197014 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3971 | 2024.12.21 01:18:38.197221 [ 285 ] {ac429301-6e4f-4699-96a5-048f7beb53a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3972 | 2024.12.21 01:18:38.197300 [ 285 ] {ac429301-6e4f-4699-96a5-048f7beb53a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3973 | 2024.12.21 01:18:38.197396 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_26_5} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3974 | 2024.12.21 01:18:38.197617 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_26_5} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3975 | 2024.12.21 01:18:38.197774 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 3976 | 2024.12.21 01:18:38.198293 [ 285 ] {ac429301-6e4f-4699-96a5-048f7beb53a1} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3977 | 2024.12.21 01:18:38.198338 [ 285 ] {ac429301-6e4f-4699-96a5-048f7beb53a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3978 | 2024.12.21 01:18:38.198710 [ 285 ] {ac429301-6e4f-4699-96a5-048f7beb53a1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3979 | 2024.12.21 01:18:38.198976 [ 285 ] {ac429301-6e4f-4699-96a5-048f7beb53a1} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3980 | 2024.12.21 01:18:38.199140 [ 113 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3981 | 2024.12.21 01:18:38.199199 [ 113 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3982 | 2024.12.21 01:18:38.199232 [ 285 ] {ac429301-6e4f-4699-96a5-048f7beb53a1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002058 sec., 6802.721088435374 rows/sec., 476.42 KiB/sec. | ||
| 3983 | 2024.12.21 01:18:38.199240 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3984 | 2024.12.21 01:18:38.199422 [ 285 ] {ac429301-6e4f-4699-96a5-048f7beb53a1} <Debug> TCPHandler: Processed in 0.002522683 sec. | ||
| 3985 | 2024.12.21 01:18:38.199464 [ 197 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::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 | ||
| 3986 | 2024.12.21 01:18:38.199601 [ 197 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3987 | 2024.12.21 01:18:38.199645 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3988 | 2024.12.21 01:18:38.199661 [ 197 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
| 3989 | 2024.12.21 01:18:38.199849 [ 197 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::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 | ||
| 3990 | 2024.12.21 01:18:38.200035 [ 287 ] {745d715c-e2fb-430f-b69b-b61f9b6c6d83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3991 | 2024.12.21 01:18:38.200216 [ 287 ] {745d715c-e2fb-430f-b69b-b61f9b6c6d83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3992 | 2024.12.21 01:18:38.200246 [ 197 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::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 | ||
| 3993 | 2024.12.21 01:18:38.200632 [ 197 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 242 rows starting from the beginning of the part | ||
| 3994 | 2024.12.21 01:18:38.201000 [ 197 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 3995 | 2024.12.21 01:18:38.201363 [ 197 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::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 | ||
| 3996 | 2024.12.21 01:18:38.202871 [ 287 ] {745d715c-e2fb-430f-b69b-b61f9b6c6d83} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3997 | 2024.12.21 01:18:38.202946 [ 287 ] {745d715c-e2fb-430f-b69b-b61f9b6c6d83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 3998 | 2024.12.21 01:18:38.203991 [ 287 ] {745d715c-e2fb-430f-b69b-b61f9b6c6d83} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3999 | 2024.12.21 01:18:38.204511 [ 197 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005148746 sec., 104879.9066801897 rows/sec., 7.51 MiB/sec. | ||
| 4000 | 2024.12.21 01:18:38.204528 [ 287 ] {745d715c-e2fb-430f-b69b-b61f9b6c6d83} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4001 | 2024.12.21 01:18:38.204716 [ 197 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4002 | 2024.12.21 01:18:38.205157 [ 287 ] {745d715c-e2fb-430f-b69b-b61f9b6c6d83} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005234 sec., 2483.760030569354 rows/sec., 154.86 KiB/sec. | ||
| 4003 | 2024.12.21 01:18:38.205344 [ 287 ] {745d715c-e2fb-430f-b69b-b61f9b6c6d83} <Debug> TCPHandler: Processed in 0.005795418 sec. | ||
| 4004 | 2024.12.21 01:18:38.205549 [ 197 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_11_2} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4005 | 2024.12.21 01:18:38.205561 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4006 | 2024.12.21 01:18:38.205667 [ 197 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_11_2} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4007 | 2024.12.21 01:18:38.205801 [ 285 ] {06a9c16c-dcd4-46a9-84e8-83794fd9d17b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4008 | 2024.12.21 01:18:38.205812 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 4009 | 2024.12.21 01:18:38.205882 [ 285 ] {06a9c16c-dcd4-46a9-84e8-83794fd9d17b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4010 | 2024.12.21 01:18:38.206618 [ 285 ] {06a9c16c-dcd4-46a9-84e8-83794fd9d17b} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4011 | 2024.12.21 01:18:38.206658 [ 285 ] {06a9c16c-dcd4-46a9-84e8-83794fd9d17b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4012 | 2024.12.21 01:18:38.207052 [ 285 ] {06a9c16c-dcd4-46a9-84e8-83794fd9d17b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4013 | 2024.12.21 01:18:38.207304 [ 285 ] {06a9c16c-dcd4-46a9-84e8-83794fd9d17b} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4014 | 2024.12.21 01:18:38.207479 [ 113 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4015 | 2024.12.21 01:18:38.207540 [ 113 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4016 | 2024.12.21 01:18:38.207557 [ 285 ] {06a9c16c-dcd4-46a9-84e8-83794fd9d17b} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001828 sec., 213347.92122538295 rows/sec., 15.13 MiB/sec. | ||
| 4017 | 2024.12.21 01:18:38.207574 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4018 | 2024.12.21 01:18:38.207760 [ 285 ] {06a9c16c-dcd4-46a9-84e8-83794fd9d17b} <Debug> TCPHandler: Processed in 0.002298519 sec. | ||
| 4019 | 2024.12.21 01:18:38.207885 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::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 | ||
| 4020 | 2024.12.21 01:18:38.208131 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4021 | 2024.12.21 01:18:38.208392 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4022 | 2024.12.21 01:18:38.208513 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::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 | ||
| 4023 | 2024.12.21 01:18:38.208560 [ 287 ] {dda8e2f3-c4b5-498a-a118-bedc12a7585c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4024 | 2024.12.21 01:18:38.208755 [ 287 ] {dda8e2f3-c4b5-498a-a118-bedc12a7585c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4025 | 2024.12.21 01:18:38.208863 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
| 4026 | 2024.12.21 01:18:38.209257 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 98 rows starting from the beginning of the part | ||
| 4027 | 2024.12.21 01:18:38.209614 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 390 rows starting from the beginning of the part | ||
| 4028 | 2024.12.21 01:18:38.209968 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 102 rows starting from the beginning of the part | ||
| 4029 | 2024.12.21 01:18:38.210213 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 390 rows starting from the beginning of the part | ||
| 4030 | 2024.12.21 01:18:38.211170 [ 287 ] {dda8e2f3-c4b5-498a-a118-bedc12a7585c} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4031 | 2024.12.21 01:18:38.211237 [ 287 ] {dda8e2f3-c4b5-498a-a118-bedc12a7585c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4032 | 2024.12.21 01:18:38.212273 [ 287 ] {dda8e2f3-c4b5-498a-a118-bedc12a7585c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4033 | 2024.12.21 01:18:38.212751 [ 287 ] {dda8e2f3-c4b5-498a-a118-bedc12a7585c} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4034 | 2024.12.21 01:18:38.212979 [ 113 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4035 | 2024.12.21 01:18:38.213107 [ 113 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4036 | 2024.12.21 01:18:38.213191 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4037 | 2024.12.21 01:18:38.213350 [ 287 ] {dda8e2f3-c4b5-498a-a118-bedc12a7585c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004839 sec., 1239.925604463732 rows/sec., 64.78 KiB/sec. | ||
| 4038 | 2024.12.21 01:18:38.213769 [ 189 ] {e812e360-0494-4e57-8c17-af8a076d0fed::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 | ||
| 4039 | 2024.12.21 01:18:38.213785 [ 287 ] {dda8e2f3-c4b5-498a-a118-bedc12a7585c} <Debug> TCPHandler: Processed in 0.005882559 sec. | ||
| 4040 | 2024.12.21 01:18:38.214003 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1956 rows, containing 5 columns (5 merged, 0 gathered) in 0.006309096 sec., 310028.5682766596 rows/sec., 23.73 MiB/sec. | ||
| 4041 | 2024.12.21 01:18:38.214123 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4042 | 2024.12.21 01:18:38.214190 [ 189 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4043 | 2024.12.21 01:18:38.214247 [ 189 ] {e812e360-0494-4e57-8c17-af8a076d0fed::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 | ||
| 4044 | 2024.12.21 01:18:38.214309 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4045 | 2024.12.21 01:18:38.214545 [ 285 ] {38f68c98-6403-451a-95bb-8fd398a26547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4046 | 2024.12.21 01:18:38.214609 [ 189 ] {e812e360-0494-4e57-8c17-af8a076d0fed::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 | ||
| 4047 | 2024.12.21 01:18:38.214941 [ 285 ] {38f68c98-6403-451a-95bb-8fd398a26547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4048 | 2024.12.21 01:18:38.215267 [ 189 ] {e812e360-0494-4e57-8c17-af8a076d0fed::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 | ||
| 4049 | 2024.12.21 01:18:38.215841 [ 189 ] {e812e360-0494-4e57-8c17-af8a076d0fed::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 | ||
| 4050 | 2024.12.21 01:18:38.215874 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_26_5} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4051 | 2024.12.21 01:18:38.216487 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_26_5} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4052 | 2024.12.21 01:18:38.216512 [ 189 ] {e812e360-0494-4e57-8c17-af8a076d0fed::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 | ||
| 4053 | 2024.12.21 01:18:38.216883 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4054 | 2024.12.21 01:18:38.217071 [ 189 ] {e812e360-0494-4e57-8c17-af8a076d0fed::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 | ||
| 4055 | 2024.12.21 01:18:38.218543 [ 285 ] {38f68c98-6403-451a-95bb-8fd398a26547} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4056 | 2024.12.21 01:18:38.218611 [ 285 ] {38f68c98-6403-451a-95bb-8fd398a26547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4057 | 2024.12.21 01:18:38.219746 [ 285 ] {38f68c98-6403-451a-95bb-8fd398a26547} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4058 | 2024.12.21 01:18:38.219763 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.006428958 sec., 10266.049334899993 rows/sec., 536.36 KiB/sec. | ||
| 4059 | 2024.12.21 01:18:38.219935 [ 187 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4060 | 2024.12.21 01:18:38.220070 [ 285 ] {38f68c98-6403-451a-95bb-8fd398a26547} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4061 | 2024.12.21 01:18:38.220288 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4062 | 2024.12.21 01:18:38.220389 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4063 | 2024.12.21 01:18:38.220460 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4064 | 2024.12.21 01:18:38.220469 [ 285 ] {38f68c98-6403-451a-95bb-8fd398a26547} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006144 sec., 38574.21875 rows/sec., 2.59 MiB/sec. | ||
| 4065 | 2024.12.21 01:18:38.220470 [ 187 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_11_2} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4066 | 2024.12.21 01:18:38.220811 [ 187 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_11_2} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4067 | 2024.12.21 01:18:38.220823 [ 285 ] {38f68c98-6403-451a-95bb-8fd398a26547} <Debug> TCPHandler: Processed in 0.006865306 sec. | ||
| 4068 | 2024.12.21 01:18:38.220969 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::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 | ||
| 4069 | 2024.12.21 01:18:38.221100 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4070 | 2024.12.21 01:18:38.221197 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4071 | 2024.12.21 01:18:38.221286 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4072 | 2024.12.21 01:18:38.221368 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7768 rows starting from the beginning of the part | ||
| 4073 | 2024.12.21 01:18:38.221395 [ 287 ] {c3d9e0cf-1676-4467-9f11-2b828402fb60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4074 | 2024.12.21 01:18:38.221601 [ 287 ] {c3d9e0cf-1676-4467-9f11-2b828402fb60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4075 | 2024.12.21 01:18:38.221626 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 128 rows starting from the beginning of the part | ||
| 4076 | 2024.12.21 01:18:38.222043 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 4077 | 2024.12.21 01:18:38.222441 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
| 4078 | 2024.12.21 01:18:38.222776 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 162 rows starting from the beginning of the part | ||
| 4079 | 2024.12.21 01:18:38.223059 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::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 | ||
| 4080 | 2024.12.21 01:18:38.224028 [ 287 ] {c3d9e0cf-1676-4467-9f11-2b828402fb60} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4081 | 2024.12.21 01:18:38.224095 [ 287 ] {c3d9e0cf-1676-4467-9f11-2b828402fb60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4082 | 2024.12.21 01:18:38.224692 [ 287 ] {c3d9e0cf-1676-4467-9f11-2b828402fb60} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4083 | 2024.12.21 01:18:38.225209 [ 287 ] {c3d9e0cf-1676-4467-9f11-2b828402fb60} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4084 | 2024.12.21 01:18:38.225709 [ 287 ] {c3d9e0cf-1676-4467-9f11-2b828402fb60} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004368 sec., 228.9377289377289 rows/sec., 15.43 KiB/sec. | ||
| 4085 | 2024.12.21 01:18:38.225891 [ 287 ] {c3d9e0cf-1676-4467-9f11-2b828402fb60} <Debug> TCPHandler: Processed in 0.004885472 sec. | ||
| 4086 | 2024.12.21 01:18:38.226161 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4087 | 2024.12.21 01:18:38.226421 [ 285 ] {01afee43-03af-4498-8153-c1c1103e3d89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4088 | 2024.12.21 01:18:38.226655 [ 285 ] {01afee43-03af-4498-8153-c1c1103e3d89} <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 | ||
| 4089 | 2024.12.21 01:18:38.228149 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8692 rows, containing 5 columns (5 merged, 0 gathered) in 0.007466356 sec., 1164155.5800446696 rows/sec., 78.54 MiB/sec. | ||
| 4090 | 2024.12.21 01:18:38.228424 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4091 | 2024.12.21 01:18:38.229130 [ 285 ] {01afee43-03af-4498-8153-c1c1103e3d89} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4092 | 2024.12.21 01:18:38.229138 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4093 | 2024.12.21 01:18:38.229192 [ 285 ] {01afee43-03af-4498-8153-c1c1103e3d89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4094 | 2024.12.21 01:18:38.229314 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4095 | 2024.12.21 01:18:38.229498 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
| 4096 | 2024.12.21 01:18:38.230082 [ 285 ] {01afee43-03af-4498-8153-c1c1103e3d89} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4097 | 2024.12.21 01:18:38.230377 [ 285 ] {01afee43-03af-4498-8153-c1c1103e3d89} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4098 | 2024.12.21 01:18:38.230638 [ 285 ] {01afee43-03af-4498-8153-c1c1103e3d89} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004272 sec., 1872.6591760299627 rows/sec., 3.36 MiB/sec. | ||
| 4099 | 2024.12.21 01:18:38.230746 [ 285 ] {01afee43-03af-4498-8153-c1c1103e3d89} <Debug> TCPHandler: Processed in 0.004729269 sec. | ||
| 4100 | 2024.12.21 01:18:38.230985 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4101 | 2024.12.21 01:18:38.231125 [ 287 ] {a60cc5f9-e501-493c-a6ee-682d5df1c959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4102 | 2024.12.21 01:18:38.231185 [ 287 ] {a60cc5f9-e501-493c-a6ee-682d5df1c959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4103 | 2024.12.21 01:18:38.231763 [ 287 ] {a60cc5f9-e501-493c-a6ee-682d5df1c959} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4104 | 2024.12.21 01:18:38.231810 [ 287 ] {a60cc5f9-e501-493c-a6ee-682d5df1c959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4105 | 2024.12.21 01:18:38.232209 [ 287 ] {a60cc5f9-e501-493c-a6ee-682d5df1c959} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4106 | 2024.12.21 01:18:38.232448 [ 287 ] {a60cc5f9-e501-493c-a6ee-682d5df1c959} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4107 | 2024.12.21 01:18:38.232618 [ 113 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4108 | 2024.12.21 01:18:38.232678 [ 113 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4109 | 2024.12.21 01:18:38.232699 [ 287 ] {a60cc5f9-e501-493c-a6ee-682d5df1c959} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001594 sec., 51442.91091593476 rows/sec., 3.27 MiB/sec. | ||
| 4110 | 2024.12.21 01:18:38.232716 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4111 | 2024.12.21 01:18:38.232886 [ 287 ] {a60cc5f9-e501-493c-a6ee-682d5df1c959} <Debug> TCPHandler: Processed in 0.001981273 sec. | ||
| 4112 | 2024.12.21 01:18:38.233310 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 4113 | 2024.12.21 01:18:38.233537 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4114 | 2024.12.21 01:18:38.233595 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1278 rows starting from the beginning of the part | ||
| 4115 | 2024.12.21 01:18:38.233778 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part | ||
| 4116 | 2024.12.21 01:18:38.233961 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 4117 | 2024.12.21 01:18:38.234071 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
| 4118 | 2024.12.21 01:18:38.234272 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 4119 | 2024.12.21 01:18:38.234391 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 4120 | 2024.12.21 01:18:38.235757 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1610 rows, containing 4 columns (4 merged, 0 gathered) in 0.00291542 sec., 552236.0414622936 rows/sec., 36.02 MiB/sec. | ||
| 4121 | 2024.12.21 01:18:38.235947 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4122 | 2024.12.21 01:18:38.236223 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_26_5} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4123 | 2024.12.21 01:18:38.236298 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_26_5} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4124 | 2024.12.21 01:18:38.236366 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 4125 | 2024.12.21 01:18:38.822259 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4126 | 2024.12.21 01:18:38.822326 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4127 | 2024.12.21 01:18:38.919528 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 4128 | 2024.12.21 01:18:38.920183 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4129 | 2024.12.21 01:18:38.920236 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4130 | 2024.12.21 01:18:38.920767 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4131 | 2024.12.21 01:18:38.921029 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4132 | 2024.12.21 01:18:38.921271 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 4133 | 2024.12.21 01:18:39.467586 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 4134 | 2024.12.21 01:18:39.487871 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4135 | 2024.12.21 01:18:39.487933 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4136 | 2024.12.21 01:18:39.495267 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4137 | 2024.12.21 01:18:39.496078 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4138 | 2024.12.21 01:18:39.498936 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 4139 | 2024.12.21 01:18:43.181810 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4140 | 2024.12.21 01:18:43.182032 [ 287 ] {3ef5adba-bb42-4f88-bc1a-54eadc0b7c9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4141 | 2024.12.21 01:18:43.182110 [ 287 ] {3ef5adba-bb42-4f88-bc1a-54eadc0b7c9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4142 | 2024.12.21 01:18:43.182913 [ 287 ] {3ef5adba-bb42-4f88-bc1a-54eadc0b7c9f} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4143 | 2024.12.21 01:18:43.182971 [ 287 ] {3ef5adba-bb42-4f88-bc1a-54eadc0b7c9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4144 | 2024.12.21 01:18:43.183435 [ 287 ] {3ef5adba-bb42-4f88-bc1a-54eadc0b7c9f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4145 | 2024.12.21 01:18:43.183704 [ 287 ] {3ef5adba-bb42-4f88-bc1a-54eadc0b7c9f} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4146 | 2024.12.21 01:18:43.183946 [ 287 ] {3ef5adba-bb42-4f88-bc1a-54eadc0b7c9f} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.001975 sec., 62784.81012658227 rows/sec., 5.33 MiB/sec. | ||
| 4147 | 2024.12.21 01:18:43.184014 [ 287 ] {3ef5adba-bb42-4f88-bc1a-54eadc0b7c9f} <Debug> TCPHandler: Processed in 0.00235332 sec. | ||
| 4148 | 2024.12.21 01:18:43.184259 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4149 | 2024.12.21 01:18:43.184450 [ 285 ] {348ac19a-8bc4-4da4-bccd-66b8054761af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4150 | 2024.12.21 01:18:43.184531 [ 285 ] {348ac19a-8bc4-4da4-bccd-66b8054761af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4151 | 2024.12.21 01:18:43.185304 [ 285 ] {348ac19a-8bc4-4da4-bccd-66b8054761af} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4152 | 2024.12.21 01:18:43.185348 [ 285 ] {348ac19a-8bc4-4da4-bccd-66b8054761af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4153 | 2024.12.21 01:18:43.185789 [ 285 ] {348ac19a-8bc4-4da4-bccd-66b8054761af} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4154 | 2024.12.21 01:18:43.186065 [ 285 ] {348ac19a-8bc4-4da4-bccd-66b8054761af} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4155 | 2024.12.21 01:18:43.186208 [ 103 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4156 | 2024.12.21 01:18:43.186260 [ 103 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4157 | 2024.12.21 01:18:43.186284 [ 285 ] {348ac19a-8bc4-4da4-bccd-66b8054761af} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001881 sec., 18075.491759702287 rows/sec., 1.33 MiB/sec. | ||
| 4158 | 2024.12.21 01:18:43.186291 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4159 | 2024.12.21 01:18:43.186386 [ 285 ] {348ac19a-8bc4-4da4-bccd-66b8054761af} <Debug> TCPHandler: Processed in 0.002255318 sec. | ||
| 4160 | 2024.12.21 01:18:43.186444 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::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 | ||
| 4161 | 2024.12.21 01:18:43.186589 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4162 | 2024.12.21 01:18:43.186589 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4163 | 2024.12.21 01:18:43.186661 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 63 rows starting from the beginning of the part | ||
| 4164 | 2024.12.21 01:18:43.186874 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 34 rows starting from the beginning of the part | ||
| 4165 | 2024.12.21 01:18:43.186916 [ 287 ] {88b2cd2e-1c5d-4894-926c-afa6e0bd89b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4166 | 2024.12.21 01:18:43.187185 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 15 rows starting from the beginning of the part | ||
| 4167 | 2024.12.21 01:18:43.187337 [ 287 ] {88b2cd2e-1c5d-4894-926c-afa6e0bd89b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4168 | 2024.12.21 01:18:43.187404 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 38 rows starting from the beginning of the part | ||
| 4169 | 2024.12.21 01:18:43.187706 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 15 rows starting from the beginning of the part | ||
| 4170 | 2024.12.21 01:18:43.188040 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
| 4171 | 2024.12.21 01:18:43.190036 [ 287 ] {88b2cd2e-1c5d-4894-926c-afa6e0bd89b0} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4172 | 2024.12.21 01:18:43.190105 [ 287 ] {88b2cd2e-1c5d-4894-926c-afa6e0bd89b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4173 | 2024.12.21 01:18:43.191209 [ 287 ] {88b2cd2e-1c5d-4894-926c-afa6e0bd89b0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4174 | 2024.12.21 01:18:43.191264 [ 192 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 5 columns (5 merged, 0 gathered) in 0.004868932 sec., 40871.38616846569 rows/sec., 3.10 MiB/sec. | ||
| 4175 | 2024.12.21 01:18:43.191548 [ 192 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4176 | 2024.12.21 01:18:43.191649 [ 287 ] {88b2cd2e-1c5d-4894-926c-afa6e0bd89b0} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4177 | 2024.12.21 01:18:43.192077 [ 287 ] {88b2cd2e-1c5d-4894-926c-afa6e0bd89b0} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.005322 sec., 18414.1300263059 rows/sec., 1.44 MiB/sec. | ||
| 4178 | 2024.12.21 01:18:43.192249 [ 287 ] {88b2cd2e-1c5d-4894-926c-afa6e0bd89b0} <Debug> TCPHandler: Processed in 0.005749887 sec. | ||
| 4179 | 2024.12.21 01:18:43.192271 [ 192 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_21_4} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4180 | 2024.12.21 01:18:43.192443 [ 192 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_21_4} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4181 | 2024.12.21 01:18:43.192457 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4182 | 2024.12.21 01:18:43.192601 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4183 | 2024.12.21 01:18:43.192676 [ 285 ] {2191212d-b507-4b4f-8c86-700678791c73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4184 | 2024.12.21 01:18:43.192741 [ 285 ] {2191212d-b507-4b4f-8c86-700678791c73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4185 | 2024.12.21 01:18:43.193382 [ 285 ] {2191212d-b507-4b4f-8c86-700678791c73} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4186 | 2024.12.21 01:18:43.193422 [ 285 ] {2191212d-b507-4b4f-8c86-700678791c73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4187 | 2024.12.21 01:18:43.193841 [ 285 ] {2191212d-b507-4b4f-8c86-700678791c73} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4188 | 2024.12.21 01:18:43.194101 [ 285 ] {2191212d-b507-4b4f-8c86-700678791c73} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4189 | 2024.12.21 01:18:43.194292 [ 285 ] {2191212d-b507-4b4f-8c86-700678791c73} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001667 sec., 95980.80383923215 rows/sec., 6.68 MiB/sec. | ||
| 4190 | 2024.12.21 01:18:43.194349 [ 285 ] {2191212d-b507-4b4f-8c86-700678791c73} <Debug> TCPHandler: Processed in 0.001982944 sec. | ||
| 4191 | 2024.12.21 01:18:43.194527 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4192 | 2024.12.21 01:18:43.194672 [ 287 ] {05f52cba-fe1c-4205-94ac-7ec5ae452dab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4193 | 2024.12.21 01:18:43.194769 [ 287 ] {05f52cba-fe1c-4205-94ac-7ec5ae452dab} <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 | ||
| 4194 | 2024.12.21 01:18:43.196008 [ 287 ] {05f52cba-fe1c-4205-94ac-7ec5ae452dab} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4195 | 2024.12.21 01:18:43.196050 [ 287 ] {05f52cba-fe1c-4205-94ac-7ec5ae452dab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4196 | 2024.12.21 01:18:43.196737 [ 287 ] {05f52cba-fe1c-4205-94ac-7ec5ae452dab} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4197 | 2024.12.21 01:18:43.196997 [ 287 ] {05f52cba-fe1c-4205-94ac-7ec5ae452dab} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4198 | 2024.12.21 01:18:43.197175 [ 103 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4199 | 2024.12.21 01:18:43.197244 [ 103 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4200 | 2024.12.21 01:18:43.197276 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4201 | 2024.12.21 01:18:43.197290 [ 287 ] {05f52cba-fe1c-4205-94ac-7ec5ae452dab} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002643 sec., 12864.169504351117 rows/sec., 23.05 MiB/sec. | ||
| 4202 | 2024.12.21 01:18:43.197718 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 4203 | 2024.12.21 01:18:43.198175 [ 287 ] {05f52cba-fe1c-4205-94ac-7ec5ae452dab} <Debug> TCPHandler: Processed in 0.003710882 sec. | ||
| 4204 | 2024.12.21 01:18:43.198424 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4205 | 2024.12.21 01:18:43.198626 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4206 | 2024.12.21 01:18:43.198716 [ 285 ] {cce3498f-688d-4de9-879e-5fd0ced810c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4207 | 2024.12.21 01:18:43.198790 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 274 rows starting from the beginning of the part | ||
| 4208 | 2024.12.21 01:18:43.198838 [ 285 ] {cce3498f-688d-4de9-879e-5fd0ced810c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4209 | 2024.12.21 01:18:43.200021 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 34 rows starting from the beginning of the part | ||
| 4210 | 2024.12.21 01:18:43.200768 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part | ||
| 4211 | 2024.12.21 01:18:43.201508 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 4212 | 2024.12.21 01:18:43.201746 [ 285 ] {cce3498f-688d-4de9-879e-5fd0ced810c2} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4213 | 2024.12.21 01:18:43.201889 [ 285 ] {cce3498f-688d-4de9-879e-5fd0ced810c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4214 | 2024.12.21 01:18:43.202238 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part | ||
| 4215 | 2024.12.21 01:18:43.202897 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
| 4216 | 2024.12.21 01:18:43.203701 [ 285 ] {cce3498f-688d-4de9-879e-5fd0ced810c2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4217 | 2024.12.21 01:18:43.204286 [ 285 ] {cce3498f-688d-4de9-879e-5fd0ced810c2} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4218 | 2024.12.21 01:18:43.204948 [ 285 ] {cce3498f-688d-4de9-879e-5fd0ced810c2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006282 sec., 9551.098376313275 rows/sec., 659.13 KiB/sec. | ||
| 4219 | 2024.12.21 01:18:43.205284 [ 285 ] {cce3498f-688d-4de9-879e-5fd0ced810c2} <Debug> TCPHandler: Processed in 0.006991497 sec. | ||
| 4220 | 2024.12.21 01:18:43.207973 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 19 columns (19 merged, 0 gathered) in 0.010606139 sec., 36959.72681481922 rows/sec., 66.23 MiB/sec. | ||
| 4221 | 2024.12.21 01:18:43.208750 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4222 | 2024.12.21 01:18:43.209194 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4223 | 2024.12.21 01:18:43.209270 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4224 | 2024.12.21 01:18:43.209379 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. | ||
| 4225 | 2024.12.21 01:18:43.520196 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4226 | 2024.12.21 01:18:43.520394 [ 287 ] {9e422784-7da5-4780-96c7-1222d04b4aa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4227 | 2024.12.21 01:18:43.520475 [ 287 ] {9e422784-7da5-4780-96c7-1222d04b4aa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4228 | 2024.12.21 01:18:43.521288 [ 287 ] {9e422784-7da5-4780-96c7-1222d04b4aa6} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4229 | 2024.12.21 01:18:43.521341 [ 287 ] {9e422784-7da5-4780-96c7-1222d04b4aa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4230 | 2024.12.21 01:18:43.521784 [ 287 ] {9e422784-7da5-4780-96c7-1222d04b4aa6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4231 | 2024.12.21 01:18:43.522068 [ 287 ] {9e422784-7da5-4780-96c7-1222d04b4aa6} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4232 | 2024.12.21 01:18:43.522355 [ 287 ] {9e422784-7da5-4780-96c7-1222d04b4aa6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002012 sec., 6958.250497017893 rows/sec., 500.90 KiB/sec. | ||
| 4233 | 2024.12.21 01:18:43.522579 [ 287 ] {9e422784-7da5-4780-96c7-1222d04b4aa6} <Debug> TCPHandler: Processed in 0.002525853 sec. | ||
| 4234 | 2024.12.21 01:18:43.522893 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4235 | 2024.12.21 01:18:43.523080 [ 285 ] {6987b546-1a03-4677-83d7-c202f2c43e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4236 | 2024.12.21 01:18:43.523152 [ 285 ] {6987b546-1a03-4677-83d7-c202f2c43e7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4237 | 2024.12.21 01:18:43.523913 [ 285 ] {6987b546-1a03-4677-83d7-c202f2c43e7b} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4238 | 2024.12.21 01:18:43.523958 [ 285 ] {6987b546-1a03-4677-83d7-c202f2c43e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4239 | 2024.12.21 01:18:43.524383 [ 285 ] {6987b546-1a03-4677-83d7-c202f2c43e7b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4240 | 2024.12.21 01:18:43.524656 [ 285 ] {6987b546-1a03-4677-83d7-c202f2c43e7b} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4241 | 2024.12.21 01:18:43.524868 [ 285 ] {6987b546-1a03-4677-83d7-c202f2c43e7b} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.00184 sec., 6521.739130434782 rows/sec., 531.80 KiB/sec. | ||
| 4242 | 2024.12.21 01:18:43.524936 [ 285 ] {6987b546-1a03-4677-83d7-c202f2c43e7b} <Debug> TCPHandler: Processed in 0.002171946 sec. | ||
| 4243 | 2024.12.21 01:18:43.525119 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4244 | 2024.12.21 01:18:43.525253 [ 287 ] {03aa396d-d325-49e8-a713-f616f18fcff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4245 | 2024.12.21 01:18:43.525312 [ 287 ] {03aa396d-d325-49e8-a713-f616f18fcff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4246 | 2024.12.21 01:18:43.526746 [ 287 ] {03aa396d-d325-49e8-a713-f616f18fcff2} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4247 | 2024.12.21 01:18:43.526792 [ 287 ] {03aa396d-d325-49e8-a713-f616f18fcff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4248 | 2024.12.21 01:18:43.527317 [ 287 ] {03aa396d-d325-49e8-a713-f616f18fcff2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4249 | 2024.12.21 01:18:43.527587 [ 287 ] {03aa396d-d325-49e8-a713-f616f18fcff2} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4250 | 2024.12.21 01:18:43.527821 [ 287 ] {03aa396d-d325-49e8-a713-f616f18fcff2} <Debug> executeQuery: Read 1365 rows, 116.09 KiB in 0.0026 sec., 525000 rows/sec., 43.60 MiB/sec. | ||
| 4251 | 2024.12.21 01:18:43.527888 [ 287 ] {03aa396d-d325-49e8-a713-f616f18fcff2} <Debug> TCPHandler: Processed in 0.002836367 sec. | ||
| 4252 | 2024.12.21 01:18:43.528069 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4253 | 2024.12.21 01:18:43.528200 [ 285 ] {6d0ff5a8-9922-4883-b541-4468d278ecff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4254 | 2024.12.21 01:18:43.528255 [ 285 ] {6d0ff5a8-9922-4883-b541-4468d278ecff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4255 | 2024.12.21 01:18:43.528894 [ 285 ] {6d0ff5a8-9922-4883-b541-4468d278ecff} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4256 | 2024.12.21 01:18:43.528935 [ 285 ] {6d0ff5a8-9922-4883-b541-4468d278ecff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4257 | 2024.12.21 01:18:43.529330 [ 285 ] {6d0ff5a8-9922-4883-b541-4468d278ecff} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4258 | 2024.12.21 01:18:43.529596 [ 285 ] {6d0ff5a8-9922-4883-b541-4468d278ecff} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4259 | 2024.12.21 01:18:43.529790 [ 285 ] {6d0ff5a8-9922-4883-b541-4468d278ecff} <Debug> executeQuery: Read 27 rows, 1.90 KiB in 0.001619 sec., 16676.961087090796 rows/sec., 1.14 MiB/sec. | ||
| 4260 | 2024.12.21 01:18:43.529853 [ 285 ] {6d0ff5a8-9922-4883-b541-4468d278ecff} <Debug> TCPHandler: Processed in 0.001846881 sec. | ||
| 4261 | 2024.12.21 01:18:43.530021 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4262 | 2024.12.21 01:18:43.530157 [ 287 ] {8fe89176-af82-4b9d-832a-9a1a4298f761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4263 | 2024.12.21 01:18:43.530217 [ 287 ] {8fe89176-af82-4b9d-832a-9a1a4298f761} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4264 | 2024.12.21 01:18:43.530951 [ 287 ] {8fe89176-af82-4b9d-832a-9a1a4298f761} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4265 | 2024.12.21 01:18:43.530995 [ 287 ] {8fe89176-af82-4b9d-832a-9a1a4298f761} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4266 | 2024.12.21 01:18:43.531407 [ 287 ] {8fe89176-af82-4b9d-832a-9a1a4298f761} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4267 | 2024.12.21 01:18:43.531669 [ 287 ] {8fe89176-af82-4b9d-832a-9a1a4298f761} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4268 | 2024.12.21 01:18:43.531886 [ 287 ] {8fe89176-af82-4b9d-832a-9a1a4298f761} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001759 sec., 137578.16941444002 rows/sec., 9.32 MiB/sec. | ||
| 4269 | 2024.12.21 01:18:43.531945 [ 287 ] {8fe89176-af82-4b9d-832a-9a1a4298f761} <Debug> TCPHandler: Processed in 0.001987823 sec. | ||
| 4270 | 2024.12.21 01:18:43.532111 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4271 | 2024.12.21 01:18:43.532237 [ 285 ] {e7c07d61-c553-46db-9f81-c642ba3f6277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4272 | 2024.12.21 01:18:43.532288 [ 285 ] {e7c07d61-c553-46db-9f81-c642ba3f6277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4273 | 2024.12.21 01:18:43.532907 [ 285 ] {e7c07d61-c553-46db-9f81-c642ba3f6277} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4274 | 2024.12.21 01:18:43.532945 [ 285 ] {e7c07d61-c553-46db-9f81-c642ba3f6277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4275 | 2024.12.21 01:18:43.533329 [ 285 ] {e7c07d61-c553-46db-9f81-c642ba3f6277} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4276 | 2024.12.21 01:18:43.533579 [ 285 ] {e7c07d61-c553-46db-9f81-c642ba3f6277} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4277 | 2024.12.21 01:18:43.533766 [ 285 ] {e7c07d61-c553-46db-9f81-c642ba3f6277} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001556 sec., 8354.755784061696 rows/sec., 520.92 KiB/sec. | ||
| 4278 | 2024.12.21 01:18:43.533819 [ 285 ] {e7c07d61-c553-46db-9f81-c642ba3f6277} <Debug> TCPHandler: Processed in 0.00176712 sec. | ||
| 4279 | 2024.12.21 01:18:43.533985 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4280 | 2024.12.21 01:18:43.534121 [ 287 ] {91b01929-0b1b-471d-92ad-ccba2c7f8cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4281 | 2024.12.21 01:18:43.534180 [ 287 ] {91b01929-0b1b-471d-92ad-ccba2c7f8cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4282 | 2024.12.21 01:18:43.535226 [ 287 ] {91b01929-0b1b-471d-92ad-ccba2c7f8cb1} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4283 | 2024.12.21 01:18:43.535265 [ 287 ] {91b01929-0b1b-471d-92ad-ccba2c7f8cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4284 | 2024.12.21 01:18:43.535665 [ 287 ] {91b01929-0b1b-471d-92ad-ccba2c7f8cb1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4285 | 2024.12.21 01:18:43.535900 [ 287 ] {91b01929-0b1b-471d-92ad-ccba2c7f8cb1} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4286 | 2024.12.21 01:18:43.536117 [ 287 ] {91b01929-0b1b-471d-92ad-ccba2c7f8cb1} <Debug> executeQuery: Read 858 rows, 63.59 KiB in 0.002028 sec., 423076.9230769231 rows/sec., 30.62 MiB/sec. | ||
| 4287 | 2024.12.21 01:18:43.536173 [ 287 ] {91b01929-0b1b-471d-92ad-ccba2c7f8cb1} <Debug> TCPHandler: Processed in 0.002243358 sec. | ||
| 4288 | 2024.12.21 01:18:43.536337 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4289 | 2024.12.21 01:18:43.536479 [ 285 ] {7a57d0c0-4194-475b-bf2c-3b4d9599d8bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4290 | 2024.12.21 01:18:43.536541 [ 285 ] {7a57d0c0-4194-475b-bf2c-3b4d9599d8bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4291 | 2024.12.21 01:18:43.537104 [ 285 ] {7a57d0c0-4194-475b-bf2c-3b4d9599d8bf} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4292 | 2024.12.21 01:18:43.537144 [ 285 ] {7a57d0c0-4194-475b-bf2c-3b4d9599d8bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4293 | 2024.12.21 01:18:43.537535 [ 285 ] {7a57d0c0-4194-475b-bf2c-3b4d9599d8bf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4294 | 2024.12.21 01:18:43.537809 [ 285 ] {7a57d0c0-4194-475b-bf2c-3b4d9599d8bf} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4295 | 2024.12.21 01:18:43.537993 [ 285 ] {7a57d0c0-4194-475b-bf2c-3b4d9599d8bf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001546 sec., 3880.9831824062094 rows/sec., 202.77 KiB/sec. | ||
| 4296 | 2024.12.21 01:18:43.538048 [ 285 ] {7a57d0c0-4194-475b-bf2c-3b4d9599d8bf} <Debug> TCPHandler: Processed in 0.00177736 sec. | ||
| 4297 | 2024.12.21 01:18:43.538209 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4298 | 2024.12.21 01:18:43.538333 [ 287 ] {abdf64c4-e4ce-4766-8b5b-9ca6d9058bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4299 | 2024.12.21 01:18:43.538390 [ 287 ] {abdf64c4-e4ce-4766-8b5b-9ca6d9058bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4300 | 2024.12.21 01:18:43.539181 [ 287 ] {abdf64c4-e4ce-4766-8b5b-9ca6d9058bfa} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4301 | 2024.12.21 01:18:43.539223 [ 287 ] {abdf64c4-e4ce-4766-8b5b-9ca6d9058bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4302 | 2024.12.21 01:18:43.539698 [ 287 ] {abdf64c4-e4ce-4766-8b5b-9ca6d9058bfa} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4303 | 2024.12.21 01:18:43.539952 [ 287 ] {abdf64c4-e4ce-4766-8b5b-9ca6d9058bfa} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4304 | 2024.12.21 01:18:43.540170 [ 287 ] {abdf64c4-e4ce-4766-8b5b-9ca6d9058bfa} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.001862 sec., 516111.70784103114 rows/sec., 34.30 MiB/sec. | ||
| 4305 | 2024.12.21 01:18:43.540226 [ 287 ] {abdf64c4-e4ce-4766-8b5b-9ca6d9058bfa} <Debug> TCPHandler: Processed in 0.002080755 sec. | ||
| 4306 | 2024.12.21 01:18:43.540383 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4307 | 2024.12.21 01:18:43.540521 [ 285 ] {093aae03-694f-4051-ac37-24b8f1babbe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4308 | 2024.12.21 01:18:43.540583 [ 285 ] {093aae03-694f-4051-ac37-24b8f1babbe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4309 | 2024.12.21 01:18:43.541125 [ 285 ] {093aae03-694f-4051-ac37-24b8f1babbe7} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4310 | 2024.12.21 01:18:43.541164 [ 285 ] {093aae03-694f-4051-ac37-24b8f1babbe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4311 | 2024.12.21 01:18:43.541530 [ 285 ] {093aae03-694f-4051-ac37-24b8f1babbe7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4312 | 2024.12.21 01:18:43.541781 [ 285 ] {093aae03-694f-4051-ac37-24b8f1babbe7} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4313 | 2024.12.21 01:18:43.541963 [ 285 ] {093aae03-694f-4051-ac37-24b8f1babbe7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001473 sec., 678.8866259334692 rows/sec., 45.75 KiB/sec. | ||
| 4314 | 2024.12.21 01:18:43.542014 [ 285 ] {093aae03-694f-4051-ac37-24b8f1babbe7} <Debug> TCPHandler: Processed in 0.001699398 sec. | ||
| 4315 | 2024.12.21 01:18:43.542161 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4316 | 2024.12.21 01:18:43.542278 [ 287 ] {0a92b3d7-a4b9-4bbe-8a84-12c17f68a729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4317 | 2024.12.21 01:18:43.542364 [ 287 ] {0a92b3d7-a4b9-4bbe-8a84-12c17f68a729} <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 | ||
| 4318 | 2024.12.21 01:18:43.543488 [ 287 ] {0a92b3d7-a4b9-4bbe-8a84-12c17f68a729} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4319 | 2024.12.21 01:18:43.543529 [ 287 ] {0a92b3d7-a4b9-4bbe-8a84-12c17f68a729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4320 | 2024.12.21 01:18:43.544127 [ 287 ] {0a92b3d7-a4b9-4bbe-8a84-12c17f68a729} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4321 | 2024.12.21 01:18:43.544388 [ 287 ] {0a92b3d7-a4b9-4bbe-8a84-12c17f68a729} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4322 | 2024.12.21 01:18:43.544650 [ 287 ] {0a92b3d7-a4b9-4bbe-8a84-12c17f68a729} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002395 sec., 3340.292275574113 rows/sec., 5.99 MiB/sec. | ||
| 4323 | 2024.12.21 01:18:43.544753 [ 287 ] {0a92b3d7-a4b9-4bbe-8a84-12c17f68a729} <Debug> TCPHandler: Processed in 0.002654194 sec. | ||
| 4324 | 2024.12.21 01:18:43.544909 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4325 | 2024.12.21 01:18:43.545034 [ 285 ] {d81b329f-1ec2-4d00-ad9e-4979a8e69740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4326 | 2024.12.21 01:18:43.545096 [ 285 ] {d81b329f-1ec2-4d00-ad9e-4979a8e69740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4327 | 2024.12.21 01:18:43.545694 [ 285 ] {d81b329f-1ec2-4d00-ad9e-4979a8e69740} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4328 | 2024.12.21 01:18:43.545740 [ 285 ] {d81b329f-1ec2-4d00-ad9e-4979a8e69740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4329 | 2024.12.21 01:18:43.546174 [ 285 ] {d81b329f-1ec2-4d00-ad9e-4979a8e69740} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4330 | 2024.12.21 01:18:43.546451 [ 285 ] {d81b329f-1ec2-4d00-ad9e-4979a8e69740} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4331 | 2024.12.21 01:18:43.546672 [ 285 ] {d81b329f-1ec2-4d00-ad9e-4979a8e69740} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001664 sec., 20432.69230769231 rows/sec., 1.19 MiB/sec. | ||
| 4332 | 2024.12.21 01:18:43.546726 [ 285 ] {d81b329f-1ec2-4d00-ad9e-4979a8e69740} <Debug> TCPHandler: Processed in 0.001873852 sec. | ||
| 4333 | 2024.12.21 01:18:44.000195 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.88 MiB, peak 188.11 MiB, free memory in arenas 0.00 B, will set to 182.80 MiB (RSS), difference: -1.08 MiB | ||
| 4334 | 2024.12.21 01:18:44.001075 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 626 | ||
| 4335 | 2024.12.21 01:18:44.004584 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4336 | 2024.12.21 01:18:44.004633 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4337 | 2024.12.21 01:18:44.006146 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4338 | 2024.12.21 01:18:44.006466 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4339 | 2024.12.21 01:18:44.007045 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 626 | ||
| 4340 | 2024.12.21 01:18:46.421371 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 4341 | 2024.12.21 01:18:46.422109 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4342 | 2024.12.21 01:18:46.422162 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4343 | 2024.12.21 01:18:46.422691 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4344 | 2024.12.21 01:18:46.422981 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4345 | 2024.12.21 01:18:46.423287 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 4346 | 2024.12.21 01:18:46.999002 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4347 | 2024.12.21 01:18:47.020915 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4348 | 2024.12.21 01:18:47.020973 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4349 | 2024.12.21 01:18:47.028776 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4350 | 2024.12.21 01:18:47.029620 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4351 | 2024.12.21 01:18:47.032893 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4352 | 2024.12.21 01:18:48.178825 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4353 | 2024.12.21 01:18:48.179038 [ 287 ] {51844719-624b-4e2a-bdf5-5160c3e311f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4354 | 2024.12.21 01:18:48.179123 [ 287 ] {51844719-624b-4e2a-bdf5-5160c3e311f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4355 | 2024.12.21 01:18:48.179936 [ 287 ] {51844719-624b-4e2a-bdf5-5160c3e311f1} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4356 | 2024.12.21 01:18:48.179980 [ 287 ] {51844719-624b-4e2a-bdf5-5160c3e311f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4357 | 2024.12.21 01:18:48.180442 [ 287 ] {51844719-624b-4e2a-bdf5-5160c3e311f1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4358 | 2024.12.21 01:18:48.180693 [ 287 ] {51844719-624b-4e2a-bdf5-5160c3e311f1} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4359 | 2024.12.21 01:18:48.180934 [ 287 ] {51844719-624b-4e2a-bdf5-5160c3e311f1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001956 sec., 28629.856850715747 rows/sec., 2.19 MiB/sec. | ||
| 4360 | 2024.12.21 01:18:48.180999 [ 287 ] {51844719-624b-4e2a-bdf5-5160c3e311f1} <Debug> TCPHandler: Processed in 0.002317989 sec. | ||
| 4361 | 2024.12.21 01:18:48.181341 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4362 | 2024.12.21 01:18:48.181648 [ 285 ] {e2f8677a-dcf8-4fc8-a444-16257374b240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4363 | 2024.12.21 01:18:48.181765 [ 285 ] {e2f8677a-dcf8-4fc8-a444-16257374b240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4364 | 2024.12.21 01:18:48.182731 [ 285 ] {e2f8677a-dcf8-4fc8-a444-16257374b240} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4365 | 2024.12.21 01:18:48.182778 [ 285 ] {e2f8677a-dcf8-4fc8-a444-16257374b240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4366 | 2024.12.21 01:18:48.183231 [ 285 ] {e2f8677a-dcf8-4fc8-a444-16257374b240} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4367 | 2024.12.21 01:18:48.183480 [ 285 ] {e2f8677a-dcf8-4fc8-a444-16257374b240} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4368 | 2024.12.21 01:18:48.183718 [ 285 ] {e2f8677a-dcf8-4fc8-a444-16257374b240} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002159 sec., 29643.353404353868 rows/sec., 2.31 MiB/sec. | ||
| 4369 | 2024.12.21 01:18:48.183783 [ 285 ] {e2f8677a-dcf8-4fc8-a444-16257374b240} <Debug> TCPHandler: Processed in 0.002632104 sec. | ||
| 4370 | 2024.12.21 01:18:48.183930 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4371 | 2024.12.21 01:18:48.184059 [ 287 ] {073af700-4b0d-4617-810a-0f33fd2b2ba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4372 | 2024.12.21 01:18:48.184117 [ 287 ] {073af700-4b0d-4617-810a-0f33fd2b2ba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4373 | 2024.12.21 01:18:48.184786 [ 287 ] {073af700-4b0d-4617-810a-0f33fd2b2ba8} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4374 | 2024.12.21 01:18:48.184833 [ 287 ] {073af700-4b0d-4617-810a-0f33fd2b2ba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4375 | 2024.12.21 01:18:48.185297 [ 287 ] {073af700-4b0d-4617-810a-0f33fd2b2ba8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4376 | 2024.12.21 01:18:48.185540 [ 287 ] {073af700-4b0d-4617-810a-0f33fd2b2ba8} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4377 | 2024.12.21 01:18:48.185765 [ 287 ] {073af700-4b0d-4617-810a-0f33fd2b2ba8} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001738 sec., 73647.87111622555 rows/sec., 5.13 MiB/sec. | ||
| 4378 | 2024.12.21 01:18:48.185819 [ 287 ] {073af700-4b0d-4617-810a-0f33fd2b2ba8} <Debug> TCPHandler: Processed in 0.001948723 sec. | ||
| 4379 | 2024.12.21 01:18:48.185968 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4380 | 2024.12.21 01:18:48.186094 [ 285 ] {b1e16d0e-64e1-44b0-b6df-28455d8b8d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4381 | 2024.12.21 01:18:48.186150 [ 285 ] {b1e16d0e-64e1-44b0-b6df-28455d8b8d3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4382 | 2024.12.21 01:18:48.186754 [ 285 ] {b1e16d0e-64e1-44b0-b6df-28455d8b8d3a} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4383 | 2024.12.21 01:18:48.186801 [ 285 ] {b1e16d0e-64e1-44b0-b6df-28455d8b8d3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4384 | 2024.12.21 01:18:48.187246 [ 285 ] {b1e16d0e-64e1-44b0-b6df-28455d8b8d3a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4385 | 2024.12.21 01:18:48.187491 [ 285 ] {b1e16d0e-64e1-44b0-b6df-28455d8b8d3a} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4386 | 2024.12.21 01:18:48.187697 [ 285 ] {b1e16d0e-64e1-44b0-b6df-28455d8b8d3a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001633 sec., 29393.7538273117 rows/sec., 1.98 MiB/sec. | ||
| 4387 | 2024.12.21 01:18:48.187806 [ 285 ] {b1e16d0e-64e1-44b0-b6df-28455d8b8d3a} <Debug> TCPHandler: Processed in 0.001896832 sec. | ||
| 4388 | 2024.12.21 01:18:53.182082 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4389 | 2024.12.21 01:18:53.182311 [ 287 ] {62312d6a-b502-4922-b495-647fb101e46a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4390 | 2024.12.21 01:18:53.182384 [ 287 ] {62312d6a-b502-4922-b495-647fb101e46a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4391 | 2024.12.21 01:18:53.183185 [ 287 ] {62312d6a-b502-4922-b495-647fb101e46a} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4392 | 2024.12.21 01:18:53.183236 [ 287 ] {62312d6a-b502-4922-b495-647fb101e46a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4393 | 2024.12.21 01:18:53.183667 [ 287 ] {62312d6a-b502-4922-b495-647fb101e46a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4394 | 2024.12.21 01:18:53.183914 [ 287 ] {62312d6a-b502-4922-b495-647fb101e46a} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4395 | 2024.12.21 01:18:53.184151 [ 287 ] {62312d6a-b502-4922-b495-647fb101e46a} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.001901 sec., 65228.82693319306 rows/sec., 5.54 MiB/sec. | ||
| 4396 | 2024.12.21 01:18:53.184207 [ 287 ] {62312d6a-b502-4922-b495-647fb101e46a} <Debug> TCPHandler: Processed in 0.002278708 sec. | ||
| 4397 | 2024.12.21 01:18:53.184481 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4398 | 2024.12.21 01:18:53.184702 [ 285 ] {ab939d66-5d4f-4090-9a4f-9e17491de0a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4399 | 2024.12.21 01:18:53.184793 [ 285 ] {ab939d66-5d4f-4090-9a4f-9e17491de0a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4400 | 2024.12.21 01:18:53.185609 [ 285 ] {ab939d66-5d4f-4090-9a4f-9e17491de0a5} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4401 | 2024.12.21 01:18:53.185658 [ 285 ] {ab939d66-5d4f-4090-9a4f-9e17491de0a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4402 | 2024.12.21 01:18:53.186081 [ 285 ] {ab939d66-5d4f-4090-9a4f-9e17491de0a5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4403 | 2024.12.21 01:18:53.186330 [ 285 ] {ab939d66-5d4f-4090-9a4f-9e17491de0a5} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4404 | 2024.12.21 01:18:53.186623 [ 285 ] {ab939d66-5d4f-4090-9a4f-9e17491de0a5} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.00198 sec., 17171.717171717173 rows/sec., 1.26 MiB/sec. | ||
| 4405 | 2024.12.21 01:18:53.186852 [ 285 ] {ab939d66-5d4f-4090-9a4f-9e17491de0a5} <Debug> TCPHandler: Processed in 0.002508262 sec. | ||
| 4406 | 2024.12.21 01:18:53.187027 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4407 | 2024.12.21 01:18:53.187172 [ 287 ] {0839b54f-30b6-4c10-b644-1f612971f20a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4408 | 2024.12.21 01:18:53.187229 [ 287 ] {0839b54f-30b6-4c10-b644-1f612971f20a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4409 | 2024.12.21 01:18:53.187866 [ 287 ] {0839b54f-30b6-4c10-b644-1f612971f20a} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4410 | 2024.12.21 01:18:53.187904 [ 287 ] {0839b54f-30b6-4c10-b644-1f612971f20a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4411 | 2024.12.21 01:18:53.188270 [ 287 ] {0839b54f-30b6-4c10-b644-1f612971f20a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4412 | 2024.12.21 01:18:53.188500 [ 287 ] {0839b54f-30b6-4c10-b644-1f612971f20a} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4413 | 2024.12.21 01:18:53.188708 [ 287 ] {0839b54f-30b6-4c10-b644-1f612971f20a} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001564 sec., 62659.84654731458 rows/sec., 4.89 MiB/sec. | ||
| 4414 | 2024.12.21 01:18:53.188820 [ 287 ] {0839b54f-30b6-4c10-b644-1f612971f20a} <Debug> TCPHandler: Processed in 0.001856222 sec. | ||
| 4415 | 2024.12.21 01:18:53.189015 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4416 | 2024.12.21 01:18:53.189147 [ 285 ] {9d6c8fb8-5bb1-466a-9176-d91654227b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4417 | 2024.12.21 01:18:53.189201 [ 285 ] {9d6c8fb8-5bb1-466a-9176-d91654227b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4418 | 2024.12.21 01:18:53.189788 [ 285 ] {9d6c8fb8-5bb1-466a-9176-d91654227b3e} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4419 | 2024.12.21 01:18:53.189826 [ 285 ] {9d6c8fb8-5bb1-466a-9176-d91654227b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4420 | 2024.12.21 01:18:53.190233 [ 285 ] {9d6c8fb8-5bb1-466a-9176-d91654227b3e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4421 | 2024.12.21 01:18:53.190473 [ 285 ] {9d6c8fb8-5bb1-466a-9176-d91654227b3e} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4422 | 2024.12.21 01:18:53.190694 [ 285 ] {9d6c8fb8-5bb1-466a-9176-d91654227b3e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001576 sec., 101522.84263959392 rows/sec., 7.07 MiB/sec. | ||
| 4423 | 2024.12.21 01:18:53.190750 [ 285 ] {9d6c8fb8-5bb1-466a-9176-d91654227b3e} <Debug> TCPHandler: Processed in 0.001835841 sec. | ||
| 4424 | 2024.12.21 01:18:53.190914 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4425 | 2024.12.21 01:18:53.191030 [ 287 ] {c363f1e9-142f-41d4-8f2e-1936e6f3983d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4426 | 2024.12.21 01:18:53.191113 [ 287 ] {c363f1e9-142f-41d4-8f2e-1936e6f3983d} <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 | ||
| 4427 | 2024.12.21 01:18:53.192310 [ 287 ] {c363f1e9-142f-41d4-8f2e-1936e6f3983d} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4428 | 2024.12.21 01:18:53.192350 [ 287 ] {c363f1e9-142f-41d4-8f2e-1936e6f3983d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4429 | 2024.12.21 01:18:53.193024 [ 287 ] {c363f1e9-142f-41d4-8f2e-1936e6f3983d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4430 | 2024.12.21 01:18:53.193279 [ 287 ] {c363f1e9-142f-41d4-8f2e-1936e6f3983d} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4431 | 2024.12.21 01:18:53.193529 [ 287 ] {c363f1e9-142f-41d4-8f2e-1936e6f3983d} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002523 sec., 13476.020610384463 rows/sec., 24.15 MiB/sec. | ||
| 4432 | 2024.12.21 01:18:53.193622 [ 287 ] {c363f1e9-142f-41d4-8f2e-1936e6f3983d} <Debug> TCPHandler: Processed in 0.002767707 sec. | ||
| 4433 | 2024.12.21 01:18:53.193802 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4434 | 2024.12.21 01:18:53.193944 [ 285 ] {b5513578-27ff-4802-8d85-4d086df269ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4435 | 2024.12.21 01:18:53.194006 [ 285 ] {b5513578-27ff-4802-8d85-4d086df269ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4436 | 2024.12.21 01:18:53.194571 [ 285 ] {b5513578-27ff-4802-8d85-4d086df269ca} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4437 | 2024.12.21 01:18:53.194610 [ 285 ] {b5513578-27ff-4802-8d85-4d086df269ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4438 | 2024.12.21 01:18:53.194986 [ 285 ] {b5513578-27ff-4802-8d85-4d086df269ca} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4439 | 2024.12.21 01:18:53.195222 [ 285 ] {b5513578-27ff-4802-8d85-4d086df269ca} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4440 | 2024.12.21 01:18:53.195431 [ 285 ] {b5513578-27ff-4802-8d85-4d086df269ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001521 sec., 39447.731755424065 rows/sec., 2.66 MiB/sec. | ||
| 4441 | 2024.12.21 01:18:53.195482 [ 285 ] {b5513578-27ff-4802-8d85-4d086df269ca} <Debug> TCPHandler: Processed in 0.001748759 sec. | ||
| 4442 | 2024.12.21 01:18:53.822371 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4443 | 2024.12.21 01:18:53.822439 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4444 | 2024.12.21 01:18:53.923406 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 4445 | 2024.12.21 01:18:53.924042 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4446 | 2024.12.21 01:18:53.924091 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4447 | 2024.12.21 01:18:53.924691 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4448 | 2024.12.21 01:18:53.924955 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4449 | 2024.12.21 01:18:53.925208 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4450 | 2024.12.21 01:18:54.007297 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 646 | ||
| 4451 | 2024.12.21 01:18:54.010089 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4452 | 2024.12.21 01:18:54.010149 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4453 | 2024.12.21 01:18:54.011614 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4454 | 2024.12.21 01:18:54.011927 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4455 | 2024.12.21 01:18:54.013033 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 646 | ||
| 4456 | 2024.12.21 01:18:54.532965 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4457 | 2024.12.21 01:18:54.554638 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4458 | 2024.12.21 01:18:54.554694 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4459 | 2024.12.21 01:18:54.563002 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4460 | 2024.12.21 01:18:54.563788 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4461 | 2024.12.21 01:18:54.567103 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4462 | 2024.12.21 01:18:58.185373 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4463 | 2024.12.21 01:18:58.185681 [ 287 ] {840bf362-5e5f-4d14-b187-2faf4770927d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4464 | 2024.12.21 01:18:58.185810 [ 287 ] {840bf362-5e5f-4d14-b187-2faf4770927d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4465 | 2024.12.21 01:18:58.186846 [ 287 ] {840bf362-5e5f-4d14-b187-2faf4770927d} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4466 | 2024.12.21 01:18:58.186901 [ 287 ] {840bf362-5e5f-4d14-b187-2faf4770927d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4467 | 2024.12.21 01:18:58.187367 [ 287 ] {840bf362-5e5f-4d14-b187-2faf4770927d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4468 | 2024.12.21 01:18:58.187622 [ 287 ] {840bf362-5e5f-4d14-b187-2faf4770927d} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4469 | 2024.12.21 01:18:58.187827 [ 84 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4470 | 2024.12.21 01:18:58.187895 [ 287 ] {840bf362-5e5f-4d14-b187-2faf4770927d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002298 sec., 6092.25413402959 rows/sec., 438.56 KiB/sec. | ||
| 4471 | 2024.12.21 01:18:58.187922 [ 84 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4472 | 2024.12.21 01:18:58.187990 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4473 | 2024.12.21 01:18:58.188036 [ 287 ] {840bf362-5e5f-4d14-b187-2faf4770927d} <Debug> TCPHandler: Processed in 0.002855328 sec. | ||
| 4474 | 2024.12.21 01:18:58.188406 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4475 | 2024.12.21 01:18:58.188597 [ 201 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 4476 | 2024.12.21 01:18:58.188738 [ 285 ] {554ca047-ea4c-41b0-a0bf-5c4dbca8fdb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4477 | 2024.12.21 01:18:58.188864 [ 285 ] {554ca047-ea4c-41b0-a0bf-5c4dbca8fdb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4478 | 2024.12.21 01:18:58.188885 [ 201 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4479 | 2024.12.21 01:18:58.188986 [ 201 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 4480 | 2024.12.21 01:18:58.189264 [ 201 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 4481 | 2024.12.21 01:18:58.189561 [ 201 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 4482 | 2024.12.21 01:18:58.189984 [ 201 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 4483 | 2024.12.21 01:18:58.190474 [ 201 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 4484 | 2024.12.21 01:18:58.192336 [ 285 ] {554ca047-ea4c-41b0-a0bf-5c4dbca8fdb0} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4485 | 2024.12.21 01:18:58.192419 [ 285 ] {554ca047-ea4c-41b0-a0bf-5c4dbca8fdb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4486 | 2024.12.21 01:18:58.193112 [ 190 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004953413 sec., 14131.670426027467 rows/sec., 1.05 MiB/sec. | ||
| 4487 | 2024.12.21 01:18:58.193467 [ 186 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4488 | 2024.12.21 01:18:58.193537 [ 285 ] {554ca047-ea4c-41b0-a0bf-5c4dbca8fdb0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4489 | 2024.12.21 01:18:58.194011 [ 186 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_13_3} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4490 | 2024.12.21 01:18:58.194079 [ 285 ] {554ca047-ea4c-41b0-a0bf-5c4dbca8fdb0} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4491 | 2024.12.21 01:18:58.194192 [ 186 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_13_3} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4492 | 2024.12.21 01:18:58.194420 [ 84 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4493 | 2024.12.21 01:18:58.194451 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4494 | 2024.12.21 01:18:58.194536 [ 84 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4495 | 2024.12.21 01:18:58.194593 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4496 | 2024.12.21 01:18:58.194652 [ 285 ] {554ca047-ea4c-41b0-a0bf-5c4dbca8fdb0} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.005992 sec., 36548.73164218959 rows/sec., 3.18 MiB/sec. | ||
| 4497 | 2024.12.21 01:18:58.194862 [ 201 ] {8764a240-aeef-47a2-ac76-52564e180b58::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 | ||
| 4498 | 2024.12.21 01:18:58.194870 [ 285 ] {554ca047-ea4c-41b0-a0bf-5c4dbca8fdb0} <Debug> TCPHandler: Processed in 0.006688953 sec. | ||
| 4499 | 2024.12.21 01:18:58.195074 [ 201 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4500 | 2024.12.21 01:18:58.195126 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4501 | 2024.12.21 01:18:58.195143 [ 201 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1436 rows starting from the beginning of the part | ||
| 4502 | 2024.12.21 01:18:58.195340 [ 201 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 124 rows starting from the beginning of the part | ||
| 4503 | 2024.12.21 01:18:58.195634 [ 287 ] {df180fa0-ad54-4744-b561-976fd9c8e9e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4504 | 2024.12.21 01:18:58.195703 [ 201 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1365 rows starting from the beginning of the part | ||
| 4505 | 2024.12.21 01:18:58.195803 [ 287 ] {df180fa0-ad54-4744-b561-976fd9c8e9e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4506 | 2024.12.21 01:18:58.196032 [ 201 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 4507 | 2024.12.21 01:18:58.196415 [ 201 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 124 rows starting from the beginning of the part | ||
| 4508 | 2024.12.21 01:18:58.196764 [ 201 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 219 rows starting from the beginning of the part | ||
| 4509 | 2024.12.21 01:18:58.198494 [ 287 ] {df180fa0-ad54-4744-b561-976fd9c8e9e8} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4510 | 2024.12.21 01:18:58.198566 [ 287 ] {df180fa0-ad54-4744-b561-976fd9c8e9e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4511 | 2024.12.21 01:18:58.199477 [ 287 ] {df180fa0-ad54-4744-b561-976fd9c8e9e8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4512 | 2024.12.21 01:18:58.199825 [ 287 ] {df180fa0-ad54-4744-b561-976fd9c8e9e8} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4513 | 2024.12.21 01:18:58.200371 [ 287 ] {df180fa0-ad54-4744-b561-976fd9c8e9e8} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.004923 sec., 3046.9226081657525 rows/sec., 214.83 KiB/sec. | ||
| 4514 | 2024.12.21 01:18:58.200893 [ 287 ] {df180fa0-ad54-4744-b561-976fd9c8e9e8} <Debug> TCPHandler: Processed in 0.005872669 sec. | ||
| 4515 | 2024.12.21 01:18:58.201051 [ 186 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3324 rows, containing 5 columns (5 merged, 0 gathered) in 0.006355167 sec., 523038.96970764105 rows/sec., 45.68 MiB/sec. | ||
| 4516 | 2024.12.21 01:18:58.201188 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4517 | 2024.12.21 01:18:58.201392 [ 285 ] {b0c38bab-024d-4dd1-a3ef-cc781779a929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4518 | 2024.12.21 01:18:58.201418 [ 186 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4519 | 2024.12.21 01:18:58.201494 [ 285 ] {b0c38bab-024d-4dd1-a3ef-cc781779a929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4520 | 2024.12.21 01:18:58.201983 [ 186 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_31_6} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4521 | 2024.12.21 01:18:58.202231 [ 186 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_31_6} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4522 | 2024.12.21 01:18:58.202358 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 4523 | 2024.12.21 01:18:58.202627 [ 285 ] {b0c38bab-024d-4dd1-a3ef-cc781779a929} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4524 | 2024.12.21 01:18:58.202671 [ 285 ] {b0c38bab-024d-4dd1-a3ef-cc781779a929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4525 | 2024.12.21 01:18:58.203041 [ 285 ] {b0c38bab-024d-4dd1-a3ef-cc781779a929} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4526 | 2024.12.21 01:18:58.203300 [ 285 ] {b0c38bab-024d-4dd1-a3ef-cc781779a929} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4527 | 2024.12.21 01:18:58.203516 [ 285 ] {b0c38bab-024d-4dd1-a3ef-cc781779a929} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002182 sec., 6416.131989000917 rows/sec., 449.34 KiB/sec. | ||
| 4528 | 2024.12.21 01:18:58.203572 [ 285 ] {b0c38bab-024d-4dd1-a3ef-cc781779a929} <Debug> TCPHandler: Processed in 0.002542883 sec. | ||
| 4529 | 2024.12.21 01:18:58.203748 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4530 | 2024.12.21 01:18:58.203889 [ 287 ] {d64ae935-806f-48e9-87fd-9cf78b13bade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4531 | 2024.12.21 01:18:58.203948 [ 287 ] {d64ae935-806f-48e9-87fd-9cf78b13bade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4532 | 2024.12.21 01:18:58.204611 [ 287 ] {d64ae935-806f-48e9-87fd-9cf78b13bade} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4533 | 2024.12.21 01:18:58.204652 [ 287 ] {d64ae935-806f-48e9-87fd-9cf78b13bade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4534 | 2024.12.21 01:18:58.205015 [ 287 ] {d64ae935-806f-48e9-87fd-9cf78b13bade} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4535 | 2024.12.21 01:18:58.205255 [ 287 ] {d64ae935-806f-48e9-87fd-9cf78b13bade} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4536 | 2024.12.21 01:18:58.205418 [ 83 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4537 | 2024.12.21 01:18:58.205488 [ 83 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4538 | 2024.12.21 01:18:58.205488 [ 287 ] {d64ae935-806f-48e9-87fd-9cf78b13bade} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00162 sec., 8024.691358024692 rows/sec., 500.34 KiB/sec. | ||
| 4539 | 2024.12.21 01:18:58.205528 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4540 | 2024.12.21 01:18:58.205646 [ 287 ] {d64ae935-806f-48e9-87fd-9cf78b13bade} <Debug> TCPHandler: Processed in 0.001968513 sec. | ||
| 4541 | 2024.12.21 01:18:58.205872 [ 191 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 4542 | 2024.12.21 01:18:58.205995 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4543 | 2024.12.21 01:18:58.206319 [ 191 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4544 | 2024.12.21 01:18:58.206340 [ 285 ] {bacdaa04-fc9c-4891-95c6-5e3437d0e63e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4545 | 2024.12.21 01:18:58.206356 [ 191 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 4546 | 2024.12.21 01:18:58.206409 [ 285 ] {bacdaa04-fc9c-4891-95c6-5e3437d0e63e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4547 | 2024.12.21 01:18:58.206563 [ 191 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 4548 | 2024.12.21 01:18:58.206978 [ 191 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 4549 | 2024.12.21 01:18:58.207392 [ 191 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 4550 | 2024.12.21 01:18:58.207790 [ 191 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 4551 | 2024.12.21 01:18:58.208967 [ 285 ] {bacdaa04-fc9c-4891-95c6-5e3437d0e63e} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4552 | 2024.12.21 01:18:58.209017 [ 285 ] {bacdaa04-fc9c-4891-95c6-5e3437d0e63e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4553 | 2024.12.21 01:18:58.209415 [ 191 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003771453 sec., 17234.73685075752 rows/sec., 1.12 MiB/sec. | ||
| 4554 | 2024.12.21 01:18:58.209540 [ 191 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4555 | 2024.12.21 01:18:58.209607 [ 285 ] {bacdaa04-fc9c-4891-95c6-5e3437d0e63e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4556 | 2024.12.21 01:18:58.209848 [ 191 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_13_3} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4557 | 2024.12.21 01:18:58.209928 [ 285 ] {bacdaa04-fc9c-4891-95c6-5e3437d0e63e} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4558 | 2024.12.21 01:18:58.209968 [ 191 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_13_3} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4559 | 2024.12.21 01:18:58.210070 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4560 | 2024.12.21 01:18:58.210110 [ 83 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4561 | 2024.12.21 01:18:58.210158 [ 83 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4562 | 2024.12.21 01:18:58.210185 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4563 | 2024.12.21 01:18:58.210201 [ 285 ] {bacdaa04-fc9c-4891-95c6-5e3437d0e63e} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.003903 sec., 99923.13604919294 rows/sec., 7.09 MiB/sec. | ||
| 4564 | 2024.12.21 01:18:58.210450 [ 285 ] {bacdaa04-fc9c-4891-95c6-5e3437d0e63e} <Debug> TCPHandler: Processed in 0.004653789 sec. | ||
| 4565 | 2024.12.21 01:18:58.210501 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::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 | ||
| 4566 | 2024.12.21 01:18:58.210863 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4567 | 2024.12.21 01:18:58.210873 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4568 | 2024.12.21 01:18:58.210904 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::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 | ||
| 4569 | 2024.12.21 01:18:58.211023 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 98 rows starting from the beginning of the part | ||
| 4570 | 2024.12.21 01:18:58.211435 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 858 rows starting from the beginning of the part | ||
| 4571 | 2024.12.21 01:18:58.211583 [ 287 ] {6d6ff990-1a8b-4b4b-bc9c-c31a926eac16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4572 | 2024.12.21 01:18:58.211798 [ 287 ] {6d6ff990-1a8b-4b4b-bc9c-c31a926eac16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4573 | 2024.12.21 01:18:58.211810 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 4574 | 2024.12.21 01:18:58.212139 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 98 rows starting from the beginning of the part | ||
| 4575 | 2024.12.21 01:18:58.212547 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 390 rows starting from the beginning of the part | ||
| 4576 | 2024.12.21 01:18:58.213813 [ 287 ] {6d6ff990-1a8b-4b4b-bc9c-c31a926eac16} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4577 | 2024.12.21 01:18:58.213882 [ 287 ] {6d6ff990-1a8b-4b4b-bc9c-c31a926eac16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4578 | 2024.12.21 01:18:58.214946 [ 287 ] {6d6ff990-1a8b-4b4b-bc9c-c31a926eac16} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4579 | 2024.12.21 01:18:58.215294 [ 287 ] {6d6ff990-1a8b-4b4b-bc9c-c31a926eac16} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4580 | 2024.12.21 01:18:58.215742 [ 287 ] {6d6ff990-1a8b-4b4b-bc9c-c31a926eac16} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004515 sec., 1328.9036544850499 rows/sec., 69.43 KiB/sec. | ||
| 4581 | 2024.12.21 01:18:58.215961 [ 287 ] {6d6ff990-1a8b-4b4b-bc9c-c31a926eac16} <Debug> TCPHandler: Processed in 0.005384481 sec. | ||
| 4582 | 2024.12.21 01:18:58.215970 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.005724256 sec., 423461.1449942141 rows/sec., 32.49 MiB/sec. | ||
| 4583 | 2024.12.21 01:18:58.216174 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4584 | 2024.12.21 01:18:58.216182 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4585 | 2024.12.21 01:18:58.216318 [ 285 ] {9cb73f6f-15ea-4a98-a9d3-e5b082f18890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4586 | 2024.12.21 01:18:58.216386 [ 285 ] {9cb73f6f-15ea-4a98-a9d3-e5b082f18890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4587 | 2024.12.21 01:18:58.216512 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_31_6} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4588 | 2024.12.21 01:18:58.216646 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_31_6} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4589 | 2024.12.21 01:18:58.216737 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 4590 | 2024.12.21 01:18:58.217174 [ 285 ] {9cb73f6f-15ea-4a98-a9d3-e5b082f18890} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4591 | 2024.12.21 01:18:58.217213 [ 285 ] {9cb73f6f-15ea-4a98-a9d3-e5b082f18890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4592 | 2024.12.21 01:18:58.217609 [ 285 ] {9cb73f6f-15ea-4a98-a9d3-e5b082f18890} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4593 | 2024.12.21 01:18:58.217854 [ 285 ] {9cb73f6f-15ea-4a98-a9d3-e5b082f18890} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4594 | 2024.12.21 01:18:58.217973 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4595 | 2024.12.21 01:18:58.218006 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4596 | 2024.12.21 01:18:58.218026 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4597 | 2024.12.21 01:18:58.218046 [ 285 ] {9cb73f6f-15ea-4a98-a9d3-e5b082f18890} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001764 sec., 134353.74149659864 rows/sec., 9.01 MiB/sec. | ||
| 4598 | 2024.12.21 01:18:58.218255 [ 285 ] {9cb73f6f-15ea-4a98-a9d3-e5b082f18890} <Debug> TCPHandler: Processed in 0.002149106 sec. | ||
| 4599 | 2024.12.21 01:18:58.218290 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::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 | ||
| 4600 | 2024.12.21 01:18:58.218431 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4601 | 2024.12.21 01:18:58.218468 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4602 | 2024.12.21 01:18:58.218509 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8692 rows starting from the beginning of the part | ||
| 4603 | 2024.12.21 01:18:58.218756 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::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 | ||
| 4604 | 2024.12.21 01:18:58.218795 [ 287 ] {0ff6af6a-a0ec-430e-9688-bcf9e9d369f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4605 | 2024.12.21 01:18:58.219043 [ 287 ] {0ff6af6a-a0ec-430e-9688-bcf9e9d369f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4606 | 2024.12.21 01:18:58.219063 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 961 rows starting from the beginning of the part | ||
| 4607 | 2024.12.21 01:18:58.219502 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 128 rows starting from the beginning of the part | ||
| 4608 | 2024.12.21 01:18:58.219811 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 4609 | 2024.12.21 01:18:58.220227 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
| 4610 | 2024.12.21 01:18:58.221552 [ 287 ] {0ff6af6a-a0ec-430e-9688-bcf9e9d369f9} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4611 | 2024.12.21 01:18:58.221606 [ 287 ] {0ff6af6a-a0ec-430e-9688-bcf9e9d369f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4612 | 2024.12.21 01:18:58.222106 [ 287 ] {0ff6af6a-a0ec-430e-9688-bcf9e9d369f9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4613 | 2024.12.21 01:18:58.222610 [ 287 ] {0ff6af6a-a0ec-430e-9688-bcf9e9d369f9} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4614 | 2024.12.21 01:18:58.223164 [ 287 ] {0ff6af6a-a0ec-430e-9688-bcf9e9d369f9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004563 sec., 219.15406530791145 rows/sec., 14.77 KiB/sec. | ||
| 4615 | 2024.12.21 01:18:58.223344 [ 287 ] {0ff6af6a-a0ec-430e-9688-bcf9e9d369f9} <Debug> TCPHandler: Processed in 0.004981924 sec. | ||
| 4616 | 2024.12.21 01:18:58.223509 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4617 | 2024.12.21 01:18:58.223749 [ 285 ] {f98bd6ee-a30c-4326-912e-c83ef733f084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4618 | 2024.12.21 01:18:58.223892 [ 285 ] {f98bd6ee-a30c-4326-912e-c83ef733f084} <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 | ||
| 4619 | 2024.12.21 01:18:58.225540 [ 285 ] {f98bd6ee-a30c-4326-912e-c83ef733f084} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4620 | 2024.12.21 01:18:58.225593 [ 285 ] {f98bd6ee-a30c-4326-912e-c83ef733f084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4621 | 2024.12.21 01:18:58.226024 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10338 rows, containing 5 columns (5 merged, 0 gathered) in 0.007934933 sec., 1302846.539472986 rows/sec., 87.89 MiB/sec. | ||
| 4622 | 2024.12.21 01:18:58.226349 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4623 | 2024.12.21 01:18:58.226662 [ 285 ] {f98bd6ee-a30c-4326-912e-c83ef733f084} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4624 | 2024.12.21 01:18:58.226731 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4625 | 2024.12.21 01:18:58.226823 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4626 | 2024.12.21 01:18:58.226918 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB. | ||
| 4627 | 2024.12.21 01:18:58.227002 [ 285 ] {f98bd6ee-a30c-4326-912e-c83ef733f084} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4628 | 2024.12.21 01:18:58.227209 [ 285 ] {f98bd6ee-a30c-4326-912e-c83ef733f084} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003493 sec., 2290.294875465216 rows/sec., 4.10 MiB/sec. | ||
| 4629 | 2024.12.21 01:18:58.227306 [ 285 ] {f98bd6ee-a30c-4326-912e-c83ef733f084} <Debug> TCPHandler: Processed in 0.003865305 sec. | ||
| 4630 | 2024.12.21 01:18:58.227466 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4631 | 2024.12.21 01:18:58.227605 [ 287 ] {3692c062-e85e-4b63-bd8b-d192d8f8f7e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4632 | 2024.12.21 01:18:58.227667 [ 287 ] {3692c062-e85e-4b63-bd8b-d192d8f8f7e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4633 | 2024.12.21 01:18:58.228273 [ 287 ] {3692c062-e85e-4b63-bd8b-d192d8f8f7e3} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4634 | 2024.12.21 01:18:58.228320 [ 287 ] {3692c062-e85e-4b63-bd8b-d192d8f8f7e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4635 | 2024.12.21 01:18:58.228715 [ 287 ] {3692c062-e85e-4b63-bd8b-d192d8f8f7e3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4636 | 2024.12.21 01:18:58.228955 [ 287 ] {3692c062-e85e-4b63-bd8b-d192d8f8f7e3} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4637 | 2024.12.21 01:18:58.229112 [ 83 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4638 | 2024.12.21 01:18:58.229168 [ 83 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4639 | 2024.12.21 01:18:58.229201 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4640 | 2024.12.21 01:18:58.229207 [ 287 ] {3692c062-e85e-4b63-bd8b-d192d8f8f7e3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001625 sec., 50461.53846153846 rows/sec., 3.20 MiB/sec. | ||
| 4641 | 2024.12.21 01:18:58.229326 [ 287 ] {3692c062-e85e-4b63-bd8b-d192d8f8f7e3} <Debug> TCPHandler: Processed in 0.001923703 sec. | ||
| 4642 | 2024.12.21 01:18:58.229380 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 4643 | 2024.12.21 01:18:58.229502 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4644 | 2024.12.21 01:18:58.229537 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1610 rows starting from the beginning of the part | ||
| 4645 | 2024.12.21 01:18:58.229657 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 4646 | 2024.12.21 01:18:58.229752 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part | ||
| 4647 | 2024.12.21 01:18:58.229959 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part | ||
| 4648 | 2024.12.21 01:18:58.230236 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 4649 | 2024.12.21 01:18:58.230532 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
| 4650 | 2024.12.21 01:18:58.231923 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1894 rows, containing 4 columns (4 merged, 0 gathered) in 0.002643324 sec., 716522.0759921977 rows/sec., 46.72 MiB/sec. | ||
| 4651 | 2024.12.21 01:18:58.232131 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4652 | 2024.12.21 01:18:58.232406 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_31_6} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4653 | 2024.12.21 01:18:58.232481 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_31_6} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4654 | 2024.12.21 01:18:58.232547 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4655 | 2024.12.21 01:19:01.425320 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 4656 | 2024.12.21 01:19:01.426015 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4657 | 2024.12.21 01:19:01.426065 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4658 | 2024.12.21 01:19:01.426598 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4659 | 2024.12.21 01:19:01.426864 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4660 | 2024.12.21 01:19:01.427102 [ 77 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4661 | 2024.12.21 01:19:01.427140 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 4662 | 2024.12.21 01:19:01.427187 [ 77 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4663 | 2024.12.21 01:19:01.427215 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4664 | 2024.12.21 01:19:01.427367 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::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 | ||
| 4665 | 2024.12.21 01:19:01.427534 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4666 | 2024.12.21 01:19:01.427581 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::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 | ||
| 4667 | 2024.12.21 01:19:01.427661 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part | ||
| 4668 | 2024.12.21 01:19:01.427911 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part | ||
| 4669 | 2024.12.21 01:19:01.428103 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part | ||
| 4670 | 2024.12.21 01:19:01.428237 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part | ||
| 4671 | 2024.12.21 01:19:01.428426 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part | ||
| 4672 | 2024.12.21 01:19:01.431040 [ 189 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003746353 sec., 2588917.808866383 rows/sec., 37.03 MiB/sec. | ||
| 4673 | 2024.12.21 01:19:01.431279 [ 194 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4674 | 2024.12.21 01:19:01.431595 [ 194 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_21_4} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4675 | 2024.12.21 01:19:01.431684 [ 194 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_21_4} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4676 | 2024.12.21 01:19:01.431785 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. | ||
| 4677 | 2024.12.21 01:19:02.067169 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4678 | 2024.12.21 01:19:02.090011 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4679 | 2024.12.21 01:19:02.090075 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4680 | 2024.12.21 01:19:02.097651 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4681 | 2024.12.21 01:19:02.098430 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4682 | 2024.12.21 01:19:02.098802 [ 77 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4683 | 2024.12.21 01:19:02.098933 [ 77 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4684 | 2024.12.21 01:19:02.099005 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4685 | 2024.12.21 01:19:02.099459 [ 198 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 4686 | 2024.12.21 01:19:02.114197 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4687 | 2024.12.21 01:19:02.115868 [ 198 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4688 | 2024.12.21 01:19:02.117547 [ 198 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 4689 | 2024.12.21 01:19:02.123458 [ 198 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 4690 | 2024.12.21 01:19:02.131103 [ 198 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 4691 | 2024.12.21 01:19:02.136911 [ 198 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 4692 | 2024.12.21 01:19:02.142877 [ 198 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 4693 | 2024.12.21 01:19:02.147545 [ 198 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 4694 | 2024.12.21 01:19:02.208168 [ 198 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.109000915 sec., 1458.7033512516844 rows/sec., 7.54 MiB/sec. | ||
| 4695 | 2024.12.21 01:19:02.210872 [ 196 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4696 | 2024.12.21 01:19:02.213934 [ 196 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_21_4} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4697 | 2024.12.21 01:19:02.214063 [ 196 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_21_4} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4698 | 2024.12.21 01:19:02.216525 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4699 | 2024.12.21 01:19:03.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.30 MiB, peak 196.86 MiB, free memory in arenas 0.00 B, will set to 188.20 MiB (RSS), difference: 1.90 MiB | ||
| 4700 | 2024.12.21 01:19:03.181494 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4701 | 2024.12.21 01:19:03.181683 [ 287 ] {695b7aaf-d81c-4b77-9b97-7f89e45ed056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4702 | 2024.12.21 01:19:03.181755 [ 287 ] {695b7aaf-d81c-4b77-9b97-7f89e45ed056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4703 | 2024.12.21 01:19:03.182525 [ 287 ] {695b7aaf-d81c-4b77-9b97-7f89e45ed056} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4704 | 2024.12.21 01:19:03.182569 [ 287 ] {695b7aaf-d81c-4b77-9b97-7f89e45ed056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4705 | 2024.12.21 01:19:03.183057 [ 287 ] {695b7aaf-d81c-4b77-9b97-7f89e45ed056} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4706 | 2024.12.21 01:19:03.183357 [ 287 ] {695b7aaf-d81c-4b77-9b97-7f89e45ed056} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4707 | 2024.12.21 01:19:03.183654 [ 287 ] {695b7aaf-d81c-4b77-9b97-7f89e45ed056} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002015 sec., 992.5558312655088 rows/sec., 80.94 KiB/sec. | ||
| 4708 | 2024.12.21 01:19:03.183871 [ 287 ] {695b7aaf-d81c-4b77-9b97-7f89e45ed056} <Debug> TCPHandler: Processed in 0.002511703 sec. | ||
| 4709 | 2024.12.21 01:19:03.184156 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4710 | 2024.12.21 01:19:03.184374 [ 285 ] {ccd57046-fdb1-44e9-9110-3af65e2651b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4711 | 2024.12.21 01:19:03.184458 [ 285 ] {ccd57046-fdb1-44e9-9110-3af65e2651b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4712 | 2024.12.21 01:19:03.185310 [ 285 ] {ccd57046-fdb1-44e9-9110-3af65e2651b3} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4713 | 2024.12.21 01:19:03.185360 [ 285 ] {ccd57046-fdb1-44e9-9110-3af65e2651b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4714 | 2024.12.21 01:19:03.185821 [ 285 ] {ccd57046-fdb1-44e9-9110-3af65e2651b3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4715 | 2024.12.21 01:19:03.186085 [ 285 ] {ccd57046-fdb1-44e9-9110-3af65e2651b3} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4716 | 2024.12.21 01:19:03.186337 [ 285 ] {ccd57046-fdb1-44e9-9110-3af65e2651b3} <Debug> executeQuery: Read 125 rows, 10.86 KiB in 0.002022 sec., 61819.98021760633 rows/sec., 5.24 MiB/sec. | ||
| 4717 | 2024.12.21 01:19:03.186484 [ 285 ] {ccd57046-fdb1-44e9-9110-3af65e2651b3} <Debug> TCPHandler: Processed in 0.002466821 sec. | ||
| 4718 | 2024.12.21 01:19:03.186678 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4719 | 2024.12.21 01:19:03.186817 [ 287 ] {c6b294b5-c775-44bc-b648-421962bd4a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4720 | 2024.12.21 01:19:03.186875 [ 287 ] {c6b294b5-c775-44bc-b648-421962bd4a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4721 | 2024.12.21 01:19:03.187580 [ 287 ] {c6b294b5-c775-44bc-b648-421962bd4a7d} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4722 | 2024.12.21 01:19:03.187619 [ 287 ] {c6b294b5-c775-44bc-b648-421962bd4a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4723 | 2024.12.21 01:19:03.187995 [ 287 ] {c6b294b5-c775-44bc-b648-421962bd4a7d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4724 | 2024.12.21 01:19:03.188241 [ 287 ] {c6b294b5-c775-44bc-b648-421962bd4a7d} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4725 | 2024.12.21 01:19:03.188423 [ 287 ] {c6b294b5-c775-44bc-b648-421962bd4a7d} <Debug> executeQuery: Read 36 rows, 2.70 KiB in 0.001637 sec., 21991.447770311544 rows/sec., 1.61 MiB/sec. | ||
| 4726 | 2024.12.21 01:19:03.188478 [ 287 ] {c6b294b5-c775-44bc-b648-421962bd4a7d} <Debug> TCPHandler: Processed in 0.001870581 sec. | ||
| 4727 | 2024.12.21 01:19:03.188672 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4728 | 2024.12.21 01:19:03.188822 [ 285 ] {38e5cd3c-0db1-44c3-86d0-fdd897b84dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4729 | 2024.12.21 01:19:03.188888 [ 285 ] {38e5cd3c-0db1-44c3-86d0-fdd897b84dba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4730 | 2024.12.21 01:19:03.189642 [ 285 ] {38e5cd3c-0db1-44c3-86d0-fdd897b84dba} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4731 | 2024.12.21 01:19:03.189683 [ 285 ] {38e5cd3c-0db1-44c3-86d0-fdd897b84dba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4732 | 2024.12.21 01:19:03.190072 [ 285 ] {38e5cd3c-0db1-44c3-86d0-fdd897b84dba} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4733 | 2024.12.21 01:19:03.190326 [ 285 ] {38e5cd3c-0db1-44c3-86d0-fdd897b84dba} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4734 | 2024.12.21 01:19:03.190520 [ 285 ] {38e5cd3c-0db1-44c3-86d0-fdd897b84dba} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001734 sec., 57670.12687427912 rows/sec., 4.51 MiB/sec. | ||
| 4735 | 2024.12.21 01:19:03.190579 [ 285 ] {38e5cd3c-0db1-44c3-86d0-fdd897b84dba} <Debug> TCPHandler: Processed in 0.001977463 sec. | ||
| 4736 | 2024.12.21 01:19:03.190736 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4737 | 2024.12.21 01:19:03.190873 [ 287 ] {ac69242f-58bd-4d5c-a56a-ac06c120d612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4738 | 2024.12.21 01:19:03.190936 [ 287 ] {ac69242f-58bd-4d5c-a56a-ac06c120d612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4739 | 2024.12.21 01:19:03.191616 [ 287 ] {ac69242f-58bd-4d5c-a56a-ac06c120d612} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4740 | 2024.12.21 01:19:03.191655 [ 287 ] {ac69242f-58bd-4d5c-a56a-ac06c120d612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4741 | 2024.12.21 01:19:03.192054 [ 287 ] {ac69242f-58bd-4d5c-a56a-ac06c120d612} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4742 | 2024.12.21 01:19:03.192289 [ 287 ] {ac69242f-58bd-4d5c-a56a-ac06c120d612} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4743 | 2024.12.21 01:19:03.192546 [ 287 ] {ac69242f-58bd-4d5c-a56a-ac06c120d612} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001691 sec., 95209.93494973388 rows/sec., 6.63 MiB/sec. | ||
| 4744 | 2024.12.21 01:19:03.192721 [ 287 ] {ac69242f-58bd-4d5c-a56a-ac06c120d612} <Debug> TCPHandler: Processed in 0.002041844 sec. | ||
| 4745 | 2024.12.21 01:19:03.192980 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4746 | 2024.12.21 01:19:03.193166 [ 285 ] {cf7bdb39-ec29-42c6-ad60-0158b3f2affe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4747 | 2024.12.21 01:19:03.193263 [ 285 ] {cf7bdb39-ec29-42c6-ad60-0158b3f2affe} <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 | ||
| 4748 | 2024.12.21 01:19:03.194542 [ 285 ] {cf7bdb39-ec29-42c6-ad60-0158b3f2affe} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4749 | 2024.12.21 01:19:03.194580 [ 285 ] {cf7bdb39-ec29-42c6-ad60-0158b3f2affe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4750 | 2024.12.21 01:19:03.195257 [ 285 ] {cf7bdb39-ec29-42c6-ad60-0158b3f2affe} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4751 | 2024.12.21 01:19:03.195531 [ 285 ] {cf7bdb39-ec29-42c6-ad60-0158b3f2affe} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4752 | 2024.12.21 01:19:03.195742 [ 285 ] {cf7bdb39-ec29-42c6-ad60-0158b3f2affe} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002609 sec., 13031.81295515523 rows/sec., 23.35 MiB/sec. | ||
| 4753 | 2024.12.21 01:19:03.195848 [ 285 ] {cf7bdb39-ec29-42c6-ad60-0158b3f2affe} <Debug> TCPHandler: Processed in 0.003010271 sec. | ||
| 4754 | 2024.12.21 01:19:03.196020 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4755 | 2024.12.21 01:19:03.196158 [ 287 ] {3083d2bf-7a22-4662-93e9-57932b7e6e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4756 | 2024.12.21 01:19:03.196217 [ 287 ] {3083d2bf-7a22-4662-93e9-57932b7e6e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4757 | 2024.12.21 01:19:03.196749 [ 287 ] {3083d2bf-7a22-4662-93e9-57932b7e6e3b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4758 | 2024.12.21 01:19:03.196787 [ 287 ] {3083d2bf-7a22-4662-93e9-57932b7e6e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4759 | 2024.12.21 01:19:03.197158 [ 287 ] {3083d2bf-7a22-4662-93e9-57932b7e6e3b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4760 | 2024.12.21 01:19:03.197388 [ 287 ] {3083d2bf-7a22-4662-93e9-57932b7e6e3b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4761 | 2024.12.21 01:19:03.197589 [ 287 ] {3083d2bf-7a22-4662-93e9-57932b7e6e3b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00146 sec., 41095.890410958906 rows/sec., 2.77 MiB/sec. | ||
| 4762 | 2024.12.21 01:19:03.197639 [ 287 ] {3083d2bf-7a22-4662-93e9-57932b7e6e3b} <Debug> TCPHandler: Processed in 0.001687528 sec. | ||
| 4763 | 2024.12.21 01:19:04.013165 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 682 | ||
| 4764 | 2024.12.21 01:19:04.016298 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4765 | 2024.12.21 01:19:04.016350 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4766 | 2024.12.21 01:19:04.017797 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4767 | 2024.12.21 01:19:04.018170 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4768 | 2024.12.21 01:19:04.019412 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 682 | ||
| 4769 | 2024.12.21 01:19:08.185930 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4770 | 2024.12.21 01:19:08.186148 [ 287 ] {737e4979-7ede-4c38-bcf0-a323a53322a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4771 | 2024.12.21 01:19:08.186232 [ 287 ] {737e4979-7ede-4c38-bcf0-a323a53322a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4772 | 2024.12.21 01:19:08.187077 [ 287 ] {737e4979-7ede-4c38-bcf0-a323a53322a6} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4773 | 2024.12.21 01:19:08.187125 [ 287 ] {737e4979-7ede-4c38-bcf0-a323a53322a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4774 | 2024.12.21 01:19:08.187563 [ 287 ] {737e4979-7ede-4c38-bcf0-a323a53322a6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4775 | 2024.12.21 01:19:08.187848 [ 287 ] {737e4979-7ede-4c38-bcf0-a323a53322a6} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4776 | 2024.12.21 01:19:08.188102 [ 287 ] {737e4979-7ede-4c38-bcf0-a323a53322a6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002013 sec., 6954.793840039742 rows/sec., 500.65 KiB/sec. | ||
| 4777 | 2024.12.21 01:19:08.188243 [ 287 ] {737e4979-7ede-4c38-bcf0-a323a53322a6} <Debug> TCPHandler: Processed in 0.002457022 sec. | ||
| 4778 | 2024.12.21 01:19:08.188500 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4779 | 2024.12.21 01:19:08.188691 [ 285 ] {22647550-909b-4c66-b8b6-28fcff510d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4780 | 2024.12.21 01:19:08.188775 [ 285 ] {22647550-909b-4c66-b8b6-28fcff510d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4781 | 2024.12.21 01:19:08.189829 [ 285 ] {22647550-909b-4c66-b8b6-28fcff510d6a} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4782 | 2024.12.21 01:19:08.189873 [ 285 ] {22647550-909b-4c66-b8b6-28fcff510d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4783 | 2024.12.21 01:19:08.190328 [ 285 ] {22647550-909b-4c66-b8b6-28fcff510d6a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4784 | 2024.12.21 01:19:08.190594 [ 285 ] {22647550-909b-4c66-b8b6-28fcff510d6a} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4785 | 2024.12.21 01:19:08.190816 [ 285 ] {22647550-909b-4c66-b8b6-28fcff510d6a} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002178 sec., 100550.96418732783 rows/sec., 8.76 MiB/sec. | ||
| 4786 | 2024.12.21 01:19:08.190953 [ 285 ] {22647550-909b-4c66-b8b6-28fcff510d6a} <Debug> TCPHandler: Processed in 0.002582614 sec. | ||
| 4787 | 2024.12.21 01:19:08.191139 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4788 | 2024.12.21 01:19:08.191285 [ 287 ] {ff605790-3049-40b0-bd27-11177e1af6a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4789 | 2024.12.21 01:19:08.191351 [ 287 ] {ff605790-3049-40b0-bd27-11177e1af6a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4790 | 2024.12.21 01:19:08.192009 [ 287 ] {ff605790-3049-40b0-bd27-11177e1af6a7} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4791 | 2024.12.21 01:19:08.192050 [ 287 ] {ff605790-3049-40b0-bd27-11177e1af6a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4792 | 2024.12.21 01:19:08.192415 [ 287 ] {ff605790-3049-40b0-bd27-11177e1af6a7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4793 | 2024.12.21 01:19:08.192656 [ 287 ] {ff605790-3049-40b0-bd27-11177e1af6a7} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4794 | 2024.12.21 01:19:08.192820 [ 67 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4795 | 2024.12.21 01:19:08.192880 [ 67 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4796 | 2024.12.21 01:19:08.192918 [ 287 ] {ff605790-3049-40b0-bd27-11177e1af6a7} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001655 sec., 9063.444108761329 rows/sec., 639.04 KiB/sec. | ||
| 4797 | 2024.12.21 01:19:08.192925 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4798 | 2024.12.21 01:19:08.193095 [ 287 ] {ff605790-3049-40b0-bd27-11177e1af6a7} <Debug> TCPHandler: Processed in 0.002024284 sec. | ||
| 4799 | 2024.12.21 01:19:08.193507 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4800 | 2024.12.21 01:19:08.193536 [ 197 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::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 | ||
| 4801 | 2024.12.21 01:19:08.193837 [ 285 ] {db1e1176-c6dc-4b04-8c3e-97d67841b501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4802 | 2024.12.21 01:19:08.193920 [ 197 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4803 | 2024.12.21 01:19:08.193938 [ 285 ] {db1e1176-c6dc-4b04-8c3e-97d67841b501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4804 | 2024.12.21 01:19:08.194007 [ 197 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::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 | ||
| 4805 | 2024.12.21 01:19:08.194291 [ 197 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 27 rows starting from the beginning of the part | ||
| 4806 | 2024.12.21 01:19:08.194681 [ 197 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 34 rows starting from the beginning of the part | ||
| 4807 | 2024.12.21 01:19:08.195034 [ 197 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 15 rows starting from the beginning of the part | ||
| 4808 | 2024.12.21 01:19:08.195481 [ 197 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part | ||
| 4809 | 2024.12.21 01:19:08.195895 [ 197 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 15 rows starting from the beginning of the part | ||
| 4810 | 2024.12.21 01:19:08.196920 [ 285 ] {db1e1176-c6dc-4b04-8c3e-97d67841b501} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4811 | 2024.12.21 01:19:08.197001 [ 285 ] {db1e1176-c6dc-4b04-8c3e-97d67841b501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4812 | 2024.12.21 01:19:08.198141 [ 285 ] {db1e1176-c6dc-4b04-8c3e-97d67841b501} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4813 | 2024.12.21 01:19:08.198714 [ 285 ] {db1e1176-c6dc-4b04-8c3e-97d67841b501} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4814 | 2024.12.21 01:19:08.198717 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.005617445 sec., 34535.273598584405 rows/sec., 2.59 MiB/sec. | ||
| 4815 | 2024.12.21 01:19:08.199007 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4816 | 2024.12.21 01:19:08.199290 [ 285 ] {db1e1176-c6dc-4b04-8c3e-97d67841b501} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005503 sec., 2544.0668726149374 rows/sec., 178.17 KiB/sec. | ||
| 4817 | 2024.12.21 01:19:08.199539 [ 285 ] {db1e1176-c6dc-4b04-8c3e-97d67841b501} <Debug> TCPHandler: Processed in 0.006252895 sec. | ||
| 4818 | 2024.12.21 01:19:08.199741 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4819 | 2024.12.21 01:19:08.199855 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_26_5} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4820 | 2024.12.21 01:19:08.199992 [ 287 ] {a84105bf-5e85-4995-bf9c-0b2bb9b51f08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4821 | 2024.12.21 01:19:08.200038 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_26_5} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4822 | 2024.12.21 01:19:08.200090 [ 287 ] {a84105bf-5e85-4995-bf9c-0b2bb9b51f08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4823 | 2024.12.21 01:19:08.200196 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4824 | 2024.12.21 01:19:08.200888 [ 287 ] {a84105bf-5e85-4995-bf9c-0b2bb9b51f08} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4825 | 2024.12.21 01:19:08.200934 [ 287 ] {a84105bf-5e85-4995-bf9c-0b2bb9b51f08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4826 | 2024.12.21 01:19:08.201300 [ 287 ] {a84105bf-5e85-4995-bf9c-0b2bb9b51f08} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4827 | 2024.12.21 01:19:08.201535 [ 287 ] {a84105bf-5e85-4995-bf9c-0b2bb9b51f08} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4828 | 2024.12.21 01:19:08.201747 [ 287 ] {a84105bf-5e85-4995-bf9c-0b2bb9b51f08} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001848 sec., 7034.632034632034 rows/sec., 438.61 KiB/sec. | ||
| 4829 | 2024.12.21 01:19:08.201804 [ 287 ] {a84105bf-5e85-4995-bf9c-0b2bb9b51f08} <Debug> TCPHandler: Processed in 0.002145426 sec. | ||
| 4830 | 2024.12.21 01:19:08.201963 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4831 | 2024.12.21 01:19:08.202104 [ 285 ] {fab42c23-8628-4e6c-a8af-ff844d33e0c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4832 | 2024.12.21 01:19:08.202164 [ 285 ] {fab42c23-8628-4e6c-a8af-ff844d33e0c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4833 | 2024.12.21 01:19:08.203002 [ 285 ] {fab42c23-8628-4e6c-a8af-ff844d33e0c3} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4834 | 2024.12.21 01:19:08.203039 [ 285 ] {fab42c23-8628-4e6c-a8af-ff844d33e0c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4835 | 2024.12.21 01:19:08.203428 [ 285 ] {fab42c23-8628-4e6c-a8af-ff844d33e0c3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4836 | 2024.12.21 01:19:08.203671 [ 285 ] {fab42c23-8628-4e6c-a8af-ff844d33e0c3} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4837 | 2024.12.21 01:19:08.203858 [ 285 ] {fab42c23-8628-4e6c-a8af-ff844d33e0c3} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001784 sec., 218609.865470852 rows/sec., 15.50 MiB/sec. | ||
| 4838 | 2024.12.21 01:19:08.203911 [ 285 ] {fab42c23-8628-4e6c-a8af-ff844d33e0c3} <Debug> TCPHandler: Processed in 0.002018184 sec. | ||
| 4839 | 2024.12.21 01:19:08.204069 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4840 | 2024.12.21 01:19:08.204210 [ 287 ] {fa3fe145-1153-4568-a72b-4a4b5b6cff3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4841 | 2024.12.21 01:19:08.204272 [ 287 ] {fa3fe145-1153-4568-a72b-4a4b5b6cff3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4842 | 2024.12.21 01:19:08.204834 [ 287 ] {fa3fe145-1153-4568-a72b-4a4b5b6cff3b} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4843 | 2024.12.21 01:19:08.204874 [ 287 ] {fa3fe145-1153-4568-a72b-4a4b5b6cff3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4844 | 2024.12.21 01:19:08.205238 [ 287 ] {fa3fe145-1153-4568-a72b-4a4b5b6cff3b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4845 | 2024.12.21 01:19:08.205481 [ 287 ] {fa3fe145-1153-4568-a72b-4a4b5b6cff3b} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4846 | 2024.12.21 01:19:08.205708 [ 287 ] {fa3fe145-1153-4568-a72b-4a4b5b6cff3b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 205.69 KiB/sec. | ||
| 4847 | 2024.12.21 01:19:08.205787 [ 287 ] {fa3fe145-1153-4568-a72b-4a4b5b6cff3b} <Debug> TCPHandler: Processed in 0.00178062 sec. | ||
| 4848 | 2024.12.21 01:19:08.205946 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4849 | 2024.12.21 01:19:08.206063 [ 285 ] {5a1eae98-928c-4a16-b9f7-fe7b21b65030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4850 | 2024.12.21 01:19:08.206116 [ 285 ] {5a1eae98-928c-4a16-b9f7-fe7b21b65030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4851 | 2024.12.21 01:19:08.206713 [ 285 ] {5a1eae98-928c-4a16-b9f7-fe7b21b65030} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4852 | 2024.12.21 01:19:08.206751 [ 285 ] {5a1eae98-928c-4a16-b9f7-fe7b21b65030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4853 | 2024.12.21 01:19:08.207158 [ 285 ] {5a1eae98-928c-4a16-b9f7-fe7b21b65030} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4854 | 2024.12.21 01:19:08.207396 [ 285 ] {5a1eae98-928c-4a16-b9f7-fe7b21b65030} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4855 | 2024.12.21 01:19:08.207575 [ 285 ] {5a1eae98-928c-4a16-b9f7-fe7b21b65030} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001535 sec., 154397.39413680782 rows/sec., 10.35 MiB/sec. | ||
| 4856 | 2024.12.21 01:19:08.207630 [ 285 ] {5a1eae98-928c-4a16-b9f7-fe7b21b65030} <Debug> TCPHandler: Processed in 0.001739849 sec. | ||
| 4857 | 2024.12.21 01:19:08.207794 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4858 | 2024.12.21 01:19:08.207931 [ 287 ] {1a24bd31-0e2c-4820-97a8-35c92ac76e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4859 | 2024.12.21 01:19:08.207993 [ 287 ] {1a24bd31-0e2c-4820-97a8-35c92ac76e8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4860 | 2024.12.21 01:19:08.208539 [ 287 ] {1a24bd31-0e2c-4820-97a8-35c92ac76e8e} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4861 | 2024.12.21 01:19:08.208586 [ 287 ] {1a24bd31-0e2c-4820-97a8-35c92ac76e8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4862 | 2024.12.21 01:19:08.208963 [ 287 ] {1a24bd31-0e2c-4820-97a8-35c92ac76e8e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4863 | 2024.12.21 01:19:08.209206 [ 287 ] {1a24bd31-0e2c-4820-97a8-35c92ac76e8e} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4864 | 2024.12.21 01:19:08.209357 [ 67 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 4865 | 2024.12.21 01:19:08.209415 [ 67 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4866 | 2024.12.21 01:19:08.209446 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4867 | 2024.12.21 01:19:08.209452 [ 287 ] {1a24bd31-0e2c-4820-97a8-35c92ac76e8e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001542 sec., 648.5084306095979 rows/sec., 43.70 KiB/sec. | ||
| 4868 | 2024.12.21 01:19:08.209816 [ 287 ] {1a24bd31-0e2c-4820-97a8-35c92ac76e8e} <Debug> TCPHandler: Processed in 0.002074115 sec. | ||
| 4869 | 2024.12.21 01:19:08.209900 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
| 4870 | 2024.12.21 01:19:08.210062 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4871 | 2024.12.21 01:19:08.210139 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4872 | 2024.12.21 01:19:08.210191 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part | ||
| 4873 | 2024.12.21 01:19:08.210195 [ 285 ] {4edc1b93-3d19-4a23-b6ee-ae312ba54ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4874 | 2024.12.21 01:19:08.210441 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4875 | 2024.12.21 01:19:08.210492 [ 285 ] {4edc1b93-3d19-4a23-b6ee-ae312ba54ff4} <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 | ||
| 4876 | 2024.12.21 01:19:08.210987 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4877 | 2024.12.21 01:19:08.211435 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 4878 | 2024.12.21 01:19:08.211806 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 4879 | 2024.12.21 01:19:08.212168 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 4880 | 2024.12.21 01:19:08.214396 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.004879642 sec., 2869.0629353546838 rows/sec., 193.33 KiB/sec. | ||
| 4881 | 2024.12.21 01:19:08.214538 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 4882 | 2024.12.21 01:19:08.214593 [ 285 ] {4edc1b93-3d19-4a23-b6ee-ae312ba54ff4} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4883 | 2024.12.21 01:19:08.214637 [ 285 ] {4edc1b93-3d19-4a23-b6ee-ae312ba54ff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4884 | 2024.12.21 01:19:08.214907 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_14_3} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4885 | 2024.12.21 01:19:08.215027 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_14_3} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 4886 | 2024.12.21 01:19:08.215111 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4887 | 2024.12.21 01:19:08.215404 [ 285 ] {4edc1b93-3d19-4a23-b6ee-ae312ba54ff4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4888 | 2024.12.21 01:19:08.215661 [ 285 ] {4edc1b93-3d19-4a23-b6ee-ae312ba54ff4} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4889 | 2024.12.21 01:19:08.215812 [ 67 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4890 | 2024.12.21 01:19:08.215863 [ 67 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4891 | 2024.12.21 01:19:08.215873 [ 285 ] {4edc1b93-3d19-4a23-b6ee-ae312ba54ff4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005708 sec., 1401.5416958654519 rows/sec., 2.51 MiB/sec. | ||
| 4892 | 2024.12.21 01:19:08.215898 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4893 | 2024.12.21 01:19:08.216236 [ 285 ] {4edc1b93-3d19-4a23-b6ee-ae312ba54ff4} <Debug> TCPHandler: Processed in 0.006289256 sec. | ||
| 4894 | 2024.12.21 01:19:08.216263 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 4895 | 2024.12.21 01:19:08.216427 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4896 | 2024.12.21 01:19:08.216712 [ 287 ] {cbc639dc-ab43-4cc9-b3b3-05f42cdf775d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4897 | 2024.12.21 01:19:08.216847 [ 287 ] {cbc639dc-ab43-4cc9-b3b3-05f42cdf775d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4898 | 2024.12.21 01:19:08.216974 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4899 | 2024.12.21 01:19:08.217242 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 392 rows starting from the beginning of the part | ||
| 4900 | 2024.12.21 01:19:08.217976 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part | ||
| 4901 | 2024.12.21 01:19:08.218799 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 34 rows starting from the beginning of the part | ||
| 4902 | 2024.12.21 01:19:08.218953 [ 287 ] {cbc639dc-ab43-4cc9-b3b3-05f42cdf775d} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4903 | 2024.12.21 01:19:08.219057 [ 287 ] {cbc639dc-ab43-4cc9-b3b3-05f42cdf775d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4904 | 2024.12.21 01:19:08.219448 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part | ||
| 4905 | 2024.12.21 01:19:08.220086 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part | ||
| 4906 | 2024.12.21 01:19:08.220604 [ 287 ] {cbc639dc-ab43-4cc9-b3b3-05f42cdf775d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4907 | 2024.12.21 01:19:08.220699 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part | ||
| 4908 | 2024.12.21 01:19:08.221419 [ 287 ] {cbc639dc-ab43-4cc9-b3b3-05f42cdf775d} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4909 | 2024.12.21 01:19:08.222078 [ 287 ] {cbc639dc-ab43-4cc9-b3b3-05f42cdf775d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005429 sec., 15104.07073125806 rows/sec., 982.32 KiB/sec. | ||
| 4910 | 2024.12.21 01:19:08.222553 [ 287 ] {cbc639dc-ab43-4cc9-b3b3-05f42cdf775d} <Debug> TCPHandler: Processed in 0.006204984 sec. | ||
| 4911 | 2024.12.21 01:19:08.225700 [ 187 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 484 rows, containing 19 columns (19 merged, 0 gathered) in 0.009665243 sec., 50076.34055346565 rows/sec., 89.73 MiB/sec. | ||
| 4912 | 2024.12.21 01:19:08.226309 [ 187 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4913 | 2024.12.21 01:19:08.226733 [ 187 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4914 | 2024.12.21 01:19:08.226812 [ 187 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4915 | 2024.12.21 01:19:08.226954 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. | ||
| 4916 | 2024.12.21 01:19:08.822489 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4917 | 2024.12.21 01:19:08.822561 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4918 | 2024.12.21 01:19:08.927277 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 4919 | 2024.12.21 01:19:08.927981 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4920 | 2024.12.21 01:19:08.928032 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4921 | 2024.12.21 01:19:08.928566 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4922 | 2024.12.21 01:19:08.928833 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4923 | 2024.12.21 01:19:08.929125 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4924 | 2024.12.21 01:19:09.614277 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4925 | 2024.12.21 01:19:09.634198 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4926 | 2024.12.21 01:19:09.634257 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4927 | 2024.12.21 01:19:09.641762 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4928 | 2024.12.21 01:19:09.642513 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4929 | 2024.12.21 01:19:09.645799 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4930 | 2024.12.21 01:19:10.000159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.88 MiB, peak 196.86 MiB, free memory in arenas 0.00 B, will set to 190.03 MiB (RSS), difference: 1.15 MiB | ||
| 4931 | 2024.12.21 01:19:13.181975 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4932 | 2024.12.21 01:19:13.182167 [ 287 ] {a187e613-fff6-4f27-9719-758ae459f71c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4933 | 2024.12.21 01:19:13.182241 [ 287 ] {a187e613-fff6-4f27-9719-758ae459f71c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4934 | 2024.12.21 01:19:13.183070 [ 287 ] {a187e613-fff6-4f27-9719-758ae459f71c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4935 | 2024.12.21 01:19:13.183119 [ 287 ] {a187e613-fff6-4f27-9719-758ae459f71c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4936 | 2024.12.21 01:19:13.183565 [ 287 ] {a187e613-fff6-4f27-9719-758ae459f71c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4937 | 2024.12.21 01:19:13.183817 [ 287 ] {a187e613-fff6-4f27-9719-758ae459f71c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4938 | 2024.12.21 01:19:13.184063 [ 287 ] {a187e613-fff6-4f27-9719-758ae459f71c} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.001948 sec., 63655.030800821354 rows/sec., 5.41 MiB/sec. | ||
| 4939 | 2024.12.21 01:19:13.184130 [ 287 ] {a187e613-fff6-4f27-9719-758ae459f71c} <Debug> TCPHandler: Processed in 0.002310719 sec. | ||
| 4940 | 2024.12.21 01:19:13.184379 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4941 | 2024.12.21 01:19:13.184571 [ 285 ] {49fbde7c-006b-47fc-afc2-5c57d3cde665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4942 | 2024.12.21 01:19:13.184643 [ 285 ] {49fbde7c-006b-47fc-afc2-5c57d3cde665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4943 | 2024.12.21 01:19:13.185385 [ 285 ] {49fbde7c-006b-47fc-afc2-5c57d3cde665} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4944 | 2024.12.21 01:19:13.185429 [ 285 ] {49fbde7c-006b-47fc-afc2-5c57d3cde665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4945 | 2024.12.21 01:19:13.185865 [ 285 ] {49fbde7c-006b-47fc-afc2-5c57d3cde665} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4946 | 2024.12.21 01:19:13.186125 [ 285 ] {49fbde7c-006b-47fc-afc2-5c57d3cde665} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4947 | 2024.12.21 01:19:13.186341 [ 285 ] {49fbde7c-006b-47fc-afc2-5c57d3cde665} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001823 sec., 18650.575973669776 rows/sec., 1.37 MiB/sec. | ||
| 4948 | 2024.12.21 01:19:13.186407 [ 285 ] {49fbde7c-006b-47fc-afc2-5c57d3cde665} <Debug> TCPHandler: Processed in 0.002154926 sec. | ||
| 4949 | 2024.12.21 01:19:13.186560 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4950 | 2024.12.21 01:19:13.186705 [ 287 ] {76364693-ad25-4f5a-9d75-3d27a7e57b04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4951 | 2024.12.21 01:19:13.186769 [ 287 ] {76364693-ad25-4f5a-9d75-3d27a7e57b04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4952 | 2024.12.21 01:19:13.187455 [ 287 ] {76364693-ad25-4f5a-9d75-3d27a7e57b04} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4953 | 2024.12.21 01:19:13.187496 [ 287 ] {76364693-ad25-4f5a-9d75-3d27a7e57b04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4954 | 2024.12.21 01:19:13.187884 [ 287 ] {76364693-ad25-4f5a-9d75-3d27a7e57b04} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4955 | 2024.12.21 01:19:13.188119 [ 287 ] {76364693-ad25-4f5a-9d75-3d27a7e57b04} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4956 | 2024.12.21 01:19:13.188335 [ 287 ] {76364693-ad25-4f5a-9d75-3d27a7e57b04} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001665 sec., 58858.85885885886 rows/sec., 4.60 MiB/sec. | ||
| 4957 | 2024.12.21 01:19:13.188391 [ 287 ] {76364693-ad25-4f5a-9d75-3d27a7e57b04} <Debug> TCPHandler: Processed in 0.001900191 sec. | ||
| 4958 | 2024.12.21 01:19:13.188570 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4959 | 2024.12.21 01:19:13.188695 [ 285 ] {022cbbab-cd9b-463a-99ba-6bf377063bbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4960 | 2024.12.21 01:19:13.188752 [ 285 ] {022cbbab-cd9b-463a-99ba-6bf377063bbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4961 | 2024.12.21 01:19:13.189331 [ 285 ] {022cbbab-cd9b-463a-99ba-6bf377063bbb} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4962 | 2024.12.21 01:19:13.189368 [ 285 ] {022cbbab-cd9b-463a-99ba-6bf377063bbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4963 | 2024.12.21 01:19:13.189777 [ 285 ] {022cbbab-cd9b-463a-99ba-6bf377063bbb} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4964 | 2024.12.21 01:19:13.190037 [ 285 ] {022cbbab-cd9b-463a-99ba-6bf377063bbb} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4965 | 2024.12.21 01:19:13.190254 [ 285 ] {022cbbab-cd9b-463a-99ba-6bf377063bbb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001577 sec., 101458.4654407102 rows/sec., 7.07 MiB/sec. | ||
| 4966 | 2024.12.21 01:19:13.190370 [ 285 ] {022cbbab-cd9b-463a-99ba-6bf377063bbb} <Debug> TCPHandler: Processed in 0.001858872 sec. | ||
| 4967 | 2024.12.21 01:19:13.190615 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4968 | 2024.12.21 01:19:13.190732 [ 287 ] {e6232d46-29ff-4e7a-8603-85148830d205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4969 | 2024.12.21 01:19:13.190816 [ 287 ] {e6232d46-29ff-4e7a-8603-85148830d205} <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 | ||
| 4970 | 2024.12.21 01:19:13.192026 [ 287 ] {e6232d46-29ff-4e7a-8603-85148830d205} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4971 | 2024.12.21 01:19:13.192067 [ 287 ] {e6232d46-29ff-4e7a-8603-85148830d205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4972 | 2024.12.21 01:19:13.192720 [ 287 ] {e6232d46-29ff-4e7a-8603-85148830d205} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4973 | 2024.12.21 01:19:13.192971 [ 287 ] {e6232d46-29ff-4e7a-8603-85148830d205} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4974 | 2024.12.21 01:19:13.193215 [ 287 ] {e6232d46-29ff-4e7a-8603-85148830d205} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002509 sec., 13551.215623754484 rows/sec., 24.28 MiB/sec. | ||
| 4975 | 2024.12.21 01:19:13.193321 [ 287 ] {e6232d46-29ff-4e7a-8603-85148830d205} <Debug> TCPHandler: Processed in 0.002841059 sec. | ||
| 4976 | 2024.12.21 01:19:13.193534 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4977 | 2024.12.21 01:19:13.193762 [ 285 ] {d5a4ed15-518a-4a3b-9942-6d272865c47b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4978 | 2024.12.21 01:19:13.193856 [ 285 ] {d5a4ed15-518a-4a3b-9942-6d272865c47b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4979 | 2024.12.21 01:19:13.194391 [ 285 ] {d5a4ed15-518a-4a3b-9942-6d272865c47b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4980 | 2024.12.21 01:19:13.194429 [ 285 ] {d5a4ed15-518a-4a3b-9942-6d272865c47b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4981 | 2024.12.21 01:19:13.194812 [ 285 ] {d5a4ed15-518a-4a3b-9942-6d272865c47b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4982 | 2024.12.21 01:19:13.195058 [ 285 ] {d5a4ed15-518a-4a3b-9942-6d272865c47b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4983 | 2024.12.21 01:19:13.195295 [ 285 ] {d5a4ed15-518a-4a3b-9942-6d272865c47b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001583 sec., 37902.71636133923 rows/sec., 2.55 MiB/sec. | ||
| 4984 | 2024.12.21 01:19:13.195459 [ 285 ] {d5a4ed15-518a-4a3b-9942-6d272865c47b} <Debug> TCPHandler: Processed in 0.002032894 sec. | ||
| 4985 | 2024.12.21 01:19:13.471398 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4986 | 2024.12.21 01:19:13.471637 [ 287 ] {82e597a9-d455-4f04-ac46-97c2d48efa42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4987 | 2024.12.21 01:19:13.471754 [ 287 ] {82e597a9-d455-4f04-ac46-97c2d48efa42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4988 | 2024.12.21 01:19:13.472889 [ 287 ] {82e597a9-d455-4f04-ac46-97c2d48efa42} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4989 | 2024.12.21 01:19:13.472942 [ 287 ] {82e597a9-d455-4f04-ac46-97c2d48efa42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4990 | 2024.12.21 01:19:13.473380 [ 287 ] {82e597a9-d455-4f04-ac46-97c2d48efa42} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4991 | 2024.12.21 01:19:13.473634 [ 287 ] {82e597a9-d455-4f04-ac46-97c2d48efa42} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4992 | 2024.12.21 01:19:13.473882 [ 287 ] {82e597a9-d455-4f04-ac46-97c2d48efa42} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002321 sec., 6031.882809133994 rows/sec., 434.21 KiB/sec. | ||
| 4993 | 2024.12.21 01:19:13.474043 [ 287 ] {82e597a9-d455-4f04-ac46-97c2d48efa42} <Debug> TCPHandler: Processed in 0.002786667 sec. | ||
| 4994 | 2024.12.21 01:19:13.474343 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4995 | 2024.12.21 01:19:13.474535 [ 285 ] {f3172813-dab0-4eec-a9a8-fb5827c391ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4996 | 2024.12.21 01:19:13.474613 [ 285 ] {f3172813-dab0-4eec-a9a8-fb5827c391ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4997 | 2024.12.21 01:19:13.476140 [ 285 ] {f3172813-dab0-4eec-a9a8-fb5827c391ba} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4998 | 2024.12.21 01:19:13.476196 [ 285 ] {f3172813-dab0-4eec-a9a8-fb5827c391ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 4999 | 2024.12.21 01:19:13.476735 [ 285 ] {f3172813-dab0-4eec-a9a8-fb5827c391ba} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5000 | 2024.12.21 01:19:13.477009 [ 285 ] {f3172813-dab0-4eec-a9a8-fb5827c391ba} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5001 | 2024.12.21 01:19:13.477242 [ 285 ] {f3172813-dab0-4eec-a9a8-fb5827c391ba} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.00276 sec., 492391.3043478261 rows/sec., 40.92 MiB/sec. | ||
| 5002 | 2024.12.21 01:19:13.477384 [ 285 ] {f3172813-dab0-4eec-a9a8-fb5827c391ba} <Debug> TCPHandler: Processed in 0.003172963 sec. | ||
| 5003 | 2024.12.21 01:19:13.477598 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5004 | 2024.12.21 01:19:13.477726 [ 287 ] {ec425c72-5724-46b8-a8ec-3b8b24a95c42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5005 | 2024.12.21 01:19:13.477781 [ 287 ] {ec425c72-5724-46b8-a8ec-3b8b24a95c42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5006 | 2024.12.21 01:19:13.478388 [ 287 ] {ec425c72-5724-46b8-a8ec-3b8b24a95c42} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5007 | 2024.12.21 01:19:13.478429 [ 287 ] {ec425c72-5724-46b8-a8ec-3b8b24a95c42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 5008 | 2024.12.21 01:19:13.478794 [ 287 ] {ec425c72-5724-46b8-a8ec-3b8b24a95c42} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5009 | 2024.12.21 01:19:13.479036 [ 287 ] {ec425c72-5724-46b8-a8ec-3b8b24a95c42} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5010 | 2024.12.21 01:19:13.479278 [ 287 ] {ec425c72-5724-46b8-a8ec-3b8b24a95c42} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001574 sec., 9529.860228716645 rows/sec., 671.93 KiB/sec. | ||
| 5011 | 2024.12.21 01:19:13.479506 [ 287 ] {ec425c72-5724-46b8-a8ec-3b8b24a95c42} <Debug> TCPHandler: Processed in 0.001964083 sec. | ||
| 5012 | 2024.12.21 01:19:13.479702 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5013 | 2024.12.21 01:19:13.479838 [ 285 ] {d801c14a-621e-4d30-86df-9b77b07aa0f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5014 | 2024.12.21 01:19:13.479903 [ 285 ] {d801c14a-621e-4d30-86df-9b77b07aa0f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5015 | 2024.12.21 01:19:13.480750 [ 285 ] {d801c14a-621e-4d30-86df-9b77b07aa0f3} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5016 | 2024.12.21 01:19:13.480799 [ 285 ] {d801c14a-621e-4d30-86df-9b77b07aa0f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 5017 | 2024.12.21 01:19:13.481197 [ 285 ] {d801c14a-621e-4d30-86df-9b77b07aa0f3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5018 | 2024.12.21 01:19:13.481475 [ 285 ] {d801c14a-621e-4d30-86df-9b77b07aa0f3} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5019 | 2024.12.21 01:19:13.481673 [ 285 ] {d801c14a-621e-4d30-86df-9b77b07aa0f3} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001869 sec., 129481.00588550027 rows/sec., 8.77 MiB/sec. | ||
| 5020 | 2024.12.21 01:19:13.481735 [ 285 ] {d801c14a-621e-4d30-86df-9b77b07aa0f3} <Debug> TCPHandler: Processed in 0.002099595 sec. | ||
| 5021 | 2024.12.21 01:19:13.481904 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5022 | 2024.12.21 01:19:13.482023 [ 287 ] {eb933e1f-457c-4a04-9db2-588326124fd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5023 | 2024.12.21 01:19:13.482073 [ 287 ] {eb933e1f-457c-4a04-9db2-588326124fd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5024 | 2024.12.21 01:19:13.482662 [ 287 ] {eb933e1f-457c-4a04-9db2-588326124fd4} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5025 | 2024.12.21 01:19:13.482701 [ 287 ] {eb933e1f-457c-4a04-9db2-588326124fd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 5026 | 2024.12.21 01:19:13.483066 [ 287 ] {eb933e1f-457c-4a04-9db2-588326124fd4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5027 | 2024.12.21 01:19:13.483312 [ 287 ] {eb933e1f-457c-4a04-9db2-588326124fd4} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5028 | 2024.12.21 01:19:13.483540 [ 287 ] {eb933e1f-457c-4a04-9db2-588326124fd4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001533 sec., 8480.10437051533 rows/sec., 528.73 KiB/sec. | ||
| 5029 | 2024.12.21 01:19:13.483697 [ 287 ] {eb933e1f-457c-4a04-9db2-588326124fd4} <Debug> TCPHandler: Processed in 0.001848861 sec. | ||
| 5030 | 2024.12.21 01:19:13.483889 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5031 | 2024.12.21 01:19:13.484034 [ 285 ] {139b8d03-0ec9-48b8-ae06-e9cda9e3bf27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5032 | 2024.12.21 01:19:13.484093 [ 285 ] {139b8d03-0ec9-48b8-ae06-e9cda9e3bf27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5033 | 2024.12.21 01:19:13.485111 [ 285 ] {139b8d03-0ec9-48b8-ae06-e9cda9e3bf27} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5034 | 2024.12.21 01:19:13.485147 [ 285 ] {139b8d03-0ec9-48b8-ae06-e9cda9e3bf27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 5035 | 2024.12.21 01:19:13.485556 [ 285 ] {139b8d03-0ec9-48b8-ae06-e9cda9e3bf27} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5036 | 2024.12.21 01:19:13.485812 [ 285 ] {139b8d03-0ec9-48b8-ae06-e9cda9e3bf27} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5037 | 2024.12.21 01:19:13.486033 [ 285 ] {139b8d03-0ec9-48b8-ae06-e9cda9e3bf27} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.002034 sec., 415929.20353982307 rows/sec., 30.06 MiB/sec. | ||
| 5038 | 2024.12.21 01:19:13.486088 [ 285 ] {139b8d03-0ec9-48b8-ae06-e9cda9e3bf27} <Debug> TCPHandler: Processed in 0.002268468 sec. | ||
| 5039 | 2024.12.21 01:19:13.486240 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5040 | 2024.12.21 01:19:13.486356 [ 287 ] {ad1e9e87-b1b4-4d6c-aa82-40e693d9b0f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5041 | 2024.12.21 01:19:13.486407 [ 287 ] {ad1e9e87-b1b4-4d6c-aa82-40e693d9b0f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5042 | 2024.12.21 01:19:13.486888 [ 287 ] {ad1e9e87-b1b4-4d6c-aa82-40e693d9b0f9} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5043 | 2024.12.21 01:19:13.486928 [ 287 ] {ad1e9e87-b1b4-4d6c-aa82-40e693d9b0f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 5044 | 2024.12.21 01:19:13.487298 [ 287 ] {ad1e9e87-b1b4-4d6c-aa82-40e693d9b0f9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5045 | 2024.12.21 01:19:13.487551 [ 287 ] {ad1e9e87-b1b4-4d6c-aa82-40e693d9b0f9} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5046 | 2024.12.21 01:19:13.487812 [ 287 ] {ad1e9e87-b1b4-4d6c-aa82-40e693d9b0f9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001479 sec., 4056.7951318458418 rows/sec., 211.95 KiB/sec. | ||
| 5047 | 2024.12.21 01:19:13.487873 [ 287 ] {ad1e9e87-b1b4-4d6c-aa82-40e693d9b0f9} <Debug> TCPHandler: Processed in 0.001688059 sec. | ||
| 5048 | 2024.12.21 01:19:13.488046 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5049 | 2024.12.21 01:19:13.488176 [ 285 ] {701e592a-9bbe-4d30-a2e6-e3c135333ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5050 | 2024.12.21 01:19:13.488233 [ 285 ] {701e592a-9bbe-4d30-a2e6-e3c135333ec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5051 | 2024.12.21 01:19:13.489044 [ 285 ] {701e592a-9bbe-4d30-a2e6-e3c135333ec1} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5052 | 2024.12.21 01:19:13.489083 [ 285 ] {701e592a-9bbe-4d30-a2e6-e3c135333ec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 5053 | 2024.12.21 01:19:13.489560 [ 285 ] {701e592a-9bbe-4d30-a2e6-e3c135333ec1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5054 | 2024.12.21 01:19:13.489823 [ 285 ] {701e592a-9bbe-4d30-a2e6-e3c135333ec1} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5055 | 2024.12.21 01:19:13.490063 [ 285 ] {701e592a-9bbe-4d30-a2e6-e3c135333ec1} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.001915 sec., 498694.51697127934 rows/sec., 33.13 MiB/sec. | ||
| 5056 | 2024.12.21 01:19:13.490130 [ 285 ] {701e592a-9bbe-4d30-a2e6-e3c135333ec1} <Debug> TCPHandler: Processed in 0.002142507 sec. | ||
| 5057 | 2024.12.21 01:19:13.490318 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5058 | 2024.12.21 01:19:13.490466 [ 287 ] {d964b00e-873c-4ba5-9a1b-760ea1a115e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5059 | 2024.12.21 01:19:13.490529 [ 287 ] {d964b00e-873c-4ba5-9a1b-760ea1a115e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5060 | 2024.12.21 01:19:13.491049 [ 287 ] {d964b00e-873c-4ba5-9a1b-760ea1a115e4} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5061 | 2024.12.21 01:19:13.491091 [ 287 ] {d964b00e-873c-4ba5-9a1b-760ea1a115e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 5062 | 2024.12.21 01:19:13.491489 [ 287 ] {d964b00e-873c-4ba5-9a1b-760ea1a115e4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5063 | 2024.12.21 01:19:13.491763 [ 287 ] {d964b00e-873c-4ba5-9a1b-760ea1a115e4} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5064 | 2024.12.21 01:19:13.491994 [ 287 ] {d964b00e-873c-4ba5-9a1b-760ea1a115e4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001557 sec., 642.2607578676943 rows/sec., 43.28 KiB/sec. | ||
| 5065 | 2024.12.21 01:19:13.492070 [ 287 ] {d964b00e-873c-4ba5-9a1b-760ea1a115e4} <Debug> TCPHandler: Processed in 0.001828831 sec. | ||
| 5066 | 2024.12.21 01:19:13.492263 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5067 | 2024.12.21 01:19:13.492410 [ 285 ] {f0a7c356-b5b2-47d5-9faa-bb8475b1f42e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5068 | 2024.12.21 01:19:13.492506 [ 285 ] {f0a7c356-b5b2-47d5-9faa-bb8475b1f42e} <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 | ||
| 5069 | 2024.12.21 01:19:13.493668 [ 285 ] {f0a7c356-b5b2-47d5-9faa-bb8475b1f42e} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5070 | 2024.12.21 01:19:13.493709 [ 285 ] {f0a7c356-b5b2-47d5-9faa-bb8475b1f42e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 5071 | 2024.12.21 01:19:13.494321 [ 285 ] {f0a7c356-b5b2-47d5-9faa-bb8475b1f42e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5072 | 2024.12.21 01:19:13.494593 [ 285 ] {f0a7c356-b5b2-47d5-9faa-bb8475b1f42e} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5073 | 2024.12.21 01:19:13.494842 [ 285 ] {f0a7c356-b5b2-47d5-9faa-bb8475b1f42e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002466 sec., 3244.1200324412007 rows/sec., 5.81 MiB/sec. | ||
| 5074 | 2024.12.21 01:19:13.494947 [ 285 ] {f0a7c356-b5b2-47d5-9faa-bb8475b1f42e} <Debug> TCPHandler: Processed in 0.002753687 sec. | ||
| 5075 | 2024.12.21 01:19:13.495104 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5076 | 2024.12.21 01:19:13.495225 [ 287 ] {126747c3-1b6a-43f2-bb10-657385e3abc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5077 | 2024.12.21 01:19:13.495277 [ 287 ] {126747c3-1b6a-43f2-bb10-657385e3abc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5078 | 2024.12.21 01:19:13.495761 [ 287 ] {126747c3-1b6a-43f2-bb10-657385e3abc9} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5079 | 2024.12.21 01:19:13.495801 [ 287 ] {126747c3-1b6a-43f2-bb10-657385e3abc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 5080 | 2024.12.21 01:19:13.496174 [ 287 ] {126747c3-1b6a-43f2-bb10-657385e3abc9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5081 | 2024.12.21 01:19:13.496417 [ 287 ] {126747c3-1b6a-43f2-bb10-657385e3abc9} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5082 | 2024.12.21 01:19:13.496627 [ 287 ] {126747c3-1b6a-43f2-bb10-657385e3abc9} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001427 sec., 23826.208829712683 rows/sec., 1.38 MiB/sec. | ||
| 5083 | 2024.12.21 01:19:13.496685 [ 287 ] {126747c3-1b6a-43f2-bb10-657385e3abc9} <Debug> TCPHandler: Processed in 0.001637178 sec. | ||
| 5084 | 2024.12.21 01:19:14.000174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.25 MiB, peak 196.86 MiB, free memory in arenas 0.00 B, will set to 190.03 MiB (RSS), difference: -1.22 MiB | ||
| 5085 | 2024.12.21 01:19:14.019611 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 738 | ||
| 5086 | 2024.12.21 01:19:14.023361 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5087 | 2024.12.21 01:19:14.023427 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5088 | 2024.12.21 01:19:14.024995 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5089 | 2024.12.21 01:19:14.025342 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5090 | 2024.12.21 01:19:14.025513 [ 54 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5091 | 2024.12.21 01:19:14.025565 [ 54 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5092 | 2024.12.21 01:19:14.025601 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5093 | 2024.12.21 01:19:14.025830 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::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 | ||
| 5094 | 2024.12.21 01:19:14.026188 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 738 | ||
| 5095 | 2024.12.21 01:19:14.026556 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5096 | 2024.12.21 01:19:14.026677 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 532 rows starting from the beginning of the part | ||
| 5097 | 2024.12.21 01:19:14.026728 [ 54 ] {} <Debug> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5098 | 2024.12.21 01:19:14.026766 [ 54 ] {} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5099 | 2024.12.21 01:19:14.026794 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5100 | 2024.12.21 01:19:14.027014 [ 190 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::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 | ||
| 5101 | 2024.12.21 01:19:14.027543 [ 190 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5102 | 2024.12.21 01:19:14.027588 [ 190 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
| 5103 | 2024.12.21 01:19:14.027754 [ 190 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 5104 | 2024.12.21 01:19:14.027960 [ 190 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::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 | ||
| 5105 | 2024.12.21 01:19:14.028175 [ 190 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 5106 | 2024.12.21 01:19:14.028244 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part | ||
| 5107 | 2024.12.21 01:19:14.028354 [ 190 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 5108 | 2024.12.21 01:19:14.029586 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 58 rows starting from the beginning of the part | ||
| 5109 | 2024.12.21 01:19:14.030723 [ 199 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.003858105 sec., 8294.227347363538 rows/sec., 708.74 KiB/sec. | ||
| 5110 | 2024.12.21 01:19:14.030763 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part | ||
| 5111 | 2024.12.21 01:19:14.031005 [ 201 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5112 | 2024.12.21 01:19:14.031919 [ 201 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_5_1} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5113 | 2024.12.21 01:19:14.031988 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part | ||
| 5114 | 2024.12.21 01:19:14.032133 [ 201 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_5_1} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5115 | 2024.12.21 01:19:14.032330 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5116 | 2024.12.21 01:19:14.032849 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part | ||
| 5117 | 2024.12.21 01:19:14.040823 [ 191 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 738 rows, containing 72 columns (72 merged, 0 gathered) in 0.015140404 sec., 48743.7455433818 rows/sec., 41.13 MiB/sec. | ||
| 5118 | 2024.12.21 01:19:14.042044 [ 191 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5119 | 2024.12.21 01:19:14.042873 [ 191 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_16_3} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5120 | 2024.12.21 01:19:14.042971 [ 191 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_16_3} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5121 | 2024.12.21 01:19:14.043296 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. | ||
| 5122 | 2024.12.21 01:19:16.429246 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 5123 | 2024.12.21 01:19:16.429906 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5124 | 2024.12.21 01:19:16.429945 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5125 | 2024.12.21 01:19:16.430547 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5126 | 2024.12.21 01:19:16.430812 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5127 | 2024.12.21 01:19:16.431047 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 5128 | 2024.12.21 01:19:17.145865 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 5129 | 2024.12.21 01:19:17.166660 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5130 | 2024.12.21 01:19:17.166727 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5131 | 2024.12.21 01:19:17.174491 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5132 | 2024.12.21 01:19:17.175260 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5133 | 2024.12.21 01:19:17.177913 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 5134 | 2024.12.21 01:19:18.178939 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5135 | 2024.12.21 01:19:18.179160 [ 287 ] {822a134c-3316-4d0b-8b5e-8ccde0ebf64d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5136 | 2024.12.21 01:19:18.179244 [ 287 ] {822a134c-3316-4d0b-8b5e-8ccde0ebf64d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5137 | 2024.12.21 01:19:18.180136 [ 287 ] {822a134c-3316-4d0b-8b5e-8ccde0ebf64d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5138 | 2024.12.21 01:19:18.180191 [ 287 ] {822a134c-3316-4d0b-8b5e-8ccde0ebf64d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5139 | 2024.12.21 01:19:18.180634 [ 287 ] {822a134c-3316-4d0b-8b5e-8ccde0ebf64d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5140 | 2024.12.21 01:19:18.180886 [ 287 ] {822a134c-3316-4d0b-8b5e-8ccde0ebf64d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5141 | 2024.12.21 01:19:18.181103 [ 45 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5142 | 2024.12.21 01:19:18.181172 [ 287 ] {822a134c-3316-4d0b-8b5e-8ccde0ebf64d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002071 sec., 27040.077257363595 rows/sec., 2.06 MiB/sec. | ||
| 5143 | 2024.12.21 01:19:18.181198 [ 45 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5144 | 2024.12.21 01:19:18.181262 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5145 | 2024.12.21 01:19:18.181314 [ 287 ] {822a134c-3316-4d0b-8b5e-8ccde0ebf64d} <Debug> TCPHandler: Processed in 0.002523582 sec. | ||
| 5146 | 2024.12.21 01:19:18.181792 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5147 | 2024.12.21 01:19:18.181847 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::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 | ||
| 5148 | 2024.12.21 01:19:18.182182 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5149 | 2024.12.21 01:19:18.182186 [ 285 ] {e73fb17a-df97-495f-8031-19aa77e93cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5150 | 2024.12.21 01:19:18.182227 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1436 rows starting from the beginning of the part | ||
| 5151 | 2024.12.21 01:19:18.182271 [ 285 ] {e73fb17a-df97-495f-8031-19aa77e93cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5152 | 2024.12.21 01:19:18.182390 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 125 rows starting from the beginning of the part | ||
| 5153 | 2024.12.21 01:19:18.182822 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 219 rows starting from the beginning of the part | ||
| 5154 | 2024.12.21 01:19:18.183156 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 124 rows starting from the beginning of the part | ||
| 5155 | 2024.12.21 01:19:18.183491 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1359 rows starting from the beginning of the part | ||
| 5156 | 2024.12.21 01:19:18.183834 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
| 5157 | 2024.12.21 01:19:18.184943 [ 285 ] {e73fb17a-df97-495f-8031-19aa77e93cba} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5158 | 2024.12.21 01:19:18.184996 [ 285 ] {e73fb17a-df97-495f-8031-19aa77e93cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5159 | 2024.12.21 01:19:18.185652 [ 285 ] {e73fb17a-df97-495f-8031-19aa77e93cba} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5160 | 2024.12.21 01:19:18.185924 [ 285 ] {e73fb17a-df97-495f-8031-19aa77e93cba} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5161 | 2024.12.21 01:19:18.186201 [ 44 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5162 | 2024.12.21 01:19:18.186295 [ 285 ] {e73fb17a-df97-495f-8031-19aa77e93cba} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004161 sec., 15380.918048546024 rows/sec., 1.20 MiB/sec. | ||
| 5163 | 2024.12.21 01:19:18.186355 [ 44 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5164 | 2024.12.21 01:19:18.186538 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5165 | 2024.12.21 01:19:18.186722 [ 285 ] {e73fb17a-df97-495f-8031-19aa77e93cba} <Debug> TCPHandler: Processed in 0.005221968 sec. | ||
| 5166 | 2024.12.21 01:19:18.187173 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5167 | 2024.12.21 01:19:18.187323 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.005884319 sec., 564041.4804160006 rows/sec., 49.27 MiB/sec. | ||
| 5168 | 2024.12.21 01:19:18.187344 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::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 | ||
| 5169 | 2024.12.21 01:19:18.187770 [ 287 ] {65b0383c-e196-4a9b-818c-2c9ad7c08732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5170 | 2024.12.21 01:19:18.187836 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5171 | 2024.12.21 01:19:18.188325 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5172 | 2024.12.21 01:19:18.188527 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::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 | ||
| 5173 | 2024.12.21 01:19:18.189273 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 100 rows starting from the beginning of the part | ||
| 5174 | 2024.12.21 01:19:18.189280 [ 287 ] {65b0383c-e196-4a9b-818c-2c9ad7c08732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5175 | 2024.12.21 01:19:18.189535 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_36_7} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5176 | 2024.12.21 01:19:18.189631 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 390 rows starting from the beginning of the part | ||
| 5177 | 2024.12.21 01:19:18.189986 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_36_7} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5178 | 2024.12.21 01:19:18.190054 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 98 rows starting from the beginning of the part | ||
| 5179 | 2024.12.21 01:19:18.190288 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 5180 | 2024.12.21 01:19:18.190473 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 846 rows starting from the beginning of the part | ||
| 5181 | 2024.12.21 01:19:18.190814 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 5182 | 2024.12.21 01:19:18.192556 [ 287 ] {65b0383c-e196-4a9b-818c-2c9ad7c08732} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5183 | 2024.12.21 01:19:18.192627 [ 287 ] {65b0383c-e196-4a9b-818c-2c9ad7c08732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5184 | 2024.12.21 01:19:18.193593 [ 287 ] {65b0383c-e196-4a9b-818c-2c9ad7c08732} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5185 | 2024.12.21 01:19:18.194047 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2414 rows, containing 5 columns (5 merged, 0 gathered) in 0.007331634 sec., 329258.1162671241 rows/sec., 25.25 MiB/sec. | ||
| 5186 | 2024.12.21 01:19:18.194057 [ 287 ] {65b0383c-e196-4a9b-818c-2c9ad7c08732} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5187 | 2024.12.21 01:19:18.194278 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5188 | 2024.12.21 01:19:18.194290 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5189 | 2024.12.21 01:19:18.194372 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5190 | 2024.12.21 01:19:18.194446 [ 287 ] {65b0383c-e196-4a9b-818c-2c9ad7c08732} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.006905 sec., 18537.291817523535 rows/sec., 1.29 MiB/sec. | ||
| 5191 | 2024.12.21 01:19:18.194461 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5192 | 2024.12.21 01:19:18.194755 [ 287 ] {65b0383c-e196-4a9b-818c-2c9ad7c08732} <Debug> TCPHandler: Processed in 0.007834491 sec. | ||
| 5193 | 2024.12.21 01:19:18.194999 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::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 | ||
| 5194 | 2024.12.21 01:19:18.195074 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5195 | 2024.12.21 01:19:18.195256 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_36_7} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5196 | 2024.12.21 01:19:18.195443 [ 285 ] {fab3920f-5a81-40e2-b22d-f03fe810a294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5197 | 2024.12.21 01:19:18.195479 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5198 | 2024.12.21 01:19:18.195603 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10338 rows starting from the beginning of the part | ||
| 5199 | 2024.12.21 01:19:18.195632 [ 285 ] {fab3920f-5a81-40e2-b22d-f03fe810a294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5200 | 2024.12.21 01:19:18.195696 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_36_7} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5201 | 2024.12.21 01:19:18.196042 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 161 rows starting from the beginning of the part | ||
| 5202 | 2024.12.21 01:19:18.196400 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::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 | ||
| 5203 | 2024.12.21 01:19:18.196866 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::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 | ||
| 5204 | 2024.12.21 01:19:18.197250 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 955 rows starting from the beginning of the part | ||
| 5205 | 2024.12.21 01:19:18.197605 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 128 rows starting from the beginning of the part | ||
| 5206 | 2024.12.21 01:19:18.197579 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5207 | 2024.12.21 01:19:18.198561 [ 285 ] {fab3920f-5a81-40e2-b22d-f03fe810a294} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5208 | 2024.12.21 01:19:18.198628 [ 285 ] {fab3920f-5a81-40e2-b22d-f03fe810a294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5209 | 2024.12.21 01:19:18.199380 [ 285 ] {fab3920f-5a81-40e2-b22d-f03fe810a294} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5210 | 2024.12.21 01:19:18.200027 [ 285 ] {fab3920f-5a81-40e2-b22d-f03fe810a294} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5211 | 2024.12.21 01:19:18.200361 [ 44 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5212 | 2024.12.21 01:19:18.200533 [ 44 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5213 | 2024.12.21 01:19:18.200627 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5214 | 2024.12.21 01:19:18.200638 [ 285 ] {fab3920f-5a81-40e2-b22d-f03fe810a294} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005301 sec., 9054.895302773062 rows/sec., 624.88 KiB/sec. | ||
| 5215 | 2024.12.21 01:19:18.200919 [ 285 ] {fab3920f-5a81-40e2-b22d-f03fe810a294} <Debug> TCPHandler: Processed in 0.006022011 sec. | ||
| 5216 | 2024.12.21 01:19:18.200986 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 5217 | 2024.12.21 01:19:18.201198 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5218 | 2024.12.21 01:19:18.201238 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1894 rows starting from the beginning of the part | ||
| 5219 | 2024.12.21 01:19:18.201365 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 5220 | 2024.12.21 01:19:18.201667 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 5221 | 2024.12.21 01:19:18.201958 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 5222 | 2024.12.21 01:19:18.202167 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part | ||
| 5223 | 2024.12.21 01:19:18.202331 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 48 rows starting from the beginning of the part | ||
| 5224 | 2024.12.21 01:19:18.203409 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11979 rows, containing 5 columns (5 merged, 0 gathered) in 0.008768677 sec., 1366112.5846008467 rows/sec., 92.14 MiB/sec. | ||
| 5225 | 2024.12.21 01:19:18.203777 [ 198 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5226 | 2024.12.21 01:19:18.204154 [ 198 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5227 | 2024.12.21 01:19:18.204304 [ 198 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5228 | 2024.12.21 01:19:18.204523 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. | ||
| 5229 | 2024.12.21 01:19:18.204593 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2178 rows, containing 4 columns (4 merged, 0 gathered) in 0.003813794 sec., 571084.8567069957 rows/sec., 37.24 MiB/sec. | ||
| 5230 | 2024.12.21 01:19:18.204882 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5231 | 2024.12.21 01:19:18.205181 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_36_7} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5232 | 2024.12.21 01:19:18.205257 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_36_7} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5233 | 2024.12.21 01:19:18.205333 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 5234 | 2024.12.21 01:19:23.181914 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5235 | 2024.12.21 01:19:23.182144 [ 287 ] {bcd5774b-a662-4042-98fd-720743ab2a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5236 | 2024.12.21 01:19:23.182219 [ 287 ] {bcd5774b-a662-4042-98fd-720743ab2a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5237 | 2024.12.21 01:19:23.183023 [ 287 ] {bcd5774b-a662-4042-98fd-720743ab2a4c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5238 | 2024.12.21 01:19:23.183072 [ 287 ] {bcd5774b-a662-4042-98fd-720743ab2a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5239 | 2024.12.21 01:19:23.183516 [ 287 ] {bcd5774b-a662-4042-98fd-720743ab2a4c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5240 | 2024.12.21 01:19:23.183778 [ 287 ] {bcd5774b-a662-4042-98fd-720743ab2a4c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5241 | 2024.12.21 01:19:23.183991 [ 287 ] {bcd5774b-a662-4042-98fd-720743ab2a4c} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.001906 sec., 65057.71248688353 rows/sec., 5.52 MiB/sec. | ||
| 5242 | 2024.12.21 01:19:23.184057 [ 287 ] {bcd5774b-a662-4042-98fd-720743ab2a4c} <Debug> TCPHandler: Processed in 0.002290838 sec. | ||
| 5243 | 2024.12.21 01:19:23.184307 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5244 | 2024.12.21 01:19:23.184519 [ 285 ] {5a6d83ee-55b0-48e0-a08c-7d817b34fd44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5245 | 2024.12.21 01:19:23.184598 [ 285 ] {5a6d83ee-55b0-48e0-a08c-7d817b34fd44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5246 | 2024.12.21 01:19:23.185401 [ 285 ] {5a6d83ee-55b0-48e0-a08c-7d817b34fd44} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5247 | 2024.12.21 01:19:23.185441 [ 285 ] {5a6d83ee-55b0-48e0-a08c-7d817b34fd44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5248 | 2024.12.21 01:19:23.185866 [ 285 ] {5a6d83ee-55b0-48e0-a08c-7d817b34fd44} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5249 | 2024.12.21 01:19:23.186113 [ 285 ] {5a6d83ee-55b0-48e0-a08c-7d817b34fd44} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5250 | 2024.12.21 01:19:23.186343 [ 285 ] {5a6d83ee-55b0-48e0-a08c-7d817b34fd44} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001883 sec., 18056.293149229954 rows/sec., 1.33 MiB/sec. | ||
| 5251 | 2024.12.21 01:19:23.186400 [ 285 ] {5a6d83ee-55b0-48e0-a08c-7d817b34fd44} <Debug> TCPHandler: Processed in 0.002229728 sec. | ||
| 5252 | 2024.12.21 01:19:23.186551 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5253 | 2024.12.21 01:19:23.186697 [ 287 ] {aeb296a3-c1ac-4db2-b98e-6182b2ff4b63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5254 | 2024.12.21 01:19:23.186763 [ 287 ] {aeb296a3-c1ac-4db2-b98e-6182b2ff4b63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5255 | 2024.12.21 01:19:23.187437 [ 287 ] {aeb296a3-c1ac-4db2-b98e-6182b2ff4b63} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5256 | 2024.12.21 01:19:23.187475 [ 287 ] {aeb296a3-c1ac-4db2-b98e-6182b2ff4b63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5257 | 2024.12.21 01:19:23.187842 [ 287 ] {aeb296a3-c1ac-4db2-b98e-6182b2ff4b63} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5258 | 2024.12.21 01:19:23.188077 [ 287 ] {aeb296a3-c1ac-4db2-b98e-6182b2ff4b63} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5259 | 2024.12.21 01:19:23.188287 [ 287 ] {aeb296a3-c1ac-4db2-b98e-6182b2ff4b63} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001622 sec., 60419.23551171394 rows/sec., 4.72 MiB/sec. | ||
| 5260 | 2024.12.21 01:19:23.188413 [ 287 ] {aeb296a3-c1ac-4db2-b98e-6182b2ff4b63} <Debug> TCPHandler: Processed in 0.001924062 sec. | ||
| 5261 | 2024.12.21 01:19:23.188632 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5262 | 2024.12.21 01:19:23.188770 [ 285 ] {46c86279-b0aa-4702-871b-db25eb47c921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5263 | 2024.12.21 01:19:23.188832 [ 285 ] {46c86279-b0aa-4702-871b-db25eb47c921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5264 | 2024.12.21 01:19:23.189466 [ 285 ] {46c86279-b0aa-4702-871b-db25eb47c921} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5265 | 2024.12.21 01:19:23.189503 [ 285 ] {46c86279-b0aa-4702-871b-db25eb47c921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5266 | 2024.12.21 01:19:23.189906 [ 285 ] {46c86279-b0aa-4702-871b-db25eb47c921} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5267 | 2024.12.21 01:19:23.190149 [ 285 ] {46c86279-b0aa-4702-871b-db25eb47c921} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5268 | 2024.12.21 01:19:23.190395 [ 285 ] {46c86279-b0aa-4702-871b-db25eb47c921} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001651 sec., 96910.96305269534 rows/sec., 6.75 MiB/sec. | ||
| 5269 | 2024.12.21 01:19:23.190582 [ 285 ] {46c86279-b0aa-4702-871b-db25eb47c921} <Debug> TCPHandler: Processed in 0.002054505 sec. | ||
| 5270 | 2024.12.21 01:19:23.190799 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5271 | 2024.12.21 01:19:23.190920 [ 287 ] {bf05f870-f7ae-40f4-8882-b3a39b3b6cc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5272 | 2024.12.21 01:19:23.190996 [ 287 ] {bf05f870-f7ae-40f4-8882-b3a39b3b6cc9} <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 | ||
| 5273 | 2024.12.21 01:19:23.192202 [ 287 ] {bf05f870-f7ae-40f4-8882-b3a39b3b6cc9} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5274 | 2024.12.21 01:19:23.192242 [ 287 ] {bf05f870-f7ae-40f4-8882-b3a39b3b6cc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5275 | 2024.12.21 01:19:23.192886 [ 287 ] {bf05f870-f7ae-40f4-8882-b3a39b3b6cc9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5276 | 2024.12.21 01:19:23.193144 [ 287 ] {bf05f870-f7ae-40f4-8882-b3a39b3b6cc9} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5277 | 2024.12.21 01:19:23.193385 [ 287 ] {bf05f870-f7ae-40f4-8882-b3a39b3b6cc9} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.00249 sec., 13654.618473895582 rows/sec., 24.47 MiB/sec. | ||
| 5278 | 2024.12.21 01:19:23.193860 [ 287 ] {bf05f870-f7ae-40f4-8882-b3a39b3b6cc9} <Debug> TCPHandler: Processed in 0.003134163 sec. | ||
| 5279 | 2024.12.21 01:19:23.194042 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5280 | 2024.12.21 01:19:23.194183 [ 285 ] {19b84a61-7690-4092-9988-7fe4131cd8c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5281 | 2024.12.21 01:19:23.194244 [ 285 ] {19b84a61-7690-4092-9988-7fe4131cd8c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5282 | 2024.12.21 01:19:23.194820 [ 285 ] {19b84a61-7690-4092-9988-7fe4131cd8c4} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5283 | 2024.12.21 01:19:23.194866 [ 285 ] {19b84a61-7690-4092-9988-7fe4131cd8c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5284 | 2024.12.21 01:19:23.195281 [ 285 ] {19b84a61-7690-4092-9988-7fe4131cd8c4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5285 | 2024.12.21 01:19:23.195520 [ 285 ] {19b84a61-7690-4092-9988-7fe4131cd8c4} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5286 | 2024.12.21 01:19:23.195736 [ 285 ] {19b84a61-7690-4092-9988-7fe4131cd8c4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001584 sec., 37878.78787878788 rows/sec., 2.55 MiB/sec. | ||
| 5287 | 2024.12.21 01:19:23.195786 [ 285 ] {19b84a61-7690-4092-9988-7fe4131cd8c4} <Debug> TCPHandler: Processed in 0.00181343 sec. | ||
| 5288 | 2024.12.21 01:19:23.822612 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5289 | 2024.12.21 01:19:23.822684 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5290 | 2024.12.21 01:19:23.931172 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 5291 | 2024.12.21 01:19:23.931829 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5292 | 2024.12.21 01:19:23.931884 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5293 | 2024.12.21 01:19:23.932414 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5294 | 2024.12.21 01:19:23.932670 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5295 | 2024.12.21 01:19:23.932933 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5296 | 2024.12.21 01:19:24.026451 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 758 | ||
| 5297 | 2024.12.21 01:19:24.029269 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5298 | 2024.12.21 01:19:24.029332 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5299 | 2024.12.21 01:19:24.030819 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5300 | 2024.12.21 01:19:24.031171 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5301 | 2024.12.21 01:19:24.032359 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 758 | ||
| 5302 | 2024.12.21 01:19:24.078915 [ 37 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 5303 | 2024.12.21 01:19:24.078982 [ 37 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5304 | 2024.12.21 01:19:24.079004 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5305 | 2024.12.21 01:19:24.079192 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 5306 | 2024.12.21 01:19:24.079399 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5307 | 2024.12.21 01:19:24.079433 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 5308 | 2024.12.21 01:19:24.079500 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 5309 | 2024.12.21 01:19:24.079687 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 5310 | 2024.12.21 01:19:24.079943 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 5311 | 2024.12.21 01:19:24.080092 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 5312 | 2024.12.21 01:19:24.081190 [ 198 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002118086 sec., 42491.19252003932 rows/sec., 2.17 MiB/sec. | ||
| 5313 | 2024.12.21 01:19:24.081307 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5314 | 2024.12.21 01:19:24.081592 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_15_3} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5315 | 2024.12.21 01:19:24.081672 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_15_3} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 5316 | 2024.12.21 01:19:24.081745 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5317 | 2024.12.21 01:19:24.139881 [ 37 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 5318 | 2024.12.21 01:19:24.139933 [ 37 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5319 | 2024.12.21 01:19:24.139956 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5320 | 2024.12.21 01:19:24.140174 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 5321 | 2024.12.21 01:19:24.140376 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5322 | 2024.12.21 01:19:24.140420 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part | ||
| 5323 | 2024.12.21 01:19:24.140564 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 242 rows starting from the beginning of the part | ||
| 5324 | 2024.12.21 01:19:24.140770 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 5325 | 2024.12.21 01:19:24.140956 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 5326 | 2024.12.21 01:19:24.141143 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 242 rows starting from the beginning of the part | ||
| 5327 | 2024.12.21 01:19:24.142361 [ 194 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002336839 sec., 322658.08641502477 rows/sec., 23.10 MiB/sec. | ||
| 5328 | 2024.12.21 01:19:24.142509 [ 194 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5329 | 2024.12.21 01:19:24.142799 [ 194 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_15_3} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5330 | 2024.12.21 01:19:24.142883 [ 194 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_15_3} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 5331 | 2024.12.21 01:19:24.142967 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 5332 | 2024.12.21 01:19:24.677968 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5333 | 2024.12.21 01:19:24.699791 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5334 | 2024.12.21 01:19:24.699847 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5335 | 2024.12.21 01:19:24.707006 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5336 | 2024.12.21 01:19:24.707764 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5337 | 2024.12.21 01:19:24.711498 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5338 | 2024.12.21 01:19:28.185801 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5339 | 2024.12.21 01:19:28.186022 [ 287 ] {7bf1d977-cf6e-4680-b8dd-f5db80572659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5340 | 2024.12.21 01:19:28.186109 [ 287 ] {7bf1d977-cf6e-4680-b8dd-f5db80572659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5341 | 2024.12.21 01:19:28.186905 [ 287 ] {7bf1d977-cf6e-4680-b8dd-f5db80572659} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5342 | 2024.12.21 01:19:28.186960 [ 287 ] {7bf1d977-cf6e-4680-b8dd-f5db80572659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5343 | 2024.12.21 01:19:28.187421 [ 287 ] {7bf1d977-cf6e-4680-b8dd-f5db80572659} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5344 | 2024.12.21 01:19:28.187675 [ 287 ] {7bf1d977-cf6e-4680-b8dd-f5db80572659} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5345 | 2024.12.21 01:19:28.187966 [ 287 ] {7bf1d977-cf6e-4680-b8dd-f5db80572659} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002004 sec., 6986.027944111776 rows/sec., 502.90 KiB/sec. | ||
| 5346 | 2024.12.21 01:19:28.188185 [ 287 ] {7bf1d977-cf6e-4680-b8dd-f5db80572659} <Debug> TCPHandler: Processed in 0.002531212 sec. | ||
| 5347 | 2024.12.21 01:19:28.188460 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5348 | 2024.12.21 01:19:28.188665 [ 285 ] {4f072cd4-d3b6-4917-90d4-9fd5009b8e43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5349 | 2024.12.21 01:19:28.188741 [ 285 ] {4f072cd4-d3b6-4917-90d4-9fd5009b8e43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5350 | 2024.12.21 01:19:28.189636 [ 285 ] {4f072cd4-d3b6-4917-90d4-9fd5009b8e43} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5351 | 2024.12.21 01:19:28.189691 [ 285 ] {4f072cd4-d3b6-4917-90d4-9fd5009b8e43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5352 | 2024.12.21 01:19:28.190144 [ 285 ] {4f072cd4-d3b6-4917-90d4-9fd5009b8e43} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5353 | 2024.12.21 01:19:28.190401 [ 285 ] {4f072cd4-d3b6-4917-90d4-9fd5009b8e43} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5354 | 2024.12.21 01:19:28.190733 [ 285 ] {4f072cd4-d3b6-4917-90d4-9fd5009b8e43} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002111 sec., 103742.30222643296 rows/sec., 9.04 MiB/sec. | ||
| 5355 | 2024.12.21 01:19:28.191076 [ 285 ] {4f072cd4-d3b6-4917-90d4-9fd5009b8e43} <Debug> TCPHandler: Processed in 0.002737576 sec. | ||
| 5356 | 2024.12.21 01:19:28.191457 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5357 | 2024.12.21 01:19:28.191751 [ 287 ] {0018fd9b-53f0-4a88-829d-39c2a7c609c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5358 | 2024.12.21 01:19:28.191818 [ 287 ] {0018fd9b-53f0-4a88-829d-39c2a7c609c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5359 | 2024.12.21 01:19:28.192520 [ 287 ] {0018fd9b-53f0-4a88-829d-39c2a7c609c0} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5360 | 2024.12.21 01:19:28.192564 [ 287 ] {0018fd9b-53f0-4a88-829d-39c2a7c609c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5361 | 2024.12.21 01:19:28.192939 [ 287 ] {0018fd9b-53f0-4a88-829d-39c2a7c609c0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5362 | 2024.12.21 01:19:28.193182 [ 287 ] {0018fd9b-53f0-4a88-829d-39c2a7c609c0} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5363 | 2024.12.21 01:19:28.193446 [ 287 ] {0018fd9b-53f0-4a88-829d-39c2a7c609c0} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001738 sec., 8630.609896432681 rows/sec., 608.53 KiB/sec. | ||
| 5364 | 2024.12.21 01:19:28.193652 [ 287 ] {0018fd9b-53f0-4a88-829d-39c2a7c609c0} <Debug> TCPHandler: Processed in 0.00242871 sec. | ||
| 5365 | 2024.12.21 01:19:28.193853 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5366 | 2024.12.21 01:19:28.194002 [ 285 ] {d93a16e5-7ca5-43f9-8722-b57deabd23f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5367 | 2024.12.21 01:19:28.194064 [ 285 ] {d93a16e5-7ca5-43f9-8722-b57deabd23f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5368 | 2024.12.21 01:19:28.194688 [ 285 ] {d93a16e5-7ca5-43f9-8722-b57deabd23f0} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5369 | 2024.12.21 01:19:28.194729 [ 285 ] {d93a16e5-7ca5-43f9-8722-b57deabd23f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5370 | 2024.12.21 01:19:28.195091 [ 285 ] {d93a16e5-7ca5-43f9-8722-b57deabd23f0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5371 | 2024.12.21 01:19:28.195331 [ 285 ] {d93a16e5-7ca5-43f9-8722-b57deabd23f0} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5372 | 2024.12.21 01:19:28.195669 [ 285 ] {d93a16e5-7ca5-43f9-8722-b57deabd23f0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001669 sec., 8388.256440982625 rows/sec., 587.46 KiB/sec. | ||
| 5373 | 2024.12.21 01:19:28.196148 [ 285 ] {d93a16e5-7ca5-43f9-8722-b57deabd23f0} <Debug> TCPHandler: Processed in 0.0023734 sec. | ||
| 5374 | 2024.12.21 01:19:28.196464 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5375 | 2024.12.21 01:19:28.196691 [ 287 ] {0a00ebdb-4ab5-446f-9800-c59234f56482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5376 | 2024.12.21 01:19:28.196785 [ 287 ] {0a00ebdb-4ab5-446f-9800-c59234f56482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5377 | 2024.12.21 01:19:28.197614 [ 287 ] {0a00ebdb-4ab5-446f-9800-c59234f56482} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5378 | 2024.12.21 01:19:28.197655 [ 287 ] {0a00ebdb-4ab5-446f-9800-c59234f56482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5379 | 2024.12.21 01:19:28.198018 [ 287 ] {0a00ebdb-4ab5-446f-9800-c59234f56482} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5380 | 2024.12.21 01:19:28.198261 [ 287 ] {0a00ebdb-4ab5-446f-9800-c59234f56482} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5381 | 2024.12.21 01:19:28.198528 [ 287 ] {0a00ebdb-4ab5-446f-9800-c59234f56482} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001894 sec., 6863.780359028511 rows/sec., 427.96 KiB/sec. | ||
| 5382 | 2024.12.21 01:19:28.198724 [ 287 ] {0a00ebdb-4ab5-446f-9800-c59234f56482} <Debug> TCPHandler: Processed in 0.002441331 sec. | ||
| 5383 | 2024.12.21 01:19:28.198903 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5384 | 2024.12.21 01:19:28.199022 [ 285 ] {4542b6ca-2cdb-4e3f-b241-d5340c94a56b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5385 | 2024.12.21 01:19:28.199072 [ 285 ] {4542b6ca-2cdb-4e3f-b241-d5340c94a56b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5386 | 2024.12.21 01:19:28.199805 [ 285 ] {4542b6ca-2cdb-4e3f-b241-d5340c94a56b} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5387 | 2024.12.21 01:19:28.199845 [ 285 ] {4542b6ca-2cdb-4e3f-b241-d5340c94a56b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5388 | 2024.12.21 01:19:28.200239 [ 285 ] {4542b6ca-2cdb-4e3f-b241-d5340c94a56b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5389 | 2024.12.21 01:19:28.200492 [ 285 ] {4542b6ca-2cdb-4e3f-b241-d5340c94a56b} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5390 | 2024.12.21 01:19:28.200751 [ 285 ] {4542b6ca-2cdb-4e3f-b241-d5340c94a56b} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001753 sec., 222475.75584711923 rows/sec., 15.78 MiB/sec. | ||
| 5391 | 2024.12.21 01:19:28.200982 [ 285 ] {4542b6ca-2cdb-4e3f-b241-d5340c94a56b} <Debug> TCPHandler: Processed in 0.002155637 sec. | ||
| 5392 | 2024.12.21 01:19:28.201193 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5393 | 2024.12.21 01:19:28.201333 [ 287 ] {b4b18d42-8461-483f-8bc6-de817bfbceff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5394 | 2024.12.21 01:19:28.201394 [ 287 ] {b4b18d42-8461-483f-8bc6-de817bfbceff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5395 | 2024.12.21 01:19:28.201974 [ 287 ] {b4b18d42-8461-483f-8bc6-de817bfbceff} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5396 | 2024.12.21 01:19:28.202022 [ 287 ] {b4b18d42-8461-483f-8bc6-de817bfbceff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5397 | 2024.12.21 01:19:28.202439 [ 287 ] {b4b18d42-8461-483f-8bc6-de817bfbceff} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5398 | 2024.12.21 01:19:28.202682 [ 287 ] {b4b18d42-8461-483f-8bc6-de817bfbceff} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5399 | 2024.12.21 01:19:28.202978 [ 287 ] {b4b18d42-8461-483f-8bc6-de817bfbceff} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001647 sec., 3642.9872495446266 rows/sec., 190.33 KiB/sec. | ||
| 5400 | 2024.12.21 01:19:28.203108 [ 287 ] {b4b18d42-8461-483f-8bc6-de817bfbceff} <Debug> TCPHandler: Processed in 0.002021634 sec. | ||
| 5401 | 2024.12.21 01:19:28.203248 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5402 | 2024.12.21 01:19:28.203390 [ 285 ] {635fda72-4cf2-46ec-86ab-e62a3d19f899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5403 | 2024.12.21 01:19:28.203455 [ 285 ] {635fda72-4cf2-46ec-86ab-e62a3d19f899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5404 | 2024.12.21 01:19:28.204184 [ 285 ] {635fda72-4cf2-46ec-86ab-e62a3d19f899} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5405 | 2024.12.21 01:19:28.204230 [ 285 ] {635fda72-4cf2-46ec-86ab-e62a3d19f899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5406 | 2024.12.21 01:19:28.204643 [ 285 ] {635fda72-4cf2-46ec-86ab-e62a3d19f899} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5407 | 2024.12.21 01:19:28.204876 [ 285 ] {635fda72-4cf2-46ec-86ab-e62a3d19f899} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5408 | 2024.12.21 01:19:28.205095 [ 285 ] {635fda72-4cf2-46ec-86ab-e62a3d19f899} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001738 sec., 136363.63636363635 rows/sec., 9.14 MiB/sec. | ||
| 5409 | 2024.12.21 01:19:28.205150 [ 285 ] {635fda72-4cf2-46ec-86ab-e62a3d19f899} <Debug> TCPHandler: Processed in 0.001959043 sec. | ||
| 5410 | 2024.12.21 01:19:28.205332 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5411 | 2024.12.21 01:19:28.205557 [ 287 ] {ee0c9bdb-2f28-4da0-aaa5-4ab96df2c8f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5412 | 2024.12.21 01:19:28.205654 [ 287 ] {ee0c9bdb-2f28-4da0-aaa5-4ab96df2c8f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5413 | 2024.12.21 01:19:28.206417 [ 287 ] {ee0c9bdb-2f28-4da0-aaa5-4ab96df2c8f3} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5414 | 2024.12.21 01:19:28.206456 [ 287 ] {ee0c9bdb-2f28-4da0-aaa5-4ab96df2c8f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5415 | 2024.12.21 01:19:28.206818 [ 287 ] {ee0c9bdb-2f28-4da0-aaa5-4ab96df2c8f3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5416 | 2024.12.21 01:19:28.207057 [ 287 ] {ee0c9bdb-2f28-4da0-aaa5-4ab96df2c8f3} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5417 | 2024.12.21 01:19:28.207310 [ 287 ] {ee0c9bdb-2f28-4da0-aaa5-4ab96df2c8f3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0018 sec., 555.5555555555555 rows/sec., 37.43 KiB/sec. | ||
| 5418 | 2024.12.21 01:19:28.207493 [ 287 ] {ee0c9bdb-2f28-4da0-aaa5-4ab96df2c8f3} <Debug> TCPHandler: Processed in 0.002255509 sec. | ||
| 5419 | 2024.12.21 01:19:28.207650 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5420 | 2024.12.21 01:19:28.207794 [ 285 ] {b015e24f-9e62-4c1a-9a9a-f6716698466e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5421 | 2024.12.21 01:19:28.207889 [ 285 ] {b015e24f-9e62-4c1a-9a9a-f6716698466e} <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 | ||
| 5422 | 2024.12.21 01:19:28.209072 [ 285 ] {b015e24f-9e62-4c1a-9a9a-f6716698466e} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5423 | 2024.12.21 01:19:28.209112 [ 285 ] {b015e24f-9e62-4c1a-9a9a-f6716698466e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5424 | 2024.12.21 01:19:28.209728 [ 285 ] {b015e24f-9e62-4c1a-9a9a-f6716698466e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5425 | 2024.12.21 01:19:28.209991 [ 285 ] {b015e24f-9e62-4c1a-9a9a-f6716698466e} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5426 | 2024.12.21 01:19:28.210248 [ 285 ] {b015e24f-9e62-4c1a-9a9a-f6716698466e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002489 sec., 3214.1422257934914 rows/sec., 5.76 MiB/sec. | ||
| 5427 | 2024.12.21 01:19:28.210358 [ 285 ] {b015e24f-9e62-4c1a-9a9a-f6716698466e} <Debug> TCPHandler: Processed in 0.002774767 sec. | ||
| 5428 | 2024.12.21 01:19:28.210531 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5429 | 2024.12.21 01:19:28.210672 [ 287 ] {02715a25-bbb1-421f-b20a-2efba8c17f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5430 | 2024.12.21 01:19:28.210733 [ 287 ] {02715a25-bbb1-421f-b20a-2efba8c17f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5431 | 2024.12.21 01:19:28.211305 [ 287 ] {02715a25-bbb1-421f-b20a-2efba8c17f89} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5432 | 2024.12.21 01:19:28.211344 [ 287 ] {02715a25-bbb1-421f-b20a-2efba8c17f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5433 | 2024.12.21 01:19:28.211718 [ 287 ] {02715a25-bbb1-421f-b20a-2efba8c17f89} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5434 | 2024.12.21 01:19:28.211961 [ 287 ] {02715a25-bbb1-421f-b20a-2efba8c17f89} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5435 | 2024.12.21 01:19:28.212172 [ 287 ] {02715a25-bbb1-421f-b20a-2efba8c17f89} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001531 sec., 53559.76485956891 rows/sec., 3.40 MiB/sec. | ||
| 5436 | 2024.12.21 01:19:28.212224 [ 287 ] {02715a25-bbb1-421f-b20a-2efba8c17f89} <Debug> TCPHandler: Processed in 0.00176337 sec. | ||
| 5437 | 2024.12.21 01:19:31.433044 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 5438 | 2024.12.21 01:19:31.433728 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5439 | 2024.12.21 01:19:31.433773 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5440 | 2024.12.21 01:19:31.434337 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5441 | 2024.12.21 01:19:31.434598 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5442 | 2024.12.21 01:19:31.434837 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 5443 | 2024.12.21 01:19:32.211567 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5444 | 2024.12.21 01:19:32.232425 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5445 | 2024.12.21 01:19:32.232486 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5446 | 2024.12.21 01:19:32.240131 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5447 | 2024.12.21 01:19:32.240962 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5448 | 2024.12.21 01:19:32.245089 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5449 | 2024.12.21 01:19:33.182606 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5450 | 2024.12.21 01:19:33.182826 [ 287 ] {0102655f-10f1-4f59-908d-24b4c69d5eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5451 | 2024.12.21 01:19:33.182911 [ 287 ] {0102655f-10f1-4f59-908d-24b4c69d5eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5452 | 2024.12.21 01:19:33.183710 [ 287 ] {0102655f-10f1-4f59-908d-24b4c69d5eaf} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5453 | 2024.12.21 01:19:33.183760 [ 287 ] {0102655f-10f1-4f59-908d-24b4c69d5eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5454 | 2024.12.21 01:19:33.184182 [ 287 ] {0102655f-10f1-4f59-908d-24b4c69d5eaf} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5455 | 2024.12.21 01:19:33.184447 [ 287 ] {0102655f-10f1-4f59-908d-24b4c69d5eaf} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5456 | 2024.12.21 01:19:33.184817 [ 287 ] {0102655f-10f1-4f59-908d-24b4c69d5eaf} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002008 sec., 1992.0318725099603 rows/sec., 162.44 KiB/sec. | ||
| 5457 | 2024.12.21 01:19:33.185070 [ 287 ] {0102655f-10f1-4f59-908d-24b4c69d5eaf} <Debug> TCPHandler: Processed in 0.002645414 sec. | ||
| 5458 | 2024.12.21 01:19:33.185391 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5459 | 2024.12.21 01:19:33.185702 [ 285 ] {67b59d8e-ff71-4a0a-aa5b-a2f84a337009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5460 | 2024.12.21 01:19:33.185821 [ 285 ] {67b59d8e-ff71-4a0a-aa5b-a2f84a337009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5461 | 2024.12.21 01:19:33.186872 [ 285 ] {67b59d8e-ff71-4a0a-aa5b-a2f84a337009} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5462 | 2024.12.21 01:19:33.186922 [ 285 ] {67b59d8e-ff71-4a0a-aa5b-a2f84a337009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5463 | 2024.12.21 01:19:33.187354 [ 285 ] {67b59d8e-ff71-4a0a-aa5b-a2f84a337009} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5464 | 2024.12.21 01:19:33.187603 [ 285 ] {67b59d8e-ff71-4a0a-aa5b-a2f84a337009} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5465 | 2024.12.21 01:19:33.187836 [ 285 ] {67b59d8e-ff71-4a0a-aa5b-a2f84a337009} <Debug> executeQuery: Read 126 rows, 10.93 KiB in 0.002223 sec., 56680.161943319836 rows/sec., 4.80 MiB/sec. | ||
| 5466 | 2024.12.21 01:19:33.187894 [ 285 ] {67b59d8e-ff71-4a0a-aa5b-a2f84a337009} <Debug> TCPHandler: Processed in 0.002698326 sec. | ||
| 5467 | 2024.12.21 01:19:33.188045 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5468 | 2024.12.21 01:19:33.188191 [ 287 ] {b42e4996-83af-49aa-81b7-0da62a1f48fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5469 | 2024.12.21 01:19:33.188253 [ 287 ] {b42e4996-83af-49aa-81b7-0da62a1f48fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5470 | 2024.12.21 01:19:33.188891 [ 287 ] {b42e4996-83af-49aa-81b7-0da62a1f48fb} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5471 | 2024.12.21 01:19:33.188932 [ 287 ] {b42e4996-83af-49aa-81b7-0da62a1f48fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5472 | 2024.12.21 01:19:33.189297 [ 287 ] {b42e4996-83af-49aa-81b7-0da62a1f48fb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5473 | 2024.12.21 01:19:33.189534 [ 287 ] {b42e4996-83af-49aa-81b7-0da62a1f48fb} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5474 | 2024.12.21 01:19:33.189703 [ 25 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5475 | 2024.12.21 01:19:33.189763 [ 287 ] {b42e4996-83af-49aa-81b7-0da62a1f48fb} <Debug> executeQuery: Read 38 rows, 2.84 KiB in 0.001607 sec., 23646.546359676417 rows/sec., 1.72 MiB/sec. | ||
| 5476 | 2024.12.21 01:19:33.189788 [ 25 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5477 | 2024.12.21 01:19:33.189856 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5478 | 2024.12.21 01:19:33.189891 [ 287 ] {b42e4996-83af-49aa-81b7-0da62a1f48fb} <Debug> TCPHandler: Processed in 0.001909372 sec. | ||
| 5479 | 2024.12.21 01:19:33.190212 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::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 | ||
| 5480 | 2024.12.21 01:19:33.190469 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5481 | 2024.12.21 01:19:33.190792 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5482 | 2024.12.21 01:19:33.190801 [ 285 ] {a630d022-f2c6-427b-b6f3-5dd5d0473f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5483 | 2024.12.21 01:19:33.190851 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::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 | ||
| 5484 | 2024.12.21 01:19:33.190910 [ 285 ] {a630d022-f2c6-427b-b6f3-5dd5d0473f26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5485 | 2024.12.21 01:19:33.191203 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part | ||
| 5486 | 2024.12.21 01:19:33.191625 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 15 rows starting from the beginning of the part | ||
| 5487 | 2024.12.21 01:19:33.192048 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 34 rows starting from the beginning of the part | ||
| 5488 | 2024.12.21 01:19:33.192465 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 15 rows starting from the beginning of the part | ||
| 5489 | 2024.12.21 01:19:33.192681 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 38 rows starting from the beginning of the part | ||
| 5490 | 2024.12.21 01:19:33.193699 [ 285 ] {a630d022-f2c6-427b-b6f3-5dd5d0473f26} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5491 | 2024.12.21 01:19:33.193781 [ 285 ] {a630d022-f2c6-427b-b6f3-5dd5d0473f26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5492 | 2024.12.21 01:19:33.194929 [ 285 ] {a630d022-f2c6-427b-b6f3-5dd5d0473f26} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5493 | 2024.12.21 01:19:33.195367 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 203 rows, containing 5 columns (5 merged, 0 gathered) in 0.005398791 sec., 37601.0110411757 rows/sec., 2.85 MiB/sec. | ||
| 5494 | 2024.12.21 01:19:33.195434 [ 285 ] {a630d022-f2c6-427b-b6f3-5dd5d0473f26} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5495 | 2024.12.21 01:19:33.195544 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5496 | 2024.12.21 01:19:33.195829 [ 285 ] {a630d022-f2c6-427b-b6f3-5dd5d0473f26} <Debug> executeQuery: Read 102 rows, 8.16 KiB in 0.005135 sec., 19863.680623174296 rows/sec., 1.55 MiB/sec. | ||
| 5497 | 2024.12.21 01:19:33.196051 [ 285 ] {a630d022-f2c6-427b-b6f3-5dd5d0473f26} <Debug> TCPHandler: Processed in 0.006048172 sec. | ||
| 5498 | 2024.12.21 01:19:33.196316 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5499 | 2024.12.21 01:19:33.196445 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_31_6} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5500 | 2024.12.21 01:19:33.196592 [ 287 ] {f1a76b2c-f164-4af7-b072-540520cb9fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5501 | 2024.12.21 01:19:33.196635 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_31_6} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5502 | 2024.12.21 01:19:33.196702 [ 287 ] {f1a76b2c-f164-4af7-b072-540520cb9fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5503 | 2024.12.21 01:19:33.196814 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5504 | 2024.12.21 01:19:33.197485 [ 287 ] {f1a76b2c-f164-4af7-b072-540520cb9fd8} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5505 | 2024.12.21 01:19:33.197529 [ 287 ] {f1a76b2c-f164-4af7-b072-540520cb9fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5506 | 2024.12.21 01:19:33.197926 [ 287 ] {f1a76b2c-f164-4af7-b072-540520cb9fd8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5507 | 2024.12.21 01:19:33.198159 [ 287 ] {f1a76b2c-f164-4af7-b072-540520cb9fd8} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5508 | 2024.12.21 01:19:33.198389 [ 287 ] {f1a76b2c-f164-4af7-b072-540520cb9fd8} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001895 sec., 85488.12664907651 rows/sec., 5.95 MiB/sec. | ||
| 5509 | 2024.12.21 01:19:33.198472 [ 287 ] {f1a76b2c-f164-4af7-b072-540520cb9fd8} <Debug> TCPHandler: Processed in 0.002290279 sec. | ||
| 5510 | 2024.12.21 01:19:33.198708 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5511 | 2024.12.21 01:19:33.198851 [ 285 ] {c2f217e3-e09a-4c54-b526-f8729c82198a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5512 | 2024.12.21 01:19:33.198947 [ 285 ] {c2f217e3-e09a-4c54-b526-f8729c82198a} <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 | ||
| 5513 | 2024.12.21 01:19:33.200204 [ 285 ] {c2f217e3-e09a-4c54-b526-f8729c82198a} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5514 | 2024.12.21 01:19:33.200244 [ 285 ] {c2f217e3-e09a-4c54-b526-f8729c82198a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5515 | 2024.12.21 01:19:33.200926 [ 285 ] {c2f217e3-e09a-4c54-b526-f8729c82198a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5516 | 2024.12.21 01:19:33.201192 [ 285 ] {c2f217e3-e09a-4c54-b526-f8729c82198a} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5517 | 2024.12.21 01:19:33.201365 [ 25 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5518 | 2024.12.21 01:19:33.201459 [ 285 ] {c2f217e3-e09a-4c54-b526-f8729c82198a} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002637 sec., 12893.439514599924 rows/sec., 23.10 MiB/sec. | ||
| 5519 | 2024.12.21 01:19:33.201468 [ 25 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5520 | 2024.12.21 01:19:33.201571 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5521 | 2024.12.21 01:19:33.201827 [ 285 ] {c2f217e3-e09a-4c54-b526-f8729c82198a} <Debug> TCPHandler: Processed in 0.003239334 sec. | ||
| 5522 | 2024.12.21 01:19:33.201929 [ 195 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 5523 | 2024.12.21 01:19:33.202167 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5524 | 2024.12.21 01:19:33.202556 [ 287 ] {18b7bb3c-5896-4ac8-97ab-f895f490ba05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5525 | 2024.12.21 01:19:33.202687 [ 287 ] {18b7bb3c-5896-4ac8-97ab-f895f490ba05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5526 | 2024.12.21 01:19:33.203011 [ 195 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5527 | 2024.12.21 01:19:33.203310 [ 195 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 484 rows starting from the beginning of the part | ||
| 5528 | 2024.12.21 01:19:33.204009 [ 195 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part | ||
| 5529 | 2024.12.21 01:19:33.204789 [ 195 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 5530 | 2024.12.21 01:19:33.205035 [ 287 ] {18b7bb3c-5896-4ac8-97ab-f895f490ba05} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5531 | 2024.12.21 01:19:33.205136 [ 287 ] {18b7bb3c-5896-4ac8-97ab-f895f490ba05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5532 | 2024.12.21 01:19:33.205678 [ 195 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 34 rows starting from the beginning of the part | ||
| 5533 | 2024.12.21 01:19:33.206354 [ 195 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 5534 | 2024.12.21 01:19:33.206914 [ 287 ] {18b7bb3c-5896-4ac8-97ab-f895f490ba05} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5535 | 2024.12.21 01:19:33.206918 [ 195 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part | ||
| 5536 | 2024.12.21 01:19:33.207840 [ 287 ] {18b7bb3c-5896-4ac8-97ab-f895f490ba05} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5537 | 2024.12.21 01:19:33.208535 [ 287 ] {18b7bb3c-5896-4ac8-97ab-f895f490ba05} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006031 sec., 9948.59890565412 rows/sec., 686.56 KiB/sec. | ||
| 5538 | 2024.12.21 01:19:33.208996 [ 287 ] {18b7bb3c-5896-4ac8-97ab-f895f490ba05} <Debug> TCPHandler: Processed in 0.007005848 sec. | ||
| 5539 | 2024.12.21 01:19:33.234729 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 602 rows, containing 19 columns (19 merged, 0 gathered) in 0.032972975 sec., 18257.375926800658 rows/sec., 32.72 MiB/sec. | ||
| 5540 | 2024.12.21 01:19:33.235705 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5541 | 2024.12.21 01:19:33.236136 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5542 | 2024.12.21 01:19:33.236224 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5543 | 2024.12.21 01:19:33.236372 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 5544 | 2024.12.21 01:19:34.032513 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 794 | ||
| 5545 | 2024.12.21 01:19:34.035884 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5546 | 2024.12.21 01:19:34.035949 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5547 | 2024.12.21 01:19:34.037545 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5548 | 2024.12.21 01:19:34.037881 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5549 | 2024.12.21 01:19:34.039129 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 794 | ||
| 5550 | 2024.12.21 01:19:38.185680 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5551 | 2024.12.21 01:19:38.185898 [ 287 ] {e32e6c9a-0819-4c7f-88fa-eecdd73e756d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5552 | 2024.12.21 01:19:38.185981 [ 287 ] {e32e6c9a-0819-4c7f-88fa-eecdd73e756d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5553 | 2024.12.21 01:19:38.186811 [ 287 ] {e32e6c9a-0819-4c7f-88fa-eecdd73e756d} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5554 | 2024.12.21 01:19:38.186868 [ 287 ] {e32e6c9a-0819-4c7f-88fa-eecdd73e756d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5555 | 2024.12.21 01:19:38.187307 [ 287 ] {e32e6c9a-0819-4c7f-88fa-eecdd73e756d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5556 | 2024.12.21 01:19:38.187562 [ 287 ] {e32e6c9a-0819-4c7f-88fa-eecdd73e756d} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5557 | 2024.12.21 01:19:38.187760 [ 91 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5558 | 2024.12.21 01:19:38.187821 [ 287 ] {e32e6c9a-0819-4c7f-88fa-eecdd73e756d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001974 sec., 7092.198581560284 rows/sec., 510.54 KiB/sec. | ||
| 5559 | 2024.12.21 01:19:38.187850 [ 91 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5560 | 2024.12.21 01:19:38.187937 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5561 | 2024.12.21 01:19:38.187962 [ 287 ] {e32e6c9a-0819-4c7f-88fa-eecdd73e756d} <Debug> TCPHandler: Processed in 0.002424211 sec. | ||
| 5562 | 2024.12.21 01:19:38.188192 [ 188 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 5563 | 2024.12.21 01:19:38.188263 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5564 | 2024.12.21 01:19:38.188439 [ 188 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5565 | 2024.12.21 01:19:38.188514 [ 188 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 5566 | 2024.12.21 01:19:38.188549 [ 285 ] {b5f30cec-4b1e-4418-a2b6-a6d64b14a851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5567 | 2024.12.21 01:19:38.188716 [ 285 ] {b5f30cec-4b1e-4418-a2b6-a6d64b14a851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5568 | 2024.12.21 01:19:38.188747 [ 188 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 5569 | 2024.12.21 01:19:38.189105 [ 188 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 5570 | 2024.12.21 01:19:38.189516 [ 188 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 5571 | 2024.12.21 01:19:38.189961 [ 188 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::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 | ||
| 5572 | 2024.12.21 01:19:38.191636 [ 285 ] {b5f30cec-4b1e-4418-a2b6-a6d64b14a851} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5573 | 2024.12.21 01:19:38.191716 [ 285 ] {b5f30cec-4b1e-4418-a2b6-a6d64b14a851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5574 | 2024.12.21 01:19:38.192602 [ 197 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004537997 sec., 15425.307685306974 rows/sec., 1.14 MiB/sec. | ||
| 5575 | 2024.12.21 01:19:38.192786 [ 285 ] {b5f30cec-4b1e-4418-a2b6-a6d64b14a851} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5576 | 2024.12.21 01:19:38.192874 [ 197 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5577 | 2024.12.21 01:19:38.193302 [ 285 ] {b5f30cec-4b1e-4418-a2b6-a6d64b14a851} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5578 | 2024.12.21 01:19:38.193584 [ 197 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_17_4} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5579 | 2024.12.21 01:19:38.193687 [ 285 ] {b5f30cec-4b1e-4418-a2b6-a6d64b14a851} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.005207 sec., 42058.76704436336 rows/sec., 3.66 MiB/sec. | ||
| 5580 | 2024.12.21 01:19:38.193758 [ 197 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_17_4} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5581 | 2024.12.21 01:19:38.193840 [ 285 ] {b5f30cec-4b1e-4418-a2b6-a6d64b14a851} <Debug> TCPHandler: Processed in 0.005744006 sec. | ||
| 5582 | 2024.12.21 01:19:38.194015 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5583 | 2024.12.21 01:19:38.194101 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5584 | 2024.12.21 01:19:38.194250 [ 287 ] {94c63e56-d855-44e2-bc7f-af65f217c860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5585 | 2024.12.21 01:19:38.194313 [ 287 ] {94c63e56-d855-44e2-bc7f-af65f217c860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5586 | 2024.12.21 01:19:38.194973 [ 287 ] {94c63e56-d855-44e2-bc7f-af65f217c860} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5587 | 2024.12.21 01:19:38.195016 [ 287 ] {94c63e56-d855-44e2-bc7f-af65f217c860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5588 | 2024.12.21 01:19:38.195397 [ 287 ] {94c63e56-d855-44e2-bc7f-af65f217c860} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5589 | 2024.12.21 01:19:38.195640 [ 287 ] {94c63e56-d855-44e2-bc7f-af65f217c860} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5590 | 2024.12.21 01:19:38.195864 [ 287 ] {94c63e56-d855-44e2-bc7f-af65f217c860} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00165 sec., 9090.90909090909 rows/sec., 640.98 KiB/sec. | ||
| 5591 | 2024.12.21 01:19:38.195921 [ 287 ] {94c63e56-d855-44e2-bc7f-af65f217c860} <Debug> TCPHandler: Processed in 0.001934873 sec. | ||
| 5592 | 2024.12.21 01:19:38.196093 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5593 | 2024.12.21 01:19:38.196240 [ 285 ] {6436c09b-99d8-47e1-bf3a-b00f9abda99f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5594 | 2024.12.21 01:19:38.196302 [ 285 ] {6436c09b-99d8-47e1-bf3a-b00f9abda99f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5595 | 2024.12.21 01:19:38.196937 [ 285 ] {6436c09b-99d8-47e1-bf3a-b00f9abda99f} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5596 | 2024.12.21 01:19:38.196976 [ 285 ] {6436c09b-99d8-47e1-bf3a-b00f9abda99f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5597 | 2024.12.21 01:19:38.197352 [ 285 ] {6436c09b-99d8-47e1-bf3a-b00f9abda99f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5598 | 2024.12.21 01:19:38.197605 [ 285 ] {6436c09b-99d8-47e1-bf3a-b00f9abda99f} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5599 | 2024.12.21 01:19:38.197829 [ 285 ] {6436c09b-99d8-47e1-bf3a-b00f9abda99f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001623 sec., 8626.00123228589 rows/sec., 604.11 KiB/sec. | ||
| 5600 | 2024.12.21 01:19:38.198053 [ 285 ] {6436c09b-99d8-47e1-bf3a-b00f9abda99f} <Debug> TCPHandler: Processed in 0.002024684 sec. | ||
| 5601 | 2024.12.21 01:19:38.198231 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5602 | 2024.12.21 01:19:38.198372 [ 287 ] {3695758b-a8b4-4c82-92bf-6798fca3a55d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5603 | 2024.12.21 01:19:38.198433 [ 287 ] {3695758b-a8b4-4c82-92bf-6798fca3a55d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5604 | 2024.12.21 01:19:38.199042 [ 287 ] {3695758b-a8b4-4c82-92bf-6798fca3a55d} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5605 | 2024.12.21 01:19:38.199082 [ 287 ] {3695758b-a8b4-4c82-92bf-6798fca3a55d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5606 | 2024.12.21 01:19:38.199440 [ 287 ] {3695758b-a8b4-4c82-92bf-6798fca3a55d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5607 | 2024.12.21 01:19:38.199674 [ 287 ] {3695758b-a8b4-4c82-92bf-6798fca3a55d} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5608 | 2024.12.21 01:19:38.199842 [ 91 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5609 | 2024.12.21 01:19:38.199903 [ 91 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5610 | 2024.12.21 01:19:38.199914 [ 287 ] {3695758b-a8b4-4c82-92bf-6798fca3a55d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001563 sec., 8317.338451695457 rows/sec., 518.58 KiB/sec. | ||
| 5611 | 2024.12.21 01:19:38.199938 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5612 | 2024.12.21 01:19:38.200081 [ 287 ] {3695758b-a8b4-4c82-92bf-6798fca3a55d} <Debug> TCPHandler: Processed in 0.001917082 sec. | ||
| 5613 | 2024.12.21 01:19:38.200229 [ 188 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 5614 | 2024.12.21 01:19:38.200398 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5615 | 2024.12.21 01:19:38.200658 [ 188 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5616 | 2024.12.21 01:19:38.200724 [ 188 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 5617 | 2024.12.21 01:19:38.200721 [ 285 ] {471d9745-2387-4d0c-8887-f6f1a55a8162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5618 | 2024.12.21 01:19:38.200900 [ 285 ] {471d9745-2387-4d0c-8887-f6f1a55a8162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5619 | 2024.12.21 01:19:38.201029 [ 188 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 5620 | 2024.12.21 01:19:38.201427 [ 188 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 5621 | 2024.12.21 01:19:38.201813 [ 188 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 5622 | 2024.12.21 01:19:38.202224 [ 188 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::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 | ||
| 5623 | 2024.12.21 01:19:38.203718 [ 285 ] {471d9745-2387-4d0c-8887-f6f1a55a8162} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5624 | 2024.12.21 01:19:38.203797 [ 285 ] {471d9745-2387-4d0c-8887-f6f1a55a8162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5625 | 2024.12.21 01:19:38.204533 [ 188 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004464216 sec., 14560.22737251065 rows/sec., 964.70 KiB/sec. | ||
| 5626 | 2024.12.21 01:19:38.204750 [ 188 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5627 | 2024.12.21 01:19:38.204813 [ 285 ] {471d9745-2387-4d0c-8887-f6f1a55a8162} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5628 | 2024.12.21 01:19:38.205236 [ 188 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_17_4} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5629 | 2024.12.21 01:19:38.205277 [ 285 ] {471d9745-2387-4d0c-8887-f6f1a55a8162} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5630 | 2024.12.21 01:19:38.205405 [ 188 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_17_4} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5631 | 2024.12.21 01:19:38.205632 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5632 | 2024.12.21 01:19:38.205706 [ 285 ] {471d9745-2387-4d0c-8887-f6f1a55a8162} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005045 sec., 77304.26164519326 rows/sec., 5.48 MiB/sec. | ||
| 5633 | 2024.12.21 01:19:38.205778 [ 285 ] {471d9745-2387-4d0c-8887-f6f1a55a8162} <Debug> TCPHandler: Processed in 0.005576923 sec. | ||
| 5634 | 2024.12.21 01:19:38.205931 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5635 | 2024.12.21 01:19:38.206057 [ 287 ] {4c53656b-0866-4d87-acf1-464294407b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5636 | 2024.12.21 01:19:38.206110 [ 287 ] {4c53656b-0866-4d87-acf1-464294407b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5637 | 2024.12.21 01:19:38.206615 [ 287 ] {4c53656b-0866-4d87-acf1-464294407b0f} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5638 | 2024.12.21 01:19:38.206655 [ 287 ] {4c53656b-0866-4d87-acf1-464294407b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5639 | 2024.12.21 01:19:38.207050 [ 287 ] {4c53656b-0866-4d87-acf1-464294407b0f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5640 | 2024.12.21 01:19:38.207302 [ 287 ] {4c53656b-0866-4d87-acf1-464294407b0f} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5641 | 2024.12.21 01:19:38.207515 [ 287 ] {4c53656b-0866-4d87-acf1-464294407b0f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001483 sec., 4045.853000674309 rows/sec., 211.38 KiB/sec. | ||
| 5642 | 2024.12.21 01:19:38.207570 [ 287 ] {4c53656b-0866-4d87-acf1-464294407b0f} <Debug> TCPHandler: Processed in 0.001701369 sec. | ||
| 5643 | 2024.12.21 01:19:38.207709 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5644 | 2024.12.21 01:19:38.207833 [ 285 ] {3b9559d5-90f6-4cb4-9491-f3f22e8ebc9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5645 | 2024.12.21 01:19:38.207889 [ 285 ] {3b9559d5-90f6-4cb4-9491-f3f22e8ebc9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5646 | 2024.12.21 01:19:38.208492 [ 285 ] {3b9559d5-90f6-4cb4-9491-f3f22e8ebc9b} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5647 | 2024.12.21 01:19:38.208529 [ 285 ] {3b9559d5-90f6-4cb4-9491-f3f22e8ebc9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5648 | 2024.12.21 01:19:38.208937 [ 285 ] {3b9559d5-90f6-4cb4-9491-f3f22e8ebc9b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5649 | 2024.12.21 01:19:38.209184 [ 285 ] {3b9559d5-90f6-4cb4-9491-f3f22e8ebc9b} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5650 | 2024.12.21 01:19:38.209410 [ 285 ] {3b9559d5-90f6-4cb4-9491-f3f22e8ebc9b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001596 sec., 148496.24060150376 rows/sec., 9.95 MiB/sec. | ||
| 5651 | 2024.12.21 01:19:38.209566 [ 285 ] {3b9559d5-90f6-4cb4-9491-f3f22e8ebc9b} <Debug> TCPHandler: Processed in 0.001911392 sec. | ||
| 5652 | 2024.12.21 01:19:38.209817 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5653 | 2024.12.21 01:19:38.209965 [ 287 ] {7815bab8-3f73-45ec-b260-c8245a74588b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5654 | 2024.12.21 01:19:38.210024 [ 287 ] {7815bab8-3f73-45ec-b260-c8245a74588b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5655 | 2024.12.21 01:19:38.210574 [ 287 ] {7815bab8-3f73-45ec-b260-c8245a74588b} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5656 | 2024.12.21 01:19:38.210613 [ 287 ] {7815bab8-3f73-45ec-b260-c8245a74588b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5657 | 2024.12.21 01:19:38.210978 [ 287 ] {7815bab8-3f73-45ec-b260-c8245a74588b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5658 | 2024.12.21 01:19:38.211216 [ 287 ] {7815bab8-3f73-45ec-b260-c8245a74588b} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5659 | 2024.12.21 01:19:38.211423 [ 287 ] {7815bab8-3f73-45ec-b260-c8245a74588b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001489 sec., 671.591672263264 rows/sec., 45.25 KiB/sec. | ||
| 5660 | 2024.12.21 01:19:38.211473 [ 287 ] {7815bab8-3f73-45ec-b260-c8245a74588b} <Debug> TCPHandler: Processed in 0.00180861 sec. | ||
| 5661 | 2024.12.21 01:19:38.211627 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5662 | 2024.12.21 01:19:38.211773 [ 285 ] {9c421aa9-9549-40ac-9992-4285b268e666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5663 | 2024.12.21 01:19:38.211866 [ 285 ] {9c421aa9-9549-40ac-9992-4285b268e666} <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 | ||
| 5664 | 2024.12.21 01:19:38.213070 [ 285 ] {9c421aa9-9549-40ac-9992-4285b268e666} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5665 | 2024.12.21 01:19:38.213108 [ 285 ] {9c421aa9-9549-40ac-9992-4285b268e666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5666 | 2024.12.21 01:19:38.213723 [ 285 ] {9c421aa9-9549-40ac-9992-4285b268e666} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5667 | 2024.12.21 01:19:38.213990 [ 285 ] {9c421aa9-9549-40ac-9992-4285b268e666} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5668 | 2024.12.21 01:19:38.214270 [ 285 ] {9c421aa9-9549-40ac-9992-4285b268e666} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002529 sec., 3163.305654408857 rows/sec., 5.67 MiB/sec. | ||
| 5669 | 2024.12.21 01:19:38.214793 [ 285 ] {9c421aa9-9549-40ac-9992-4285b268e666} <Debug> TCPHandler: Processed in 0.003233144 sec. | ||
| 5670 | 2024.12.21 01:19:38.214998 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5671 | 2024.12.21 01:19:38.215138 [ 287 ] {69d0c083-0a17-4685-8238-4671de078f14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5672 | 2024.12.21 01:19:38.215197 [ 287 ] {69d0c083-0a17-4685-8238-4671de078f14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5673 | 2024.12.21 01:19:38.215763 [ 287 ] {69d0c083-0a17-4685-8238-4671de078f14} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5674 | 2024.12.21 01:19:38.215802 [ 287 ] {69d0c083-0a17-4685-8238-4671de078f14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5675 | 2024.12.21 01:19:38.216184 [ 287 ] {69d0c083-0a17-4685-8238-4671de078f14} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5676 | 2024.12.21 01:19:38.216422 [ 287 ] {69d0c083-0a17-4685-8238-4671de078f14} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5677 | 2024.12.21 01:19:38.216636 [ 287 ] {69d0c083-0a17-4685-8238-4671de078f14} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00153 sec., 53594.77124183007 rows/sec., 3.40 MiB/sec. | ||
| 5678 | 2024.12.21 01:19:38.216686 [ 287 ] {69d0c083-0a17-4685-8238-4671de078f14} <Debug> TCPHandler: Processed in 0.00175635 sec. | ||
| 5679 | 2024.12.21 01:19:38.822936 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5680 | 2024.12.21 01:19:38.823019 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5681 | 2024.12.21 01:19:38.934986 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 5682 | 2024.12.21 01:19:38.935999 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5683 | 2024.12.21 01:19:38.936068 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5684 | 2024.12.21 01:19:38.936584 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5685 | 2024.12.21 01:19:38.936862 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5686 | 2024.12.21 01:19:38.937019 [ 108 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5687 | 2024.12.21 01:19:38.937071 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5688 | 2024.12.21 01:19:38.937078 [ 108 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5689 | 2024.12.21 01:19:38.937110 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5690 | 2024.12.21 01:19:38.937314 [ 190 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::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 | ||
| 5691 | 2024.12.21 01:19:38.937561 [ 190 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5692 | 2024.12.21 01:19:38.937656 [ 190 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part | ||
| 5693 | 2024.12.21 01:19:38.937744 [ 190 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part | ||
| 5694 | 2024.12.21 01:19:38.937925 [ 190 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part | ||
| 5695 | 2024.12.21 01:19:38.938213 [ 190 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part | ||
| 5696 | 2024.12.21 01:19:38.938390 [ 190 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part | ||
| 5697 | 2024.12.21 01:19:38.938483 [ 190 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part | ||
| 5698 | 2024.12.21 01:19:38.943279 [ 193 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.006077102 sec., 1967385.1121801147 rows/sec., 28.14 MiB/sec. | ||
| 5699 | 2024.12.21 01:19:38.943803 [ 193 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5700 | 2024.12.21 01:19:38.944364 [ 193 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_26_5} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5701 | 2024.12.21 01:19:38.944522 [ 193 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_26_5} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5702 | 2024.12.21 01:19:38.944676 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5703 | 2024.12.21 01:19:39.745154 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5704 | 2024.12.21 01:19:39.767304 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5705 | 2024.12.21 01:19:39.767363 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5706 | 2024.12.21 01:19:39.774936 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5707 | 2024.12.21 01:19:39.775704 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5708 | 2024.12.21 01:19:39.776148 [ 129 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5709 | 2024.12.21 01:19:39.776332 [ 129 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5710 | 2024.12.21 01:19:39.776444 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5711 | 2024.12.21 01:19:39.777080 [ 186 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 5712 | 2024.12.21 01:19:39.791378 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5713 | 2024.12.21 01:19:39.793012 [ 186 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5714 | 2024.12.21 01:19:39.794337 [ 186 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 5715 | 2024.12.21 01:19:39.799884 [ 186 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 5716 | 2024.12.21 01:19:39.805692 [ 186 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 5717 | 2024.12.21 01:19:39.811361 [ 186 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 5718 | 2024.12.21 01:19:39.817241 [ 186 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 5719 | 2024.12.21 01:19:39.821661 [ 186 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 5720 | 2024.12.21 01:19:39.882313 [ 193 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.105637208 sec., 1855.4068562660234 rows/sec., 9.59 MiB/sec. | ||
| 5721 | 2024.12.21 01:19:39.885243 [ 193 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5722 | 2024.12.21 01:19:39.888439 [ 193 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_26_5} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5723 | 2024.12.21 01:19:39.888565 [ 193 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_26_5} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5724 | 2024.12.21 01:19:39.891276 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5725 | 2024.12.21 01:19:40.000165 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.93 MiB, peak 205.48 MiB, free memory in arenas 0.00 B, will set to 196.85 MiB (RSS), difference: 1.92 MiB | ||
| 5726 | 2024.12.21 01:19:43.182764 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5727 | 2024.12.21 01:19:43.182983 [ 287 ] {fdfe284a-ce85-45ea-b923-ecfa7f0536fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5728 | 2024.12.21 01:19:43.183066 [ 287 ] {fdfe284a-ce85-45ea-b923-ecfa7f0536fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5729 | 2024.12.21 01:19:43.183934 [ 287 ] {fdfe284a-ce85-45ea-b923-ecfa7f0536fe} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5730 | 2024.12.21 01:19:43.183983 [ 287 ] {fdfe284a-ce85-45ea-b923-ecfa7f0536fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5731 | 2024.12.21 01:19:43.184444 [ 287 ] {fdfe284a-ce85-45ea-b923-ecfa7f0536fe} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5732 | 2024.12.21 01:19:43.184701 [ 287 ] {fdfe284a-ce85-45ea-b923-ecfa7f0536fe} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5733 | 2024.12.21 01:19:43.184912 [ 36 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5734 | 2024.12.21 01:19:43.184989 [ 287 ] {fdfe284a-ce85-45ea-b923-ecfa7f0536fe} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002061 sec., 60164.968461911696 rows/sec., 5.11 MiB/sec. | ||
| 5735 | 2024.12.21 01:19:43.185017 [ 36 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5736 | 2024.12.21 01:19:43.185091 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5737 | 2024.12.21 01:19:43.185116 [ 287 ] {fdfe284a-ce85-45ea-b923-ecfa7f0536fe} <Debug> TCPHandler: Processed in 0.002532183 sec. | ||
| 5738 | 2024.12.21 01:19:43.185562 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5739 | 2024.12.21 01:19:43.185578 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::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 | ||
| 5740 | 2024.12.21 01:19:43.185892 [ 285 ] {0b536403-14a4-4154-b6d3-8fcda1301b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5741 | 2024.12.21 01:19:43.185897 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5742 | 2024.12.21 01:19:43.185946 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1436 rows starting from the beginning of the part | ||
| 5743 | 2024.12.21 01:19:43.185970 [ 285 ] {0b536403-14a4-4154-b6d3-8fcda1301b2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5744 | 2024.12.21 01:19:43.186183 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 124 rows starting from the beginning of the part | ||
| 5745 | 2024.12.21 01:19:43.186543 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 219 rows starting from the beginning of the part | ||
| 5746 | 2024.12.21 01:19:43.186939 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 126 rows starting from the beginning of the part | ||
| 5747 | 2024.12.21 01:19:43.187213 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 219 rows starting from the beginning of the part | ||
| 5748 | 2024.12.21 01:19:43.187555 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 124 rows starting from the beginning of the part | ||
| 5749 | 2024.12.21 01:19:43.188920 [ 285 ] {0b536403-14a4-4154-b6d3-8fcda1301b2d} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5750 | 2024.12.21 01:19:43.188976 [ 285 ] {0b536403-14a4-4154-b6d3-8fcda1301b2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5751 | 2024.12.21 01:19:43.189688 [ 285 ] {0b536403-14a4-4154-b6d3-8fcda1301b2d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5752 | 2024.12.21 01:19:43.189982 [ 285 ] {0b536403-14a4-4154-b6d3-8fcda1301b2d} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5753 | 2024.12.21 01:19:43.190632 [ 285 ] {0b536403-14a4-4154-b6d3-8fcda1301b2d} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.004753 sec., 7153.376814643383 rows/sec., 537.90 KiB/sec. | ||
| 5754 | 2024.12.21 01:19:43.190826 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2248 rows, containing 5 columns (5 merged, 0 gathered) in 0.005507473 sec., 408172.67737853643 rows/sec., 36.01 MiB/sec. | ||
| 5755 | 2024.12.21 01:19:43.191045 [ 285 ] {0b536403-14a4-4154-b6d3-8fcda1301b2d} <Debug> TCPHandler: Processed in 0.005798637 sec. | ||
| 5756 | 2024.12.21 01:19:43.191298 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5757 | 2024.12.21 01:19:43.191362 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5758 | 2024.12.21 01:19:43.191577 [ 287 ] {bc12fa8c-6481-48fd-b063-d18440eb05f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5759 | 2024.12.21 01:19:43.191703 [ 287 ] {bc12fa8c-6481-48fd-b063-d18440eb05f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5760 | 2024.12.21 01:19:43.191830 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_41_8} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5761 | 2024.12.21 01:19:43.192011 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_41_8} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5762 | 2024.12.21 01:19:43.192203 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 5763 | 2024.12.21 01:19:43.192694 [ 287 ] {bc12fa8c-6481-48fd-b063-d18440eb05f8} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5764 | 2024.12.21 01:19:43.192739 [ 287 ] {bc12fa8c-6481-48fd-b063-d18440eb05f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5765 | 2024.12.21 01:19:43.193121 [ 287 ] {bc12fa8c-6481-48fd-b063-d18440eb05f8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5766 | 2024.12.21 01:19:43.193366 [ 287 ] {bc12fa8c-6481-48fd-b063-d18440eb05f8} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5767 | 2024.12.21 01:19:43.193536 [ 36 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5768 | 2024.12.21 01:19:43.193611 [ 36 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5769 | 2024.12.21 01:19:43.193620 [ 287 ] {bc12fa8c-6481-48fd-b063-d18440eb05f8} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.002109 sec., 46467.52015173067 rows/sec., 3.63 MiB/sec. | ||
| 5770 | 2024.12.21 01:19:43.193650 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5771 | 2024.12.21 01:19:43.193793 [ 287 ] {bc12fa8c-6481-48fd-b063-d18440eb05f8} <Debug> TCPHandler: Processed in 0.002592434 sec. | ||
| 5772 | 2024.12.21 01:19:43.193920 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::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 | ||
| 5773 | 2024.12.21 01:19:43.193983 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5774 | 2024.12.21 01:19:43.194087 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5775 | 2024.12.21 01:19:43.194135 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::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 | ||
| 5776 | 2024.12.21 01:19:43.194139 [ 285 ] {493028d9-f12a-4bad-ac96-8069e7ea1c03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5777 | 2024.12.21 01:19:43.194258 [ 285 ] {493028d9-f12a-4bad-ac96-8069e7ea1c03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5778 | 2024.12.21 01:19:43.194400 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 98 rows starting from the beginning of the part | ||
| 5779 | 2024.12.21 01:19:43.194841 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 390 rows starting from the beginning of the part | ||
| 5780 | 2024.12.21 01:19:43.195197 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 102 rows starting from the beginning of the part | ||
| 5781 | 2024.12.21 01:19:43.195585 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 390 rows starting from the beginning of the part | ||
| 5782 | 2024.12.21 01:19:43.195955 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 98 rows starting from the beginning of the part | ||
| 5783 | 2024.12.21 01:19:43.196799 [ 285 ] {493028d9-f12a-4bad-ac96-8069e7ea1c03} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5784 | 2024.12.21 01:19:43.196842 [ 285 ] {493028d9-f12a-4bad-ac96-8069e7ea1c03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5785 | 2024.12.21 01:19:43.197447 [ 285 ] {493028d9-f12a-4bad-ac96-8069e7ea1c03} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5786 | 2024.12.21 01:19:43.197746 [ 285 ] {493028d9-f12a-4bad-ac96-8069e7ea1c03} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5787 | 2024.12.21 01:19:43.197944 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1994 rows, containing 5 columns (5 merged, 0 gathered) in 0.004167281 sec., 478489.4515152686 rows/sec., 36.68 MiB/sec. | ||
| 5788 | 2024.12.21 01:19:43.198039 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5789 | 2024.12.21 01:19:43.198123 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5790 | 2024.12.21 01:19:43.198183 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5791 | 2024.12.21 01:19:43.198319 [ 285 ] {493028d9-f12a-4bad-ac96-8069e7ea1c03} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0042 sec., 38095.2380952381 rows/sec., 2.65 MiB/sec. | ||
| 5792 | 2024.12.21 01:19:43.198377 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5793 | 2024.12.21 01:19:43.198661 [ 285 ] {493028d9-f12a-4bad-ac96-8069e7ea1c03} <Debug> TCPHandler: Processed in 0.00472895 sec. | ||
| 5794 | 2024.12.21 01:19:43.198704 [ 194 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::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 | ||
| 5795 | 2024.12.21 01:19:43.198880 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5796 | 2024.12.21 01:19:43.199067 [ 194 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5797 | 2024.12.21 01:19:43.199145 [ 287 ] {2d8591ff-2cf0-4b94-af93-871d9bbdacd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5798 | 2024.12.21 01:19:43.199164 [ 194 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11979 rows starting from the beginning of the part | ||
| 5799 | 2024.12.21 01:19:43.199398 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_41_8} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5800 | 2024.12.21 01:19:43.199553 [ 287 ] {2d8591ff-2cf0-4b94-af93-871d9bbdacd8} <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 | ||
| 5801 | 2024.12.21 01:19:43.199555 [ 194 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part | ||
| 5802 | 2024.12.21 01:19:43.199957 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_41_8} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5803 | 2024.12.21 01:19:43.200243 [ 194 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part | ||
| 5804 | 2024.12.21 01:19:43.200426 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5805 | 2024.12.21 01:19:43.200714 [ 194 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 162 rows starting from the beginning of the part | ||
| 5806 | 2024.12.21 01:19:43.201014 [ 194 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::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 | ||
| 5807 | 2024.12.21 01:19:43.201355 [ 194 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::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 | ||
| 5808 | 2024.12.21 01:19:43.203536 [ 287 ] {2d8591ff-2cf0-4b94-af93-871d9bbdacd8} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5809 | 2024.12.21 01:19:43.203583 [ 287 ] {2d8591ff-2cf0-4b94-af93-871d9bbdacd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5810 | 2024.12.21 01:19:43.204637 [ 287 ] {2d8591ff-2cf0-4b94-af93-871d9bbdacd8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5811 | 2024.12.21 01:19:43.205398 [ 287 ] {2d8591ff-2cf0-4b94-af93-871d9bbdacd8} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5812 | 2024.12.21 01:19:43.205667 [ 287 ] {2d8591ff-2cf0-4b94-af93-871d9bbdacd8} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.006601 sec., 5150.734737161036 rows/sec., 9.23 MiB/sec. | ||
| 5813 | 2024.12.21 01:19:43.205801 [ 287 ] {2d8591ff-2cf0-4b94-af93-871d9bbdacd8} <Debug> TCPHandler: Processed in 0.007023438 sec. | ||
| 5814 | 2024.12.21 01:19:43.205973 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5815 | 2024.12.21 01:19:43.206096 [ 285 ] {55cd46c0-1695-4c0c-834b-7cd05401812e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5816 | 2024.12.21 01:19:43.206161 [ 285 ] {55cd46c0-1695-4c0c-834b-7cd05401812e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5817 | 2024.12.21 01:19:43.207072 [ 192 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12935 rows, containing 5 columns (5 merged, 0 gathered) in 0.008755367 sec., 1477379.5318916957 rows/sec., 99.75 MiB/sec. | ||
| 5818 | 2024.12.21 01:19:43.207212 [ 285 ] {55cd46c0-1695-4c0c-834b-7cd05401812e} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5819 | 2024.12.21 01:19:43.207257 [ 285 ] {55cd46c0-1695-4c0c-834b-7cd05401812e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5820 | 2024.12.21 01:19:43.207571 [ 192 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5821 | 2024.12.21 01:19:43.207909 [ 285 ] {55cd46c0-1695-4c0c-834b-7cd05401812e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5822 | 2024.12.21 01:19:43.208119 [ 192 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5823 | 2024.12.21 01:19:43.208265 [ 192 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5824 | 2024.12.21 01:19:43.208344 [ 285 ] {55cd46c0-1695-4c0c-834b-7cd05401812e} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5825 | 2024.12.21 01:19:43.208451 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. | ||
| 5826 | 2024.12.21 01:19:43.208621 [ 36 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5827 | 2024.12.21 01:19:43.208691 [ 36 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5828 | 2024.12.21 01:19:43.208714 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5829 | 2024.12.21 01:19:43.208756 [ 285 ] {55cd46c0-1695-4c0c-834b-7cd05401812e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002667 sec., 22497.18785151856 rows/sec., 1.52 MiB/sec. | ||
| 5830 | 2024.12.21 01:19:43.208901 [ 285 ] {55cd46c0-1695-4c0c-834b-7cd05401812e} <Debug> TCPHandler: Processed in 0.00298634 sec. | ||
| 5831 | 2024.12.21 01:19:43.208922 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 5832 | 2024.12.21 01:19:43.209033 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5833 | 2024.12.21 01:19:43.209062 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2178 rows starting from the beginning of the part | ||
| 5834 | 2024.12.21 01:19:43.209120 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 5835 | 2024.12.21 01:19:43.209354 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
| 5836 | 2024.12.21 01:19:43.209539 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 5837 | 2024.12.21 01:19:43.209707 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 5838 | 2024.12.21 01:19:43.209852 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 5839 | 2024.12.21 01:19:43.211429 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2522 rows, containing 4 columns (4 merged, 0 gathered) in 0.002622024 sec., 961852.3705351285 rows/sec., 62.76 MiB/sec. | ||
| 5840 | 2024.12.21 01:19:43.211888 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5841 | 2024.12.21 01:19:43.212428 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_41_8} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5842 | 2024.12.21 01:19:43.212580 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_41_8} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5843 | 2024.12.21 01:19:43.212730 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5844 | 2024.12.21 01:19:43.465621 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5845 | 2024.12.21 01:19:43.465822 [ 287 ] {072e61ea-bd7d-4f76-8b38-414527e13294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5846 | 2024.12.21 01:19:43.465902 [ 287 ] {072e61ea-bd7d-4f76-8b38-414527e13294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5847 | 2024.12.21 01:19:43.466773 [ 287 ] {072e61ea-bd7d-4f76-8b38-414527e13294} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5848 | 2024.12.21 01:19:43.466827 [ 287 ] {072e61ea-bd7d-4f76-8b38-414527e13294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5849 | 2024.12.21 01:19:43.467270 [ 287 ] {072e61ea-bd7d-4f76-8b38-414527e13294} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5850 | 2024.12.21 01:19:43.467538 [ 287 ] {072e61ea-bd7d-4f76-8b38-414527e13294} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5851 | 2024.12.21 01:19:43.467799 [ 287 ] {072e61ea-bd7d-4f76-8b38-414527e13294} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002014 sec., 6951.340615690168 rows/sec., 500.40 KiB/sec. | ||
| 5852 | 2024.12.21 01:19:43.467986 [ 287 ] {072e61ea-bd7d-4f76-8b38-414527e13294} <Debug> TCPHandler: Processed in 0.002504212 sec. | ||
| 5853 | 2024.12.21 01:19:43.468236 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5854 | 2024.12.21 01:19:43.468423 [ 285 ] {ac07488b-957d-44f2-82bd-f095378c30f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5855 | 2024.12.21 01:19:43.468498 [ 285 ] {ac07488b-957d-44f2-82bd-f095378c30f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5856 | 2024.12.21 01:19:43.469273 [ 285 ] {ac07488b-957d-44f2-82bd-f095378c30f8} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5857 | 2024.12.21 01:19:43.469324 [ 285 ] {ac07488b-957d-44f2-82bd-f095378c30f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5858 | 2024.12.21 01:19:43.469741 [ 285 ] {ac07488b-957d-44f2-82bd-f095378c30f8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5859 | 2024.12.21 01:19:43.470014 [ 285 ] {ac07488b-957d-44f2-82bd-f095378c30f8} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5860 | 2024.12.21 01:19:43.470326 [ 285 ] {ac07488b-957d-44f2-82bd-f095378c30f8} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001936 sec., 6198.347107438017 rows/sec., 505.43 KiB/sec. | ||
| 5861 | 2024.12.21 01:19:43.470474 [ 285 ] {ac07488b-957d-44f2-82bd-f095378c30f8} <Debug> TCPHandler: Processed in 0.002349459 sec. | ||
| 5862 | 2024.12.21 01:19:43.470641 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5863 | 2024.12.21 01:19:43.470770 [ 287 ] {d4149a0a-c4f8-45df-bbaf-f237265010c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5864 | 2024.12.21 01:19:43.470837 [ 287 ] {d4149a0a-c4f8-45df-bbaf-f237265010c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5865 | 2024.12.21 01:19:43.472189 [ 287 ] {d4149a0a-c4f8-45df-bbaf-f237265010c0} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5866 | 2024.12.21 01:19:43.472233 [ 287 ] {d4149a0a-c4f8-45df-bbaf-f237265010c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5867 | 2024.12.21 01:19:43.472698 [ 287 ] {d4149a0a-c4f8-45df-bbaf-f237265010c0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5868 | 2024.12.21 01:19:43.472953 [ 287 ] {d4149a0a-c4f8-45df-bbaf-f237265010c0} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5869 | 2024.12.21 01:19:43.473184 [ 287 ] {d4149a0a-c4f8-45df-bbaf-f237265010c0} <Debug> executeQuery: Read 1365 rows, 116.09 KiB in 0.002443 sec., 558739.2550143267 rows/sec., 46.41 MiB/sec. | ||
| 5870 | 2024.12.21 01:19:43.473245 [ 287 ] {d4149a0a-c4f8-45df-bbaf-f237265010c0} <Debug> TCPHandler: Processed in 0.002666395 sec. | ||
| 5871 | 2024.12.21 01:19:43.473467 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5872 | 2024.12.21 01:19:43.473622 [ 285 ] {7c48b3d9-ff98-43bf-9605-b0e0b290b8c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5873 | 2024.12.21 01:19:43.473683 [ 285 ] {7c48b3d9-ff98-43bf-9605-b0e0b290b8c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5874 | 2024.12.21 01:19:43.474441 [ 285 ] {7c48b3d9-ff98-43bf-9605-b0e0b290b8c0} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5875 | 2024.12.21 01:19:43.474495 [ 285 ] {7c48b3d9-ff98-43bf-9605-b0e0b290b8c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5876 | 2024.12.21 01:19:43.474922 [ 285 ] {7c48b3d9-ff98-43bf-9605-b0e0b290b8c0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5877 | 2024.12.21 01:19:43.475178 [ 285 ] {7c48b3d9-ff98-43bf-9605-b0e0b290b8c0} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5878 | 2024.12.21 01:19:43.475411 [ 285 ] {7c48b3d9-ff98-43bf-9605-b0e0b290b8c0} <Debug> executeQuery: Read 27 rows, 1.90 KiB in 0.001825 sec., 14794.520547945205 rows/sec., 1.01 MiB/sec. | ||
| 5879 | 2024.12.21 01:19:43.475470 [ 285 ] {7c48b3d9-ff98-43bf-9605-b0e0b290b8c0} <Debug> TCPHandler: Processed in 0.002073005 sec. | ||
| 5880 | 2024.12.21 01:19:43.475634 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5881 | 2024.12.21 01:19:43.475756 [ 287 ] {2f4d393a-a4d2-4dba-97eb-7f6433bacf2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5882 | 2024.12.21 01:19:43.475809 [ 287 ] {2f4d393a-a4d2-4dba-97eb-7f6433bacf2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5883 | 2024.12.21 01:19:43.476499 [ 287 ] {2f4d393a-a4d2-4dba-97eb-7f6433bacf2f} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5884 | 2024.12.21 01:19:43.476540 [ 287 ] {2f4d393a-a4d2-4dba-97eb-7f6433bacf2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5885 | 2024.12.21 01:19:43.476925 [ 287 ] {2f4d393a-a4d2-4dba-97eb-7f6433bacf2f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5886 | 2024.12.21 01:19:43.477169 [ 287 ] {2f4d393a-a4d2-4dba-97eb-7f6433bacf2f} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5887 | 2024.12.21 01:19:43.477362 [ 287 ] {2f4d393a-a4d2-4dba-97eb-7f6433bacf2f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001633 sec., 148193.50887936316 rows/sec., 10.04 MiB/sec. | ||
| 5888 | 2024.12.21 01:19:43.477417 [ 287 ] {2f4d393a-a4d2-4dba-97eb-7f6433bacf2f} <Debug> TCPHandler: Processed in 0.001843781 sec. | ||
| 5889 | 2024.12.21 01:19:43.477572 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5890 | 2024.12.21 01:19:43.477706 [ 285 ] {21ee971d-6074-4ceb-8d91-6dd70342afa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5891 | 2024.12.21 01:19:43.477803 [ 285 ] {21ee971d-6074-4ceb-8d91-6dd70342afa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5892 | 2024.12.21 01:19:43.478827 [ 285 ] {21ee971d-6074-4ceb-8d91-6dd70342afa4} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5893 | 2024.12.21 01:19:43.478868 [ 285 ] {21ee971d-6074-4ceb-8d91-6dd70342afa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5894 | 2024.12.21 01:19:43.479235 [ 285 ] {21ee971d-6074-4ceb-8d91-6dd70342afa4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5895 | 2024.12.21 01:19:43.479492 [ 285 ] {21ee971d-6074-4ceb-8d91-6dd70342afa4} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5896 | 2024.12.21 01:19:43.479712 [ 285 ] {21ee971d-6074-4ceb-8d91-6dd70342afa4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002046 sec., 6353.86119257087 rows/sec., 396.16 KiB/sec. | ||
| 5897 | 2024.12.21 01:19:43.479767 [ 285 ] {21ee971d-6074-4ceb-8d91-6dd70342afa4} <Debug> TCPHandler: Processed in 0.002255088 sec. | ||
| 5898 | 2024.12.21 01:19:43.479919 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5899 | 2024.12.21 01:19:43.480039 [ 287 ] {d5b2f141-889f-4203-b01a-0b865fb77209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5900 | 2024.12.21 01:19:43.480089 [ 287 ] {d5b2f141-889f-4203-b01a-0b865fb77209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5901 | 2024.12.21 01:19:43.481027 [ 287 ] {d5b2f141-889f-4203-b01a-0b865fb77209} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5902 | 2024.12.21 01:19:43.481065 [ 287 ] {d5b2f141-889f-4203-b01a-0b865fb77209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5903 | 2024.12.21 01:19:43.481475 [ 287 ] {d5b2f141-889f-4203-b01a-0b865fb77209} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5904 | 2024.12.21 01:19:43.481720 [ 287 ] {d5b2f141-889f-4203-b01a-0b865fb77209} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5905 | 2024.12.21 01:19:43.481916 [ 287 ] {d5b2f141-889f-4203-b01a-0b865fb77209} <Debug> executeQuery: Read 858 rows, 63.59 KiB in 0.0019 sec., 451578.94736842107 rows/sec., 32.68 MiB/sec. | ||
| 5906 | 2024.12.21 01:19:43.482039 [ 287 ] {d5b2f141-889f-4203-b01a-0b865fb77209} <Debug> TCPHandler: Processed in 0.002178277 sec. | ||
| 5907 | 2024.12.21 01:19:43.482225 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5908 | 2024.12.21 01:19:43.482362 [ 285 ] {554e69da-9448-4e9b-b539-d06949c13190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5909 | 2024.12.21 01:19:43.482422 [ 285 ] {554e69da-9448-4e9b-b539-d06949c13190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5910 | 2024.12.21 01:19:43.482951 [ 285 ] {554e69da-9448-4e9b-b539-d06949c13190} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5911 | 2024.12.21 01:19:43.482991 [ 285 ] {554e69da-9448-4e9b-b539-d06949c13190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5912 | 2024.12.21 01:19:43.483361 [ 285 ] {554e69da-9448-4e9b-b539-d06949c13190} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5913 | 2024.12.21 01:19:43.483612 [ 285 ] {554e69da-9448-4e9b-b539-d06949c13190} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5914 | 2024.12.21 01:19:43.483840 [ 285 ] {554e69da-9448-4e9b-b539-d06949c13190} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001509 sec., 3976.1431411530816 rows/sec., 207.74 KiB/sec. | ||
| 5915 | 2024.12.21 01:19:43.483891 [ 285 ] {554e69da-9448-4e9b-b539-d06949c13190} <Debug> TCPHandler: Processed in 0.001754909 sec. | ||
| 5916 | 2024.12.21 01:19:43.484042 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5917 | 2024.12.21 01:19:43.484160 [ 287 ] {2adce9e8-6218-47e9-b4cc-5d222aa444da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5918 | 2024.12.21 01:19:43.484215 [ 287 ] {2adce9e8-6218-47e9-b4cc-5d222aa444da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5919 | 2024.12.21 01:19:43.484993 [ 287 ] {2adce9e8-6218-47e9-b4cc-5d222aa444da} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5920 | 2024.12.21 01:19:43.485032 [ 287 ] {2adce9e8-6218-47e9-b4cc-5d222aa444da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5921 | 2024.12.21 01:19:43.485473 [ 287 ] {2adce9e8-6218-47e9-b4cc-5d222aa444da} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5922 | 2024.12.21 01:19:43.485715 [ 287 ] {2adce9e8-6218-47e9-b4cc-5d222aa444da} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5923 | 2024.12.21 01:19:43.485935 [ 287 ] {2adce9e8-6218-47e9-b4cc-5d222aa444da} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.001792 sec., 536272.3214285715 rows/sec., 35.64 MiB/sec. | ||
| 5924 | 2024.12.21 01:19:43.486097 [ 287 ] {2adce9e8-6218-47e9-b4cc-5d222aa444da} <Debug> TCPHandler: Processed in 0.002107835 sec. | ||
| 5925 | 2024.12.21 01:19:43.486314 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5926 | 2024.12.21 01:19:43.486458 [ 285 ] {436cb0a0-9b2f-477d-ab50-bcd3103a8246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5927 | 2024.12.21 01:19:43.486520 [ 285 ] {436cb0a0-9b2f-477d-ab50-bcd3103a8246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5928 | 2024.12.21 01:19:43.487024 [ 285 ] {436cb0a0-9b2f-477d-ab50-bcd3103a8246} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5929 | 2024.12.21 01:19:43.487065 [ 285 ] {436cb0a0-9b2f-477d-ab50-bcd3103a8246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5930 | 2024.12.21 01:19:43.487470 [ 285 ] {436cb0a0-9b2f-477d-ab50-bcd3103a8246} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5931 | 2024.12.21 01:19:43.487729 [ 285 ] {436cb0a0-9b2f-477d-ab50-bcd3103a8246} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5932 | 2024.12.21 01:19:43.487956 [ 285 ] {436cb0a0-9b2f-477d-ab50-bcd3103a8246} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001528 sec., 654.4502617801047 rows/sec., 44.10 KiB/sec. | ||
| 5933 | 2024.12.21 01:19:43.488007 [ 285 ] {436cb0a0-9b2f-477d-ab50-bcd3103a8246} <Debug> TCPHandler: Processed in 0.0018037 sec. | ||
| 5934 | 2024.12.21 01:19:43.488161 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5935 | 2024.12.21 01:19:43.488281 [ 287 ] {bf3169d5-f715-44c6-9e0f-2a03d65df07d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5936 | 2024.12.21 01:19:43.488363 [ 287 ] {bf3169d5-f715-44c6-9e0f-2a03d65df07d} <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 | ||
| 5937 | 2024.12.21 01:19:43.489477 [ 287 ] {bf3169d5-f715-44c6-9e0f-2a03d65df07d} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5938 | 2024.12.21 01:19:43.489515 [ 287 ] {bf3169d5-f715-44c6-9e0f-2a03d65df07d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5939 | 2024.12.21 01:19:43.490136 [ 287 ] {bf3169d5-f715-44c6-9e0f-2a03d65df07d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5940 | 2024.12.21 01:19:43.490415 [ 287 ] {bf3169d5-f715-44c6-9e0f-2a03d65df07d} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5941 | 2024.12.21 01:19:43.490625 [ 287 ] {bf3169d5-f715-44c6-9e0f-2a03d65df07d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002369 sec., 3376.952300548755 rows/sec., 6.05 MiB/sec. | ||
| 5942 | 2024.12.21 01:19:43.490728 [ 287 ] {bf3169d5-f715-44c6-9e0f-2a03d65df07d} <Debug> TCPHandler: Processed in 0.002622464 sec. | ||
| 5943 | 2024.12.21 01:19:43.490892 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5944 | 2024.12.21 01:19:43.491031 [ 285 ] {d3a55e00-1542-431b-ae80-d961f0b6a3dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5945 | 2024.12.21 01:19:43.491091 [ 285 ] {d3a55e00-1542-431b-ae80-d961f0b6a3dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5946 | 2024.12.21 01:19:43.491662 [ 285 ] {d3a55e00-1542-431b-ae80-d961f0b6a3dc} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5947 | 2024.12.21 01:19:43.491704 [ 285 ] {d3a55e00-1542-431b-ae80-d961f0b6a3dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5948 | 2024.12.21 01:19:43.492079 [ 285 ] {d3a55e00-1542-431b-ae80-d961f0b6a3dc} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5949 | 2024.12.21 01:19:43.492334 [ 285 ] {d3a55e00-1542-431b-ae80-d961f0b6a3dc} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5950 | 2024.12.21 01:19:43.492542 [ 285 ] {d3a55e00-1542-431b-ae80-d961f0b6a3dc} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001543 sec., 22034.996759559297 rows/sec., 1.28 MiB/sec. | ||
| 5951 | 2024.12.21 01:19:43.492592 [ 285 ] {d3a55e00-1542-431b-ae80-d961f0b6a3dc} <Debug> TCPHandler: Processed in 0.001764759 sec. | ||
| 5952 | 2024.12.21 01:19:44.039337 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 852 | ||
| 5953 | 2024.12.21 01:19:44.043098 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5954 | 2024.12.21 01:19:44.043149 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5955 | 2024.12.21 01:19:44.044627 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5956 | 2024.12.21 01:19:44.044937 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5957 | 2024.12.21 01:19:44.045441 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 852 | ||
| 5958 | 2024.12.21 01:19:46.437196 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 5959 | 2024.12.21 01:19:46.437964 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5960 | 2024.12.21 01:19:46.438017 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5961 | 2024.12.21 01:19:46.438554 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5962 | 2024.12.21 01:19:46.438816 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5963 | 2024.12.21 01:19:46.439063 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 5964 | 2024.12.21 01:19:47.291474 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5965 | 2024.12.21 01:19:47.311010 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5966 | 2024.12.21 01:19:47.311079 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5967 | 2024.12.21 01:19:47.318366 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5968 | 2024.12.21 01:19:47.319128 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5969 | 2024.12.21 01:19:47.321731 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5970 | 2024.12.21 01:19:48.179403 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5971 | 2024.12.21 01:19:48.179617 [ 287 ] {455bf33e-f02b-42d8-aed7-9beb43cf88c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5972 | 2024.12.21 01:19:48.179701 [ 287 ] {455bf33e-f02b-42d8-aed7-9beb43cf88c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5973 | 2024.12.21 01:19:48.180512 [ 287 ] {455bf33e-f02b-42d8-aed7-9beb43cf88c8} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5974 | 2024.12.21 01:19:48.180560 [ 287 ] {455bf33e-f02b-42d8-aed7-9beb43cf88c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5975 | 2024.12.21 01:19:48.181033 [ 287 ] {455bf33e-f02b-42d8-aed7-9beb43cf88c8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5976 | 2024.12.21 01:19:48.181294 [ 287 ] {455bf33e-f02b-42d8-aed7-9beb43cf88c8} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5977 | 2024.12.21 01:19:48.181534 [ 287 ] {455bf33e-f02b-42d8-aed7-9beb43cf88c8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001978 sec., 28311.425682507583 rows/sec., 2.16 MiB/sec. | ||
| 5978 | 2024.12.21 01:19:48.181601 [ 287 ] {455bf33e-f02b-42d8-aed7-9beb43cf88c8} <Debug> TCPHandler: Processed in 0.002339989 sec. | ||
| 5979 | 2024.12.21 01:19:48.181933 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5980 | 2024.12.21 01:19:48.182242 [ 285 ] {419b0f6c-544f-4654-a89d-439e074a5891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5981 | 2024.12.21 01:19:48.182361 [ 285 ] {419b0f6c-544f-4654-a89d-439e074a5891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5982 | 2024.12.21 01:19:48.183350 [ 285 ] {419b0f6c-544f-4654-a89d-439e074a5891} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5983 | 2024.12.21 01:19:48.183404 [ 285 ] {419b0f6c-544f-4654-a89d-439e074a5891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5984 | 2024.12.21 01:19:48.183874 [ 285 ] {419b0f6c-544f-4654-a89d-439e074a5891} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5985 | 2024.12.21 01:19:48.184144 [ 285 ] {419b0f6c-544f-4654-a89d-439e074a5891} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5986 | 2024.12.21 01:19:48.184397 [ 285 ] {419b0f6c-544f-4654-a89d-439e074a5891} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002241 sec., 28558.6791610888 rows/sec., 2.23 MiB/sec. | ||
| 5987 | 2024.12.21 01:19:48.184465 [ 285 ] {419b0f6c-544f-4654-a89d-439e074a5891} <Debug> TCPHandler: Processed in 0.002720215 sec. | ||
| 5988 | 2024.12.21 01:19:48.184601 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5989 | 2024.12.21 01:19:48.184728 [ 287 ] {efb6be10-9148-4279-b2d0-9e37388a0d79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5990 | 2024.12.21 01:19:48.184787 [ 287 ] {efb6be10-9148-4279-b2d0-9e37388a0d79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5991 | 2024.12.21 01:19:48.185371 [ 287 ] {efb6be10-9148-4279-b2d0-9e37388a0d79} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5992 | 2024.12.21 01:19:48.185410 [ 287 ] {efb6be10-9148-4279-b2d0-9e37388a0d79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 5993 | 2024.12.21 01:19:48.185824 [ 287 ] {efb6be10-9148-4279-b2d0-9e37388a0d79} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5994 | 2024.12.21 01:19:48.186070 [ 287 ] {efb6be10-9148-4279-b2d0-9e37388a0d79} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5995 | 2024.12.21 01:19:48.186288 [ 287 ] {efb6be10-9148-4279-b2d0-9e37388a0d79} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00159 sec., 80503.14465408804 rows/sec., 5.61 MiB/sec. | ||
| 5996 | 2024.12.21 01:19:48.186344 [ 287 ] {efb6be10-9148-4279-b2d0-9e37388a0d79} <Debug> TCPHandler: Processed in 0.00180029 sec. | ||
| 5997 | 2024.12.21 01:19:48.186493 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5998 | 2024.12.21 01:19:48.186619 [ 285 ] {fd603f64-8f29-493e-9928-5df16806caf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5999 | 2024.12.21 01:19:48.186675 [ 285 ] {fd603f64-8f29-493e-9928-5df16806caf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6000 | 2024.12.21 01:19:48.187201 [ 285 ] {fd603f64-8f29-493e-9928-5df16806caf9} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6001 | 2024.12.21 01:19:48.187241 [ 285 ] {fd603f64-8f29-493e-9928-5df16806caf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 6002 | 2024.12.21 01:19:48.187640 [ 285 ] {fd603f64-8f29-493e-9928-5df16806caf9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6003 | 2024.12.21 01:19:48.187947 [ 285 ] {fd603f64-8f29-493e-9928-5df16806caf9} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6004 | 2024.12.21 01:19:48.188216 [ 285 ] {fd603f64-8f29-493e-9928-5df16806caf9} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001622 sec., 29593.094944512948 rows/sec., 1.99 MiB/sec. | ||
| 6005 | 2024.12.21 01:19:48.188397 [ 285 ] {fd603f64-8f29-493e-9928-5df16806caf9} <Debug> TCPHandler: Processed in 0.001956153 sec. | ||
| 6006 | 2024.12.21 01:19:53.182101 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6007 | 2024.12.21 01:19:53.182308 [ 287 ] {d5ef09c0-fd50-4594-b772-d4e54b7e4320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6008 | 2024.12.21 01:19:53.182383 [ 287 ] {d5ef09c0-fd50-4594-b772-d4e54b7e4320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6009 | 2024.12.21 01:19:53.183224 [ 287 ] {d5ef09c0-fd50-4594-b772-d4e54b7e4320} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6010 | 2024.12.21 01:19:53.183271 [ 287 ] {d5ef09c0-fd50-4594-b772-d4e54b7e4320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6011 | 2024.12.21 01:19:53.183727 [ 287 ] {d5ef09c0-fd50-4594-b772-d4e54b7e4320} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6012 | 2024.12.21 01:19:53.183986 [ 287 ] {d5ef09c0-fd50-4594-b772-d4e54b7e4320} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6013 | 2024.12.21 01:19:53.184200 [ 287 ] {d5ef09c0-fd50-4594-b772-d4e54b7e4320} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.001945 sec., 63753.213367609256 rows/sec., 5.41 MiB/sec. | ||
| 6014 | 2024.12.21 01:19:53.184268 [ 287 ] {d5ef09c0-fd50-4594-b772-d4e54b7e4320} <Debug> TCPHandler: Processed in 0.002304219 sec. | ||
| 6015 | 2024.12.21 01:19:53.184527 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6016 | 2024.12.21 01:19:53.184726 [ 285 ] {e243376d-ba13-4663-8d57-1ffce0902165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6017 | 2024.12.21 01:19:53.184802 [ 285 ] {e243376d-ba13-4663-8d57-1ffce0902165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6018 | 2024.12.21 01:19:53.185584 [ 285 ] {e243376d-ba13-4663-8d57-1ffce0902165} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6019 | 2024.12.21 01:19:53.185634 [ 285 ] {e243376d-ba13-4663-8d57-1ffce0902165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6020 | 2024.12.21 01:19:53.186078 [ 285 ] {e243376d-ba13-4663-8d57-1ffce0902165} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6021 | 2024.12.21 01:19:53.186346 [ 285 ] {e243376d-ba13-4663-8d57-1ffce0902165} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6022 | 2024.12.21 01:19:53.186589 [ 285 ] {e243376d-ba13-4663-8d57-1ffce0902165} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001917 sec., 17736.04590505999 rows/sec., 1.30 MiB/sec. | ||
| 6023 | 2024.12.21 01:19:53.186647 [ 285 ] {e243376d-ba13-4663-8d57-1ffce0902165} <Debug> TCPHandler: Processed in 0.002248718 sec. | ||
| 6024 | 2024.12.21 01:19:53.186808 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6025 | 2024.12.21 01:19:53.186940 [ 287 ] {bd326d29-697b-43ff-bec3-76187e7875ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6026 | 2024.12.21 01:19:53.186994 [ 287 ] {bd326d29-697b-43ff-bec3-76187e7875ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6027 | 2024.12.21 01:19:53.187647 [ 287 ] {bd326d29-697b-43ff-bec3-76187e7875ab} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6028 | 2024.12.21 01:19:53.187686 [ 287 ] {bd326d29-697b-43ff-bec3-76187e7875ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6029 | 2024.12.21 01:19:53.188070 [ 287 ] {bd326d29-697b-43ff-bec3-76187e7875ab} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6030 | 2024.12.21 01:19:53.188324 [ 287 ] {bd326d29-697b-43ff-bec3-76187e7875ab} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6031 | 2024.12.21 01:19:53.188517 [ 287 ] {bd326d29-697b-43ff-bec3-76187e7875ab} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001608 sec., 60945.27363184079 rows/sec., 4.76 MiB/sec. | ||
| 6032 | 2024.12.21 01:19:53.188573 [ 287 ] {bd326d29-697b-43ff-bec3-76187e7875ab} <Debug> TCPHandler: Processed in 0.001824931 sec. | ||
| 6033 | 2024.12.21 01:19:53.188721 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6034 | 2024.12.21 01:19:53.188841 [ 285 ] {2701a4b5-77b3-4f6a-be06-6856c09f0d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6035 | 2024.12.21 01:19:53.188896 [ 285 ] {2701a4b5-77b3-4f6a-be06-6856c09f0d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6036 | 2024.12.21 01:19:53.189588 [ 285 ] {2701a4b5-77b3-4f6a-be06-6856c09f0d7f} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6037 | 2024.12.21 01:19:53.189635 [ 285 ] {2701a4b5-77b3-4f6a-be06-6856c09f0d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6038 | 2024.12.21 01:19:53.190098 [ 285 ] {2701a4b5-77b3-4f6a-be06-6856c09f0d7f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6039 | 2024.12.21 01:19:53.190338 [ 285 ] {2701a4b5-77b3-4f6a-be06-6856c09f0d7f} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6040 | 2024.12.21 01:19:53.190577 [ 285 ] {2701a4b5-77b3-4f6a-be06-6856c09f0d7f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001751 sec., 91376.35636778983 rows/sec., 6.36 MiB/sec. | ||
| 6041 | 2024.12.21 01:19:53.190676 [ 285 ] {2701a4b5-77b3-4f6a-be06-6856c09f0d7f} <Debug> TCPHandler: Processed in 0.002007314 sec. | ||
| 6042 | 2024.12.21 01:19:53.190911 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6043 | 2024.12.21 01:19:53.191039 [ 287 ] {a0bacca3-a330-41ea-b87d-bd1503ff8139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6044 | 2024.12.21 01:19:53.191121 [ 287 ] {a0bacca3-a330-41ea-b87d-bd1503ff8139} <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 | ||
| 6045 | 2024.12.21 01:19:53.192339 [ 287 ] {a0bacca3-a330-41ea-b87d-bd1503ff8139} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6046 | 2024.12.21 01:19:53.192379 [ 287 ] {a0bacca3-a330-41ea-b87d-bd1503ff8139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6047 | 2024.12.21 01:19:53.193077 [ 287 ] {a0bacca3-a330-41ea-b87d-bd1503ff8139} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6048 | 2024.12.21 01:19:53.193350 [ 287 ] {a0bacca3-a330-41ea-b87d-bd1503ff8139} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6049 | 2024.12.21 01:19:53.193589 [ 287 ] {a0bacca3-a330-41ea-b87d-bd1503ff8139} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002569 sec., 13234.721681588166 rows/sec., 23.72 MiB/sec. | ||
| 6050 | 2024.12.21 01:19:53.194053 [ 287 ] {a0bacca3-a330-41ea-b87d-bd1503ff8139} <Debug> TCPHandler: Processed in 0.003232865 sec. | ||
| 6051 | 2024.12.21 01:19:53.194248 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6052 | 2024.12.21 01:19:53.194365 [ 285 ] {672a6565-ef96-4826-a02f-68d01a92e6af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6053 | 2024.12.21 01:19:53.194417 [ 285 ] {672a6565-ef96-4826-a02f-68d01a92e6af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6054 | 2024.12.21 01:19:53.194930 [ 285 ] {672a6565-ef96-4826-a02f-68d01a92e6af} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6055 | 2024.12.21 01:19:53.194970 [ 285 ] {672a6565-ef96-4826-a02f-68d01a92e6af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6056 | 2024.12.21 01:19:53.195357 [ 285 ] {672a6565-ef96-4826-a02f-68d01a92e6af} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6057 | 2024.12.21 01:19:53.195604 [ 285 ] {672a6565-ef96-4826-a02f-68d01a92e6af} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6058 | 2024.12.21 01:19:53.195825 [ 285 ] {672a6565-ef96-4826-a02f-68d01a92e6af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec. | ||
| 6059 | 2024.12.21 01:19:53.195878 [ 285 ] {672a6565-ef96-4826-a02f-68d01a92e6af} <Debug> TCPHandler: Processed in 0.001707449 sec. | ||
| 6060 | 2024.12.21 01:19:53.823069 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6061 | 2024.12.21 01:19:53.823132 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6062 | 2024.12.21 01:19:53.939180 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 6063 | 2024.12.21 01:19:53.939814 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6064 | 2024.12.21 01:19:53.939862 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6065 | 2024.12.21 01:19:53.940391 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6066 | 2024.12.21 01:19:53.940645 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6067 | 2024.12.21 01:19:53.940889 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 6068 | 2024.12.21 01:19:54.045703 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 872 | ||
| 6069 | 2024.12.21 01:19:54.048493 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6070 | 2024.12.21 01:19:54.048541 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6071 | 2024.12.21 01:19:54.050001 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6072 | 2024.12.21 01:19:54.050312 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6073 | 2024.12.21 01:19:54.051095 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 872 | ||
| 6074 | 2024.12.21 01:19:54.821046 [ 86 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 6075 | 2024.12.21 01:19:54.821137 [ 86 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6076 | 2024.12.21 01:19:54.821175 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6077 | 2024.12.21 01:19:54.821494 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 6078 | 2024.12.21 01:19:54.821781 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6079 | 2024.12.21 01:19:54.821811 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 6080 | 2024.12.21 01:19:54.821878 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part | ||
| 6081 | 2024.12.21 01:19:54.822275 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 6082 | 2024.12.21 01:19:54.822662 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 6083 | 2024.12.21 01:19:54.823068 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 6084 | 2024.12.21 01:19:54.823427 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 6085 | 2024.12.21 01:19:54.825855 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.004562387 sec., 3945.3031932626495 rows/sec., 265.85 KiB/sec. | ||
| 6086 | 2024.12.21 01:19:54.826055 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 6087 | 2024.12.21 01:19:54.826680 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_18_4} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6088 | 2024.12.21 01:19:54.826871 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_18_4} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 6089 | 2024.12.21 01:19:54.827010 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6090 | 2024.12.21 01:19:54.845509 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6091 | 2024.12.21 01:19:54.845556 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6092 | 2024.12.21 01:19:54.853030 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6093 | 2024.12.21 01:19:54.853790 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6094 | 2024.12.21 01:19:54.856490 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 6095 | 2024.12.21 01:19:58.184704 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6096 | 2024.12.21 01:19:58.184927 [ 287 ] {867745ae-e597-477a-bfdd-a41e57705c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6097 | 2024.12.21 01:19:58.185014 [ 287 ] {867745ae-e597-477a-bfdd-a41e57705c0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6098 | 2024.12.21 01:19:58.185805 [ 287 ] {867745ae-e597-477a-bfdd-a41e57705c0c} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6099 | 2024.12.21 01:19:58.185857 [ 287 ] {867745ae-e597-477a-bfdd-a41e57705c0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6100 | 2024.12.21 01:19:58.186319 [ 287 ] {867745ae-e597-477a-bfdd-a41e57705c0c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6101 | 2024.12.21 01:19:58.186580 [ 287 ] {867745ae-e597-477a-bfdd-a41e57705c0c} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6102 | 2024.12.21 01:19:58.186841 [ 287 ] {867745ae-e597-477a-bfdd-a41e57705c0c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001972 sec., 7099.3914807302235 rows/sec., 511.06 KiB/sec. | ||
| 6103 | 2024.12.21 01:19:58.186951 [ 287 ] {867745ae-e597-477a-bfdd-a41e57705c0c} <Debug> TCPHandler: Processed in 0.00239152 sec. | ||
| 6104 | 2024.12.21 01:19:58.187271 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6105 | 2024.12.21 01:19:58.187582 [ 285 ] {86c7dd34-9a7d-4dad-95ae-d62409a42a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6106 | 2024.12.21 01:19:58.187701 [ 285 ] {86c7dd34-9a7d-4dad-95ae-d62409a42a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6107 | 2024.12.21 01:19:58.188737 [ 285 ] {86c7dd34-9a7d-4dad-95ae-d62409a42a89} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6108 | 2024.12.21 01:19:58.188795 [ 285 ] {86c7dd34-9a7d-4dad-95ae-d62409a42a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6109 | 2024.12.21 01:19:58.189243 [ 285 ] {86c7dd34-9a7d-4dad-95ae-d62409a42a89} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6110 | 2024.12.21 01:19:58.189500 [ 285 ] {86c7dd34-9a7d-4dad-95ae-d62409a42a89} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6111 | 2024.12.21 01:19:58.189743 [ 285 ] {86c7dd34-9a7d-4dad-95ae-d62409a42a89} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002246 sec., 97506.678539626 rows/sec., 8.49 MiB/sec. | ||
| 6112 | 2024.12.21 01:19:58.189813 [ 285 ] {86c7dd34-9a7d-4dad-95ae-d62409a42a89} <Debug> TCPHandler: Processed in 0.002729055 sec. | ||
| 6113 | 2024.12.21 01:19:58.189987 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6114 | 2024.12.21 01:19:58.190135 [ 287 ] {acc63a7b-e1dd-4b21-a1cd-44baa6ff133b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6115 | 2024.12.21 01:19:58.190199 [ 287 ] {acc63a7b-e1dd-4b21-a1cd-44baa6ff133b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6116 | 2024.12.21 01:19:58.190902 [ 287 ] {acc63a7b-e1dd-4b21-a1cd-44baa6ff133b} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6117 | 2024.12.21 01:19:58.190953 [ 287 ] {acc63a7b-e1dd-4b21-a1cd-44baa6ff133b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6118 | 2024.12.21 01:19:58.191353 [ 287 ] {acc63a7b-e1dd-4b21-a1cd-44baa6ff133b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6119 | 2024.12.21 01:19:58.191602 [ 287 ] {acc63a7b-e1dd-4b21-a1cd-44baa6ff133b} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6120 | 2024.12.21 01:19:58.191788 [ 57 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6121 | 2024.12.21 01:19:58.191856 [ 287 ] {acc63a7b-e1dd-4b21-a1cd-44baa6ff133b} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001752 sec., 8561.643835616438 rows/sec., 603.66 KiB/sec. | ||
| 6122 | 2024.12.21 01:19:58.191880 [ 57 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6123 | 2024.12.21 01:19:58.191957 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6124 | 2024.12.21 01:19:58.191985 [ 287 ] {acc63a7b-e1dd-4b21-a1cd-44baa6ff133b} <Debug> TCPHandler: Processed in 0.002066745 sec. | ||
| 6125 | 2024.12.21 01:19:58.192222 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::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 | ||
| 6126 | 2024.12.21 01:19:58.192297 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6127 | 2024.12.21 01:19:58.192427 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6128 | 2024.12.21 01:19:58.192498 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::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 | ||
| 6129 | 2024.12.21 01:19:58.192661 [ 285 ] {8dda2464-1ae1-4287-be5b-4f5c28c3777c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6130 | 2024.12.21 01:19:58.192800 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 15 rows starting from the beginning of the part | ||
| 6131 | 2024.12.21 01:19:58.192978 [ 285 ] {8dda2464-1ae1-4287-be5b-4f5c28c3777c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6132 | 2024.12.21 01:19:58.193110 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part | ||
| 6133 | 2024.12.21 01:19:58.193480 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 27 rows starting from the beginning of the part | ||
| 6134 | 2024.12.21 01:19:58.193893 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part | ||
| 6135 | 2024.12.21 01:19:58.194243 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 15 rows starting from the beginning of the part | ||
| 6136 | 2024.12.21 01:19:58.195904 [ 285 ] {8dda2464-1ae1-4287-be5b-4f5c28c3777c} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6137 | 2024.12.21 01:19:58.195976 [ 285 ] {8dda2464-1ae1-4287-be5b-4f5c28c3777c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6138 | 2024.12.21 01:19:58.197198 [ 285 ] {8dda2464-1ae1-4287-be5b-4f5c28c3777c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6139 | 2024.12.21 01:19:58.197374 [ 195 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 5 columns (5 merged, 0 gathered) in 0.00530842 sec., 36168.9542274349 rows/sec., 2.71 MiB/sec. | ||
| 6140 | 2024.12.21 01:19:58.197558 [ 195 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6141 | 2024.12.21 01:19:58.197596 [ 285 ] {8dda2464-1ae1-4287-be5b-4f5c28c3777c} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6142 | 2024.12.21 01:19:58.197964 [ 285 ] {8dda2464-1ae1-4287-be5b-4f5c28c3777c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005417 sec., 2584.4563411482372 rows/sec., 181.00 KiB/sec. | ||
| 6143 | 2024.12.21 01:19:58.198061 [ 285 ] {8dda2464-1ae1-4287-be5b-4f5c28c3777c} <Debug> TCPHandler: Processed in 0.00592518 sec. | ||
| 6144 | 2024.12.21 01:19:58.198109 [ 195 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_36_7} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6145 | 2024.12.21 01:19:58.198220 [ 195 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_36_7} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6146 | 2024.12.21 01:19:58.198245 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6147 | 2024.12.21 01:19:58.198360 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6148 | 2024.12.21 01:19:58.198434 [ 287 ] {bbd48fb6-cdb2-414b-82ec-93b0eef813ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6149 | 2024.12.21 01:19:58.198491 [ 287 ] {bbd48fb6-cdb2-414b-82ec-93b0eef813ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6150 | 2024.12.21 01:19:58.199079 [ 287 ] {bbd48fb6-cdb2-414b-82ec-93b0eef813ee} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6151 | 2024.12.21 01:19:58.199121 [ 287 ] {bbd48fb6-cdb2-414b-82ec-93b0eef813ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6152 | 2024.12.21 01:19:58.199497 [ 287 ] {bbd48fb6-cdb2-414b-82ec-93b0eef813ee} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6153 | 2024.12.21 01:19:58.199747 [ 287 ] {bbd48fb6-cdb2-414b-82ec-93b0eef813ee} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6154 | 2024.12.21 01:19:58.199963 [ 287 ] {bbd48fb6-cdb2-414b-82ec-93b0eef813ee} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001576 sec., 8248.730964467006 rows/sec., 514.31 KiB/sec. | ||
| 6155 | 2024.12.21 01:19:58.200020 [ 287 ] {bbd48fb6-cdb2-414b-82ec-93b0eef813ee} <Debug> TCPHandler: Processed in 0.001855851 sec. | ||
| 6156 | 2024.12.21 01:19:58.200239 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6157 | 2024.12.21 01:19:58.200469 [ 285 ] {7187c1a7-5e32-4876-8b7f-d02fb44f2689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6158 | 2024.12.21 01:19:58.200564 [ 285 ] {7187c1a7-5e32-4876-8b7f-d02fb44f2689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6159 | 2024.12.21 01:19:58.201561 [ 285 ] {7187c1a7-5e32-4876-8b7f-d02fb44f2689} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6160 | 2024.12.21 01:19:58.201602 [ 285 ] {7187c1a7-5e32-4876-8b7f-d02fb44f2689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6161 | 2024.12.21 01:19:58.202000 [ 285 ] {7187c1a7-5e32-4876-8b7f-d02fb44f2689} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6162 | 2024.12.21 01:19:58.202244 [ 285 ] {7187c1a7-5e32-4876-8b7f-d02fb44f2689} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6163 | 2024.12.21 01:19:58.202484 [ 285 ] {7187c1a7-5e32-4876-8b7f-d02fb44f2689} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002067 sec., 188679.24528301888 rows/sec., 13.38 MiB/sec. | ||
| 6164 | 2024.12.21 01:19:58.202560 [ 285 ] {7187c1a7-5e32-4876-8b7f-d02fb44f2689} <Debug> TCPHandler: Processed in 0.002436731 sec. | ||
| 6165 | 2024.12.21 01:19:58.202830 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6166 | 2024.12.21 01:19:58.202984 [ 287 ] {f8fa7b15-2d98-4f2c-b7cf-4023b7feac1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6167 | 2024.12.21 01:19:58.203048 [ 287 ] {f8fa7b15-2d98-4f2c-b7cf-4023b7feac1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6168 | 2024.12.21 01:19:58.203561 [ 287 ] {f8fa7b15-2d98-4f2c-b7cf-4023b7feac1c} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6169 | 2024.12.21 01:19:58.203602 [ 287 ] {f8fa7b15-2d98-4f2c-b7cf-4023b7feac1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6170 | 2024.12.21 01:19:58.203978 [ 287 ] {f8fa7b15-2d98-4f2c-b7cf-4023b7feac1c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6171 | 2024.12.21 01:19:58.204250 [ 287 ] {f8fa7b15-2d98-4f2c-b7cf-4023b7feac1c} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6172 | 2024.12.21 01:19:58.204484 [ 287 ] {f8fa7b15-2d98-4f2c-b7cf-4023b7feac1c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001531 sec., 3919.0071848465054 rows/sec., 204.75 KiB/sec. | ||
| 6173 | 2024.12.21 01:19:58.204593 [ 287 ] {f8fa7b15-2d98-4f2c-b7cf-4023b7feac1c} <Debug> TCPHandler: Processed in 0.001914452 sec. | ||
| 6174 | 2024.12.21 01:19:58.204757 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6175 | 2024.12.21 01:19:58.204899 [ 285 ] {9246b0e0-0edd-4a92-bf19-f0b123e45c32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6176 | 2024.12.21 01:19:58.204964 [ 285 ] {9246b0e0-0edd-4a92-bf19-f0b123e45c32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6177 | 2024.12.21 01:19:58.205588 [ 285 ] {9246b0e0-0edd-4a92-bf19-f0b123e45c32} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6178 | 2024.12.21 01:19:58.205628 [ 285 ] {9246b0e0-0edd-4a92-bf19-f0b123e45c32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6179 | 2024.12.21 01:19:58.206030 [ 285 ] {9246b0e0-0edd-4a92-bf19-f0b123e45c32} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6180 | 2024.12.21 01:19:58.206277 [ 285 ] {9246b0e0-0edd-4a92-bf19-f0b123e45c32} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6181 | 2024.12.21 01:19:58.206545 [ 285 ] {9246b0e0-0edd-4a92-bf19-f0b123e45c32} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00167 sec., 141916.16766467065 rows/sec., 9.51 MiB/sec. | ||
| 6182 | 2024.12.21 01:19:58.206739 [ 285 ] {9246b0e0-0edd-4a92-bf19-f0b123e45c32} <Debug> TCPHandler: Processed in 0.002047044 sec. | ||
| 6183 | 2024.12.21 01:19:58.206984 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6184 | 2024.12.21 01:19:58.207105 [ 287 ] {9c0c69ae-b596-4058-a2af-780d9404fcd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6185 | 2024.12.21 01:19:58.207160 [ 287 ] {9c0c69ae-b596-4058-a2af-780d9404fcd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6186 | 2024.12.21 01:19:58.207653 [ 287 ] {9c0c69ae-b596-4058-a2af-780d9404fcd2} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6187 | 2024.12.21 01:19:58.207696 [ 287 ] {9c0c69ae-b596-4058-a2af-780d9404fcd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6188 | 2024.12.21 01:19:58.208081 [ 287 ] {9c0c69ae-b596-4058-a2af-780d9404fcd2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6189 | 2024.12.21 01:19:58.208327 [ 287 ] {9c0c69ae-b596-4058-a2af-780d9404fcd2} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6190 | 2024.12.21 01:19:58.208541 [ 287 ] {9c0c69ae-b596-4058-a2af-780d9404fcd2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00146 sec., 684.9315068493152 rows/sec., 46.15 KiB/sec. | ||
| 6191 | 2024.12.21 01:19:58.208595 [ 287 ] {9c0c69ae-b596-4058-a2af-780d9404fcd2} <Debug> TCPHandler: Processed in 0.00174345 sec. | ||
| 6192 | 2024.12.21 01:19:58.208739 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6193 | 2024.12.21 01:19:58.208860 [ 285 ] {4192c5b0-e3a8-4829-b84a-40cdd6005665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6194 | 2024.12.21 01:19:58.208942 [ 285 ] {4192c5b0-e3a8-4829-b84a-40cdd6005665} <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 | ||
| 6195 | 2024.12.21 01:19:58.210039 [ 285 ] {4192c5b0-e3a8-4829-b84a-40cdd6005665} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6196 | 2024.12.21 01:19:58.210079 [ 285 ] {4192c5b0-e3a8-4829-b84a-40cdd6005665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6197 | 2024.12.21 01:19:58.210708 [ 285 ] {4192c5b0-e3a8-4829-b84a-40cdd6005665} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6198 | 2024.12.21 01:19:58.210976 [ 285 ] {4192c5b0-e3a8-4829-b84a-40cdd6005665} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6199 | 2024.12.21 01:19:58.211162 [ 57 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6200 | 2024.12.21 01:19:58.211239 [ 57 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6201 | 2024.12.21 01:19:58.211253 [ 285 ] {4192c5b0-e3a8-4829-b84a-40cdd6005665} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002409 sec., 3320.8800332088003 rows/sec., 5.95 MiB/sec. | ||
| 6202 | 2024.12.21 01:19:58.211282 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6203 | 2024.12.21 01:19:58.211657 [ 285 ] {4192c5b0-e3a8-4829-b84a-40cdd6005665} <Debug> TCPHandler: Processed in 0.00297454 sec. | ||
| 6204 | 2024.12.21 01:19:58.211675 [ 200 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 6205 | 2024.12.21 01:19:58.211867 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6206 | 2024.12.21 01:19:58.212141 [ 287 ] {852cf120-1337-472e-ac87-f993f1f7d8b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6207 | 2024.12.21 01:19:58.212278 [ 287 ] {852cf120-1337-472e-ac87-f993f1f7d8b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6208 | 2024.12.21 01:19:58.212393 [ 200 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6209 | 2024.12.21 01:19:58.212648 [ 200 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 602 rows starting from the beginning of the part | ||
| 6210 | 2024.12.21 01:19:58.213295 [ 200 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part | ||
| 6211 | 2024.12.21 01:19:58.214059 [ 200 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part | ||
| 6212 | 2024.12.21 01:19:58.214492 [ 287 ] {852cf120-1337-472e-ac87-f993f1f7d8b9} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6213 | 2024.12.21 01:19:58.214607 [ 287 ] {852cf120-1337-472e-ac87-f993f1f7d8b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6214 | 2024.12.21 01:19:58.214698 [ 200 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part | ||
| 6215 | 2024.12.21 01:19:58.215335 [ 200 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part | ||
| 6216 | 2024.12.21 01:19:58.215992 [ 200 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part | ||
| 6217 | 2024.12.21 01:19:58.216034 [ 287 ] {852cf120-1337-472e-ac87-f993f1f7d8b9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6218 | 2024.12.21 01:19:58.216967 [ 287 ] {852cf120-1337-472e-ac87-f993f1f7d8b9} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6219 | 2024.12.21 01:19:58.217490 [ 287 ] {852cf120-1337-472e-ac87-f993f1f7d8b9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005434 sec., 15090.172984909828 rows/sec., 981.41 KiB/sec. | ||
| 6220 | 2024.12.21 01:19:58.217681 [ 287 ] {852cf120-1337-472e-ac87-f993f1f7d8b9} <Debug> TCPHandler: Processed in 0.00591782 sec. | ||
| 6221 | 2024.12.21 01:19:58.224427 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 694 rows, containing 19 columns (19 merged, 0 gathered) in 0.012983568 sec., 53452.17893879402 rows/sec., 95.78 MiB/sec. | ||
| 6222 | 2024.12.21 01:19:58.225358 [ 197 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6223 | 2024.12.21 01:19:58.225826 [ 197 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6224 | 2024.12.21 01:19:58.225917 [ 197 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6225 | 2024.12.21 01:19:58.226083 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. | ||
| 6226 | 2024.12.21 01:20:01.441002 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 6227 | 2024.12.21 01:20:01.441695 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6228 | 2024.12.21 01:20:01.441745 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6229 | 2024.12.21 01:20:01.442276 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6230 | 2024.12.21 01:20:01.442542 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6231 | 2024.12.21 01:20:01.442794 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 6232 | 2024.12.21 01:20:02.356557 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 6233 | 2024.12.21 01:20:02.376934 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6234 | 2024.12.21 01:20:02.376992 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6235 | 2024.12.21 01:20:02.385068 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6236 | 2024.12.21 01:20:02.386035 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6237 | 2024.12.21 01:20:02.389341 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6238 | 2024.12.21 01:20:03.183575 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6239 | 2024.12.21 01:20:03.183784 [ 287 ] {647d104b-4f23-463b-9970-fc5ee71848c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6240 | 2024.12.21 01:20:03.183868 [ 287 ] {647d104b-4f23-463b-9970-fc5ee71848c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6241 | 2024.12.21 01:20:03.184671 [ 287 ] {647d104b-4f23-463b-9970-fc5ee71848c6} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6242 | 2024.12.21 01:20:03.184714 [ 287 ] {647d104b-4f23-463b-9970-fc5ee71848c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6243 | 2024.12.21 01:20:03.185143 [ 287 ] {647d104b-4f23-463b-9970-fc5ee71848c6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6244 | 2024.12.21 01:20:03.185425 [ 287 ] {647d104b-4f23-463b-9970-fc5ee71848c6} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6245 | 2024.12.21 01:20:03.185669 [ 287 ] {647d104b-4f23-463b-9970-fc5ee71848c6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001939 sec., 1031.4595152140278 rows/sec., 84.11 KiB/sec. | ||
| 6246 | 2024.12.21 01:20:03.185866 [ 287 ] {647d104b-4f23-463b-9970-fc5ee71848c6} <Debug> TCPHandler: Processed in 0.002431331 sec. | ||
| 6247 | 2024.12.21 01:20:03.186216 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6248 | 2024.12.21 01:20:03.186528 [ 285 ] {b86e2b82-8fd1-459c-a4e6-b7e8793a7fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6249 | 2024.12.21 01:20:03.186651 [ 285 ] {b86e2b82-8fd1-459c-a4e6-b7e8793a7fb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6250 | 2024.12.21 01:20:03.187731 [ 285 ] {b86e2b82-8fd1-459c-a4e6-b7e8793a7fb7} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6251 | 2024.12.21 01:20:03.187783 [ 285 ] {b86e2b82-8fd1-459c-a4e6-b7e8793a7fb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6252 | 2024.12.21 01:20:03.188247 [ 285 ] {b86e2b82-8fd1-459c-a4e6-b7e8793a7fb7} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6253 | 2024.12.21 01:20:03.188506 [ 285 ] {b86e2b82-8fd1-459c-a4e6-b7e8793a7fb7} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6254 | 2024.12.21 01:20:03.188709 [ 130 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6255 | 2024.12.21 01:20:03.188765 [ 130 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6256 | 2024.12.21 01:20:03.188785 [ 285 ] {b86e2b82-8fd1-459c-a4e6-b7e8793a7fb7} <Debug> executeQuery: Read 125 rows, 10.86 KiB in 0.002337 sec., 53487.376979032946 rows/sec., 4.54 MiB/sec. | ||
| 6257 | 2024.12.21 01:20:03.188803 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6258 | 2024.12.21 01:20:03.188972 [ 285 ] {b86e2b82-8fd1-459c-a4e6-b7e8793a7fb7} <Debug> TCPHandler: Processed in 0.002943359 sec. | ||
| 6259 | 2024.12.21 01:20:03.189074 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::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 | ||
| 6260 | 2024.12.21 01:20:03.189161 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6261 | 2024.12.21 01:20:03.189333 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6262 | 2024.12.21 01:20:03.189394 [ 287 ] {341e1354-fe3a-4d2c-ac35-9a7a54b0cb1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6263 | 2024.12.21 01:20:03.189410 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1436 rows starting from the beginning of the part | ||
| 6264 | 2024.12.21 01:20:03.189493 [ 287 ] {341e1354-fe3a-4d2c-ac35-9a7a54b0cb1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6265 | 2024.12.21 01:20:03.189676 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1365 rows starting from the beginning of the part | ||
| 6266 | 2024.12.21 01:20:03.189999 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part | ||
| 6267 | 2024.12.21 01:20:03.190294 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 124 rows starting from the beginning of the part | ||
| 6268 | 2024.12.21 01:20:03.190595 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 219 rows starting from the beginning of the part | ||
| 6269 | 2024.12.21 01:20:03.190953 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 125 rows starting from the beginning of the part | ||
| 6270 | 2024.12.21 01:20:03.192331 [ 287 ] {341e1354-fe3a-4d2c-ac35-9a7a54b0cb1b} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6271 | 2024.12.21 01:20:03.192387 [ 287 ] {341e1354-fe3a-4d2c-ac35-9a7a54b0cb1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6272 | 2024.12.21 01:20:03.193438 [ 287 ] {341e1354-fe3a-4d2c-ac35-9a7a54b0cb1b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6273 | 2024.12.21 01:20:03.193815 [ 287 ] {341e1354-fe3a-4d2c-ac35-9a7a54b0cb1b} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6274 | 2024.12.21 01:20:03.194055 [ 287 ] {341e1354-fe3a-4d2c-ac35-9a7a54b0cb1b} <Debug> executeQuery: Read 36 rows, 2.70 KiB in 0.004728 sec., 7614.213197969542 rows/sec., 570.28 KiB/sec. | ||
| 6275 | 2024.12.21 01:20:03.194301 [ 287 ] {341e1354-fe3a-4d2c-ac35-9a7a54b0cb1b} <Debug> TCPHandler: Processed in 0.005214458 sec. | ||
| 6276 | 2024.12.21 01:20:03.194869 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6277 | 2024.12.21 01:20:03.195083 [ 201 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3325 rows, containing 5 columns (5 merged, 0 gathered) in 0.006136593 sec., 541831.5993907369 rows/sec., 47.32 MiB/sec. | ||
| 6278 | 2024.12.21 01:20:03.195211 [ 285 ] {b26c4d25-bd4a-4dc2-af5e-3b47a1ce51b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6279 | 2024.12.21 01:20:03.195313 [ 285 ] {b26c4d25-bd4a-4dc2-af5e-3b47a1ce51b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6280 | 2024.12.21 01:20:03.195526 [ 201 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6281 | 2024.12.21 01:20:03.196188 [ 201 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_46_9} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6282 | 2024.12.21 01:20:03.196405 [ 201 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_46_9} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6283 | 2024.12.21 01:20:03.196607 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 6284 | 2024.12.21 01:20:03.196699 [ 285 ] {b26c4d25-bd4a-4dc2-af5e-3b47a1ce51b8} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6285 | 2024.12.21 01:20:03.196746 [ 285 ] {b26c4d25-bd4a-4dc2-af5e-3b47a1ce51b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6286 | 2024.12.21 01:20:03.197148 [ 285 ] {b26c4d25-bd4a-4dc2-af5e-3b47a1ce51b8} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6287 | 2024.12.21 01:20:03.197403 [ 285 ] {b26c4d25-bd4a-4dc2-af5e-3b47a1ce51b8} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6288 | 2024.12.21 01:20:03.197572 [ 130 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6289 | 2024.12.21 01:20:03.197632 [ 130 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6290 | 2024.12.21 01:20:03.197666 [ 285 ] {b26c4d25-bd4a-4dc2-af5e-3b47a1ce51b8} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.002536 sec., 39432.176656151416 rows/sec., 3.08 MiB/sec. | ||
| 6291 | 2024.12.21 01:20:03.197672 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6292 | 2024.12.21 01:20:03.197851 [ 285 ] {b26c4d25-bd4a-4dc2-af5e-3b47a1ce51b8} <Debug> TCPHandler: Processed in 0.003398777 sec. | ||
| 6293 | 2024.12.21 01:20:03.197946 [ 200 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::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 | ||
| 6294 | 2024.12.21 01:20:03.198094 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6295 | 2024.12.21 01:20:03.198119 [ 200 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6296 | 2024.12.21 01:20:03.198164 [ 200 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::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 | ||
| 6297 | 2024.12.21 01:20:03.198424 [ 200 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 858 rows starting from the beginning of the part | ||
| 6298 | 2024.12.21 01:20:03.198436 [ 287 ] {5f88631f-b217-4c5f-ad51-0b86281a65c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6299 | 2024.12.21 01:20:03.198684 [ 287 ] {5f88631f-b217-4c5f-ad51-0b86281a65c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6300 | 2024.12.21 01:20:03.198722 [ 200 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part | ||
| 6301 | 2024.12.21 01:20:03.199062 [ 200 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 98 rows starting from the beginning of the part | ||
| 6302 | 2024.12.21 01:20:03.199416 [ 200 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 390 rows starting from the beginning of the part | ||
| 6303 | 2024.12.21 01:20:03.199757 [ 200 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 100 rows starting from the beginning of the part | ||
| 6304 | 2024.12.21 01:20:03.201195 [ 287 ] {5f88631f-b217-4c5f-ad51-0b86281a65c1} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6305 | 2024.12.21 01:20:03.201265 [ 287 ] {5f88631f-b217-4c5f-ad51-0b86281a65c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6306 | 2024.12.21 01:20:03.202180 [ 287 ] {5f88631f-b217-4c5f-ad51-0b86281a65c1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6307 | 2024.12.21 01:20:03.202717 [ 287 ] {5f88631f-b217-4c5f-ad51-0b86281a65c1} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6308 | 2024.12.21 01:20:03.202834 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2426 rows, containing 5 columns (5 merged, 0 gathered) in 0.005005434 sec., 484673.25710417924 rows/sec., 37.18 MiB/sec. | ||
| 6309 | 2024.12.21 01:20:03.202988 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6310 | 2024.12.21 01:20:03.203049 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6311 | 2024.12.21 01:20:03.203112 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6312 | 2024.12.21 01:20:03.203168 [ 287 ] {5f88631f-b217-4c5f-ad51-0b86281a65c1} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004917 sec., 32743.5428106569 rows/sec., 2.28 MiB/sec. | ||
| 6313 | 2024.12.21 01:20:03.203243 [ 200 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6314 | 2024.12.21 01:20:03.203792 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::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 | ||
| 6315 | 2024.12.21 01:20:03.204471 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_46_9} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6316 | 2024.12.21 01:20:03.204489 [ 287 ] {5f88631f-b217-4c5f-ad51-0b86281a65c1} <Debug> TCPHandler: Processed in 0.006476019 sec. | ||
| 6317 | 2024.12.21 01:20:03.204547 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6318 | 2024.12.21 01:20:03.204699 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12935 rows starting from the beginning of the part | ||
| 6319 | 2024.12.21 01:20:03.204768 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6320 | 2024.12.21 01:20:03.204797 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_46_9} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6321 | 2024.12.21 01:20:03.205034 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 961 rows starting from the beginning of the part | ||
| 6322 | 2024.12.21 01:20:03.205229 [ 285 ] {d896e359-cad3-421e-89b9-b54efe63ffe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6323 | 2024.12.21 01:20:03.205515 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 128 rows starting from the beginning of the part | ||
| 6324 | 2024.12.21 01:20:03.205721 [ 285 ] {d896e359-cad3-421e-89b9-b54efe63ffe9} <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 | ||
| 6325 | 2024.12.21 01:20:03.205882 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
| 6326 | 2024.12.21 01:20:03.206327 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part | ||
| 6327 | 2024.12.21 01:20:03.206756 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 161 rows starting from the beginning of the part | ||
| 6328 | 2024.12.21 01:20:03.207005 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6329 | 2024.12.21 01:20:03.210205 [ 285 ] {d896e359-cad3-421e-89b9-b54efe63ffe9} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6330 | 2024.12.21 01:20:03.210284 [ 285 ] {d896e359-cad3-421e-89b9-b54efe63ffe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6331 | 2024.12.21 01:20:03.211923 [ 285 ] {d896e359-cad3-421e-89b9-b54efe63ffe9} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6332 | 2024.12.21 01:20:03.212506 [ 285 ] {d896e359-cad3-421e-89b9-b54efe63ffe9} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6333 | 2024.12.21 01:20:03.212986 [ 285 ] {d896e359-cad3-421e-89b9-b54efe63ffe9} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.007943 sec., 4280.498552184313 rows/sec., 7.67 MiB/sec. | ||
| 6334 | 2024.12.21 01:20:03.213633 [ 285 ] {d896e359-cad3-421e-89b9-b54efe63ffe9} <Debug> TCPHandler: Processed in 0.009009321 sec. | ||
| 6335 | 2024.12.21 01:20:03.213860 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6336 | 2024.12.21 01:20:03.214042 [ 287 ] {0deb63c8-7f41-4f3b-b063-d869cb22d005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6337 | 2024.12.21 01:20:03.214103 [ 287 ] {0deb63c8-7f41-4f3b-b063-d869cb22d005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6338 | 2024.12.21 01:20:03.214738 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14582 rows, containing 5 columns (5 merged, 0 gathered) in 0.011449733 sec., 1273566.815924878 rows/sec., 85.97 MiB/sec. | ||
| 6339 | 2024.12.21 01:20:03.214967 [ 287 ] {0deb63c8-7f41-4f3b-b063-d869cb22d005} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6340 | 2024.12.21 01:20:03.215014 [ 287 ] {0deb63c8-7f41-4f3b-b063-d869cb22d005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6341 | 2024.12.21 01:20:03.215215 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6342 | 2024.12.21 01:20:03.215700 [ 287 ] {0deb63c8-7f41-4f3b-b063-d869cb22d005} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6343 | 2024.12.21 01:20:03.215896 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6344 | 2024.12.21 01:20:03.216023 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6345 | 2024.12.21 01:20:03.216175 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. | ||
| 6346 | 2024.12.21 01:20:03.216254 [ 287 ] {0deb63c8-7f41-4f3b-b063-d869cb22d005} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6347 | 2024.12.21 01:20:03.216395 [ 130 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6348 | 2024.12.21 01:20:03.216431 [ 130 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6349 | 2024.12.21 01:20:03.216454 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6350 | 2024.12.21 01:20:03.216463 [ 287 ] {0deb63c8-7f41-4f3b-b063-d869cb22d005} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002466 sec., 24330.900243309003 rows/sec., 1.64 MiB/sec. | ||
| 6351 | 2024.12.21 01:20:03.216653 [ 287 ] {0deb63c8-7f41-4f3b-b063-d869cb22d005} <Debug> TCPHandler: Processed in 0.002872728 sec. | ||
| 6352 | 2024.12.21 01:20:03.216745 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::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 | ||
| 6353 | 2024.12.21 01:20:03.216887 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6354 | 2024.12.21 01:20:03.216922 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2522 rows starting from the beginning of the part | ||
| 6355 | 2024.12.21 01:20:03.217040 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 34 rows starting from the beginning of the part | ||
| 6356 | 2024.12.21 01:20:03.217211 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 48 rows starting from the beginning of the part | ||
| 6357 | 2024.12.21 01:20:03.217282 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
| 6358 | 2024.12.21 01:20:03.217514 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
| 6359 | 2024.12.21 01:20:03.217591 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
| 6360 | 2024.12.21 01:20:03.219064 [ 186 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.002517693 sec., 1114512.3730335669 rows/sec., 72.71 MiB/sec. | ||
| 6361 | 2024.12.21 01:20:03.219303 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6362 | 2024.12.21 01:20:03.219596 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_46_9} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6363 | 2024.12.21 01:20:03.219675 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_46_9} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6364 | 2024.12.21 01:20:03.219745 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6365 | 2024.12.21 01:20:04.051251 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 908 | ||
| 6366 | 2024.12.21 01:20:04.054895 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6367 | 2024.12.21 01:20:04.054957 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6368 | 2024.12.21 01:20:04.056476 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6369 | 2024.12.21 01:20:04.056808 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6370 | 2024.12.21 01:20:04.057036 [ 76 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6371 | 2024.12.21 01:20:04.057162 [ 76 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6372 | 2024.12.21 01:20:04.057227 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6373 | 2024.12.21 01:20:04.057784 [ 193 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::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 | ||
| 6374 | 2024.12.21 01:20:04.059002 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 908 | ||
| 6375 | 2024.12.21 01:20:04.059403 [ 193 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6376 | 2024.12.21 01:20:04.059585 [ 193 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 738 rows starting from the beginning of the part | ||
| 6377 | 2024.12.21 01:20:04.060245 [ 193 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part | ||
| 6378 | 2024.12.21 01:20:04.060863 [ 193 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 36 rows starting from the beginning of the part | ||
| 6379 | 2024.12.21 01:20:04.061472 [ 193 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 58 rows starting from the beginning of the part | ||
| 6380 | 2024.12.21 01:20:04.062071 [ 193 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part | ||
| 6381 | 2024.12.21 01:20:04.062655 [ 193 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part | ||
| 6382 | 2024.12.21 01:20:04.071008 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 908 rows, containing 72 columns (72 merged, 0 gathered) in 0.013600869 sec., 66760.44008658564 rows/sec., 54.62 MiB/sec. | ||
| 6383 | 2024.12.21 01:20:04.072365 [ 196 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6384 | 2024.12.21 01:20:04.073210 [ 196 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_21_4} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6385 | 2024.12.21 01:20:04.073307 [ 196 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_21_4} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6386 | 2024.12.21 01:20:04.073661 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. | ||
| 6387 | 2024.12.21 01:20:08.184851 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6388 | 2024.12.21 01:20:08.185068 [ 287 ] {ce79316a-8410-4f59-a7f8-9f2c822700c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6389 | 2024.12.21 01:20:08.185151 [ 287 ] {ce79316a-8410-4f59-a7f8-9f2c822700c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6390 | 2024.12.21 01:20:08.185952 [ 287 ] {ce79316a-8410-4f59-a7f8-9f2c822700c0} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6391 | 2024.12.21 01:20:08.186004 [ 287 ] {ce79316a-8410-4f59-a7f8-9f2c822700c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6392 | 2024.12.21 01:20:08.186435 [ 287 ] {ce79316a-8410-4f59-a7f8-9f2c822700c0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6393 | 2024.12.21 01:20:08.186690 [ 287 ] {ce79316a-8410-4f59-a7f8-9f2c822700c0} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6394 | 2024.12.21 01:20:08.186953 [ 287 ] {ce79316a-8410-4f59-a7f8-9f2c822700c0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001935 sec., 7235.142118863048 rows/sec., 520.83 KiB/sec. | ||
| 6395 | 2024.12.21 01:20:08.187114 [ 287 ] {ce79316a-8410-4f59-a7f8-9f2c822700c0} <Debug> TCPHandler: Processed in 0.002410681 sec. | ||
| 6396 | 2024.12.21 01:20:08.187420 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6397 | 2024.12.21 01:20:08.187637 [ 285 ] {c92b4ffd-fb2f-48b5-981d-020f431495f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6398 | 2024.12.21 01:20:08.187720 [ 285 ] {c92b4ffd-fb2f-48b5-981d-020f431495f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6399 | 2024.12.21 01:20:08.188663 [ 285 ] {c92b4ffd-fb2f-48b5-981d-020f431495f4} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6400 | 2024.12.21 01:20:08.188714 [ 285 ] {c92b4ffd-fb2f-48b5-981d-020f431495f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6401 | 2024.12.21 01:20:08.189181 [ 285 ] {c92b4ffd-fb2f-48b5-981d-020f431495f4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6402 | 2024.12.21 01:20:08.189439 [ 285 ] {c92b4ffd-fb2f-48b5-981d-020f431495f4} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6403 | 2024.12.21 01:20:08.189714 [ 285 ] {c92b4ffd-fb2f-48b5-981d-020f431495f4} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002129 sec., 102865.19492719587 rows/sec., 8.96 MiB/sec. | ||
| 6404 | 2024.12.21 01:20:08.189879 [ 285 ] {c92b4ffd-fb2f-48b5-981d-020f431495f4} <Debug> TCPHandler: Processed in 0.002605414 sec. | ||
| 6405 | 2024.12.21 01:20:08.190142 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6406 | 2024.12.21 01:20:08.190296 [ 287 ] {62772137-87cb-40ca-9e39-a5752c004f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6407 | 2024.12.21 01:20:08.190360 [ 287 ] {62772137-87cb-40ca-9e39-a5752c004f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6408 | 2024.12.21 01:20:08.190976 [ 287 ] {62772137-87cb-40ca-9e39-a5752c004f9d} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6409 | 2024.12.21 01:20:08.191018 [ 287 ] {62772137-87cb-40ca-9e39-a5752c004f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6410 | 2024.12.21 01:20:08.191402 [ 287 ] {62772137-87cb-40ca-9e39-a5752c004f9d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6411 | 2024.12.21 01:20:08.191655 [ 287 ] {62772137-87cb-40ca-9e39-a5752c004f9d} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6412 | 2024.12.21 01:20:08.191882 [ 287 ] {62772137-87cb-40ca-9e39-a5752c004f9d} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001623 sec., 9242.144177449167 rows/sec., 651.64 KiB/sec. | ||
| 6413 | 2024.12.21 01:20:08.191940 [ 287 ] {62772137-87cb-40ca-9e39-a5752c004f9d} <Debug> TCPHandler: Processed in 0.001942243 sec. | ||
| 6414 | 2024.12.21 01:20:08.192098 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6415 | 2024.12.21 01:20:08.192227 [ 285 ] {a601974d-60b0-4024-9352-49af2c344604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6416 | 2024.12.21 01:20:08.192281 [ 285 ] {a601974d-60b0-4024-9352-49af2c344604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6417 | 2024.12.21 01:20:08.192903 [ 285 ] {a601974d-60b0-4024-9352-49af2c344604} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6418 | 2024.12.21 01:20:08.192944 [ 285 ] {a601974d-60b0-4024-9352-49af2c344604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6419 | 2024.12.21 01:20:08.193316 [ 285 ] {a601974d-60b0-4024-9352-49af2c344604} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6420 | 2024.12.21 01:20:08.193565 [ 285 ] {a601974d-60b0-4024-9352-49af2c344604} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6421 | 2024.12.21 01:20:08.193773 [ 109 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6422 | 2024.12.21 01:20:08.193832 [ 285 ] {a601974d-60b0-4024-9352-49af2c344604} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001635 sec., 8562.691131498472 rows/sec., 599.68 KiB/sec. | ||
| 6423 | 2024.12.21 01:20:08.193905 [ 109 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6424 | 2024.12.21 01:20:08.193976 [ 285 ] {a601974d-60b0-4024-9352-49af2c344604} <Debug> TCPHandler: Processed in 0.001930503 sec. | ||
| 6425 | 2024.12.21 01:20:08.193990 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6426 | 2024.12.21 01:20:08.194204 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6427 | 2024.12.21 01:20:08.194223 [ 192 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 6428 | 2024.12.21 01:20:08.194420 [ 287 ] {6e117de8-39e3-48e4-866b-118153f35707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6429 | 2024.12.21 01:20:08.194493 [ 192 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6430 | 2024.12.21 01:20:08.194528 [ 287 ] {6e117de8-39e3-48e4-866b-118153f35707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6431 | 2024.12.21 01:20:08.194557 [ 192 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 242 rows starting from the beginning of the part | ||
| 6432 | 2024.12.21 01:20:08.194882 [ 192 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 6433 | 2024.12.21 01:20:08.195185 [ 192 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 6434 | 2024.12.21 01:20:08.195484 [ 192 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 242 rows starting from the beginning of the part | ||
| 6435 | 2024.12.21 01:20:08.195811 [ 192 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 6436 | 2024.12.21 01:20:08.196151 [ 192 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 6437 | 2024.12.21 01:20:08.197490 [ 287 ] {6e117de8-39e3-48e4-866b-118153f35707} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6438 | 2024.12.21 01:20:08.197560 [ 287 ] {6e117de8-39e3-48e4-866b-118153f35707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6439 | 2024.12.21 01:20:08.198576 [ 287 ] {6e117de8-39e3-48e4-866b-118153f35707} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6440 | 2024.12.21 01:20:08.199007 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.004869482 sec., 110894.75225496264 rows/sec., 7.94 MiB/sec. | ||
| 6441 | 2024.12.21 01:20:08.199066 [ 287 ] {6e117de8-39e3-48e4-866b-118153f35707} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6442 | 2024.12.21 01:20:08.199181 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6443 | 2024.12.21 01:20:08.199396 [ 287 ] {6e117de8-39e3-48e4-866b-118153f35707} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005059 sec., 2569.677801937142 rows/sec., 160.22 KiB/sec. | ||
| 6444 | 2024.12.21 01:20:08.199490 [ 287 ] {6e117de8-39e3-48e4-866b-118153f35707} <Debug> TCPHandler: Processed in 0.005386641 sec. | ||
| 6445 | 2024.12.21 01:20:08.199686 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6446 | 2024.12.21 01:20:08.199724 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_20_4} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6447 | 2024.12.21 01:20:08.199874 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_20_4} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6448 | 2024.12.21 01:20:08.199907 [ 285 ] {47e13500-2002-41b8-9a82-c14689e65b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6449 | 2024.12.21 01:20:08.200034 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 6450 | 2024.12.21 01:20:08.200033 [ 285 ] {47e13500-2002-41b8-9a82-c14689e65b1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6451 | 2024.12.21 01:20:08.200880 [ 285 ] {47e13500-2002-41b8-9a82-c14689e65b1c} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6452 | 2024.12.21 01:20:08.200921 [ 285 ] {47e13500-2002-41b8-9a82-c14689e65b1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6453 | 2024.12.21 01:20:08.201324 [ 285 ] {47e13500-2002-41b8-9a82-c14689e65b1c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6454 | 2024.12.21 01:20:08.201594 [ 285 ] {47e13500-2002-41b8-9a82-c14689e65b1c} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6455 | 2024.12.21 01:20:08.201848 [ 285 ] {47e13500-2002-41b8-9a82-c14689e65b1c} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001996 sec., 195390.78156312625 rows/sec., 13.86 MiB/sec. | ||
| 6456 | 2024.12.21 01:20:08.202033 [ 285 ] {47e13500-2002-41b8-9a82-c14689e65b1c} <Debug> TCPHandler: Processed in 0.002446311 sec. | ||
| 6457 | 2024.12.21 01:20:08.202287 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6458 | 2024.12.21 01:20:08.202428 [ 287 ] {0ecbebdd-be34-4241-b226-4a8f6baf2a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6459 | 2024.12.21 01:20:08.202487 [ 287 ] {0ecbebdd-be34-4241-b226-4a8f6baf2a97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6460 | 2024.12.21 01:20:08.203074 [ 287 ] {0ecbebdd-be34-4241-b226-4a8f6baf2a97} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6461 | 2024.12.21 01:20:08.203121 [ 287 ] {0ecbebdd-be34-4241-b226-4a8f6baf2a97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6462 | 2024.12.21 01:20:08.203532 [ 287 ] {0ecbebdd-be34-4241-b226-4a8f6baf2a97} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6463 | 2024.12.21 01:20:08.203776 [ 287 ] {0ecbebdd-be34-4241-b226-4a8f6baf2a97} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6464 | 2024.12.21 01:20:08.203947 [ 109 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6465 | 2024.12.21 01:20:08.204021 [ 109 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6466 | 2024.12.21 01:20:08.204035 [ 287 ] {0ecbebdd-be34-4241-b226-4a8f6baf2a97} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001626 sec., 3690.0369003690034 rows/sec., 192.79 KiB/sec. | ||
| 6467 | 2024.12.21 01:20:08.204068 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6468 | 2024.12.21 01:20:08.204174 [ 287 ] {0ecbebdd-be34-4241-b226-4a8f6baf2a97} <Debug> TCPHandler: Processed in 0.002020384 sec. | ||
| 6469 | 2024.12.21 01:20:08.204330 [ 191 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 6470 | 2024.12.21 01:20:08.204365 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6471 | 2024.12.21 01:20:08.204493 [ 191 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6472 | 2024.12.21 01:20:08.204526 [ 285 ] {9f827bb9-b7aa-4d04-aa3e-8d88a7e9fe88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6473 | 2024.12.21 01:20:08.204551 [ 191 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part | ||
| 6474 | 2024.12.21 01:20:08.204607 [ 285 ] {9f827bb9-b7aa-4d04-aa3e-8d88a7e9fe88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6475 | 2024.12.21 01:20:08.204759 [ 191 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 6476 | 2024.12.21 01:20:08.205139 [ 191 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 6477 | 2024.12.21 01:20:08.205435 [ 191 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 6478 | 2024.12.21 01:20:08.205837 [ 191 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 6479 | 2024.12.21 01:20:08.206178 [ 191 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 6480 | 2024.12.21 01:20:08.207156 [ 285 ] {9f827bb9-b7aa-4d04-aa3e-8d88a7e9fe88} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6481 | 2024.12.21 01:20:08.207204 [ 285 ] {9f827bb9-b7aa-4d04-aa3e-8d88a7e9fe88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6482 | 2024.12.21 01:20:08.207805 [ 285 ] {9f827bb9-b7aa-4d04-aa3e-8d88a7e9fe88} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6483 | 2024.12.21 01:20:08.207886 [ 186 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.003700202 sec., 32430.661893593915 rows/sec., 1.65 MiB/sec. | ||
| 6484 | 2024.12.21 01:20:08.208084 [ 186 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6485 | 2024.12.21 01:20:08.208256 [ 285 ] {9f827bb9-b7aa-4d04-aa3e-8d88a7e9fe88} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6486 | 2024.12.21 01:20:08.208639 [ 285 ] {9f827bb9-b7aa-4d04-aa3e-8d88a7e9fe88} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004142 sec., 57218.73491067118 rows/sec., 3.84 MiB/sec. | ||
| 6487 | 2024.12.21 01:20:08.208649 [ 186 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_20_4} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6488 | 2024.12.21 01:20:08.208820 [ 285 ] {9f827bb9-b7aa-4d04-aa3e-8d88a7e9fe88} <Debug> TCPHandler: Processed in 0.004525586 sec. | ||
| 6489 | 2024.12.21 01:20:08.208862 [ 186 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_20_4} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6490 | 2024.12.21 01:20:08.209001 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6491 | 2024.12.21 01:20:08.209009 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6492 | 2024.12.21 01:20:08.209115 [ 287 ] {71c71325-9fdb-43e1-b15b-c8d0f2701715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6493 | 2024.12.21 01:20:08.209165 [ 287 ] {71c71325-9fdb-43e1-b15b-c8d0f2701715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6494 | 2024.12.21 01:20:08.209624 [ 287 ] {71c71325-9fdb-43e1-b15b-c8d0f2701715} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6495 | 2024.12.21 01:20:08.209661 [ 287 ] {71c71325-9fdb-43e1-b15b-c8d0f2701715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6496 | 2024.12.21 01:20:08.210027 [ 287 ] {71c71325-9fdb-43e1-b15b-c8d0f2701715} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6497 | 2024.12.21 01:20:08.210267 [ 287 ] {71c71325-9fdb-43e1-b15b-c8d0f2701715} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6498 | 2024.12.21 01:20:08.210479 [ 287 ] {71c71325-9fdb-43e1-b15b-c8d0f2701715} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001386 sec., 721.5007215007215 rows/sec., 48.62 KiB/sec. | ||
| 6499 | 2024.12.21 01:20:08.210529 [ 287 ] {71c71325-9fdb-43e1-b15b-c8d0f2701715} <Debug> TCPHandler: Processed in 0.001598237 sec. | ||
| 6500 | 2024.12.21 01:20:08.210693 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6501 | 2024.12.21 01:20:08.210833 [ 285 ] {649c5953-7102-407f-b411-78b313131a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6502 | 2024.12.21 01:20:08.210925 [ 285 ] {649c5953-7102-407f-b411-78b313131a45} <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 | ||
| 6503 | 2024.12.21 01:20:08.212063 [ 285 ] {649c5953-7102-407f-b411-78b313131a45} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6504 | 2024.12.21 01:20:08.212101 [ 285 ] {649c5953-7102-407f-b411-78b313131a45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6505 | 2024.12.21 01:20:08.212713 [ 285 ] {649c5953-7102-407f-b411-78b313131a45} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6506 | 2024.12.21 01:20:08.212973 [ 285 ] {649c5953-7102-407f-b411-78b313131a45} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6507 | 2024.12.21 01:20:08.213191 [ 285 ] {649c5953-7102-407f-b411-78b313131a45} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00239 sec., 3347.2803347280333 rows/sec., 6.00 MiB/sec. | ||
| 6508 | 2024.12.21 01:20:08.213496 [ 285 ] {649c5953-7102-407f-b411-78b313131a45} <Debug> TCPHandler: Processed in 0.002870098 sec. | ||
| 6509 | 2024.12.21 01:20:08.213658 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6510 | 2024.12.21 01:20:08.213775 [ 287 ] {28d9c070-bb0a-46cc-bde6-f96078c9bf62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6511 | 2024.12.21 01:20:08.213826 [ 287 ] {28d9c070-bb0a-46cc-bde6-f96078c9bf62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6512 | 2024.12.21 01:20:08.214340 [ 287 ] {28d9c070-bb0a-46cc-bde6-f96078c9bf62} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6513 | 2024.12.21 01:20:08.214378 [ 287 ] {28d9c070-bb0a-46cc-bde6-f96078c9bf62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6514 | 2024.12.21 01:20:08.214754 [ 287 ] {28d9c070-bb0a-46cc-bde6-f96078c9bf62} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6515 | 2024.12.21 01:20:08.214992 [ 287 ] {28d9c070-bb0a-46cc-bde6-f96078c9bf62} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6516 | 2024.12.21 01:20:08.215205 [ 287 ] {28d9c070-bb0a-46cc-bde6-f96078c9bf62} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001453 sec., 56434.96214728148 rows/sec., 3.58 MiB/sec. | ||
| 6517 | 2024.12.21 01:20:08.215254 [ 287 ] {28d9c070-bb0a-46cc-bde6-f96078c9bf62} <Debug> TCPHandler: Processed in 0.001653738 sec. | ||
| 6518 | 2024.12.21 01:20:08.823189 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6519 | 2024.12.21 01:20:08.823281 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6520 | 2024.12.21 01:20:08.942918 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 6521 | 2024.12.21 01:20:08.943566 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6522 | 2024.12.21 01:20:08.943620 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6523 | 2024.12.21 01:20:08.944150 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6524 | 2024.12.21 01:20:08.944410 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6525 | 2024.12.21 01:20:08.944689 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6526 | 2024.12.21 01:20:09.889409 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6527 | 2024.12.21 01:20:09.910785 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6528 | 2024.12.21 01:20:09.910830 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6529 | 2024.12.21 01:20:09.918376 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6530 | 2024.12.21 01:20:09.919147 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6531 | 2024.12.21 01:20:09.921967 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6532 | 2024.12.21 01:20:13.182298 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6533 | 2024.12.21 01:20:13.182511 [ 287 ] {c387b192-5b73-41f9-96cf-6c807eae97bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6534 | 2024.12.21 01:20:13.182588 [ 287 ] {c387b192-5b73-41f9-96cf-6c807eae97bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6535 | 2024.12.21 01:20:13.183410 [ 287 ] {c387b192-5b73-41f9-96cf-6c807eae97bf} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6536 | 2024.12.21 01:20:13.183467 [ 287 ] {c387b192-5b73-41f9-96cf-6c807eae97bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6537 | 2024.12.21 01:20:13.183908 [ 287 ] {c387b192-5b73-41f9-96cf-6c807eae97bf} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6538 | 2024.12.21 01:20:13.184154 [ 287 ] {c387b192-5b73-41f9-96cf-6c807eae97bf} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6539 | 2024.12.21 01:20:13.184355 [ 287 ] {c387b192-5b73-41f9-96cf-6c807eae97bf} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.001904 sec., 65126.05042016807 rows/sec., 5.53 MiB/sec. | ||
| 6540 | 2024.12.21 01:20:13.184415 [ 287 ] {c387b192-5b73-41f9-96cf-6c807eae97bf} <Debug> TCPHandler: Processed in 0.002261098 sec. | ||
| 6541 | 2024.12.21 01:20:13.184686 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6542 | 2024.12.21 01:20:13.184902 [ 285 ] {284ce56d-4a6b-47b7-a4d0-792b5b09e194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6543 | 2024.12.21 01:20:13.184985 [ 285 ] {284ce56d-4a6b-47b7-a4d0-792b5b09e194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6544 | 2024.12.21 01:20:13.185799 [ 285 ] {284ce56d-4a6b-47b7-a4d0-792b5b09e194} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6545 | 2024.12.21 01:20:13.185853 [ 285 ] {284ce56d-4a6b-47b7-a4d0-792b5b09e194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6546 | 2024.12.21 01:20:13.186283 [ 285 ] {284ce56d-4a6b-47b7-a4d0-792b5b09e194} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6547 | 2024.12.21 01:20:13.186550 [ 285 ] {284ce56d-4a6b-47b7-a4d0-792b5b09e194} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6548 | 2024.12.21 01:20:13.186825 [ 285 ] {284ce56d-4a6b-47b7-a4d0-792b5b09e194} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001971 sec., 17250.126839167933 rows/sec., 1.27 MiB/sec. | ||
| 6549 | 2024.12.21 01:20:13.186938 [ 285 ] {284ce56d-4a6b-47b7-a4d0-792b5b09e194} <Debug> TCPHandler: Processed in 0.00239201 sec. | ||
| 6550 | 2024.12.21 01:20:13.187193 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6551 | 2024.12.21 01:20:13.187341 [ 287 ] {75995ea7-488b-4660-a415-06ce32c2f661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6552 | 2024.12.21 01:20:13.187401 [ 287 ] {75995ea7-488b-4660-a415-06ce32c2f661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6553 | 2024.12.21 01:20:13.188073 [ 287 ] {75995ea7-488b-4660-a415-06ce32c2f661} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6554 | 2024.12.21 01:20:13.188112 [ 287 ] {75995ea7-488b-4660-a415-06ce32c2f661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6555 | 2024.12.21 01:20:13.188494 [ 287 ] {75995ea7-488b-4660-a415-06ce32c2f661} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6556 | 2024.12.21 01:20:13.188731 [ 287 ] {75995ea7-488b-4660-a415-06ce32c2f661} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6557 | 2024.12.21 01:20:13.188911 [ 287 ] {75995ea7-488b-4660-a415-06ce32c2f661} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001604 sec., 61097.25685785536 rows/sec., 4.77 MiB/sec. | ||
| 6558 | 2024.12.21 01:20:13.188964 [ 287 ] {75995ea7-488b-4660-a415-06ce32c2f661} <Debug> TCPHandler: Processed in 0.001905732 sec. | ||
| 6559 | 2024.12.21 01:20:13.189149 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6560 | 2024.12.21 01:20:13.189292 [ 285 ] {39767c5d-5f83-41c4-9c2a-78e7227a6360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6561 | 2024.12.21 01:20:13.189355 [ 285 ] {39767c5d-5f83-41c4-9c2a-78e7227a6360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6562 | 2024.12.21 01:20:13.189959 [ 285 ] {39767c5d-5f83-41c4-9c2a-78e7227a6360} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6563 | 2024.12.21 01:20:13.189999 [ 285 ] {39767c5d-5f83-41c4-9c2a-78e7227a6360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6564 | 2024.12.21 01:20:13.190400 [ 285 ] {39767c5d-5f83-41c4-9c2a-78e7227a6360} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6565 | 2024.12.21 01:20:13.190642 [ 285 ] {39767c5d-5f83-41c4-9c2a-78e7227a6360} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6566 | 2024.12.21 01:20:13.190860 [ 285 ] {39767c5d-5f83-41c4-9c2a-78e7227a6360} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001601 sec., 99937.53903810118 rows/sec., 6.96 MiB/sec. | ||
| 6567 | 2024.12.21 01:20:13.190913 [ 285 ] {39767c5d-5f83-41c4-9c2a-78e7227a6360} <Debug> TCPHandler: Processed in 0.001835401 sec. | ||
| 6568 | 2024.12.21 01:20:13.191078 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6569 | 2024.12.21 01:20:13.191216 [ 287 ] {42d31768-c895-4c26-8315-ad18ca146bb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6570 | 2024.12.21 01:20:13.191308 [ 287 ] {42d31768-c895-4c26-8315-ad18ca146bb6} <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 | ||
| 6571 | 2024.12.21 01:20:13.192546 [ 287 ] {42d31768-c895-4c26-8315-ad18ca146bb6} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6572 | 2024.12.21 01:20:13.192583 [ 287 ] {42d31768-c895-4c26-8315-ad18ca146bb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6573 | 2024.12.21 01:20:13.193246 [ 287 ] {42d31768-c895-4c26-8315-ad18ca146bb6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6574 | 2024.12.21 01:20:13.193502 [ 287 ] {42d31768-c895-4c26-8315-ad18ca146bb6} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6575 | 2024.12.21 01:20:13.193703 [ 287 ] {42d31768-c895-4c26-8315-ad18ca146bb6} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002519 sec., 13497.41961095673 rows/sec., 24.19 MiB/sec. | ||
| 6576 | 2024.12.21 01:20:13.193804 [ 287 ] {42d31768-c895-4c26-8315-ad18ca146bb6} <Debug> TCPHandler: Processed in 0.002796138 sec. | ||
| 6577 | 2024.12.21 01:20:13.194015 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6578 | 2024.12.21 01:20:13.194240 [ 285 ] {d41419e5-494a-4395-94b2-e7ca839f4f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6579 | 2024.12.21 01:20:13.194334 [ 285 ] {d41419e5-494a-4395-94b2-e7ca839f4f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6580 | 2024.12.21 01:20:13.194942 [ 285 ] {d41419e5-494a-4395-94b2-e7ca839f4f22} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6581 | 2024.12.21 01:20:13.194981 [ 285 ] {d41419e5-494a-4395-94b2-e7ca839f4f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6582 | 2024.12.21 01:20:13.195358 [ 285 ] {d41419e5-494a-4395-94b2-e7ca839f4f22} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6583 | 2024.12.21 01:20:13.195601 [ 285 ] {d41419e5-494a-4395-94b2-e7ca839f4f22} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6584 | 2024.12.21 01:20:13.195822 [ 285 ] {d41419e5-494a-4395-94b2-e7ca839f4f22} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001636 sec., 36674.81662591687 rows/sec., 2.47 MiB/sec. | ||
| 6585 | 2024.12.21 01:20:13.195898 [ 285 ] {d41419e5-494a-4395-94b2-e7ca839f4f22} <Debug> TCPHandler: Processed in 0.001993844 sec. | ||
| 6586 | 2024.12.21 01:20:13.464182 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6587 | 2024.12.21 01:20:13.464332 [ 287 ] {c2eaa55c-0be1-42b0-b550-071d7e4c09ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6588 | 2024.12.21 01:20:13.464392 [ 287 ] {c2eaa55c-0be1-42b0-b550-071d7e4c09ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6589 | 2024.12.21 01:20:13.465095 [ 287 ] {c2eaa55c-0be1-42b0-b550-071d7e4c09ae} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6590 | 2024.12.21 01:20:13.465138 [ 287 ] {c2eaa55c-0be1-42b0-b550-071d7e4c09ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6591 | 2024.12.21 01:20:13.465532 [ 287 ] {c2eaa55c-0be1-42b0-b550-071d7e4c09ae} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6592 | 2024.12.21 01:20:13.465771 [ 287 ] {c2eaa55c-0be1-42b0-b550-071d7e4c09ae} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6593 | 2024.12.21 01:20:13.465901 [ 150 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6594 | 2024.12.21 01:20:13.465944 [ 150 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6595 | 2024.12.21 01:20:13.465969 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6596 | 2024.12.21 01:20:13.465975 [ 287 ] {c2eaa55c-0be1-42b0-b550-071d7e4c09ae} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001679 sec., 8338.296605122097 rows/sec., 600.25 KiB/sec. | ||
| 6597 | 2024.12.21 01:20:13.466186 [ 287 ] {c2eaa55c-0be1-42b0-b550-071d7e4c09ae} <Debug> TCPHandler: Processed in 0.002094385 sec. | ||
| 6598 | 2024.12.21 01:20:13.466295 [ 186 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 6599 | 2024.12.21 01:20:13.466527 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6600 | 2024.12.21 01:20:13.466672 [ 186 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6601 | 2024.12.21 01:20:13.466746 [ 186 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part | ||
| 6602 | 2024.12.21 01:20:13.466844 [ 285 ] {26d23ad9-20c2-4d2f-babc-c85c84e53ebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6603 | 2024.12.21 01:20:13.466918 [ 186 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 6604 | 2024.12.21 01:20:13.467012 [ 285 ] {26d23ad9-20c2-4d2f-babc-c85c84e53ebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6605 | 2024.12.21 01:20:13.467439 [ 186 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 6606 | 2024.12.21 01:20:13.467773 [ 186 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 6607 | 2024.12.21 01:20:13.468159 [ 186 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 6608 | 2024.12.21 01:20:13.470353 [ 186 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004317022 sec., 16214.881462267274 rows/sec., 1.20 MiB/sec. | ||
| 6609 | 2024.12.21 01:20:13.470480 [ 285 ] {26d23ad9-20c2-4d2f-babc-c85c84e53ebf} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6610 | 2024.12.21 01:20:13.470513 [ 186 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6611 | 2024.12.21 01:20:13.470563 [ 285 ] {26d23ad9-20c2-4d2f-babc-c85c84e53ebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6612 | 2024.12.21 01:20:13.471048 [ 186 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_21_5} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6613 | 2024.12.21 01:20:13.471212 [ 186 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_21_5} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6614 | 2024.12.21 01:20:13.471414 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 6615 | 2024.12.21 01:20:13.471540 [ 285 ] {26d23ad9-20c2-4d2f-babc-c85c84e53ebf} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6616 | 2024.12.21 01:20:13.471821 [ 285 ] {26d23ad9-20c2-4d2f-babc-c85c84e53ebf} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6617 | 2024.12.21 01:20:13.472063 [ 285 ] {26d23ad9-20c2-4d2f-babc-c85c84e53ebf} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.005325 sec., 255211.2676056338 rows/sec., 21.21 MiB/sec. | ||
| 6618 | 2024.12.21 01:20:13.472139 [ 285 ] {26d23ad9-20c2-4d2f-babc-c85c84e53ebf} <Debug> TCPHandler: Processed in 0.005819168 sec. | ||
| 6619 | 2024.12.21 01:20:13.472302 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6620 | 2024.12.21 01:20:13.472422 [ 287 ] {3d5d4bd1-9a42-48ff-8ebe-52f93740684d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6621 | 2024.12.21 01:20:13.472473 [ 287 ] {3d5d4bd1-9a42-48ff-8ebe-52f93740684d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6622 | 2024.12.21 01:20:13.473169 [ 287 ] {3d5d4bd1-9a42-48ff-8ebe-52f93740684d} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6623 | 2024.12.21 01:20:13.473214 [ 287 ] {3d5d4bd1-9a42-48ff-8ebe-52f93740684d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6624 | 2024.12.21 01:20:13.473616 [ 287 ] {3d5d4bd1-9a42-48ff-8ebe-52f93740684d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6625 | 2024.12.21 01:20:13.473862 [ 287 ] {3d5d4bd1-9a42-48ff-8ebe-52f93740684d} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6626 | 2024.12.21 01:20:13.474043 [ 287 ] {3d5d4bd1-9a42-48ff-8ebe-52f93740684d} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001646 sec., 9113.00121506683 rows/sec., 642.54 KiB/sec. | ||
| 6627 | 2024.12.21 01:20:13.474097 [ 287 ] {3d5d4bd1-9a42-48ff-8ebe-52f93740684d} <Debug> TCPHandler: Processed in 0.001854631 sec. | ||
| 6628 | 2024.12.21 01:20:13.474256 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6629 | 2024.12.21 01:20:13.474373 [ 285 ] {d9520639-b896-445c-b09f-74263096c445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6630 | 2024.12.21 01:20:13.474423 [ 285 ] {d9520639-b896-445c-b09f-74263096c445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6631 | 2024.12.21 01:20:13.475126 [ 285 ] {d9520639-b896-445c-b09f-74263096c445} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6632 | 2024.12.21 01:20:13.475167 [ 285 ] {d9520639-b896-445c-b09f-74263096c445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6633 | 2024.12.21 01:20:13.475543 [ 285 ] {d9520639-b896-445c-b09f-74263096c445} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6634 | 2024.12.21 01:20:13.475796 [ 285 ] {d9520639-b896-445c-b09f-74263096c445} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6635 | 2024.12.21 01:20:13.476014 [ 285 ] {d9520639-b896-445c-b09f-74263096c445} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001665 sec., 145345.34534534535 rows/sec., 9.85 MiB/sec. | ||
| 6636 | 2024.12.21 01:20:13.476070 [ 285 ] {d9520639-b896-445c-b09f-74263096c445} <Debug> TCPHandler: Processed in 0.001873522 sec. | ||
| 6637 | 2024.12.21 01:20:13.476220 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6638 | 2024.12.21 01:20:13.476334 [ 287 ] {5e0dcdb0-8934-4df4-9a3c-ed1a59ef056c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6639 | 2024.12.21 01:20:13.476384 [ 287 ] {5e0dcdb0-8934-4df4-9a3c-ed1a59ef056c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6640 | 2024.12.21 01:20:13.476950 [ 287 ] {5e0dcdb0-8934-4df4-9a3c-ed1a59ef056c} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6641 | 2024.12.21 01:20:13.476987 [ 287 ] {5e0dcdb0-8934-4df4-9a3c-ed1a59ef056c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6642 | 2024.12.21 01:20:13.477339 [ 287 ] {5e0dcdb0-8934-4df4-9a3c-ed1a59ef056c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6643 | 2024.12.21 01:20:13.477566 [ 287 ] {5e0dcdb0-8934-4df4-9a3c-ed1a59ef056c} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6644 | 2024.12.21 01:20:13.477690 [ 150 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6645 | 2024.12.21 01:20:13.477728 [ 150 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6646 | 2024.12.21 01:20:13.477752 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6647 | 2024.12.21 01:20:13.477758 [ 287 ] {5e0dcdb0-8934-4df4-9a3c-ed1a59ef056c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001445 sec., 8996.539792387543 rows/sec., 560.93 KiB/sec. | ||
| 6648 | 2024.12.21 01:20:13.477881 [ 287 ] {5e0dcdb0-8934-4df4-9a3c-ed1a59ef056c} <Debug> TCPHandler: Processed in 0.001715689 sec. | ||
| 6649 | 2024.12.21 01:20:13.477906 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 6650 | 2024.12.21 01:20:13.478037 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6651 | 2024.12.21 01:20:13.478069 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6652 | 2024.12.21 01:20:13.478086 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 13 rows starting from the beginning of the part | ||
| 6653 | 2024.12.21 01:20:13.478318 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part | ||
| 6654 | 2024.12.21 01:20:13.478445 [ 285 ] {9d445207-c437-4db8-90ef-12e1a617b2ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6655 | 2024.12.21 01:20:13.478695 [ 285 ] {9d445207-c437-4db8-90ef-12e1a617b2ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6656 | 2024.12.21 01:20:13.478746 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part | ||
| 6657 | 2024.12.21 01:20:13.479180 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part | ||
| 6658 | 2024.12.21 01:20:13.479467 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part | ||
| 6659 | 2024.12.21 01:20:13.481398 [ 285 ] {9d445207-c437-4db8-90ef-12e1a617b2ae} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6660 | 2024.12.21 01:20:13.481486 [ 285 ] {9d445207-c437-4db8-90ef-12e1a617b2ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6661 | 2024.12.21 01:20:13.481731 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003926526 sec., 16554.073499067625 rows/sec., 1.07 MiB/sec. | ||
| 6662 | 2024.12.21 01:20:13.481915 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6663 | 2024.12.21 01:20:13.482396 [ 285 ] {9d445207-c437-4db8-90ef-12e1a617b2ae} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6664 | 2024.12.21 01:20:13.482433 [ 186 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_21_5} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6665 | 2024.12.21 01:20:13.482584 [ 186 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_21_5} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6666 | 2024.12.21 01:20:13.482713 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6667 | 2024.12.21 01:20:13.482823 [ 285 ] {9d445207-c437-4db8-90ef-12e1a617b2ae} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6668 | 2024.12.21 01:20:13.483065 [ 285 ] {9d445207-c437-4db8-90ef-12e1a617b2ae} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.004778 sec., 177061.5320217664 rows/sec., 12.80 MiB/sec. | ||
| 6669 | 2024.12.21 01:20:13.483133 [ 285 ] {9d445207-c437-4db8-90ef-12e1a617b2ae} <Debug> TCPHandler: Processed in 0.005157667 sec. | ||
| 6670 | 2024.12.21 01:20:13.483294 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6671 | 2024.12.21 01:20:13.483430 [ 287 ] {a1c06e7a-787a-4faf-acf4-9279c98ae2c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6672 | 2024.12.21 01:20:13.483491 [ 287 ] {a1c06e7a-787a-4faf-acf4-9279c98ae2c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6673 | 2024.12.21 01:20:13.484056 [ 287 ] {a1c06e7a-787a-4faf-acf4-9279c98ae2c6} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6674 | 2024.12.21 01:20:13.484100 [ 287 ] {a1c06e7a-787a-4faf-acf4-9279c98ae2c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6675 | 2024.12.21 01:20:13.484529 [ 287 ] {a1c06e7a-787a-4faf-acf4-9279c98ae2c6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6676 | 2024.12.21 01:20:13.484766 [ 287 ] {a1c06e7a-787a-4faf-acf4-9279c98ae2c6} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6677 | 2024.12.21 01:20:13.485005 [ 287 ] {a1c06e7a-787a-4faf-acf4-9279c98ae2c6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001598 sec., 3754.6933667083854 rows/sec., 196.17 KiB/sec. | ||
| 6678 | 2024.12.21 01:20:13.485163 [ 287 ] {a1c06e7a-787a-4faf-acf4-9279c98ae2c6} <Debug> TCPHandler: Processed in 0.001932323 sec. | ||
| 6679 | 2024.12.21 01:20:13.485361 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6680 | 2024.12.21 01:20:13.485479 [ 285 ] {c3f89f9d-d426-49e1-bf4b-70fb0c04fc9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6681 | 2024.12.21 01:20:13.485538 [ 285 ] {c3f89f9d-d426-49e1-bf4b-70fb0c04fc9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6682 | 2024.12.21 01:20:13.486470 [ 285 ] {c3f89f9d-d426-49e1-bf4b-70fb0c04fc9c} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6683 | 2024.12.21 01:20:13.486518 [ 285 ] {c3f89f9d-d426-49e1-bf4b-70fb0c04fc9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6684 | 2024.12.21 01:20:13.486968 [ 285 ] {c3f89f9d-d426-49e1-bf4b-70fb0c04fc9c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6685 | 2024.12.21 01:20:13.487241 [ 285 ] {c3f89f9d-d426-49e1-bf4b-70fb0c04fc9c} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6686 | 2024.12.21 01:20:13.487506 [ 285 ] {c3f89f9d-d426-49e1-bf4b-70fb0c04fc9c} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.002051 sec., 465626.5236470015 rows/sec., 30.93 MiB/sec. | ||
| 6687 | 2024.12.21 01:20:13.487562 [ 285 ] {c3f89f9d-d426-49e1-bf4b-70fb0c04fc9c} <Debug> TCPHandler: Processed in 0.002294008 sec. | ||
| 6688 | 2024.12.21 01:20:13.487761 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6689 | 2024.12.21 01:20:13.487957 [ 287 ] {ccedcc1c-a69a-4974-a4ed-12d832d15afa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6690 | 2024.12.21 01:20:13.488044 [ 287 ] {ccedcc1c-a69a-4974-a4ed-12d832d15afa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6691 | 2024.12.21 01:20:13.488714 [ 287 ] {ccedcc1c-a69a-4974-a4ed-12d832d15afa} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6692 | 2024.12.21 01:20:13.488753 [ 287 ] {ccedcc1c-a69a-4974-a4ed-12d832d15afa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6693 | 2024.12.21 01:20:13.489113 [ 287 ] {ccedcc1c-a69a-4974-a4ed-12d832d15afa} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6694 | 2024.12.21 01:20:13.489352 [ 287 ] {ccedcc1c-a69a-4974-a4ed-12d832d15afa} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6695 | 2024.12.21 01:20:13.489561 [ 287 ] {ccedcc1c-a69a-4974-a4ed-12d832d15afa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001651 sec., 605.6935190793458 rows/sec., 40.81 KiB/sec. | ||
| 6696 | 2024.12.21 01:20:13.489614 [ 287 ] {ccedcc1c-a69a-4974-a4ed-12d832d15afa} <Debug> TCPHandler: Processed in 0.001949203 sec. | ||
| 6697 | 2024.12.21 01:20:13.489768 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6698 | 2024.12.21 01:20:13.489908 [ 285 ] {e4dde81a-2dd2-4d8c-89e2-8798847c0e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6699 | 2024.12.21 01:20:13.490001 [ 285 ] {e4dde81a-2dd2-4d8c-89e2-8798847c0e80} <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 | ||
| 6700 | 2024.12.21 01:20:13.491240 [ 285 ] {e4dde81a-2dd2-4d8c-89e2-8798847c0e80} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6701 | 2024.12.21 01:20:13.491280 [ 285 ] {e4dde81a-2dd2-4d8c-89e2-8798847c0e80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6702 | 2024.12.21 01:20:13.491888 [ 285 ] {e4dde81a-2dd2-4d8c-89e2-8798847c0e80} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6703 | 2024.12.21 01:20:13.492162 [ 285 ] {e4dde81a-2dd2-4d8c-89e2-8798847c0e80} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6704 | 2024.12.21 01:20:13.492401 [ 285 ] {e4dde81a-2dd2-4d8c-89e2-8798847c0e80} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002526 sec., 3167.0625494853525 rows/sec., 5.68 MiB/sec. | ||
| 6705 | 2024.12.21 01:20:13.492502 [ 285 ] {e4dde81a-2dd2-4d8c-89e2-8798847c0e80} <Debug> TCPHandler: Processed in 0.002803807 sec. | ||
| 6706 | 2024.12.21 01:20:13.492654 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6707 | 2024.12.21 01:20:13.492791 [ 287 ] {12ce8613-b6e1-4666-b6e6-a98f576af04d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6708 | 2024.12.21 01:20:13.492852 [ 287 ] {12ce8613-b6e1-4666-b6e6-a98f576af04d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6709 | 2024.12.21 01:20:13.493413 [ 287 ] {12ce8613-b6e1-4666-b6e6-a98f576af04d} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6710 | 2024.12.21 01:20:13.493461 [ 287 ] {12ce8613-b6e1-4666-b6e6-a98f576af04d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6711 | 2024.12.21 01:20:13.493843 [ 287 ] {12ce8613-b6e1-4666-b6e6-a98f576af04d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6712 | 2024.12.21 01:20:13.494077 [ 287 ] {12ce8613-b6e1-4666-b6e6-a98f576af04d} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6713 | 2024.12.21 01:20:13.494284 [ 287 ] {12ce8613-b6e1-4666-b6e6-a98f576af04d} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001522 sec., 22339.027595269385 rows/sec., 1.30 MiB/sec. | ||
| 6714 | 2024.12.21 01:20:13.494335 [ 287 ] {12ce8613-b6e1-4666-b6e6-a98f576af04d} <Debug> TCPHandler: Processed in 0.001746849 sec. | ||
| 6715 | 2024.12.21 01:20:14.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.93 MiB, peak 207.10 MiB, free memory in arenas 0.00 B, will set to 201.66 MiB (RSS), difference: -1.27 MiB | ||
| 6716 | 2024.12.21 01:20:14.059240 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 964 | ||
| 6717 | 2024.12.21 01:20:14.062831 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6718 | 2024.12.21 01:20:14.062893 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6719 | 2024.12.21 01:20:14.064381 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6720 | 2024.12.21 01:20:14.064690 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6721 | 2024.12.21 01:20:14.065874 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 964 | ||
| 6722 | 2024.12.21 01:20:16.444819 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 6723 | 2024.12.21 01:20:16.445489 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6724 | 2024.12.21 01:20:16.445532 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6725 | 2024.12.21 01:20:16.446065 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6726 | 2024.12.21 01:20:16.446329 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6727 | 2024.12.21 01:20:16.446530 [ 142 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6728 | 2024.12.21 01:20:16.446575 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 6729 | 2024.12.21 01:20:16.446618 [ 142 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6730 | 2024.12.21 01:20:16.446650 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6731 | 2024.12.21 01:20:16.446769 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::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 | ||
| 6732 | 2024.12.21 01:20:16.446896 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6733 | 2024.12.21 01:20:16.446937 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::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 | ||
| 6734 | 2024.12.21 01:20:16.447012 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part | ||
| 6735 | 2024.12.21 01:20:16.447232 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part | ||
| 6736 | 2024.12.21 01:20:16.447485 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part | ||
| 6737 | 2024.12.21 01:20:16.447680 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part | ||
| 6738 | 2024.12.21 01:20:16.447848 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part | ||
| 6739 | 2024.12.21 01:20:16.450094 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003374877 sec., 4229487.474654632 rows/sec., 60.50 MiB/sec. | ||
| 6740 | 2024.12.21 01:20:16.450615 [ 195 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6741 | 2024.12.21 01:20:16.450969 [ 195 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_31_6} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6742 | 2024.12.21 01:20:16.451068 [ 195 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_31_6} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6743 | 2024.12.21 01:20:16.451183 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6744 | 2024.12.21 01:20:17.422030 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6745 | 2024.12.21 01:20:17.444011 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6746 | 2024.12.21 01:20:17.444079 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6747 | 2024.12.21 01:20:17.451721 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6748 | 2024.12.21 01:20:17.452499 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6749 | 2024.12.21 01:20:17.452927 [ 140 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6750 | 2024.12.21 01:20:17.453072 [ 140 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6751 | 2024.12.21 01:20:17.453172 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6752 | 2024.12.21 01:20:17.453770 [ 197 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 6753 | 2024.12.21 01:20:17.470709 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6754 | 2024.12.21 01:20:17.472081 [ 197 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6755 | 2024.12.21 01:20:17.473380 [ 197 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 6756 | 2024.12.21 01:20:17.478655 [ 197 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 6757 | 2024.12.21 01:20:17.484017 [ 197 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part | ||
| 6758 | 2024.12.21 01:20:17.489616 [ 197 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
| 6759 | 2024.12.21 01:20:17.495514 [ 197 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 6760 | 2024.12.21 01:20:17.499786 [ 197 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 6761 | 2024.12.21 01:20:17.558738 [ 187 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.105400285 sec., 2220.1078488544886 rows/sec., 11.48 MiB/sec. | ||
| 6762 | 2024.12.21 01:20:17.562036 [ 188 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6763 | 2024.12.21 01:20:17.565068 [ 188 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_31_6} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6764 | 2024.12.21 01:20:17.565196 [ 188 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_31_6} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6765 | 2024.12.21 01:20:17.567757 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. | ||
| 6766 | 2024.12.21 01:20:18.000159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.76 MiB, peak 213.30 MiB, free memory in arenas 0.00 B, will set to 204.39 MiB (RSS), difference: 1.63 MiB | ||
| 6767 | 2024.12.21 01:20:18.178339 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6768 | 2024.12.21 01:20:18.178554 [ 287 ] {c98aab8b-9729-4722-b6d3-52f099e3ae1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6769 | 2024.12.21 01:20:18.178648 [ 287 ] {c98aab8b-9729-4722-b6d3-52f099e3ae1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6770 | 2024.12.21 01:20:18.179428 [ 287 ] {c98aab8b-9729-4722-b6d3-52f099e3ae1d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6771 | 2024.12.21 01:20:18.179479 [ 287 ] {c98aab8b-9729-4722-b6d3-52f099e3ae1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6772 | 2024.12.21 01:20:18.179925 [ 287 ] {c98aab8b-9729-4722-b6d3-52f099e3ae1d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6773 | 2024.12.21 01:20:18.180178 [ 287 ] {c98aab8b-9729-4722-b6d3-52f099e3ae1d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6774 | 2024.12.21 01:20:18.180444 [ 287 ] {c98aab8b-9729-4722-b6d3-52f099e3ae1d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00195 sec., 28717.94871794872 rows/sec., 2.19 MiB/sec. | ||
| 6775 | 2024.12.21 01:20:18.180511 [ 287 ] {c98aab8b-9729-4722-b6d3-52f099e3ae1d} <Debug> TCPHandler: Processed in 0.002314049 sec. | ||
| 6776 | 2024.12.21 01:20:18.180851 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6777 | 2024.12.21 01:20:18.181162 [ 285 ] {4ed4a915-436d-4539-b3d7-9afab061d1fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6778 | 2024.12.21 01:20:18.181281 [ 285 ] {4ed4a915-436d-4539-b3d7-9afab061d1fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6779 | 2024.12.21 01:20:18.182237 [ 285 ] {4ed4a915-436d-4539-b3d7-9afab061d1fe} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6780 | 2024.12.21 01:20:18.182290 [ 285 ] {4ed4a915-436d-4539-b3d7-9afab061d1fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6781 | 2024.12.21 01:20:18.182754 [ 285 ] {4ed4a915-436d-4539-b3d7-9afab061d1fe} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6782 | 2024.12.21 01:20:18.183023 [ 285 ] {4ed4a915-436d-4539-b3d7-9afab061d1fe} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6783 | 2024.12.21 01:20:18.183273 [ 285 ] {4ed4a915-436d-4539-b3d7-9afab061d1fe} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0022 sec., 29090.90909090909 rows/sec., 2.27 MiB/sec. | ||
| 6784 | 2024.12.21 01:20:18.183340 [ 285 ] {4ed4a915-436d-4539-b3d7-9afab061d1fe} <Debug> TCPHandler: Processed in 0.002679845 sec. | ||
| 6785 | 2024.12.21 01:20:18.183479 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6786 | 2024.12.21 01:20:18.183604 [ 287 ] {b2f7e0f8-a818-474b-9969-d13b10b614da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6787 | 2024.12.21 01:20:18.183663 [ 287 ] {b2f7e0f8-a818-474b-9969-d13b10b614da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6788 | 2024.12.21 01:20:18.184235 [ 287 ] {b2f7e0f8-a818-474b-9969-d13b10b614da} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6789 | 2024.12.21 01:20:18.184275 [ 287 ] {b2f7e0f8-a818-474b-9969-d13b10b614da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6790 | 2024.12.21 01:20:18.184690 [ 287 ] {b2f7e0f8-a818-474b-9969-d13b10b614da} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6791 | 2024.12.21 01:20:18.184947 [ 287 ] {b2f7e0f8-a818-474b-9969-d13b10b614da} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6792 | 2024.12.21 01:20:18.185176 [ 287 ] {b2f7e0f8-a818-474b-9969-d13b10b614da} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001602 sec., 79900.12484394507 rows/sec., 5.56 MiB/sec. | ||
| 6793 | 2024.12.21 01:20:18.185238 [ 287 ] {b2f7e0f8-a818-474b-9969-d13b10b614da} <Debug> TCPHandler: Processed in 0.001815581 sec. | ||
| 6794 | 2024.12.21 01:20:18.185390 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6795 | 2024.12.21 01:20:18.185515 [ 285 ] {7c30d7d1-f300-449e-a4d5-ba38933b2808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6796 | 2024.12.21 01:20:18.185574 [ 285 ] {7c30d7d1-f300-449e-a4d5-ba38933b2808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6797 | 2024.12.21 01:20:18.186107 [ 285 ] {7c30d7d1-f300-449e-a4d5-ba38933b2808} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6798 | 2024.12.21 01:20:18.186148 [ 285 ] {7c30d7d1-f300-449e-a4d5-ba38933b2808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6799 | 2024.12.21 01:20:18.186556 [ 285 ] {7c30d7d1-f300-449e-a4d5-ba38933b2808} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6800 | 2024.12.21 01:20:18.186816 [ 285 ] {7c30d7d1-f300-449e-a4d5-ba38933b2808} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6801 | 2024.12.21 01:20:18.187041 [ 285 ] {7c30d7d1-f300-449e-a4d5-ba38933b2808} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001555 sec., 30868.16720257235 rows/sec., 2.08 MiB/sec. | ||
| 6802 | 2024.12.21 01:20:18.187095 [ 285 ] {7c30d7d1-f300-449e-a4d5-ba38933b2808} <Debug> TCPHandler: Processed in 0.00176728 sec. | ||
| 6803 | 2024.12.21 01:20:23.181754 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6804 | 2024.12.21 01:20:23.181984 [ 287 ] {9f967c44-1c24-415e-80b1-6bc79f896706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6805 | 2024.12.21 01:20:23.182070 [ 287 ] {9f967c44-1c24-415e-80b1-6bc79f896706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6806 | 2024.12.21 01:20:23.182999 [ 287 ] {9f967c44-1c24-415e-80b1-6bc79f896706} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6807 | 2024.12.21 01:20:23.183048 [ 287 ] {9f967c44-1c24-415e-80b1-6bc79f896706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6808 | 2024.12.21 01:20:23.183501 [ 287 ] {9f967c44-1c24-415e-80b1-6bc79f896706} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6809 | 2024.12.21 01:20:23.183751 [ 287 ] {9f967c44-1c24-415e-80b1-6bc79f896706} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6810 | 2024.12.21 01:20:23.183955 [ 131 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6811 | 2024.12.21 01:20:23.184027 [ 287 ] {9f967c44-1c24-415e-80b1-6bc79f896706} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002096 sec., 59160.30534351144 rows/sec., 5.02 MiB/sec. | ||
| 6812 | 2024.12.21 01:20:23.184040 [ 131 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6813 | 2024.12.21 01:20:23.184110 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 6814 | 2024.12.21 01:20:23.184169 [ 287 ] {9f967c44-1c24-415e-80b1-6bc79f896706} <Debug> TCPHandler: Processed in 0.002551503 sec. | ||
| 6815 | 2024.12.21 01:20:23.184371 [ 187 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6816 | 2024.12.21 01:20:23.184462 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6817 | 2024.12.21 01:20:23.184539 [ 187 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6818 | 2024.12.21 01:20:23.184590 [ 187 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1436 rows starting from the beginning of the part | ||
| 6819 | 2024.12.21 01:20:23.184682 [ 285 ] {f7ef7994-6b77-431d-833c-f92ae43626dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6820 | 2024.12.21 01:20:23.184715 [ 187 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 219 rows starting from the beginning of the part | ||
| 6821 | 2024.12.21 01:20:23.184868 [ 285 ] {f7ef7994-6b77-431d-833c-f92ae43626dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6822 | 2024.12.21 01:20:23.185170 [ 187 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 124 rows starting from the beginning of the part | ||
| 6823 | 2024.12.21 01:20:23.185540 [ 187 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1359 rows starting from the beginning of the part | ||
| 6824 | 2024.12.21 01:20:23.185795 [ 187 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part | ||
| 6825 | 2024.12.21 01:20:23.186207 [ 187 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 124 rows starting from the beginning of the part | ||
| 6826 | 2024.12.21 01:20:23.187346 [ 285 ] {f7ef7994-6b77-431d-833c-f92ae43626dc} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6827 | 2024.12.21 01:20:23.187391 [ 285 ] {f7ef7994-6b77-431d-833c-f92ae43626dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6828 | 2024.12.21 01:20:23.188055 [ 285 ] {f7ef7994-6b77-431d-833c-f92ae43626dc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6829 | 2024.12.21 01:20:23.188345 [ 285 ] {f7ef7994-6b77-431d-833c-f92ae43626dc} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6830 | 2024.12.21 01:20:23.188504 [ 131 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6831 | 2024.12.21 01:20:23.188547 [ 131 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6832 | 2024.12.21 01:20:23.188584 [ 285 ] {f7ef7994-6b77-431d-833c-f92ae43626dc} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.003968 sec., 8568.548387096775 rows/sec., 644.31 KiB/sec. | ||
| 6833 | 2024.12.21 01:20:23.188591 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6834 | 2024.12.21 01:20:23.188884 [ 285 ] {f7ef7994-6b77-431d-833c-f92ae43626dc} <Debug> TCPHandler: Processed in 0.004558166 sec. | ||
| 6835 | 2024.12.21 01:20:23.189212 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::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 | ||
| 6836 | 2024.12.21 01:20:23.189425 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6837 | 2024.12.21 01:20:23.189531 [ 187 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3318 rows, containing 5 columns (5 merged, 0 gathered) in 0.005308949 sec., 624982.4588633268 rows/sec., 54.60 MiB/sec. | ||
| 6838 | 2024.12.21 01:20:23.189667 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6839 | 2024.12.21 01:20:23.189750 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 67 rows starting from the beginning of the part | ||
| 6840 | 2024.12.21 01:20:23.189761 [ 287 ] {13e889c9-68ff-47af-a4d1-378db0c09ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6841 | 2024.12.21 01:20:23.189891 [ 187 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6842 | 2024.12.21 01:20:23.190197 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 36 rows starting from the beginning of the part | ||
| 6843 | 2024.12.21 01:20:23.190229 [ 287 ] {13e889c9-68ff-47af-a4d1-378db0c09ee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6844 | 2024.12.21 01:20:23.190505 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 15 rows starting from the beginning of the part | ||
| 6845 | 2024.12.21 01:20:23.190872 [ 187 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_51_10} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6846 | 2024.12.21 01:20:23.190885 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 34 rows starting from the beginning of the part | ||
| 6847 | 2024.12.21 01:20:23.191207 [ 187 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_51_10} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6848 | 2024.12.21 01:20:23.191276 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 15 rows starting from the beginning of the part | ||
| 6849 | 2024.12.21 01:20:23.191484 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 6850 | 2024.12.21 01:20:23.191669 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 34 rows starting from the beginning of the part | ||
| 6851 | 2024.12.21 01:20:23.193715 [ 287 ] {13e889c9-68ff-47af-a4d1-378db0c09ee1} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6852 | 2024.12.21 01:20:23.193799 [ 287 ] {13e889c9-68ff-47af-a4d1-378db0c09ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6853 | 2024.12.21 01:20:23.194577 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 5 columns (5 merged, 0 gathered) in 0.005851818 sec., 34348.29996421625 rows/sec., 2.60 MiB/sec. | ||
| 6854 | 2024.12.21 01:20:23.194805 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6855 | 2024.12.21 01:20:23.194811 [ 287 ] {13e889c9-68ff-47af-a4d1-378db0c09ee1} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6856 | 2024.12.21 01:20:23.195294 [ 287 ] {13e889c9-68ff-47af-a4d1-378db0c09ee1} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6857 | 2024.12.21 01:20:23.195307 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_41_8} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6858 | 2024.12.21 01:20:23.195500 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_41_8} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6859 | 2024.12.21 01:20:23.195587 [ 131 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6860 | 2024.12.21 01:20:23.195698 [ 131 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6861 | 2024.12.21 01:20:23.195750 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6862 | 2024.12.21 01:20:23.195776 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6863 | 2024.12.21 01:20:23.195853 [ 287 ] {13e889c9-68ff-47af-a4d1-378db0c09ee1} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.006156 sec., 15919.428200129954 rows/sec., 1.24 MiB/sec. | ||
| 6864 | 2024.12.21 01:20:23.196259 [ 287 ] {13e889c9-68ff-47af-a4d1-378db0c09ee1} <Debug> TCPHandler: Processed in 0.007211781 sec. | ||
| 6865 | 2024.12.21 01:20:23.196367 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6866 | 2024.12.21 01:20:23.196557 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6867 | 2024.12.21 01:20:23.196952 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6868 | 2024.12.21 01:20:23.196982 [ 285 ] {4d3f9eed-380b-4e03-88db-8a8818c81547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6869 | 2024.12.21 01:20:23.197072 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 916 rows starting from the beginning of the part | ||
| 6870 | 2024.12.21 01:20:23.197206 [ 285 ] {4d3f9eed-380b-4e03-88db-8a8818c81547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6871 | 2024.12.21 01:20:23.197493 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 390 rows starting from the beginning of the part | ||
| 6872 | 2024.12.21 01:20:23.197856 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 98 rows starting from the beginning of the part | ||
| 6873 | 2024.12.21 01:20:23.198221 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 846 rows starting from the beginning of the part | ||
| 6874 | 2024.12.21 01:20:23.198589 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part | ||
| 6875 | 2024.12.21 01:20:23.198991 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 98 rows starting from the beginning of the part | ||
| 6876 | 2024.12.21 01:20:23.200323 [ 285 ] {4d3f9eed-380b-4e03-88db-8a8818c81547} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6877 | 2024.12.21 01:20:23.200387 [ 285 ] {4d3f9eed-380b-4e03-88db-8a8818c81547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6878 | 2024.12.21 01:20:23.201466 [ 285 ] {4d3f9eed-380b-4e03-88db-8a8818c81547} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6879 | 2024.12.21 01:20:23.201823 [ 285 ] {4d3f9eed-380b-4e03-88db-8a8818c81547} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6880 | 2024.12.21 01:20:23.202028 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6881 | 2024.12.21 01:20:23.202125 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6882 | 2024.12.21 01:20:23.202197 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6883 | 2024.12.21 01:20:23.202484 [ 285 ] {4d3f9eed-380b-4e03-88db-8a8818c81547} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005607 sec., 28535.758872837523 rows/sec., 1.99 MiB/sec. | ||
| 6884 | 2024.12.21 01:20:23.202761 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6885 | 2024.12.21 01:20:23.202943 [ 285 ] {4d3f9eed-380b-4e03-88db-8a8818c81547} <Debug> TCPHandler: Processed in 0.00654325 sec. | ||
| 6886 | 2024.12.21 01:20:23.203054 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.00710942 sec., 339268.1822145829 rows/sec., 26.02 MiB/sec. | ||
| 6887 | 2024.12.21 01:20:23.203238 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6888 | 2024.12.21 01:20:23.203292 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6889 | 2024.12.21 01:20:23.203313 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14582 rows starting from the beginning of the part | ||
| 6890 | 2024.12.21 01:20:23.203538 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6891 | 2024.12.21 01:20:23.203678 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part | ||
| 6892 | 2024.12.21 01:20:23.203796 [ 287 ] {5a44ecb7-051b-4eb7-b0bb-630a3c0bb429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6893 | 2024.12.21 01:20:23.204222 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
| 6894 | 2024.12.21 01:20:23.204462 [ 287 ] {5a44ecb7-051b-4eb7-b0bb-630a3c0bb429} <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 | ||
| 6895 | 2024.12.21 01:20:23.204735 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 955 rows starting from the beginning of the part | ||
| 6896 | 2024.12.21 01:20:23.205197 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 128 rows starting from the beginning of the part | ||
| 6897 | 2024.12.21 01:20:23.205175 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_51_10} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6898 | 2024.12.21 01:20:23.205647 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
| 6899 | 2024.12.21 01:20:23.205933 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_51_10} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6900 | 2024.12.21 01:20:23.206425 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 6901 | 2024.12.21 01:20:23.209565 [ 287 ] {5a44ecb7-051b-4eb7-b0bb-630a3c0bb429} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6902 | 2024.12.21 01:20:23.209651 [ 287 ] {5a44ecb7-051b-4eb7-b0bb-630a3c0bb429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6903 | 2024.12.21 01:20:23.211345 [ 287 ] {5a44ecb7-051b-4eb7-b0bb-630a3c0bb429} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6904 | 2024.12.21 01:20:23.212036 [ 287 ] {5a44ecb7-051b-4eb7-b0bb-630a3c0bb429} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6905 | 2024.12.21 01:20:23.212253 [ 131 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6906 | 2024.12.21 01:20:23.212337 [ 131 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6907 | 2024.12.21 01:20:23.212378 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6908 | 2024.12.21 01:20:23.212422 [ 287 ] {5a44ecb7-051b-4eb7-b0bb-630a3c0bb429} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.0088 sec., 3863.6363636363635 rows/sec., 6.92 MiB/sec. | ||
| 6909 | 2024.12.21 01:20:23.212727 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 6910 | 2024.12.21 01:20:23.212943 [ 287 ] {5a44ecb7-051b-4eb7-b0bb-630a3c0bb429} <Debug> TCPHandler: Processed in 0.009860497 sec. | ||
| 6911 | 2024.12.21 01:20:23.213215 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6912 | 2024.12.21 01:20:23.213395 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6913 | 2024.12.21 01:20:23.213481 [ 285 ] {c75311d5-d60c-449f-a81e-0ee07eca5114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6914 | 2024.12.21 01:20:23.213550 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 694 rows starting from the beginning of the part | ||
| 6915 | 2024.12.21 01:20:23.213567 [ 285 ] {c75311d5-d60c-449f-a81e-0ee07eca5114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6916 | 2024.12.21 01:20:23.214641 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 34 rows starting from the beginning of the part | ||
| 6917 | 2024.12.21 01:20:23.215822 [ 192 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16222 rows, containing 5 columns (5 merged, 0 gathered) in 0.013461567 sec., 1205060.3024150159 rows/sec., 81.33 MiB/sec. | ||
| 6918 | 2024.12.21 01:20:23.215865 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part | ||
| 6919 | 2024.12.21 01:20:23.216619 [ 285 ] {c75311d5-d60c-449f-a81e-0ee07eca5114} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6920 | 2024.12.21 01:20:23.216643 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 34 rows starting from the beginning of the part | ||
| 6921 | 2024.12.21 01:20:23.216695 [ 285 ] {c75311d5-d60c-449f-a81e-0ee07eca5114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6922 | 2024.12.21 01:20:23.216732 [ 192 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6923 | 2024.12.21 01:20:23.217904 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part | ||
| 6924 | 2024.12.21 01:20:23.218328 [ 192 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6925 | 2024.12.21 01:20:23.218664 [ 285 ] {c75311d5-d60c-449f-a81e-0ee07eca5114} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6926 | 2024.12.21 01:20:23.218918 [ 192 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6927 | 2024.12.21 01:20:23.219005 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 34 rows starting from the beginning of the part | ||
| 6928 | 2024.12.21 01:20:23.219201 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 6929 | 2024.12.21 01:20:23.219592 [ 285 ] {c75311d5-d60c-449f-a81e-0ee07eca5114} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6930 | 2024.12.21 01:20:23.219840 [ 131 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6931 | 2024.12.21 01:20:23.219901 [ 131 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6932 | 2024.12.21 01:20:23.219945 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6933 | 2024.12.21 01:20:23.220042 [ 285 ] {c75311d5-d60c-449f-a81e-0ee07eca5114} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006626 sec., 9055.236945366738 rows/sec., 624.91 KiB/sec. | ||
| 6934 | 2024.12.21 01:20:23.220668 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 6935 | 2024.12.21 01:20:23.220745 [ 285 ] {c75311d5-d60c-449f-a81e-0ee07eca5114} <Debug> TCPHandler: Processed in 0.00767727 sec. | ||
| 6936 | 2024.12.21 01:20:23.221403 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6937 | 2024.12.21 01:20:23.221567 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2806 rows starting from the beginning of the part | ||
| 6938 | 2024.12.21 01:20:23.222270 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
| 6939 | 2024.12.21 01:20:23.222647 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
| 6940 | 2024.12.21 01:20:23.222915 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part | ||
| 6941 | 2024.12.21 01:20:23.223202 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part | ||
| 6942 | 2024.12.21 01:20:23.223369 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
| 6943 | 2024.12.21 01:20:23.226764 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3090 rows, containing 4 columns (4 merged, 0 gathered) in 0.006652682 sec., 464474.3277974207 rows/sec., 30.30 MiB/sec. | ||
| 6944 | 2024.12.21 01:20:23.227154 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6945 | 2024.12.21 01:20:23.227779 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_51_10} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6946 | 2024.12.21 01:20:23.227917 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_51_10} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6947 | 2024.12.21 01:20:23.227998 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 6948 | 2024.12.21 01:20:23.239007 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 812 rows, containing 19 columns (19 merged, 0 gathered) in 0.026547867 sec., 30586.261412263368 rows/sec., 54.81 MiB/sec. | ||
| 6949 | 2024.12.21 01:20:23.239992 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6950 | 2024.12.21 01:20:23.240428 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6951 | 2024.12.21 01:20:23.240512 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6952 | 2024.12.21 01:20:23.240662 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.64 MiB. | ||
| 6953 | 2024.12.21 01:20:23.823329 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6954 | 2024.12.21 01:20:23.823392 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6955 | 2024.12.21 01:20:23.946719 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 6956 | 2024.12.21 01:20:23.947442 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6957 | 2024.12.21 01:20:23.947495 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6958 | 2024.12.21 01:20:23.948066 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6959 | 2024.12.21 01:20:23.948320 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6960 | 2024.12.21 01:20:23.948587 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6961 | 2024.12.21 01:20:24.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.08 MiB, peak 213.30 MiB, free memory in arenas 0.00 B, will set to 207.30 MiB (RSS), difference: 2.22 MiB | ||
| 6962 | 2024.12.21 01:20:24.001330 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000940725 sec. | ||
| 6963 | 2024.12.21 01:20:24.066134 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 984 | ||
| 6964 | 2024.12.21 01:20:24.069043 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6965 | 2024.12.21 01:20:24.069101 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6966 | 2024.12.21 01:20:24.070573 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6967 | 2024.12.21 01:20:24.070888 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6968 | 2024.12.21 01:20:24.072111 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 984 | ||
| 6969 | 2024.12.21 01:20:24.970787 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6970 | 2024.12.21 01:20:24.990496 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6971 | 2024.12.21 01:20:24.990554 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6972 | 2024.12.21 01:20:24.997528 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6973 | 2024.12.21 01:20:24.998288 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6974 | 2024.12.21 01:20:25.001842 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6975 | 2024.12.21 01:20:28.185641 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6976 | 2024.12.21 01:20:28.185864 [ 287 ] {7b19d035-8960-419e-8011-46cb2cd229fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6977 | 2024.12.21 01:20:28.185949 [ 287 ] {7b19d035-8960-419e-8011-46cb2cd229fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6978 | 2024.12.21 01:20:28.186720 [ 287 ] {7b19d035-8960-419e-8011-46cb2cd229fd} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6979 | 2024.12.21 01:20:28.186771 [ 287 ] {7b19d035-8960-419e-8011-46cb2cd229fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6980 | 2024.12.21 01:20:28.187209 [ 287 ] {7b19d035-8960-419e-8011-46cb2cd229fd} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6981 | 2024.12.21 01:20:28.187467 [ 287 ] {7b19d035-8960-419e-8011-46cb2cd229fd} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6982 | 2024.12.21 01:20:28.187707 [ 287 ] {7b19d035-8960-419e-8011-46cb2cd229fd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00191 sec., 7329.842931937173 rows/sec., 527.65 KiB/sec. | ||
| 6983 | 2024.12.21 01:20:28.187777 [ 287 ] {7b19d035-8960-419e-8011-46cb2cd229fd} <Debug> TCPHandler: Processed in 0.002280599 sec. | ||
| 6984 | 2024.12.21 01:20:28.188048 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6985 | 2024.12.21 01:20:28.188265 [ 285 ] {aa462448-f1b9-4b4a-bb66-05b3b5dcf1d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6986 | 2024.12.21 01:20:28.188350 [ 285 ] {aa462448-f1b9-4b4a-bb66-05b3b5dcf1d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6987 | 2024.12.21 01:20:28.189587 [ 285 ] {aa462448-f1b9-4b4a-bb66-05b3b5dcf1d4} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6988 | 2024.12.21 01:20:28.189644 [ 285 ] {aa462448-f1b9-4b4a-bb66-05b3b5dcf1d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6989 | 2024.12.21 01:20:28.190200 [ 285 ] {aa462448-f1b9-4b4a-bb66-05b3b5dcf1d4} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6990 | 2024.12.21 01:20:28.190485 [ 285 ] {aa462448-f1b9-4b4a-bb66-05b3b5dcf1d4} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6991 | 2024.12.21 01:20:28.190702 [ 285 ] {aa462448-f1b9-4b4a-bb66-05b3b5dcf1d4} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002497 sec., 87705.24629555467 rows/sec., 7.64 MiB/sec. | ||
| 6992 | 2024.12.21 01:20:28.190773 [ 285 ] {aa462448-f1b9-4b4a-bb66-05b3b5dcf1d4} <Debug> TCPHandler: Processed in 0.002864468 sec. | ||
| 6993 | 2024.12.21 01:20:28.190958 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6994 | 2024.12.21 01:20:28.191094 [ 287 ] {6ef9a9e4-72ce-43f5-a123-41be3a046598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6995 | 2024.12.21 01:20:28.191152 [ 287 ] {6ef9a9e4-72ce-43f5-a123-41be3a046598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6996 | 2024.12.21 01:20:28.191763 [ 287 ] {6ef9a9e4-72ce-43f5-a123-41be3a046598} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6997 | 2024.12.21 01:20:28.191805 [ 287 ] {6ef9a9e4-72ce-43f5-a123-41be3a046598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 6998 | 2024.12.21 01:20:28.192192 [ 287 ] {6ef9a9e4-72ce-43f5-a123-41be3a046598} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6999 | 2024.12.21 01:20:28.192450 [ 287 ] {6ef9a9e4-72ce-43f5-a123-41be3a046598} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7000 | 2024.12.21 01:20:28.192673 [ 287 ] {6ef9a9e4-72ce-43f5-a123-41be3a046598} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001611 sec., 9310.986964618249 rows/sec., 656.50 KiB/sec. | ||
| 7001 | 2024.12.21 01:20:28.192731 [ 287 ] {6ef9a9e4-72ce-43f5-a123-41be3a046598} <Debug> TCPHandler: Processed in 0.001837141 sec. | ||
| 7002 | 2024.12.21 01:20:28.192890 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7003 | 2024.12.21 01:20:28.193038 [ 285 ] {e7d4af70-b6b6-4f13-8f2b-31b117a6cc26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7004 | 2024.12.21 01:20:28.193102 [ 285 ] {e7d4af70-b6b6-4f13-8f2b-31b117a6cc26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7005 | 2024.12.21 01:20:28.193832 [ 285 ] {e7d4af70-b6b6-4f13-8f2b-31b117a6cc26} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7006 | 2024.12.21 01:20:28.193880 [ 285 ] {e7d4af70-b6b6-4f13-8f2b-31b117a6cc26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7007 | 2024.12.21 01:20:28.194272 [ 285 ] {e7d4af70-b6b6-4f13-8f2b-31b117a6cc26} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7008 | 2024.12.21 01:20:28.194527 [ 285 ] {e7d4af70-b6b6-4f13-8f2b-31b117a6cc26} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7009 | 2024.12.21 01:20:28.194737 [ 285 ] {e7d4af70-b6b6-4f13-8f2b-31b117a6cc26} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001728 sec., 8101.851851851852 rows/sec., 567.40 KiB/sec. | ||
| 7010 | 2024.12.21 01:20:28.194856 [ 285 ] {e7d4af70-b6b6-4f13-8f2b-31b117a6cc26} <Debug> TCPHandler: Processed in 0.002019274 sec. | ||
| 7011 | 2024.12.21 01:20:28.195076 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7012 | 2024.12.21 01:20:28.195222 [ 287 ] {d2e547ee-0453-431d-8791-6a321e262997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7013 | 2024.12.21 01:20:28.195282 [ 287 ] {d2e547ee-0453-431d-8791-6a321e262997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7014 | 2024.12.21 01:20:28.195976 [ 287 ] {d2e547ee-0453-431d-8791-6a321e262997} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7015 | 2024.12.21 01:20:28.196017 [ 287 ] {d2e547ee-0453-431d-8791-6a321e262997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7016 | 2024.12.21 01:20:28.196386 [ 287 ] {d2e547ee-0453-431d-8791-6a321e262997} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7017 | 2024.12.21 01:20:28.196630 [ 287 ] {d2e547ee-0453-431d-8791-6a321e262997} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7018 | 2024.12.21 01:20:28.196849 [ 287 ] {d2e547ee-0453-431d-8791-6a321e262997} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001662 sec., 7821.901323706377 rows/sec., 487.69 KiB/sec. | ||
| 7019 | 2024.12.21 01:20:28.196905 [ 287 ] {d2e547ee-0453-431d-8791-6a321e262997} <Debug> TCPHandler: Processed in 0.001909212 sec. | ||
| 7020 | 2024.12.21 01:20:28.197070 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7021 | 2024.12.21 01:20:28.197216 [ 285 ] {314912af-5ee0-40d6-91ba-e2437c046f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7022 | 2024.12.21 01:20:28.197276 [ 285 ] {314912af-5ee0-40d6-91ba-e2437c046f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7023 | 2024.12.21 01:20:28.198118 [ 285 ] {314912af-5ee0-40d6-91ba-e2437c046f83} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7024 | 2024.12.21 01:20:28.198156 [ 285 ] {314912af-5ee0-40d6-91ba-e2437c046f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7025 | 2024.12.21 01:20:28.198562 [ 285 ] {314912af-5ee0-40d6-91ba-e2437c046f83} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7026 | 2024.12.21 01:20:28.198818 [ 285 ] {314912af-5ee0-40d6-91ba-e2437c046f83} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7027 | 2024.12.21 01:20:28.199005 [ 285 ] {314912af-5ee0-40d6-91ba-e2437c046f83} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001823 sec., 213933.07734503565 rows/sec., 15.17 MiB/sec. | ||
| 7028 | 2024.12.21 01:20:28.199060 [ 285 ] {314912af-5ee0-40d6-91ba-e2437c046f83} <Debug> TCPHandler: Processed in 0.002059495 sec. | ||
| 7029 | 2024.12.21 01:20:28.199219 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7030 | 2024.12.21 01:20:28.199360 [ 287 ] {d39111f3-4505-4dde-8df3-44bcc8385a8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7031 | 2024.12.21 01:20:28.199421 [ 287 ] {d39111f3-4505-4dde-8df3-44bcc8385a8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7032 | 2024.12.21 01:20:28.199994 [ 287 ] {d39111f3-4505-4dde-8df3-44bcc8385a8a} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7033 | 2024.12.21 01:20:28.200035 [ 287 ] {d39111f3-4505-4dde-8df3-44bcc8385a8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7034 | 2024.12.21 01:20:28.200412 [ 287 ] {d39111f3-4505-4dde-8df3-44bcc8385a8a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7035 | 2024.12.21 01:20:28.200654 [ 287 ] {d39111f3-4505-4dde-8df3-44bcc8385a8a} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7036 | 2024.12.21 01:20:28.200890 [ 287 ] {d39111f3-4505-4dde-8df3-44bcc8385a8a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001551 sec., 3868.4719535783365 rows/sec., 202.11 KiB/sec. | ||
| 7037 | 2024.12.21 01:20:28.201023 [ 287 ] {d39111f3-4505-4dde-8df3-44bcc8385a8a} <Debug> TCPHandler: Processed in 0.001864331 sec. | ||
| 7038 | 2024.12.21 01:20:28.201245 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7039 | 2024.12.21 01:20:28.201419 [ 285 ] {b474adf8-9ee2-4f5a-b579-70cea9236e5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7040 | 2024.12.21 01:20:28.201483 [ 285 ] {b474adf8-9ee2-4f5a-b579-70cea9236e5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7041 | 2024.12.21 01:20:28.202156 [ 285 ] {b474adf8-9ee2-4f5a-b579-70cea9236e5a} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7042 | 2024.12.21 01:20:28.202195 [ 285 ] {b474adf8-9ee2-4f5a-b579-70cea9236e5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7043 | 2024.12.21 01:20:28.202606 [ 285 ] {b474adf8-9ee2-4f5a-b579-70cea9236e5a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7044 | 2024.12.21 01:20:28.202867 [ 285 ] {b474adf8-9ee2-4f5a-b579-70cea9236e5a} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7045 | 2024.12.21 01:20:28.203060 [ 285 ] {b474adf8-9ee2-4f5a-b579-70cea9236e5a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001674 sec., 141577.06093189964 rows/sec., 9.49 MiB/sec. | ||
| 7046 | 2024.12.21 01:20:28.203138 [ 285 ] {b474adf8-9ee2-4f5a-b579-70cea9236e5a} <Debug> TCPHandler: Processed in 0.002002334 sec. | ||
| 7047 | 2024.12.21 01:20:28.203294 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7048 | 2024.12.21 01:20:28.203437 [ 287 ] {4ce02035-d1c0-4616-b772-95db94b7ac89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7049 | 2024.12.21 01:20:28.203500 [ 287 ] {4ce02035-d1c0-4616-b772-95db94b7ac89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7050 | 2024.12.21 01:20:28.204025 [ 287 ] {4ce02035-d1c0-4616-b772-95db94b7ac89} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7051 | 2024.12.21 01:20:28.204065 [ 287 ] {4ce02035-d1c0-4616-b772-95db94b7ac89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7052 | 2024.12.21 01:20:28.204430 [ 287 ] {4ce02035-d1c0-4616-b772-95db94b7ac89} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7053 | 2024.12.21 01:20:28.204685 [ 287 ] {4ce02035-d1c0-4616-b772-95db94b7ac89} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7054 | 2024.12.21 01:20:28.204897 [ 287 ] {4ce02035-d1c0-4616-b772-95db94b7ac89} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001491 sec., 670.690811535882 rows/sec., 45.19 KiB/sec. | ||
| 7055 | 2024.12.21 01:20:28.204947 [ 287 ] {4ce02035-d1c0-4616-b772-95db94b7ac89} <Debug> TCPHandler: Processed in 0.001718079 sec. | ||
| 7056 | 2024.12.21 01:20:28.205099 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7057 | 2024.12.21 01:20:28.205241 [ 285 ] {ecace110-aa64-4409-825d-36b0d062323a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7058 | 2024.12.21 01:20:28.205336 [ 285 ] {ecace110-aa64-4409-825d-36b0d062323a} <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 | ||
| 7059 | 2024.12.21 01:20:28.206545 [ 285 ] {ecace110-aa64-4409-825d-36b0d062323a} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7060 | 2024.12.21 01:20:28.206584 [ 285 ] {ecace110-aa64-4409-825d-36b0d062323a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7061 | 2024.12.21 01:20:28.207201 [ 285 ] {ecace110-aa64-4409-825d-36b0d062323a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7062 | 2024.12.21 01:20:28.207467 [ 285 ] {ecace110-aa64-4409-825d-36b0d062323a} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7063 | 2024.12.21 01:20:28.207668 [ 285 ] {ecace110-aa64-4409-825d-36b0d062323a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002457 sec., 3256.003256003256 rows/sec., 5.83 MiB/sec. | ||
| 7064 | 2024.12.21 01:20:28.207760 [ 285 ] {ecace110-aa64-4409-825d-36b0d062323a} <Debug> TCPHandler: Processed in 0.002729636 sec. | ||
| 7065 | 2024.12.21 01:20:28.207951 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7066 | 2024.12.21 01:20:28.208099 [ 287 ] {c57e96b0-15de-4d35-9c9b-6502479d3e79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7067 | 2024.12.21 01:20:28.208161 [ 287 ] {c57e96b0-15de-4d35-9c9b-6502479d3e79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7068 | 2024.12.21 01:20:28.208749 [ 287 ] {c57e96b0-15de-4d35-9c9b-6502479d3e79} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7069 | 2024.12.21 01:20:28.208797 [ 287 ] {c57e96b0-15de-4d35-9c9b-6502479d3e79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7070 | 2024.12.21 01:20:28.209214 [ 287 ] {c57e96b0-15de-4d35-9c9b-6502479d3e79} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7071 | 2024.12.21 01:20:28.209459 [ 287 ] {c57e96b0-15de-4d35-9c9b-6502479d3e79} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7072 | 2024.12.21 01:20:28.209640 [ 287 ] {c57e96b0-15de-4d35-9c9b-6502479d3e79} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001572 sec., 52162.849872773535 rows/sec., 3.31 MiB/sec. | ||
| 7073 | 2024.12.21 01:20:28.209693 [ 287 ] {c57e96b0-15de-4d35-9c9b-6502479d3e79} <Debug> TCPHandler: Processed in 0.00181479 sec. | ||
| 7074 | 2024.12.21 01:20:31.448721 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 7075 | 2024.12.21 01:20:31.449707 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7076 | 2024.12.21 01:20:31.449757 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7077 | 2024.12.21 01:20:31.450280 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7078 | 2024.12.21 01:20:31.450539 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7079 | 2024.12.21 01:20:31.450835 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 7080 | 2024.12.21 01:20:32.501910 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 7081 | 2024.12.21 01:20:32.524307 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7082 | 2024.12.21 01:20:32.524371 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7083 | 2024.12.21 01:20:32.531713 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7084 | 2024.12.21 01:20:32.532494 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7085 | 2024.12.21 01:20:32.535278 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 7086 | 2024.12.21 01:20:33.182543 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7087 | 2024.12.21 01:20:33.182753 [ 287 ] {49471a13-2152-4a83-9f7e-aea3cd7b08b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7088 | 2024.12.21 01:20:33.182837 [ 287 ] {49471a13-2152-4a83-9f7e-aea3cd7b08b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7089 | 2024.12.21 01:20:33.183719 [ 287 ] {49471a13-2152-4a83-9f7e-aea3cd7b08b7} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7090 | 2024.12.21 01:20:33.183775 [ 287 ] {49471a13-2152-4a83-9f7e-aea3cd7b08b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7091 | 2024.12.21 01:20:33.184244 [ 287 ] {49471a13-2152-4a83-9f7e-aea3cd7b08b7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 7092 | 2024.12.21 01:20:33.184499 [ 287 ] {49471a13-2152-4a83-9f7e-aea3cd7b08b7} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7093 | 2024.12.21 01:20:33.184816 [ 287 ] {49471a13-2152-4a83-9f7e-aea3cd7b08b7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002108 sec., 1897.5332068311195 rows/sec., 154.73 KiB/sec. | ||
| 7094 | 2024.12.21 01:20:33.185244 [ 287 ] {49471a13-2152-4a83-9f7e-aea3cd7b08b7} <Debug> TCPHandler: Processed in 0.002839828 sec. | ||
| 7095 | 2024.12.21 01:20:33.185536 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7096 | 2024.12.21 01:20:33.185753 [ 285 ] {590b9a1d-6546-4d4d-a406-3ee52a0032d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7097 | 2024.12.21 01:20:33.185838 [ 285 ] {590b9a1d-6546-4d4d-a406-3ee52a0032d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7098 | 2024.12.21 01:20:33.186695 [ 285 ] {590b9a1d-6546-4d4d-a406-3ee52a0032d3} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7099 | 2024.12.21 01:20:33.186750 [ 285 ] {590b9a1d-6546-4d4d-a406-3ee52a0032d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7100 | 2024.12.21 01:20:33.187207 [ 285 ] {590b9a1d-6546-4d4d-a406-3ee52a0032d3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7101 | 2024.12.21 01:20:33.187479 [ 285 ] {590b9a1d-6546-4d4d-a406-3ee52a0032d3} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7102 | 2024.12.21 01:20:33.187755 [ 285 ] {590b9a1d-6546-4d4d-a406-3ee52a0032d3} <Debug> executeQuery: Read 126 rows, 10.93 KiB in 0.002048 sec., 61523.4375 rows/sec., 5.21 MiB/sec. | ||
| 7103 | 2024.12.21 01:20:33.187871 [ 285 ] {590b9a1d-6546-4d4d-a406-3ee52a0032d3} <Debug> TCPHandler: Processed in 0.002475442 sec. | ||
| 7104 | 2024.12.21 01:20:33.188100 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7105 | 2024.12.21 01:20:33.188253 [ 287 ] {12fedb72-37f0-4174-a417-9da64326fa6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7106 | 2024.12.21 01:20:33.188313 [ 287 ] {12fedb72-37f0-4174-a417-9da64326fa6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7107 | 2024.12.21 01:20:33.189039 [ 287 ] {12fedb72-37f0-4174-a417-9da64326fa6d} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7108 | 2024.12.21 01:20:33.189086 [ 287 ] {12fedb72-37f0-4174-a417-9da64326fa6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7109 | 2024.12.21 01:20:33.189450 [ 287 ] {12fedb72-37f0-4174-a417-9da64326fa6d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7110 | 2024.12.21 01:20:33.189684 [ 287 ] {12fedb72-37f0-4174-a417-9da64326fa6d} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7111 | 2024.12.21 01:20:33.189893 [ 287 ] {12fedb72-37f0-4174-a417-9da64326fa6d} <Debug> executeQuery: Read 38 rows, 2.84 KiB in 0.001677 sec., 22659.511031604052 rows/sec., 1.65 MiB/sec. | ||
| 7112 | 2024.12.21 01:20:33.189946 [ 287 ] {12fedb72-37f0-4174-a417-9da64326fa6d} <Debug> TCPHandler: Processed in 0.001953863 sec. | ||
| 7113 | 2024.12.21 01:20:33.190145 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7114 | 2024.12.21 01:20:33.190376 [ 285 ] {6f776099-09d5-4799-8987-73b9132acc42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7115 | 2024.12.21 01:20:33.190469 [ 285 ] {6f776099-09d5-4799-8987-73b9132acc42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7116 | 2024.12.21 01:20:33.191421 [ 285 ] {6f776099-09d5-4799-8987-73b9132acc42} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7117 | 2024.12.21 01:20:33.191463 [ 285 ] {6f776099-09d5-4799-8987-73b9132acc42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7118 | 2024.12.21 01:20:33.191847 [ 285 ] {6f776099-09d5-4799-8987-73b9132acc42} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7119 | 2024.12.21 01:20:33.192098 [ 285 ] {6f776099-09d5-4799-8987-73b9132acc42} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7120 | 2024.12.21 01:20:33.192319 [ 285 ] {6f776099-09d5-4799-8987-73b9132acc42} <Debug> executeQuery: Read 102 rows, 8.16 KiB in 0.002003 sec., 50923.6145781328 rows/sec., 3.98 MiB/sec. | ||
| 7121 | 2024.12.21 01:20:33.192375 [ 285 ] {6f776099-09d5-4799-8987-73b9132acc42} <Debug> TCPHandler: Processed in 0.002329249 sec. | ||
| 7122 | 2024.12.21 01:20:33.192546 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7123 | 2024.12.21 01:20:33.192684 [ 287 ] {371984f4-1f27-48a7-a39d-79b47500731b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7124 | 2024.12.21 01:20:33.192746 [ 287 ] {371984f4-1f27-48a7-a39d-79b47500731b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7125 | 2024.12.21 01:20:33.193468 [ 287 ] {371984f4-1f27-48a7-a39d-79b47500731b} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7126 | 2024.12.21 01:20:33.193546 [ 287 ] {371984f4-1f27-48a7-a39d-79b47500731b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7127 | 2024.12.21 01:20:33.194010 [ 287 ] {371984f4-1f27-48a7-a39d-79b47500731b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7128 | 2024.12.21 01:20:33.194256 [ 287 ] {371984f4-1f27-48a7-a39d-79b47500731b} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7129 | 2024.12.21 01:20:33.194461 [ 287 ] {371984f4-1f27-48a7-a39d-79b47500731b} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001808 sec., 89601.76991150442 rows/sec., 6.24 MiB/sec. | ||
| 7130 | 2024.12.21 01:20:33.194514 [ 287 ] {371984f4-1f27-48a7-a39d-79b47500731b} <Debug> TCPHandler: Processed in 0.002033314 sec. | ||
| 7131 | 2024.12.21 01:20:33.194723 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7132 | 2024.12.21 01:20:33.194949 [ 285 ] {6b1a8ec5-1924-4eba-a50f-7c59427a0cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7133 | 2024.12.21 01:20:33.195093 [ 285 ] {6b1a8ec5-1924-4eba-a50f-7c59427a0cfa} <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 | ||
| 7134 | 2024.12.21 01:20:33.196364 [ 285 ] {6b1a8ec5-1924-4eba-a50f-7c59427a0cfa} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7135 | 2024.12.21 01:20:33.196404 [ 285 ] {6b1a8ec5-1924-4eba-a50f-7c59427a0cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7136 | 2024.12.21 01:20:33.197084 [ 285 ] {6b1a8ec5-1924-4eba-a50f-7c59427a0cfa} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7137 | 2024.12.21 01:20:33.197351 [ 285 ] {6b1a8ec5-1924-4eba-a50f-7c59427a0cfa} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7138 | 2024.12.21 01:20:33.197606 [ 285 ] {6b1a8ec5-1924-4eba-a50f-7c59427a0cfa} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002712 sec., 12536.873156342182 rows/sec., 22.47 MiB/sec. | ||
| 7139 | 2024.12.21 01:20:33.197714 [ 285 ] {6b1a8ec5-1924-4eba-a50f-7c59427a0cfa} <Debug> TCPHandler: Processed in 0.003102732 sec. | ||
| 7140 | 2024.12.21 01:20:33.197885 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7141 | 2024.12.21 01:20:33.198025 [ 287 ] {f7e92186-ed69-494b-87db-fc86d1db6c42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7142 | 2024.12.21 01:20:33.198083 [ 287 ] {f7e92186-ed69-494b-87db-fc86d1db6c42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7143 | 2024.12.21 01:20:33.198673 [ 287 ] {f7e92186-ed69-494b-87db-fc86d1db6c42} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7144 | 2024.12.21 01:20:33.198721 [ 287 ] {f7e92186-ed69-494b-87db-fc86d1db6c42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7145 | 2024.12.21 01:20:33.199157 [ 287 ] {f7e92186-ed69-494b-87db-fc86d1db6c42} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7146 | 2024.12.21 01:20:33.199391 [ 287 ] {f7e92186-ed69-494b-87db-fc86d1db6c42} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7147 | 2024.12.21 01:20:33.199615 [ 287 ] {f7e92186-ed69-494b-87db-fc86d1db6c42} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001618 sec., 37082.81829419036 rows/sec., 2.50 MiB/sec. | ||
| 7148 | 2024.12.21 01:20:33.199684 [ 287 ] {f7e92186-ed69-494b-87db-fc86d1db6c42} <Debug> TCPHandler: Processed in 0.001872331 sec. | ||
| 7149 | 2024.12.21 01:20:34.072256 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1020 | ||
| 7150 | 2024.12.21 01:20:34.075416 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7151 | 2024.12.21 01:20:34.075473 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7152 | 2024.12.21 01:20:34.076950 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7153 | 2024.12.21 01:20:34.077265 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7154 | 2024.12.21 01:20:34.078581 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1020 | ||
| 7155 | 2024.12.21 01:20:38.184578 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7156 | 2024.12.21 01:20:38.184773 [ 287 ] {e55140a6-e8b3-4982-ad4f-9d747413b025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7157 | 2024.12.21 01:20:38.184850 [ 287 ] {e55140a6-e8b3-4982-ad4f-9d747413b025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7158 | 2024.12.21 01:20:38.185662 [ 287 ] {e55140a6-e8b3-4982-ad4f-9d747413b025} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7159 | 2024.12.21 01:20:38.185716 [ 287 ] {e55140a6-e8b3-4982-ad4f-9d747413b025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7160 | 2024.12.21 01:20:38.186217 [ 287 ] {e55140a6-e8b3-4982-ad4f-9d747413b025} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7161 | 2024.12.21 01:20:38.186495 [ 287 ] {e55140a6-e8b3-4982-ad4f-9d747413b025} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7162 | 2024.12.21 01:20:38.186753 [ 287 ] {e55140a6-e8b3-4982-ad4f-9d747413b025} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002032 sec., 6889.76377952756 rows/sec., 495.97 KiB/sec. | ||
| 7163 | 2024.12.21 01:20:38.186826 [ 287 ] {e55140a6-e8b3-4982-ad4f-9d747413b025} <Debug> TCPHandler: Processed in 0.00238298 sec. | ||
| 7164 | 2024.12.21 01:20:38.187093 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7165 | 2024.12.21 01:20:38.187285 [ 285 ] {faeb01bb-f4fc-45a8-a06c-faba902c52e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7166 | 2024.12.21 01:20:38.187360 [ 285 ] {faeb01bb-f4fc-45a8-a06c-faba902c52e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7167 | 2024.12.21 01:20:38.188274 [ 285 ] {faeb01bb-f4fc-45a8-a06c-faba902c52e6} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7168 | 2024.12.21 01:20:38.188324 [ 285 ] {faeb01bb-f4fc-45a8-a06c-faba902c52e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7169 | 2024.12.21 01:20:38.188793 [ 285 ] {faeb01bb-f4fc-45a8-a06c-faba902c52e6} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7170 | 2024.12.21 01:20:38.189063 [ 285 ] {faeb01bb-f4fc-45a8-a06c-faba902c52e6} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7171 | 2024.12.21 01:20:38.189318 [ 285 ] {faeb01bb-f4fc-45a8-a06c-faba902c52e6} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002084 sec., 105086.37236084453 rows/sec., 9.15 MiB/sec. | ||
| 7172 | 2024.12.21 01:20:38.189417 [ 285 ] {faeb01bb-f4fc-45a8-a06c-faba902c52e6} <Debug> TCPHandler: Processed in 0.002455401 sec. | ||
| 7173 | 2024.12.21 01:20:38.189640 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7174 | 2024.12.21 01:20:38.189778 [ 287 ] {d451613b-30eb-4a11-b156-f3b0ba946f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7175 | 2024.12.21 01:20:38.189834 [ 287 ] {d451613b-30eb-4a11-b156-f3b0ba946f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7176 | 2024.12.21 01:20:38.190475 [ 287 ] {d451613b-30eb-4a11-b156-f3b0ba946f22} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7177 | 2024.12.21 01:20:38.190519 [ 287 ] {d451613b-30eb-4a11-b156-f3b0ba946f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7178 | 2024.12.21 01:20:38.190904 [ 287 ] {d451613b-30eb-4a11-b156-f3b0ba946f22} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7179 | 2024.12.21 01:20:38.191149 [ 287 ] {d451613b-30eb-4a11-b156-f3b0ba946f22} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7180 | 2024.12.21 01:20:38.191394 [ 287 ] {d451613b-30eb-4a11-b156-f3b0ba946f22} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001648 sec., 9101.941747572815 rows/sec., 641.76 KiB/sec. | ||
| 7181 | 2024.12.21 01:20:38.191461 [ 287 ] {d451613b-30eb-4a11-b156-f3b0ba946f22} <Debug> TCPHandler: Processed in 0.001931262 sec. | ||
| 7182 | 2024.12.21 01:20:38.191651 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7183 | 2024.12.21 01:20:38.191799 [ 285 ] {92e289dc-cac5-4c2f-9425-b548aeb3d5d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7184 | 2024.12.21 01:20:38.191861 [ 285 ] {92e289dc-cac5-4c2f-9425-b548aeb3d5d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7185 | 2024.12.21 01:20:38.192527 [ 285 ] {92e289dc-cac5-4c2f-9425-b548aeb3d5d8} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7186 | 2024.12.21 01:20:38.192568 [ 285 ] {92e289dc-cac5-4c2f-9425-b548aeb3d5d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7187 | 2024.12.21 01:20:38.192946 [ 285 ] {92e289dc-cac5-4c2f-9425-b548aeb3d5d8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7188 | 2024.12.21 01:20:38.193195 [ 285 ] {92e289dc-cac5-4c2f-9425-b548aeb3d5d8} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7189 | 2024.12.21 01:20:38.193419 [ 285 ] {92e289dc-cac5-4c2f-9425-b548aeb3d5d8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001657 sec., 8449.004224502112 rows/sec., 591.71 KiB/sec. | ||
| 7190 | 2024.12.21 01:20:38.193476 [ 285 ] {92e289dc-cac5-4c2f-9425-b548aeb3d5d8} <Debug> TCPHandler: Processed in 0.001900852 sec. | ||
| 7191 | 2024.12.21 01:20:38.193641 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7192 | 2024.12.21 01:20:38.193786 [ 287 ] {d2a70bd3-b094-4324-adea-d247f8b8d869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7193 | 2024.12.21 01:20:38.193847 [ 287 ] {d2a70bd3-b094-4324-adea-d247f8b8d869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7194 | 2024.12.21 01:20:38.194499 [ 287 ] {d2a70bd3-b094-4324-adea-d247f8b8d869} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7195 | 2024.12.21 01:20:38.194541 [ 287 ] {d2a70bd3-b094-4324-adea-d247f8b8d869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7196 | 2024.12.21 01:20:38.194913 [ 287 ] {d2a70bd3-b094-4324-adea-d247f8b8d869} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7197 | 2024.12.21 01:20:38.195154 [ 287 ] {d2a70bd3-b094-4324-adea-d247f8b8d869} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7198 | 2024.12.21 01:20:38.195409 [ 287 ] {d2a70bd3-b094-4324-adea-d247f8b8d869} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001648 sec., 7888.349514563107 rows/sec., 491.84 KiB/sec. | ||
| 7199 | 2024.12.21 01:20:38.195514 [ 287 ] {d2a70bd3-b094-4324-adea-d247f8b8d869} <Debug> TCPHandler: Processed in 0.001940843 sec. | ||
| 7200 | 2024.12.21 01:20:38.195741 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7201 | 2024.12.21 01:20:38.195889 [ 285 ] {c20583bd-c020-485d-8a31-035361c4d609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7202 | 2024.12.21 01:20:38.195949 [ 285 ] {c20583bd-c020-485d-8a31-035361c4d609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7203 | 2024.12.21 01:20:38.196752 [ 285 ] {c20583bd-c020-485d-8a31-035361c4d609} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7204 | 2024.12.21 01:20:38.196792 [ 285 ] {c20583bd-c020-485d-8a31-035361c4d609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7205 | 2024.12.21 01:20:38.197204 [ 285 ] {c20583bd-c020-485d-8a31-035361c4d609} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7206 | 2024.12.21 01:20:38.197453 [ 285 ] {c20583bd-c020-485d-8a31-035361c4d609} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7207 | 2024.12.21 01:20:38.197672 [ 285 ] {c20583bd-c020-485d-8a31-035361c4d609} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001815 sec., 214876.03305785125 rows/sec., 15.24 MiB/sec. | ||
| 7208 | 2024.12.21 01:20:38.197727 [ 285 ] {c20583bd-c020-485d-8a31-035361c4d609} <Debug> TCPHandler: Processed in 0.002108336 sec. | ||
| 7209 | 2024.12.21 01:20:38.197890 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7210 | 2024.12.21 01:20:38.198033 [ 287 ] {0d30ee10-9d7b-4be1-91ae-86efb1716e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7211 | 2024.12.21 01:20:38.198095 [ 287 ] {0d30ee10-9d7b-4be1-91ae-86efb1716e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7212 | 2024.12.21 01:20:38.198616 [ 287 ] {0d30ee10-9d7b-4be1-91ae-86efb1716e65} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7213 | 2024.12.21 01:20:38.198657 [ 287 ] {0d30ee10-9d7b-4be1-91ae-86efb1716e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7214 | 2024.12.21 01:20:38.199041 [ 287 ] {0d30ee10-9d7b-4be1-91ae-86efb1716e65} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7215 | 2024.12.21 01:20:38.199298 [ 287 ] {0d30ee10-9d7b-4be1-91ae-86efb1716e65} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7216 | 2024.12.21 01:20:38.199555 [ 287 ] {0d30ee10-9d7b-4be1-91ae-86efb1716e65} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001554 sec., 3861.003861003861 rows/sec., 201.72 KiB/sec. | ||
| 7217 | 2024.12.21 01:20:38.199752 [ 287 ] {0d30ee10-9d7b-4be1-91ae-86efb1716e65} <Debug> TCPHandler: Processed in 0.001927633 sec. | ||
| 7218 | 2024.12.21 01:20:38.199924 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7219 | 2024.12.21 01:20:38.200041 [ 285 ] {df2c138d-4f64-4595-8197-2ad5a871293e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7220 | 2024.12.21 01:20:38.200096 [ 285 ] {df2c138d-4f64-4595-8197-2ad5a871293e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7221 | 2024.12.21 01:20:38.200679 [ 285 ] {df2c138d-4f64-4595-8197-2ad5a871293e} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7222 | 2024.12.21 01:20:38.200718 [ 285 ] {df2c138d-4f64-4595-8197-2ad5a871293e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7223 | 2024.12.21 01:20:38.201121 [ 285 ] {df2c138d-4f64-4595-8197-2ad5a871293e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7224 | 2024.12.21 01:20:38.201367 [ 285 ] {df2c138d-4f64-4595-8197-2ad5a871293e} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7225 | 2024.12.21 01:20:38.201581 [ 285 ] {df2c138d-4f64-4595-8197-2ad5a871293e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001564 sec., 151534.52685421993 rows/sec., 10.16 MiB/sec. | ||
| 7226 | 2024.12.21 01:20:38.201634 [ 285 ] {df2c138d-4f64-4595-8197-2ad5a871293e} <Debug> TCPHandler: Processed in 0.00176618 sec. | ||
| 7227 | 2024.12.21 01:20:38.201782 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7228 | 2024.12.21 01:20:38.201901 [ 287 ] {d1ea29a7-1fc0-4a45-9e97-89453f35ad12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7229 | 2024.12.21 01:20:38.201955 [ 287 ] {d1ea29a7-1fc0-4a45-9e97-89453f35ad12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7230 | 2024.12.21 01:20:38.202434 [ 287 ] {d1ea29a7-1fc0-4a45-9e97-89453f35ad12} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7231 | 2024.12.21 01:20:38.202474 [ 287 ] {d1ea29a7-1fc0-4a45-9e97-89453f35ad12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7232 | 2024.12.21 01:20:38.202845 [ 287 ] {d1ea29a7-1fc0-4a45-9e97-89453f35ad12} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7233 | 2024.12.21 01:20:38.203083 [ 287 ] {d1ea29a7-1fc0-4a45-9e97-89453f35ad12} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7234 | 2024.12.21 01:20:38.203254 [ 113 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 | ||
| 7235 | 2024.12.21 01:20:38.203321 [ 287 ] {d1ea29a7-1fc0-4a45-9e97-89453f35ad12} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001441 sec., 693.9625260235947 rows/sec., 46.76 KiB/sec. | ||
| 7236 | 2024.12.21 01:20:38.203343 [ 113 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7237 | 2024.12.21 01:20:38.203409 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7238 | 2024.12.21 01:20:38.203427 [ 287 ] {d1ea29a7-1fc0-4a45-9e97-89453f35ad12} <Debug> TCPHandler: Processed in 0.001696129 sec. | ||
| 7239 | 2024.12.21 01:20:38.203704 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7240 | 2024.12.21 01:20:38.203916 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full | ||
| 7241 | 2024.12.21 01:20:38.204173 [ 285 ] {5473bffc-ee61-410a-a3b9-be3ffbe1f803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7242 | 2024.12.21 01:20:38.204519 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7243 | 2024.12.21 01:20:38.204551 [ 285 ] {5473bffc-ee61-410a-a3b9-be3ffbe1f803} <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 | ||
| 7244 | 2024.12.21 01:20:38.204576 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 18 rows starting from the beginning of the part | ||
| 7245 | 2024.12.21 01:20:38.204813 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 7246 | 2024.12.21 01:20:38.205224 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 7247 | 2024.12.21 01:20:38.205610 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 7248 | 2024.12.21 01:20:38.205949 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 7249 | 2024.12.21 01:20:38.206402 [ 195 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 7250 | 2024.12.21 01:20:38.208845 [ 198 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.00532873 sec., 4316.225442084699 rows/sec., 290.84 KiB/sec. | ||
| 7251 | 2024.12.21 01:20:38.209050 [ 285 ] {5473bffc-ee61-410a-a3b9-be3ffbe1f803} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7252 | 2024.12.21 01:20:38.209083 [ 198 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 7253 | 2024.12.21 01:20:38.209102 [ 285 ] {5473bffc-ee61-410a-a3b9-be3ffbe1f803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7254 | 2024.12.21 01:20:38.209714 [ 198 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_23_5} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7255 | 2024.12.21 01:20:38.209867 [ 198 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_23_5} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 | ||
| 7256 | 2024.12.21 01:20:38.210037 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 7257 | 2024.12.21 01:20:38.210320 [ 285 ] {5473bffc-ee61-410a-a3b9-be3ffbe1f803} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7258 | 2024.12.21 01:20:38.210602 [ 285 ] {5473bffc-ee61-410a-a3b9-be3ffbe1f803} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7259 | 2024.12.21 01:20:38.210876 [ 285 ] {5473bffc-ee61-410a-a3b9-be3ffbe1f803} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006886 sec., 1161.7775196049956 rows/sec., 2.08 MiB/sec. | ||
| 7260 | 2024.12.21 01:20:38.211231 [ 285 ] {5473bffc-ee61-410a-a3b9-be3ffbe1f803} <Debug> TCPHandler: Processed in 0.007702489 sec. | ||
| 7261 | 2024.12.21 01:20:38.211400 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7262 | 2024.12.21 01:20:38.211515 [ 287 ] {5698043b-74fb-46a0-ba7a-b251ce93fef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7263 | 2024.12.21 01:20:38.211568 [ 287 ] {5698043b-74fb-46a0-ba7a-b251ce93fef6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7264 | 2024.12.21 01:20:38.212093 [ 287 ] {5698043b-74fb-46a0-ba7a-b251ce93fef6} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7265 | 2024.12.21 01:20:38.212134 [ 287 ] {5698043b-74fb-46a0-ba7a-b251ce93fef6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7266 | 2024.12.21 01:20:38.212519 [ 287 ] {5698043b-74fb-46a0-ba7a-b251ce93fef6} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7267 | 2024.12.21 01:20:38.212764 [ 287 ] {5698043b-74fb-46a0-ba7a-b251ce93fef6} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7268 | 2024.12.21 01:20:38.212947 [ 287 ] {5698043b-74fb-46a0-ba7a-b251ce93fef6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001456 sec., 56318.681318681316 rows/sec., 3.58 MiB/sec. | ||
| 7269 | 2024.12.21 01:20:38.212996 [ 287 ] {5698043b-74fb-46a0-ba7a-b251ce93fef6} <Debug> TCPHandler: Processed in 0.001654878 sec. | ||
| 7270 | 2024.12.21 01:20:38.823446 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7271 | 2024.12.21 01:20:38.823548 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7272 | 2024.12.21 01:20:38.950971 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 7273 | 2024.12.21 01:20:38.951640 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7274 | 2024.12.21 01:20:38.951691 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7275 | 2024.12.21 01:20:38.952255 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7276 | 2024.12.21 01:20:38.952509 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7277 | 2024.12.21 01:20:38.952751 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 7278 | 2024.12.21 01:20:40.035360 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 7279 | 2024.12.21 01:20:40.057787 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7280 | 2024.12.21 01:20:40.057850 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7281 | 2024.12.21 01:20:40.065717 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7282 | 2024.12.21 01:20:40.066607 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7283 | 2024.12.21 01:20:40.070487 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 7284 | 2024.12.21 01:20:43.182108 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7285 | 2024.12.21 01:20:43.182414 [ 287 ] {6be65115-ba33-4c72-87b3-86495b9cb3f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7286 | 2024.12.21 01:20:43.182495 [ 287 ] {6be65115-ba33-4c72-87b3-86495b9cb3f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7287 | 2024.12.21 01:20:43.183350 [ 287 ] {6be65115-ba33-4c72-87b3-86495b9cb3f5} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7288 | 2024.12.21 01:20:43.183407 [ 287 ] {6be65115-ba33-4c72-87b3-86495b9cb3f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7289 | 2024.12.21 01:20:43.183875 [ 287 ] {6be65115-ba33-4c72-87b3-86495b9cb3f5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7290 | 2024.12.21 01:20:43.184142 [ 287 ] {6be65115-ba33-4c72-87b3-86495b9cb3f5} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7291 | 2024.12.21 01:20:43.184404 [ 287 ] {6be65115-ba33-4c72-87b3-86495b9cb3f5} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002067 sec., 59990.32414126754 rows/sec., 5.09 MiB/sec. | ||
| 7292 | 2024.12.21 01:20:43.184501 [ 287 ] {6be65115-ba33-4c72-87b3-86495b9cb3f5} <Debug> TCPHandler: Processed in 0.002586673 sec. | ||
| 7293 | 2024.12.21 01:20:43.184807 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7294 | 2024.12.21 01:20:43.184996 [ 285 ] {b2577805-491b-42c0-a622-3bbf9eaed65f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7295 | 2024.12.21 01:20:43.185068 [ 285 ] {b2577805-491b-42c0-a622-3bbf9eaed65f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7296 | 2024.12.21 01:20:43.185792 [ 285 ] {b2577805-491b-42c0-a622-3bbf9eaed65f} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7297 | 2024.12.21 01:20:43.185835 [ 285 ] {b2577805-491b-42c0-a622-3bbf9eaed65f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7298 | 2024.12.21 01:20:43.186263 [ 285 ] {b2577805-491b-42c0-a622-3bbf9eaed65f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7299 | 2024.12.21 01:20:43.186528 [ 285 ] {b2577805-491b-42c0-a622-3bbf9eaed65f} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7300 | 2024.12.21 01:20:43.186736 [ 285 ] {b2577805-491b-42c0-a622-3bbf9eaed65f} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001795 sec., 18941.504178272982 rows/sec., 1.39 MiB/sec. | ||
| 7301 | 2024.12.21 01:20:43.186792 [ 285 ] {b2577805-491b-42c0-a622-3bbf9eaed65f} <Debug> TCPHandler: Processed in 0.002135816 sec. | ||
| 7302 | 2024.12.21 01:20:43.186951 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7303 | 2024.12.21 01:20:43.187104 [ 287 ] {48ef432c-a745-4feb-9387-4d9a695b0b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7304 | 2024.12.21 01:20:43.187170 [ 287 ] {48ef432c-a745-4feb-9387-4d9a695b0b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7305 | 2024.12.21 01:20:43.187859 [ 287 ] {48ef432c-a745-4feb-9387-4d9a695b0b9c} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7306 | 2024.12.21 01:20:43.187904 [ 287 ] {48ef432c-a745-4feb-9387-4d9a695b0b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7307 | 2024.12.21 01:20:43.188352 [ 287 ] {48ef432c-a745-4feb-9387-4d9a695b0b9c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7308 | 2024.12.21 01:20:43.188606 [ 287 ] {48ef432c-a745-4feb-9387-4d9a695b0b9c} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7309 | 2024.12.21 01:20:43.188862 [ 287 ] {48ef432c-a745-4feb-9387-4d9a695b0b9c} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001793 sec., 54656.99944227551 rows/sec., 4.27 MiB/sec. | ||
| 7310 | 2024.12.21 01:20:43.188925 [ 287 ] {48ef432c-a745-4feb-9387-4d9a695b0b9c} <Debug> TCPHandler: Processed in 0.002040805 sec. | ||
| 7311 | 2024.12.21 01:20:43.189158 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7312 | 2024.12.21 01:20:43.189385 [ 285 ] {56ba23e7-dfa0-43e9-b90d-338968d87ff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7313 | 2024.12.21 01:20:43.189462 [ 285 ] {56ba23e7-dfa0-43e9-b90d-338968d87ff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7314 | 2024.12.21 01:20:43.190208 [ 285 ] {56ba23e7-dfa0-43e9-b90d-338968d87ff9} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7315 | 2024.12.21 01:20:43.190255 [ 285 ] {56ba23e7-dfa0-43e9-b90d-338968d87ff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7316 | 2024.12.21 01:20:43.190667 [ 285 ] {56ba23e7-dfa0-43e9-b90d-338968d87ff9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7317 | 2024.12.21 01:20:43.190908 [ 285 ] {56ba23e7-dfa0-43e9-b90d-338968d87ff9} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7318 | 2024.12.21 01:20:43.191093 [ 285 ] {56ba23e7-dfa0-43e9-b90d-338968d87ff9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001765 sec., 90651.55807365439 rows/sec., 6.31 MiB/sec. | ||
| 7319 | 2024.12.21 01:20:43.191144 [ 285 ] {56ba23e7-dfa0-43e9-b90d-338968d87ff9} <Debug> TCPHandler: Processed in 0.002096705 sec. | ||
| 7320 | 2024.12.21 01:20:43.191296 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7321 | 2024.12.21 01:20:43.191435 [ 287 ] {f007ca50-f1c2-4f52-9c51-6341e09bbd76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7322 | 2024.12.21 01:20:43.191534 [ 287 ] {f007ca50-f1c2-4f52-9c51-6341e09bbd76} <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 | ||
| 7323 | 2024.12.21 01:20:43.192883 [ 287 ] {f007ca50-f1c2-4f52-9c51-6341e09bbd76} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7324 | 2024.12.21 01:20:43.192925 [ 287 ] {f007ca50-f1c2-4f52-9c51-6341e09bbd76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7325 | 2024.12.21 01:20:43.193616 [ 287 ] {f007ca50-f1c2-4f52-9c51-6341e09bbd76} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7326 | 2024.12.21 01:20:43.193882 [ 287 ] {f007ca50-f1c2-4f52-9c51-6341e09bbd76} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7327 | 2024.12.21 01:20:43.194199 [ 287 ] {f007ca50-f1c2-4f52-9c51-6341e09bbd76} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002799 sec., 12147.195426938193 rows/sec., 21.77 MiB/sec. | ||
| 7328 | 2024.12.21 01:20:43.194727 [ 287 ] {f007ca50-f1c2-4f52-9c51-6341e09bbd76} <Debug> TCPHandler: Processed in 0.003483678 sec. | ||
| 7329 | 2024.12.21 01:20:43.194959 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7330 | 2024.12.21 01:20:43.195098 [ 285 ] {031e31b5-1879-4a7b-8ca7-b2ac3eeda51a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7331 | 2024.12.21 01:20:43.195158 [ 285 ] {031e31b5-1879-4a7b-8ca7-b2ac3eeda51a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7332 | 2024.12.21 01:20:43.195665 [ 285 ] {031e31b5-1879-4a7b-8ca7-b2ac3eeda51a} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7333 | 2024.12.21 01:20:43.195703 [ 285 ] {031e31b5-1879-4a7b-8ca7-b2ac3eeda51a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7334 | 2024.12.21 01:20:43.196080 [ 285 ] {031e31b5-1879-4a7b-8ca7-b2ac3eeda51a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7335 | 2024.12.21 01:20:43.196320 [ 285 ] {031e31b5-1879-4a7b-8ca7-b2ac3eeda51a} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7336 | 2024.12.21 01:20:43.196539 [ 285 ] {031e31b5-1879-4a7b-8ca7-b2ac3eeda51a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001461 sec., 41067.761806981514 rows/sec., 2.77 MiB/sec. | ||
| 7337 | 2024.12.21 01:20:43.196591 [ 285 ] {031e31b5-1879-4a7b-8ca7-b2ac3eeda51a} <Debug> TCPHandler: Processed in 0.001735079 sec. | ||
| 7338 | 2024.12.21 01:20:43.466983 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7339 | 2024.12.21 01:20:43.467163 [ 287 ] {d6258a4a-8d77-4e9f-b2ac-ccae86441178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7340 | 2024.12.21 01:20:43.467234 [ 287 ] {d6258a4a-8d77-4e9f-b2ac-ccae86441178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7341 | 2024.12.21 01:20:43.468042 [ 287 ] {d6258a4a-8d77-4e9f-b2ac-ccae86441178} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7342 | 2024.12.21 01:20:43.468093 [ 287 ] {d6258a4a-8d77-4e9f-b2ac-ccae86441178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7343 | 2024.12.21 01:20:43.468519 [ 287 ] {d6258a4a-8d77-4e9f-b2ac-ccae86441178} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7344 | 2024.12.21 01:20:43.468772 [ 287 ] {d6258a4a-8d77-4e9f-b2ac-ccae86441178} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7345 | 2024.12.21 01:20:43.469022 [ 287 ] {d6258a4a-8d77-4e9f-b2ac-ccae86441178} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001907 sec., 7341.373885684321 rows/sec., 528.48 KiB/sec. | ||
| 7346 | 2024.12.21 01:20:43.469089 [ 287 ] {d6258a4a-8d77-4e9f-b2ac-ccae86441178} <Debug> TCPHandler: Processed in 0.002229768 sec. | ||
| 7347 | 2024.12.21 01:20:43.469362 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7348 | 2024.12.21 01:20:43.469575 [ 285 ] {8f195759-70a2-4dec-970b-a7cfc6ad3ff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7349 | 2024.12.21 01:20:43.469658 [ 285 ] {8f195759-70a2-4dec-970b-a7cfc6ad3ff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7350 | 2024.12.21 01:20:43.470496 [ 285 ] {8f195759-70a2-4dec-970b-a7cfc6ad3ff3} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7351 | 2024.12.21 01:20:43.470540 [ 285 ] {8f195759-70a2-4dec-970b-a7cfc6ad3ff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7352 | 2024.12.21 01:20:43.470972 [ 285 ] {8f195759-70a2-4dec-970b-a7cfc6ad3ff3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7353 | 2024.12.21 01:20:43.471243 [ 285 ] {8f195759-70a2-4dec-970b-a7cfc6ad3ff3} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7354 | 2024.12.21 01:20:43.471383 [ 103 ] {} <Debug> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 7355 | 2024.12.21 01:20:43.471436 [ 103 ] {} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7356 | 2024.12.21 01:20:43.471460 [ 285 ] {8f195759-70a2-4dec-970b-a7cfc6ad3ff3} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001942 sec., 6179.196704428425 rows/sec., 503.87 KiB/sec. | ||
| 7357 | 2024.12.21 01:20:43.471468 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7358 | 2024.12.21 01:20:43.471639 [ 285 ] {8f195759-70a2-4dec-970b-a7cfc6ad3ff3} <Debug> TCPHandler: Processed in 0.002403481 sec. | ||
| 7359 | 2024.12.21 01:20:43.471913 [ 190 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 7360 | 2024.12.21 01:20:43.471959 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7361 | 2024.12.21 01:20:43.472109 [ 190 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7362 | 2024.12.21 01:20:43.472143 [ 287 ] {c3b21b70-372b-4eaf-b13e-2f629cfc809e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7363 | 2024.12.21 01:20:43.472156 [ 190 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part | ||
| 7364 | 2024.12.21 01:20:43.472217 [ 287 ] {c3b21b70-372b-4eaf-b13e-2f629cfc809e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7365 | 2024.12.21 01:20:43.472324 [ 190 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 7366 | 2024.12.21 01:20:43.472803 [ 190 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
| 7367 | 2024.12.21 01:20:43.473044 [ 190 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 7368 | 2024.12.21 01:20:43.473487 [ 190 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
| 7369 | 2024.12.21 01:20:43.473870 [ 190 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part | ||
| 7370 | 2024.12.21 01:20:43.475410 [ 197 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 5 columns (5 merged, 0 gathered) in 0.003823285 sec., 13600.869409421479 rows/sec., 1.13 MiB/sec. | ||
| 7371 | 2024.12.21 01:20:43.475625 [ 287 ] {c3b21b70-372b-4eaf-b13e-2f629cfc809e} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7372 | 2024.12.21 01:20:43.475665 [ 197 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 7373 | 2024.12.21 01:20:43.475691 [ 287 ] {c3b21b70-372b-4eaf-b13e-2f629cfc809e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7374 | 2024.12.21 01:20:43.476332 [ 188 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_10_2} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7375 | 2024.12.21 01:20:43.476504 [ 188 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_10_2} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 7376 | 2024.12.21 01:20:43.476568 [ 287 ] {c3b21b70-372b-4eaf-b13e-2f629cfc809e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7377 | 2024.12.21 01:20:43.476675 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7378 | 2024.12.21 01:20:43.476917 [ 287 ] {c3b21b70-372b-4eaf-b13e-2f629cfc809e} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7379 | 2024.12.21 01:20:43.477133 [ 103 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7380 | 2024.12.21 01:20:43.477163 [ 287 ] {c3b21b70-372b-4eaf-b13e-2f629cfc809e} <Debug> executeQuery: Read 1365 rows, 116.09 KiB in 0.005064 sec., 269549.7630331754 rows/sec., 22.39 MiB/sec. | ||
| 7381 | 2024.12.21 01:20:43.477219 [ 103 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7382 | 2024.12.21 01:20:43.477320 [ 287 ] {c3b21b70-372b-4eaf-b13e-2f629cfc809e} <Debug> TCPHandler: Processed in 0.005546213 sec. | ||
| 7383 | 2024.12.21 01:20:43.477328 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7384 | 2024.12.21 01:20:43.477544 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7385 | 2024.12.21 01:20:43.477574 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7386 | 2024.12.21 01:20:43.477765 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7387 | 2024.12.21 01:20:43.477838 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1436 rows starting from the beginning of the part | ||
| 7388 | 2024.12.21 01:20:43.477844 [ 285 ] {b0f26a69-7a7b-408e-9ca1-4c3f38f72708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7389 | 2024.12.21 01:20:43.478030 [ 285 ] {b0f26a69-7a7b-408e-9ca1-4c3f38f72708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7390 | 2024.12.21 01:20:43.478068 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 219 rows starting from the beginning of the part | ||
| 7391 | 2024.12.21 01:20:43.478553 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 126 rows starting from the beginning of the part | ||
| 7392 | 2024.12.21 01:20:43.478797 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 219 rows starting from the beginning of the part | ||
| 7393 | 2024.12.21 01:20:43.479057 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 124 rows starting from the beginning of the part | ||
| 7394 | 2024.12.21 01:20:43.479482 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1365 rows starting from the beginning of the part | ||
| 7395 | 2024.12.21 01:20:43.480991 [ 285 ] {b0f26a69-7a7b-408e-9ca1-4c3f38f72708} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7396 | 2024.12.21 01:20:43.481067 [ 285 ] {b0f26a69-7a7b-408e-9ca1-4c3f38f72708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7397 | 2024.12.21 01:20:43.482086 [ 285 ] {b0f26a69-7a7b-408e-9ca1-4c3f38f72708} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7398 | 2024.12.21 01:20:43.482445 [ 285 ] {b0f26a69-7a7b-408e-9ca1-4c3f38f72708} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7399 | 2024.12.21 01:20:43.482632 [ 103 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7400 | 2024.12.21 01:20:43.482674 [ 103 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7401 | 2024.12.21 01:20:43.482723 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7402 | 2024.12.21 01:20:43.482735 [ 285 ] {b0f26a69-7a7b-408e-9ca1-4c3f38f72708} <Debug> executeQuery: Read 27 rows, 1.90 KiB in 0.004963 sec., 5440.25790852307 rows/sec., 381.93 KiB/sec. | ||
| 7403 | 2024.12.21 01:20:43.483025 [ 285 ] {b0f26a69-7a7b-408e-9ca1-4c3f38f72708} <Debug> TCPHandler: Processed in 0.005554763 sec. | ||
| 7404 | 2024.12.21 01:20:43.483514 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::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 | ||
| 7405 | 2024.12.21 01:20:43.483516 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7406 | 2024.12.21 01:20:43.483683 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3489 rows, containing 5 columns (5 merged, 0 gathered) in 0.006226404 sec., 560355.5439062419 rows/sec., 49.13 MiB/sec. | ||
| 7407 | 2024.12.21 01:20:43.483906 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7408 | 2024.12.21 01:20:43.484024 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 67 rows starting from the beginning of the part | ||
| 7409 | 2024.12.21 01:20:43.484045 [ 287 ] {f0a965f7-b28c-4521-b458-645023c75fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7410 | 2024.12.21 01:20:43.484065 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7411 | 2024.12.21 01:20:43.484425 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 15 rows starting from the beginning of the part | ||
| 7412 | 2024.12.21 01:20:43.484446 [ 287 ] {f0a965f7-b28c-4521-b458-645023c75fbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7413 | 2024.12.21 01:20:43.484914 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 38 rows starting from the beginning of the part | ||
| 7414 | 2024.12.21 01:20:43.485318 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_56_11} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7415 | 2024.12.21 01:20:43.485435 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 15 rows starting from the beginning of the part | ||
| 7416 | 2024.12.21 01:20:43.485653 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_56_11} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7417 | 2024.12.21 01:20:43.485893 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 34 rows starting from the beginning of the part | ||
| 7418 | 2024.12.21 01:20:43.486020 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 7419 | 2024.12.21 01:20:43.486333 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 27 rows starting from the beginning of the part | ||
| 7420 | 2024.12.21 01:20:43.487930 [ 287 ] {f0a965f7-b28c-4521-b458-645023c75fbc} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7421 | 2024.12.21 01:20:43.488026 [ 287 ] {f0a965f7-b28c-4521-b458-645023c75fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7422 | 2024.12.21 01:20:43.489042 [ 287 ] {f0a965f7-b28c-4521-b458-645023c75fbc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7423 | 2024.12.21 01:20:43.489250 [ 199 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.006307866 sec., 31072.31510624988 rows/sec., 2.33 MiB/sec. | ||
| 7424 | 2024.12.21 01:20:43.489474 [ 287 ] {f0a965f7-b28c-4521-b458-645023c75fbc} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7425 | 2024.12.21 01:20:43.489484 [ 192 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7426 | 2024.12.21 01:20:43.489873 [ 287 ] {f0a965f7-b28c-4521-b458-645023c75fbc} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.006014 sec., 40239.44130362487 rows/sec., 2.73 MiB/sec. | ||
| 7427 | 2024.12.21 01:20:43.490028 [ 287 ] {f0a965f7-b28c-4521-b458-645023c75fbc} <Debug> TCPHandler: Processed in 0.006817695 sec. | ||
| 7428 | 2024.12.21 01:20:43.490190 [ 192 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_46_9} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7429 | 2024.12.21 01:20:43.490230 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7430 | 2024.12.21 01:20:43.490331 [ 192 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_46_9} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7431 | 2024.12.21 01:20:43.490420 [ 285 ] {5b9b489d-efef-4e67-bdf3-cb11df2f9ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7432 | 2024.12.21 01:20:43.490492 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7433 | 2024.12.21 01:20:43.490533 [ 285 ] {5b9b489d-efef-4e67-bdf3-cb11df2f9ddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7434 | 2024.12.21 01:20:43.491148 [ 285 ] {5b9b489d-efef-4e67-bdf3-cb11df2f9ddc} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7435 | 2024.12.21 01:20:43.491188 [ 285 ] {5b9b489d-efef-4e67-bdf3-cb11df2f9ddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7436 | 2024.12.21 01:20:43.491559 [ 285 ] {5b9b489d-efef-4e67-bdf3-cb11df2f9ddc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7437 | 2024.12.21 01:20:43.491814 [ 285 ] {5b9b489d-efef-4e67-bdf3-cb11df2f9ddc} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7438 | 2024.12.21 01:20:43.492038 [ 285 ] {5b9b489d-efef-4e67-bdf3-cb11df2f9ddc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001665 sec., 7807.807807807808 rows/sec., 486.81 KiB/sec. | ||
| 7439 | 2024.12.21 01:20:43.492216 [ 285 ] {5b9b489d-efef-4e67-bdf3-cb11df2f9ddc} <Debug> TCPHandler: Processed in 0.002065015 sec. | ||
| 7440 | 2024.12.21 01:20:43.492427 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7441 | 2024.12.21 01:20:43.492563 [ 287 ] {3f02d5db-eda9-4238-8893-752828318ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7442 | 2024.12.21 01:20:43.492621 [ 287 ] {3f02d5db-eda9-4238-8893-752828318ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7443 | 2024.12.21 01:20:43.493693 [ 287 ] {3f02d5db-eda9-4238-8893-752828318ad4} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7444 | 2024.12.21 01:20:43.493734 [ 287 ] {3f02d5db-eda9-4238-8893-752828318ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7445 | 2024.12.21 01:20:43.494138 [ 287 ] {3f02d5db-eda9-4238-8893-752828318ad4} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7446 | 2024.12.21 01:20:43.494388 [ 287 ] {3f02d5db-eda9-4238-8893-752828318ad4} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7447 | 2024.12.21 01:20:43.494564 [ 103 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7448 | 2024.12.21 01:20:43.494624 [ 103 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7449 | 2024.12.21 01:20:43.494634 [ 287 ] {3f02d5db-eda9-4238-8893-752828318ad4} <Debug> executeQuery: Read 858 rows, 63.59 KiB in 0.002092 sec., 410133.84321223706 rows/sec., 29.68 MiB/sec. | ||
| 7450 | 2024.12.21 01:20:43.494662 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7451 | 2024.12.21 01:20:43.494776 [ 287 ] {3f02d5db-eda9-4238-8893-752828318ad4} <Debug> TCPHandler: Processed in 0.002465671 sec. | ||
| 7452 | 2024.12.21 01:20:43.494901 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7453 | 2024.12.21 01:20:43.494978 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7454 | 2024.12.21 01:20:43.495076 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7455 | 2024.12.21 01:20:43.495153 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 916 rows starting from the beginning of the part | ||
| 7456 | 2024.12.21 01:20:43.495229 [ 285 ] {2d7424af-95f8-44ed-8218-ef972c9538e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7457 | 2024.12.21 01:20:43.495412 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 390 rows starting from the beginning of the part | ||
| 7458 | 2024.12.21 01:20:43.495430 [ 285 ] {2d7424af-95f8-44ed-8218-ef972c9538e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7459 | 2024.12.21 01:20:43.495880 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 102 rows starting from the beginning of the part | ||
| 7460 | 2024.12.21 01:20:43.496164 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 390 rows starting from the beginning of the part | ||
| 7461 | 2024.12.21 01:20:43.496583 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 98 rows starting from the beginning of the part | ||
| 7462 | 2024.12.21 01:20:43.496931 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 858 rows starting from the beginning of the part | ||
| 7463 | 2024.12.21 01:20:43.497831 [ 285 ] {2d7424af-95f8-44ed-8218-ef972c9538e6} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7464 | 2024.12.21 01:20:43.497906 [ 285 ] {2d7424af-95f8-44ed-8218-ef972c9538e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7465 | 2024.12.21 01:20:43.498868 [ 285 ] {2d7424af-95f8-44ed-8218-ef972c9538e6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7466 | 2024.12.21 01:20:43.499444 [ 285 ] {2d7424af-95f8-44ed-8218-ef972c9538e6} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7467 | 2024.12.21 01:20:43.499822 [ 285 ] {2d7424af-95f8-44ed-8218-ef972c9538e6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004661 sec., 1287.2774082814847 rows/sec., 67.26 KiB/sec. | ||
| 7468 | 2024.12.21 01:20:43.500128 [ 285 ] {2d7424af-95f8-44ed-8218-ef972c9538e6} <Debug> TCPHandler: Processed in 0.005231528 sec. | ||
| 7469 | 2024.12.21 01:20:43.500463 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7470 | 2024.12.21 01:20:43.500657 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2754 rows, containing 5 columns (5 merged, 0 gathered) in 0.005871839 sec., 469018.3092554138 rows/sec., 35.80 MiB/sec. | ||
| 7471 | 2024.12.21 01:20:43.500705 [ 287 ] {703408db-10de-4318-8db1-97898ed59e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7472 | 2024.12.21 01:20:43.500788 [ 287 ] {703408db-10de-4318-8db1-97898ed59e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7473 | 2024.12.21 01:20:43.500972 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7474 | 2024.12.21 01:20:43.501588 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_56_11} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7475 | 2024.12.21 01:20:43.501767 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_56_11} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7476 | 2024.12.21 01:20:43.501951 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 7477 | 2024.12.21 01:20:43.502222 [ 287 ] {703408db-10de-4318-8db1-97898ed59e34} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7478 | 2024.12.21 01:20:43.502266 [ 287 ] {703408db-10de-4318-8db1-97898ed59e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7479 | 2024.12.21 01:20:43.502723 [ 287 ] {703408db-10de-4318-8db1-97898ed59e34} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7480 | 2024.12.21 01:20:43.502966 [ 287 ] {703408db-10de-4318-8db1-97898ed59e34} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7481 | 2024.12.21 01:20:43.503146 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7482 | 2024.12.21 01:20:43.503196 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7483 | 2024.12.21 01:20:43.503220 [ 287 ] {703408db-10de-4318-8db1-97898ed59e34} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.002563 sec., 374951.2290284822 rows/sec., 24.92 MiB/sec. | ||
| 7484 | 2024.12.21 01:20:43.503235 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7485 | 2024.12.21 01:20:43.503387 [ 287 ] {703408db-10de-4318-8db1-97898ed59e34} <Debug> TCPHandler: Processed in 0.003121002 sec. | ||
| 7486 | 2024.12.21 01:20:43.503496 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7487 | 2024.12.21 01:20:43.503699 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7488 | 2024.12.21 01:20:43.503701 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7489 | 2024.12.21 01:20:43.503802 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 16222 rows starting from the beginning of the part | ||
| 7490 | 2024.12.21 01:20:43.504092 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part | ||
| 7491 | 2024.12.21 01:20:43.504412 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 162 rows starting from the beginning of the part | ||
| 7492 | 2024.12.21 01:20:43.504428 [ 285 ] {b7a4ac3c-f70d-4951-adf7-067d19ee7fb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7493 | 2024.12.21 01:20:43.504594 [ 285 ] {b7a4ac3c-f70d-4951-adf7-067d19ee7fb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7494 | 2024.12.21 01:20:43.504701 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
| 7495 | 2024.12.21 01:20:43.505191 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
| 7496 | 2024.12.21 01:20:43.505594 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 961 rows starting from the beginning of the part | ||
| 7497 | 2024.12.21 01:20:43.506620 [ 285 ] {b7a4ac3c-f70d-4951-adf7-067d19ee7fb7} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7498 | 2024.12.21 01:20:43.506688 [ 285 ] {b7a4ac3c-f70d-4951-adf7-067d19ee7fb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7499 | 2024.12.21 01:20:43.507283 [ 285 ] {b7a4ac3c-f70d-4951-adf7-067d19ee7fb7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7500 | 2024.12.21 01:20:43.507611 [ 285 ] {b7a4ac3c-f70d-4951-adf7-067d19ee7fb7} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7501 | 2024.12.21 01:20:43.507977 [ 285 ] {b7a4ac3c-f70d-4951-adf7-067d19ee7fb7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003898 sec., 256.5418163160595 rows/sec., 17.29 KiB/sec. | ||
| 7502 | 2024.12.21 01:20:43.508187 [ 285 ] {b7a4ac3c-f70d-4951-adf7-067d19ee7fb7} <Debug> TCPHandler: Processed in 0.004638838 sec. | ||
| 7503 | 2024.12.21 01:20:43.508401 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7504 | 2024.12.21 01:20:43.508681 [ 287 ] {6b52035c-3a1c-467f-a609-90373d13d3ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7505 | 2024.12.21 01:20:43.508888 [ 287 ] {6b52035c-3a1c-467f-a609-90373d13d3ec} <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 | ||
| 7506 | 2024.12.21 01:20:43.510624 [ 287 ] {6b52035c-3a1c-467f-a609-90373d13d3ec} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7507 | 2024.12.21 01:20:43.510665 [ 287 ] {6b52035c-3a1c-467f-a609-90373d13d3ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7508 | 2024.12.21 01:20:43.511446 [ 287 ] {6b52035c-3a1c-467f-a609-90373d13d3ec} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7509 | 2024.12.21 01:20:43.511729 [ 287 ] {6b52035c-3a1c-467f-a609-90373d13d3ec} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7510 | 2024.12.21 01:20:43.511998 [ 103 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7511 | 2024.12.21 01:20:43.512096 [ 103 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7512 | 2024.12.21 01:20:43.512148 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7513 | 2024.12.21 01:20:43.512210 [ 287 ] {6b52035c-3a1c-467f-a609-90373d13d3ec} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003609 sec., 2216.6805209199224 rows/sec., 3.97 MiB/sec. | ||
| 7514 | 2024.12.21 01:20:43.512483 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::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 | ||
| 7515 | 2024.12.21 01:20:43.512983 [ 287 ] {6b52035c-3a1c-467f-a609-90373d13d3ec} <Debug> TCPHandler: Processed in 0.004680079 sec. | ||
| 7516 | 2024.12.21 01:20:43.513312 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7517 | 2024.12.21 01:20:43.513780 [ 285 ] {072d7e81-521a-49cc-8403-2ea109aaab3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7518 | 2024.12.21 01:20:43.513759 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17979 rows, containing 5 columns (5 merged, 0 gathered) in 0.010361784 sec., 1735125.9204013515 rows/sec., 117.06 MiB/sec. | ||
| 7519 | 2024.12.21 01:20:43.513954 [ 285 ] {072d7e81-521a-49cc-8403-2ea109aaab3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7520 | 2024.12.21 01:20:43.513997 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7521 | 2024.12.21 01:20:43.514212 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7522 | 2024.12.21 01:20:43.514266 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 812 rows starting from the beginning of the part | ||
| 7523 | 2024.12.21 01:20:43.515619 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part | ||
| 7524 | 2024.12.21 01:20:43.515714 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7525 | 2024.12.21 01:20:43.516162 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7526 | 2024.12.21 01:20:43.516741 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB. | ||
| 7527 | 2024.12.21 01:20:43.516908 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 34 rows starting from the beginning of the part | ||
| 7528 | 2024.12.21 01:20:43.516945 [ 285 ] {072d7e81-521a-49cc-8403-2ea109aaab3e} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7529 | 2024.12.21 01:20:43.516998 [ 285 ] {072d7e81-521a-49cc-8403-2ea109aaab3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7530 | 2024.12.21 01:20:43.517450 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
| 7531 | 2024.12.21 01:20:43.517990 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 34 rows starting from the beginning of the part | ||
| 7532 | 2024.12.21 01:20:43.518133 [ 285 ] {072d7e81-521a-49cc-8403-2ea109aaab3e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7533 | 2024.12.21 01:20:43.518443 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part | ||
| 7534 | 2024.12.21 01:20:43.518893 [ 285 ] {072d7e81-521a-49cc-8403-2ea109aaab3e} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7535 | 2024.12.21 01:20:43.519114 [ 103 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7536 | 2024.12.21 01:20:43.519185 [ 103 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7537 | 2024.12.21 01:20:43.519246 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7538 | 2024.12.21 01:20:43.519310 [ 285 ] {072d7e81-521a-49cc-8403-2ea109aaab3e} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005644 sec., 6024.096385542169 rows/sec., 357.99 KiB/sec. | ||
| 7539 | 2024.12.21 01:20:43.519593 [ 285 ] {072d7e81-521a-49cc-8403-2ea109aaab3e} <Debug> TCPHandler: Processed in 0.006462069 sec. | ||
| 7540 | 2024.12.21 01:20:43.519664 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 7541 | 2024.12.21 01:20:43.519873 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7542 | 2024.12.21 01:20:43.519930 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3090 rows starting from the beginning of the part | ||
| 7543 | 2024.12.21 01:20:43.520260 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
| 7544 | 2024.12.21 01:20:43.520653 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 7545 | 2024.12.21 01:20:43.520899 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
| 7546 | 2024.12.21 01:20:43.521041 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
| 7547 | 2024.12.21 01:20:43.521247 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 34 rows starting from the beginning of the part | ||
| 7548 | 2024.12.21 01:20:43.523845 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3408 rows, containing 4 columns (4 merged, 0 gathered) in 0.004486595 sec., 759596.0856729881 rows/sec., 49.49 MiB/sec. | ||
| 7549 | 2024.12.21 01:20:43.524608 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7550 | 2024.12.21 01:20:43.524938 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_56_11} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7551 | 2024.12.21 01:20:43.525026 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_56_11} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7552 | 2024.12.21 01:20:43.525117 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 7553 | 2024.12.21 01:20:43.526725 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 904 rows, containing 19 columns (19 merged, 0 gathered) in 0.014477044 sec., 62443.686708419205 rows/sec., 111.90 MiB/sec. | ||
| 7554 | 2024.12.21 01:20:43.527730 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7555 | 2024.12.21 01:20:43.528128 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7556 | 2024.12.21 01:20:43.528204 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7557 | 2024.12.21 01:20:43.528310 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.69 MiB. | ||
| 7558 | 2024.12.21 01:20:44.000202 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.47 MiB, peak 220.16 MiB, free memory in arenas 0.00 B, will set to 210.91 MiB (RSS), difference: 1.44 MiB | ||
| 7559 | 2024.12.21 01:20:44.078793 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1078 | ||
| 7560 | 2024.12.21 01:20:44.083895 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7561 | 2024.12.21 01:20:44.083951 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7562 | 2024.12.21 01:20:44.085513 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7563 | 2024.12.21 01:20:44.085830 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7564 | 2024.12.21 01:20:44.086494 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1078 | ||
| 7565 | 2024.12.21 01:20:46.452869 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 7566 | 2024.12.21 01:20:46.453626 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7567 | 2024.12.21 01:20:46.453675 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7568 | 2024.12.21 01:20:46.454209 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7569 | 2024.12.21 01:20:46.454470 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7570 | 2024.12.21 01:20:46.454711 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 7571 | 2024.12.21 01:20:47.570562 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7572 | 2024.12.21 01:20:47.592548 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7573 | 2024.12.21 01:20:47.592614 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7574 | 2024.12.21 01:20:47.599866 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7575 | 2024.12.21 01:20:47.600645 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7576 | 2024.12.21 01:20:47.603559 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7577 | 2024.12.21 01:20:48.179078 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7578 | 2024.12.21 01:20:48.179296 [ 287 ] {f0f01d13-83a0-49db-9c2f-95bfcd6c61f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7579 | 2024.12.21 01:20:48.179380 [ 287 ] {f0f01d13-83a0-49db-9c2f-95bfcd6c61f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7580 | 2024.12.21 01:20:48.180193 [ 287 ] {f0f01d13-83a0-49db-9c2f-95bfcd6c61f8} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7581 | 2024.12.21 01:20:48.180248 [ 287 ] {f0f01d13-83a0-49db-9c2f-95bfcd6c61f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7582 | 2024.12.21 01:20:48.180697 [ 287 ] {f0f01d13-83a0-49db-9c2f-95bfcd6c61f8} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7583 | 2024.12.21 01:20:48.180956 [ 287 ] {f0f01d13-83a0-49db-9c2f-95bfcd6c61f8} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7584 | 2024.12.21 01:20:48.181189 [ 287 ] {f0f01d13-83a0-49db-9c2f-95bfcd6c61f8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001954 sec., 28659.160696008188 rows/sec., 2.19 MiB/sec. | ||
| 7585 | 2024.12.21 01:20:48.181258 [ 287 ] {f0f01d13-83a0-49db-9c2f-95bfcd6c61f8} <Debug> TCPHandler: Processed in 0.002329329 sec. | ||
| 7586 | 2024.12.21 01:20:48.181519 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7587 | 2024.12.21 01:20:48.181712 [ 285 ] {20bfa0e7-4db9-41fb-be8c-148a5592885c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7588 | 2024.12.21 01:20:48.181787 [ 285 ] {20bfa0e7-4db9-41fb-be8c-148a5592885c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7589 | 2024.12.21 01:20:48.182565 [ 285 ] {20bfa0e7-4db9-41fb-be8c-148a5592885c} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7590 | 2024.12.21 01:20:48.182610 [ 285 ] {20bfa0e7-4db9-41fb-be8c-148a5592885c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7591 | 2024.12.21 01:20:48.183081 [ 285 ] {20bfa0e7-4db9-41fb-be8c-148a5592885c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7592 | 2024.12.21 01:20:48.183354 [ 285 ] {20bfa0e7-4db9-41fb-be8c-148a5592885c} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7593 | 2024.12.21 01:20:48.183591 [ 285 ] {20bfa0e7-4db9-41fb-be8c-148a5592885c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001922 sec., 33298.64724245577 rows/sec., 2.60 MiB/sec. | ||
| 7594 | 2024.12.21 01:20:48.183701 [ 285 ] {20bfa0e7-4db9-41fb-be8c-148a5592885c} <Debug> TCPHandler: Processed in 0.002316159 sec. | ||
| 7595 | 2024.12.21 01:20:48.183909 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7596 | 2024.12.21 01:20:48.184043 [ 287 ] {03dd0bd2-2e44-4945-9b2c-b343b39701d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7597 | 2024.12.21 01:20:48.184099 [ 287 ] {03dd0bd2-2e44-4945-9b2c-b343b39701d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7598 | 2024.12.21 01:20:48.184692 [ 287 ] {03dd0bd2-2e44-4945-9b2c-b343b39701d1} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7599 | 2024.12.21 01:20:48.184732 [ 287 ] {03dd0bd2-2e44-4945-9b2c-b343b39701d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7600 | 2024.12.21 01:20:48.185147 [ 287 ] {03dd0bd2-2e44-4945-9b2c-b343b39701d1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7601 | 2024.12.21 01:20:48.185389 [ 287 ] {03dd0bd2-2e44-4945-9b2c-b343b39701d1} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7602 | 2024.12.21 01:20:48.185653 [ 287 ] {03dd0bd2-2e44-4945-9b2c-b343b39701d1} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001631 sec., 78479.46045370938 rows/sec., 5.47 MiB/sec. | ||
| 7603 | 2024.12.21 01:20:48.185766 [ 287 ] {03dd0bd2-2e44-4945-9b2c-b343b39701d1} <Debug> TCPHandler: Processed in 0.001959673 sec. | ||
| 7604 | 2024.12.21 01:20:48.185991 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7605 | 2024.12.21 01:20:48.186144 [ 285 ] {7ef75a81-37fb-48ac-bb0b-b9cb48dbe486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7606 | 2024.12.21 01:20:48.186210 [ 285 ] {7ef75a81-37fb-48ac-bb0b-b9cb48dbe486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7607 | 2024.12.21 01:20:48.186755 [ 285 ] {7ef75a81-37fb-48ac-bb0b-b9cb48dbe486} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7608 | 2024.12.21 01:20:48.186793 [ 285 ] {7ef75a81-37fb-48ac-bb0b-b9cb48dbe486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7609 | 2024.12.21 01:20:48.187206 [ 285 ] {7ef75a81-37fb-48ac-bb0b-b9cb48dbe486} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7610 | 2024.12.21 01:20:48.187459 [ 285 ] {7ef75a81-37fb-48ac-bb0b-b9cb48dbe486} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7611 | 2024.12.21 01:20:48.187640 [ 285 ] {7ef75a81-37fb-48ac-bb0b-b9cb48dbe486} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001532 sec., 31331.59268929504 rows/sec., 2.11 MiB/sec. | ||
| 7612 | 2024.12.21 01:20:48.187691 [ 285 ] {7ef75a81-37fb-48ac-bb0b-b9cb48dbe486} <Debug> TCPHandler: Processed in 0.00179329 sec. | ||
| 7613 | 2024.12.21 01:20:53.181839 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7614 | 2024.12.21 01:20:53.182069 [ 287 ] {b70413f4-b9fc-41cd-b5e8-9ee5e2a81449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7615 | 2024.12.21 01:20:53.182152 [ 287 ] {b70413f4-b9fc-41cd-b5e8-9ee5e2a81449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7616 | 2024.12.21 01:20:53.183030 [ 287 ] {b70413f4-b9fc-41cd-b5e8-9ee5e2a81449} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7617 | 2024.12.21 01:20:53.183085 [ 287 ] {b70413f4-b9fc-41cd-b5e8-9ee5e2a81449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7618 | 2024.12.21 01:20:53.183518 [ 287 ] {b70413f4-b9fc-41cd-b5e8-9ee5e2a81449} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7619 | 2024.12.21 01:20:53.183765 [ 287 ] {b70413f4-b9fc-41cd-b5e8-9ee5e2a81449} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7620 | 2024.12.21 01:20:53.184010 [ 287 ] {b70413f4-b9fc-41cd-b5e8-9ee5e2a81449} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002001 sec., 61969.015492253864 rows/sec., 5.26 MiB/sec. | ||
| 7621 | 2024.12.21 01:20:53.184074 [ 287 ] {b70413f4-b9fc-41cd-b5e8-9ee5e2a81449} <Debug> TCPHandler: Processed in 0.002383011 sec. | ||
| 7622 | 2024.12.21 01:20:53.184414 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7623 | 2024.12.21 01:20:53.184714 [ 285 ] {24109680-27c1-4e52-8924-809060f436ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7624 | 2024.12.21 01:20:53.184790 [ 285 ] {24109680-27c1-4e52-8924-809060f436ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7625 | 2024.12.21 01:20:53.185573 [ 285 ] {24109680-27c1-4e52-8924-809060f436ff} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7626 | 2024.12.21 01:20:53.185627 [ 285 ] {24109680-27c1-4e52-8924-809060f436ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7627 | 2024.12.21 01:20:53.186068 [ 285 ] {24109680-27c1-4e52-8924-809060f436ff} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7628 | 2024.12.21 01:20:53.186327 [ 285 ] {24109680-27c1-4e52-8924-809060f436ff} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7629 | 2024.12.21 01:20:53.186595 [ 285 ] {24109680-27c1-4e52-8924-809060f436ff} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001952 sec., 17418.032786885247 rows/sec., 1.28 MiB/sec. | ||
| 7630 | 2024.12.21 01:20:53.186737 [ 285 ] {24109680-27c1-4e52-8924-809060f436ff} <Debug> TCPHandler: Processed in 0.002507122 sec. | ||
| 7631 | 2024.12.21 01:20:53.186985 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7632 | 2024.12.21 01:20:53.187138 [ 287 ] {c3378b6b-ab48-4fa4-9aad-06dcfaaec534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7633 | 2024.12.21 01:20:53.187199 [ 287 ] {c3378b6b-ab48-4fa4-9aad-06dcfaaec534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7634 | 2024.12.21 01:20:53.187896 [ 287 ] {c3378b6b-ab48-4fa4-9aad-06dcfaaec534} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7635 | 2024.12.21 01:20:53.187935 [ 287 ] {c3378b6b-ab48-4fa4-9aad-06dcfaaec534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7636 | 2024.12.21 01:20:53.188303 [ 287 ] {c3378b6b-ab48-4fa4-9aad-06dcfaaec534} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7637 | 2024.12.21 01:20:53.188545 [ 287 ] {c3378b6b-ab48-4fa4-9aad-06dcfaaec534} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7638 | 2024.12.21 01:20:53.188767 [ 287 ] {c3378b6b-ab48-4fa4-9aad-06dcfaaec534} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001663 sec., 58929.64521948286 rows/sec., 4.60 MiB/sec. | ||
| 7639 | 2024.12.21 01:20:53.188823 [ 287 ] {c3378b6b-ab48-4fa4-9aad-06dcfaaec534} <Debug> TCPHandler: Processed in 0.001981894 sec. | ||
| 7640 | 2024.12.21 01:20:53.188992 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7641 | 2024.12.21 01:20:53.189141 [ 285 ] {425c50a9-73fc-47aa-8245-e3ea8c874394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7642 | 2024.12.21 01:20:53.189208 [ 285 ] {425c50a9-73fc-47aa-8245-e3ea8c874394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7643 | 2024.12.21 01:20:53.189879 [ 285 ] {425c50a9-73fc-47aa-8245-e3ea8c874394} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7644 | 2024.12.21 01:20:53.189920 [ 285 ] {425c50a9-73fc-47aa-8245-e3ea8c874394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7645 | 2024.12.21 01:20:53.190344 [ 285 ] {425c50a9-73fc-47aa-8245-e3ea8c874394} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7646 | 2024.12.21 01:20:53.190592 [ 285 ] {425c50a9-73fc-47aa-8245-e3ea8c874394} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7647 | 2024.12.21 01:20:53.190815 [ 285 ] {425c50a9-73fc-47aa-8245-e3ea8c874394} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00171 sec., 93567.25146198831 rows/sec., 6.52 MiB/sec. | ||
| 7648 | 2024.12.21 01:20:53.190872 [ 285 ] {425c50a9-73fc-47aa-8245-e3ea8c874394} <Debug> TCPHandler: Processed in 0.001951723 sec. | ||
| 7649 | 2024.12.21 01:20:53.191045 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7650 | 2024.12.21 01:20:53.191184 [ 287 ] {23a12feb-5a28-46e6-a35c-4bae6d572f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7651 | 2024.12.21 01:20:53.191278 [ 287 ] {23a12feb-5a28-46e6-a35c-4bae6d572f00} <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 | ||
| 7652 | 2024.12.21 01:20:53.192533 [ 287 ] {23a12feb-5a28-46e6-a35c-4bae6d572f00} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7653 | 2024.12.21 01:20:53.192572 [ 287 ] {23a12feb-5a28-46e6-a35c-4bae6d572f00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7654 | 2024.12.21 01:20:53.193236 [ 287 ] {23a12feb-5a28-46e6-a35c-4bae6d572f00} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7655 | 2024.12.21 01:20:53.193495 [ 287 ] {23a12feb-5a28-46e6-a35c-4bae6d572f00} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7656 | 2024.12.21 01:20:53.193731 [ 287 ] {23a12feb-5a28-46e6-a35c-4bae6d572f00} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002579 sec., 13183.404420317953 rows/sec., 23.62 MiB/sec. | ||
| 7657 | 2024.12.21 01:20:53.193842 [ 287 ] {23a12feb-5a28-46e6-a35c-4bae6d572f00} <Debug> TCPHandler: Processed in 0.002863898 sec. | ||
| 7658 | 2024.12.21 01:20:53.194070 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7659 | 2024.12.21 01:20:53.194297 [ 285 ] {06f627e5-327b-440b-9202-9f3f980d5cc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7660 | 2024.12.21 01:20:53.194392 [ 285 ] {06f627e5-327b-440b-9202-9f3f980d5cc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7661 | 2024.12.21 01:20:53.195027 [ 285 ] {06f627e5-327b-440b-9202-9f3f980d5cc0} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7662 | 2024.12.21 01:20:53.195067 [ 285 ] {06f627e5-327b-440b-9202-9f3f980d5cc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7663 | 2024.12.21 01:20:53.195452 [ 285 ] {06f627e5-327b-440b-9202-9f3f980d5cc0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7664 | 2024.12.21 01:20:53.195696 [ 285 ] {06f627e5-327b-440b-9202-9f3f980d5cc0} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7665 | 2024.12.21 01:20:53.195935 [ 285 ] {06f627e5-327b-440b-9202-9f3f980d5cc0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001696 sec., 35377.35849056604 rows/sec., 2.38 MiB/sec. | ||
| 7666 | 2024.12.21 01:20:53.195987 [ 285 ] {06f627e5-327b-440b-9202-9f3f980d5cc0} <Debug> TCPHandler: Processed in 0.002029644 sec. | ||
| 7667 | 2024.12.21 01:20:53.823599 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7668 | 2024.12.21 01:20:53.823673 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7669 | 2024.12.21 01:20:53.954831 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 7670 | 2024.12.21 01:20:53.955459 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7671 | 2024.12.21 01:20:53.955501 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7672 | 2024.12.21 01:20:53.956036 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7673 | 2024.12.21 01:20:53.956312 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7674 | 2024.12.21 01:20:53.956470 [ 88 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7675 | 2024.12.21 01:20:53.956524 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7676 | 2024.12.21 01:20:53.956528 [ 88 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7677 | 2024.12.21 01:20:53.956560 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7678 | 2024.12.21 01:20:53.956706 [ 193 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::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 | ||
| 7679 | 2024.12.21 01:20:53.956888 [ 193 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7680 | 2024.12.21 01:20:53.956936 [ 193 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part | ||
| 7681 | 2024.12.21 01:20:53.957025 [ 193 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part | ||
| 7682 | 2024.12.21 01:20:53.957251 [ 193 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part | ||
| 7683 | 2024.12.21 01:20:53.957502 [ 193 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part | ||
| 7684 | 2024.12.21 01:20:53.957627 [ 193 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part | ||
| 7685 | 2024.12.21 01:20:53.957832 [ 193 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part | ||
| 7686 | 2024.12.21 01:20:53.960430 [ 191 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003794023 sec., 4357116.443416394 rows/sec., 62.33 MiB/sec. | ||
| 7687 | 2024.12.21 01:20:53.960606 [ 186 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7688 | 2024.12.21 01:20:53.961018 [ 186 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_36_7} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7689 | 2024.12.21 01:20:53.961128 [ 186 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_36_7} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7690 | 2024.12.21 01:20:53.961272 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7691 | 2024.12.21 01:20:54.086761 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1098 | ||
| 7692 | 2024.12.21 01:20:54.090062 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7693 | 2024.12.21 01:20:54.090113 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7694 | 2024.12.21 01:20:54.091625 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7695 | 2024.12.21 01:20:54.091932 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7696 | 2024.12.21 01:20:54.092156 [ 88 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7697 | 2024.12.21 01:20:54.092259 [ 88 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7698 | 2024.12.21 01:20:54.092323 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7699 | 2024.12.21 01:20:54.092889 [ 193 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::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 | ||
| 7700 | 2024.12.21 01:20:54.094449 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1098 | ||
| 7701 | 2024.12.21 01:20:54.094802 [ 193 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7702 | 2024.12.21 01:20:54.094973 [ 193 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 908 rows starting from the beginning of the part | ||
| 7703 | 2024.12.21 01:20:54.095562 [ 193 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 7704 | 2024.12.21 01:20:54.096195 [ 193 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part | ||
| 7705 | 2024.12.21 01:20:54.096807 [ 193 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part | ||
| 7706 | 2024.12.21 01:20:54.097403 [ 193 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 58 rows starting from the beginning of the part | ||
| 7707 | 2024.12.21 01:20:54.098061 [ 193 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part | ||
| 7708 | 2024.12.21 01:20:54.106446 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1098 rows, containing 72 columns (72 merged, 0 gathered) in 0.014005886 sec., 78395.61167354925 rows/sec., 62.64 MiB/sec. | ||
| 7709 | 2024.12.21 01:20:54.107838 [ 198 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7710 | 2024.12.21 01:20:54.108618 [ 198 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_26_5} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7711 | 2024.12.21 01:20:54.108701 [ 198 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_26_5} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7712 | 2024.12.21 01:20:54.109011 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.60 MiB. | ||
| 7713 | 2024.12.21 01:20:55.103617 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7714 | 2024.12.21 01:20:55.125525 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7715 | 2024.12.21 01:20:55.125573 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7716 | 2024.12.21 01:20:55.132945 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7717 | 2024.12.21 01:20:55.133752 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7718 | 2024.12.21 01:20:55.134054 [ 87 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7719 | 2024.12.21 01:20:55.134129 [ 87 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7720 | 2024.12.21 01:20:55.134176 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7721 | 2024.12.21 01:20:55.134974 [ 189 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 7722 | 2024.12.21 01:20:55.150553 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7723 | 2024.12.21 01:20:55.152193 [ 189 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7724 | 2024.12.21 01:20:55.153705 [ 189 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part | ||
| 7725 | 2024.12.21 01:20:55.159352 [ 189 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part | ||
| 7726 | 2024.12.21 01:20:55.165266 [ 189 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 7 rows starting from the beginning of the part | ||
| 7727 | 2024.12.21 01:20:55.170934 [ 189 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part | ||
| 7728 | 2024.12.21 01:20:55.176540 [ 189 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part | ||
| 7729 | 2024.12.21 01:20:55.180986 [ 189 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part | ||
| 7730 | 2024.12.21 01:20:55.238806 [ 198 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.104473409 sec., 2603.533306738368 rows/sec., 13.46 MiB/sec. | ||
| 7731 | 2024.12.21 01:20:55.241824 [ 198 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7732 | 2024.12.21 01:20:55.244746 [ 198 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_36_7} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7733 | 2024.12.21 01:20:55.244871 [ 198 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_36_7} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7734 | 2024.12.21 01:20:55.247415 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. | ||
| 7735 | 2024.12.21 01:20:55.413720 [ 87 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7736 | 2024.12.21 01:20:55.413768 [ 87 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7737 | 2024.12.21 01:20:55.413795 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7738 | 2024.12.21 01:20:55.414013 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 7739 | 2024.12.21 01:20:55.414273 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7740 | 2024.12.21 01:20:55.414319 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part | ||
| 7741 | 2024.12.21 01:20:55.414408 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 7742 | 2024.12.21 01:20:55.414685 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 7743 | 2024.12.21 01:20:55.414898 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 7744 | 2024.12.21 01:20:55.415038 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 7745 | 2024.12.21 01:20:55.416207 [ 200 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002323009 sec., 61988.56741407373 rows/sec., 3.16 MiB/sec. | ||
| 7746 | 2024.12.21 01:20:55.416398 [ 201 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7747 | 2024.12.21 01:20:55.416770 [ 201 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_24_5} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7748 | 2024.12.21 01:20:55.416864 [ 201 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_24_5} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7749 | 2024.12.21 01:20:55.416971 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7750 | 2024.12.21 01:20:55.533054 [ 87 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7751 | 2024.12.21 01:20:55.533094 [ 87 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7752 | 2024.12.21 01:20:55.533116 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7753 | 2024.12.21 01:20:55.533320 [ 200 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 7754 | 2024.12.21 01:20:55.533541 [ 200 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7755 | 2024.12.21 01:20:55.533579 [ 200 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 242 rows starting from the beginning of the part | ||
| 7756 | 2024.12.21 01:20:55.533691 [ 200 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 242 rows starting from the beginning of the part | ||
| 7757 | 2024.12.21 01:20:55.533919 [ 200 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 7758 | 2024.12.21 01:20:55.534110 [ 200 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 7759 | 2024.12.21 01:20:55.534256 [ 200 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 242 rows starting from the beginning of the part | ||
| 7760 | 2024.12.21 01:20:55.535350 [ 194 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002166276 sec., 348062.75839274406 rows/sec., 24.92 MiB/sec. | ||
| 7761 | 2024.12.21 01:20:55.535558 [ 199 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7762 | 2024.12.21 01:20:55.535876 [ 199 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_24_5} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7763 | 2024.12.21 01:20:55.535960 [ 199 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_24_5} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7764 | 2024.12.21 01:20:55.536052 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 7765 | 2024.12.21 01:20:58.185170 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7766 | 2024.12.21 01:20:58.185474 [ 287 ] {e6d07847-918e-412d-9398-8de4dc62639a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7767 | 2024.12.21 01:20:58.185592 [ 287 ] {e6d07847-918e-412d-9398-8de4dc62639a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7768 | 2024.12.21 01:20:58.186462 [ 287 ] {e6d07847-918e-412d-9398-8de4dc62639a} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7769 | 2024.12.21 01:20:58.186517 [ 287 ] {e6d07847-918e-412d-9398-8de4dc62639a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7770 | 2024.12.21 01:20:58.186951 [ 287 ] {e6d07847-918e-412d-9398-8de4dc62639a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7771 | 2024.12.21 01:20:58.187208 [ 287 ] {e6d07847-918e-412d-9398-8de4dc62639a} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7772 | 2024.12.21 01:20:58.187433 [ 83 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7773 | 2024.12.21 01:20:58.187468 [ 287 ] {e6d07847-918e-412d-9398-8de4dc62639a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002078 sec., 6737.247353224254 rows/sec., 484.99 KiB/sec. | ||
| 7774 | 2024.12.21 01:20:58.187558 [ 83 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7775 | 2024.12.21 01:20:58.187650 [ 287 ] {e6d07847-918e-412d-9398-8de4dc62639a} <Debug> TCPHandler: Processed in 0.002669315 sec. | ||
| 7776 | 2024.12.21 01:20:58.187659 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7777 | 2024.12.21 01:20:58.187986 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7778 | 2024.12.21 01:20:58.188002 [ 201 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 7779 | 2024.12.21 01:20:58.188441 [ 285 ] {7e269256-9a3c-44a4-9d4d-96a3037c1a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7780 | 2024.12.21 01:20:58.188466 [ 201 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7781 | 2024.12.21 01:20:58.188540 [ 201 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 14 rows starting from the beginning of the part | ||
| 7782 | 2024.12.21 01:20:58.188567 [ 285 ] {7e269256-9a3c-44a4-9d4d-96a3037c1a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7783 | 2024.12.21 01:20:58.188847 [ 201 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 7784 | 2024.12.21 01:20:58.189220 [ 201 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 7785 | 2024.12.21 01:20:58.189476 [ 201 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 7786 | 2024.12.21 01:20:58.189840 [ 201 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 7787 | 2024.12.21 01:20:58.191763 [ 285 ] {7e269256-9a3c-44a4-9d4d-96a3037c1a4c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7788 | 2024.12.21 01:20:58.191836 [ 285 ] {7e269256-9a3c-44a4-9d4d-96a3037c1a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7789 | 2024.12.21 01:20:58.192403 [ 194 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004597018 sec., 15227.262542804923 rows/sec., 1.13 MiB/sec. | ||
| 7790 | 2024.12.21 01:20:58.192716 [ 194 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7791 | 2024.12.21 01:20:58.192918 [ 285 ] {7e269256-9a3c-44a4-9d4d-96a3037c1a4c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7792 | 2024.12.21 01:20:58.193234 [ 194 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_25_6} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7793 | 2024.12.21 01:20:58.193392 [ 194 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_25_6} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7794 | 2024.12.21 01:20:58.193418 [ 285 ] {7e269256-9a3c-44a4-9d4d-96a3037c1a4c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7795 | 2024.12.21 01:20:58.193560 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7796 | 2024.12.21 01:20:58.193754 [ 285 ] {7e269256-9a3c-44a4-9d4d-96a3037c1a4c} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.005486 sec., 39919.79584396646 rows/sec., 3.48 MiB/sec. | ||
| 7797 | 2024.12.21 01:20:58.193833 [ 285 ] {7e269256-9a3c-44a4-9d4d-96a3037c1a4c} <Debug> TCPHandler: Processed in 0.006021791 sec. | ||
| 7798 | 2024.12.21 01:20:58.194013 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7799 | 2024.12.21 01:20:58.194135 [ 287 ] {e3e0c215-b3c3-4f30-9527-006d72d07255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7800 | 2024.12.21 01:20:58.194189 [ 287 ] {e3e0c215-b3c3-4f30-9527-006d72d07255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7801 | 2024.12.21 01:20:58.194810 [ 287 ] {e3e0c215-b3c3-4f30-9527-006d72d07255} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7802 | 2024.12.21 01:20:58.194852 [ 287 ] {e3e0c215-b3c3-4f30-9527-006d72d07255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7803 | 2024.12.21 01:20:58.195239 [ 287 ] {e3e0c215-b3c3-4f30-9527-006d72d07255} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7804 | 2024.12.21 01:20:58.195486 [ 287 ] {e3e0c215-b3c3-4f30-9527-006d72d07255} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7805 | 2024.12.21 01:20:58.195693 [ 287 ] {e3e0c215-b3c3-4f30-9527-006d72d07255} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001587 sec., 9451.795841209829 rows/sec., 666.43 KiB/sec. | ||
| 7806 | 2024.12.21 01:20:58.195749 [ 287 ] {e3e0c215-b3c3-4f30-9527-006d72d07255} <Debug> TCPHandler: Processed in 0.00179434 sec. | ||
| 7807 | 2024.12.21 01:20:58.195913 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7808 | 2024.12.21 01:20:58.196060 [ 285 ] {3f0e5b75-6032-4376-9949-b156505f18c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7809 | 2024.12.21 01:20:58.196123 [ 285 ] {3f0e5b75-6032-4376-9949-b156505f18c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7810 | 2024.12.21 01:20:58.196825 [ 285 ] {3f0e5b75-6032-4376-9949-b156505f18c8} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7811 | 2024.12.21 01:20:58.196866 [ 285 ] {3f0e5b75-6032-4376-9949-b156505f18c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7812 | 2024.12.21 01:20:58.197239 [ 285 ] {3f0e5b75-6032-4376-9949-b156505f18c8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7813 | 2024.12.21 01:20:58.197493 [ 285 ] {3f0e5b75-6032-4376-9949-b156505f18c8} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7814 | 2024.12.21 01:20:58.197712 [ 285 ] {3f0e5b75-6032-4376-9949-b156505f18c8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001686 sec., 8303.67734282325 rows/sec., 581.54 KiB/sec. | ||
| 7815 | 2024.12.21 01:20:58.197921 [ 285 ] {3f0e5b75-6032-4376-9949-b156505f18c8} <Debug> TCPHandler: Processed in 0.002071195 sec. | ||
| 7816 | 2024.12.21 01:20:58.198111 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7817 | 2024.12.21 01:20:58.198227 [ 287 ] {7c26e49c-3d86-4496-95c1-03afbf0cc82f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7818 | 2024.12.21 01:20:58.198278 [ 287 ] {7c26e49c-3d86-4496-95c1-03afbf0cc82f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7819 | 2024.12.21 01:20:58.198869 [ 287 ] {7c26e49c-3d86-4496-95c1-03afbf0cc82f} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7820 | 2024.12.21 01:20:58.198910 [ 287 ] {7c26e49c-3d86-4496-95c1-03afbf0cc82f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7821 | 2024.12.21 01:20:58.199268 [ 287 ] {7c26e49c-3d86-4496-95c1-03afbf0cc82f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7822 | 2024.12.21 01:20:58.199527 [ 287 ] {7c26e49c-3d86-4496-95c1-03afbf0cc82f} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7823 | 2024.12.21 01:20:58.199690 [ 83 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7824 | 2024.12.21 01:20:58.199749 [ 83 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7825 | 2024.12.21 01:20:58.199784 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7826 | 2024.12.21 01:20:58.199798 [ 287 ] {7c26e49c-3d86-4496-95c1-03afbf0cc82f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001584 sec., 8207.070707070707 rows/sec., 511.71 KiB/sec. | ||
| 7827 | 2024.12.21 01:20:58.200098 [ 287 ] {7c26e49c-3d86-4496-95c1-03afbf0cc82f} <Debug> TCPHandler: Processed in 0.002041734 sec. | ||
| 7828 | 2024.12.21 01:20:58.200500 [ 187 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 7829 | 2024.12.21 01:20:58.200565 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7830 | 2024.12.21 01:20:58.200821 [ 187 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7831 | 2024.12.21 01:20:58.200864 [ 285 ] {bac4c394-85af-4f03-b79a-3bb86f12e559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7832 | 2024.12.21 01:20:58.200865 [ 187 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 13 rows starting from the beginning of the part | ||
| 7833 | 2024.12.21 01:20:58.200925 [ 285 ] {bac4c394-85af-4f03-b79a-3bb86f12e559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7834 | 2024.12.21 01:20:58.201079 [ 187 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part | ||
| 7835 | 2024.12.21 01:20:58.201481 [ 187 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part | ||
| 7836 | 2024.12.21 01:20:58.201821 [ 187 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part | ||
| 7837 | 2024.12.21 01:20:58.202242 [ 187 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part | ||
| 7838 | 2024.12.21 01:20:58.203563 [ 285 ] {bac4c394-85af-4f03-b79a-3bb86f12e559} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7839 | 2024.12.21 01:20:58.203610 [ 285 ] {bac4c394-85af-4f03-b79a-3bb86f12e559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7840 | 2024.12.21 01:20:58.203833 [ 187 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003920266 sec., 16580.507547191948 rows/sec., 1.07 MiB/sec. | ||
| 7841 | 2024.12.21 01:20:58.203964 [ 187 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7842 | 2024.12.21 01:20:58.204151 [ 285 ] {bac4c394-85af-4f03-b79a-3bb86f12e559} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7843 | 2024.12.21 01:20:58.204309 [ 187 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_25_6} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7844 | 2024.12.21 01:20:58.204392 [ 187 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_25_6} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7845 | 2024.12.21 01:20:58.204441 [ 285 ] {bac4c394-85af-4f03-b79a-3bb86f12e559} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7846 | 2024.12.21 01:20:58.204483 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7847 | 2024.12.21 01:20:58.204651 [ 285 ] {bac4c394-85af-4f03-b79a-3bb86f12e559} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.003823 sec., 102014.12503269683 rows/sec., 7.23 MiB/sec. | ||
| 7848 | 2024.12.21 01:20:58.204710 [ 285 ] {bac4c394-85af-4f03-b79a-3bb86f12e559} <Debug> TCPHandler: Processed in 0.004453065 sec. | ||
| 7849 | 2024.12.21 01:20:58.204930 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7850 | 2024.12.21 01:20:58.205151 [ 287 ] {9107be0a-10bd-4a61-96a2-09efd6a0f2ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7851 | 2024.12.21 01:20:58.205246 [ 287 ] {9107be0a-10bd-4a61-96a2-09efd6a0f2ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7852 | 2024.12.21 01:20:58.205987 [ 287 ] {9107be0a-10bd-4a61-96a2-09efd6a0f2ca} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7853 | 2024.12.21 01:20:58.206027 [ 287 ] {9107be0a-10bd-4a61-96a2-09efd6a0f2ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7854 | 2024.12.21 01:20:58.206400 [ 287 ] {9107be0a-10bd-4a61-96a2-09efd6a0f2ca} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7855 | 2024.12.21 01:20:58.206641 [ 287 ] {9107be0a-10bd-4a61-96a2-09efd6a0f2ca} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7856 | 2024.12.21 01:20:58.206853 [ 287 ] {9107be0a-10bd-4a61-96a2-09efd6a0f2ca} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001756 sec., 3416.8564920273348 rows/sec., 178.52 KiB/sec. | ||
| 7857 | 2024.12.21 01:20:58.206908 [ 287 ] {9107be0a-10bd-4a61-96a2-09efd6a0f2ca} <Debug> TCPHandler: Processed in 0.002085225 sec. | ||
| 7858 | 2024.12.21 01:20:58.207128 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7859 | 2024.12.21 01:20:58.207355 [ 285 ] {e9da80e8-e38f-4bc0-bbd8-265938fe42d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7860 | 2024.12.21 01:20:58.207452 [ 285 ] {e9da80e8-e38f-4bc0-bbd8-265938fe42d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7861 | 2024.12.21 01:20:58.208211 [ 285 ] {e9da80e8-e38f-4bc0-bbd8-265938fe42d9} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7862 | 2024.12.21 01:20:58.208249 [ 285 ] {e9da80e8-e38f-4bc0-bbd8-265938fe42d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7863 | 2024.12.21 01:20:58.208656 [ 285 ] {e9da80e8-e38f-4bc0-bbd8-265938fe42d9} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7864 | 2024.12.21 01:20:58.208904 [ 285 ] {e9da80e8-e38f-4bc0-bbd8-265938fe42d9} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7865 | 2024.12.21 01:20:58.209121 [ 285 ] {e9da80e8-e38f-4bc0-bbd8-265938fe42d9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001814 sec., 130650.49614112457 rows/sec., 8.76 MiB/sec. | ||
| 7866 | 2024.12.21 01:20:58.209197 [ 285 ] {e9da80e8-e38f-4bc0-bbd8-265938fe42d9} <Debug> TCPHandler: Processed in 0.002186786 sec. | ||
| 7867 | 2024.12.21 01:20:58.209484 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7868 | 2024.12.21 01:20:58.209644 [ 287 ] {443eb6be-2211-40a0-a378-c1e4134e9cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7869 | 2024.12.21 01:20:58.209706 [ 287 ] {443eb6be-2211-40a0-a378-c1e4134e9cfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7870 | 2024.12.21 01:20:58.210192 [ 287 ] {443eb6be-2211-40a0-a378-c1e4134e9cfa} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7871 | 2024.12.21 01:20:58.210231 [ 287 ] {443eb6be-2211-40a0-a378-c1e4134e9cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7872 | 2024.12.21 01:20:58.210610 [ 287 ] {443eb6be-2211-40a0-a378-c1e4134e9cfa} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7873 | 2024.12.21 01:20:58.210851 [ 287 ] {443eb6be-2211-40a0-a378-c1e4134e9cfa} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7874 | 2024.12.21 01:20:58.211116 [ 287 ] {443eb6be-2211-40a0-a378-c1e4134e9cfa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001501 sec., 666.2225183211193 rows/sec., 44.89 KiB/sec. | ||
| 7875 | 2024.12.21 01:20:58.211312 [ 287 ] {443eb6be-2211-40a0-a378-c1e4134e9cfa} <Debug> TCPHandler: Processed in 0.002011024 sec. | ||
| 7876 | 2024.12.21 01:20:58.211494 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7877 | 2024.12.21 01:20:58.211631 [ 285 ] {166d23fd-1430-4c1f-85d7-8ded01a1ffdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7878 | 2024.12.21 01:20:58.211724 [ 285 ] {166d23fd-1430-4c1f-85d7-8ded01a1ffdd} <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 | ||
| 7879 | 2024.12.21 01:20:58.212799 [ 285 ] {166d23fd-1430-4c1f-85d7-8ded01a1ffdd} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7880 | 2024.12.21 01:20:58.212838 [ 285 ] {166d23fd-1430-4c1f-85d7-8ded01a1ffdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7881 | 2024.12.21 01:20:58.213447 [ 285 ] {166d23fd-1430-4c1f-85d7-8ded01a1ffdd} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7882 | 2024.12.21 01:20:58.213711 [ 285 ] {166d23fd-1430-4c1f-85d7-8ded01a1ffdd} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7883 | 2024.12.21 01:20:58.213916 [ 285 ] {166d23fd-1430-4c1f-85d7-8ded01a1ffdd} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002317 sec., 3452.740612861459 rows/sec., 6.19 MiB/sec. | ||
| 7884 | 2024.12.21 01:20:58.214018 [ 285 ] {166d23fd-1430-4c1f-85d7-8ded01a1ffdd} <Debug> TCPHandler: Processed in 0.002593154 sec. | ||
| 7885 | 2024.12.21 01:20:58.214216 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7886 | 2024.12.21 01:20:58.214438 [ 287 ] {575491f0-1de1-4cb2-8d97-ae9aa060492c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7887 | 2024.12.21 01:20:58.214534 [ 287 ] {575491f0-1de1-4cb2-8d97-ae9aa060492c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7888 | 2024.12.21 01:20:58.215162 [ 287 ] {575491f0-1de1-4cb2-8d97-ae9aa060492c} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7889 | 2024.12.21 01:20:58.215203 [ 287 ] {575491f0-1de1-4cb2-8d97-ae9aa060492c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 7890 | 2024.12.21 01:20:58.215586 [ 287 ] {575491f0-1de1-4cb2-8d97-ae9aa060492c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7891 | 2024.12.21 01:20:58.215832 [ 287 ] {575491f0-1de1-4cb2-8d97-ae9aa060492c} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7892 | 2024.12.21 01:20:58.216087 [ 287 ] {575491f0-1de1-4cb2-8d97-ae9aa060492c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001691 sec., 48492.016558249554 rows/sec., 3.08 MiB/sec. | ||
| 7893 | 2024.12.21 01:20:58.216149 [ 287 ] {575491f0-1de1-4cb2-8d97-ae9aa060492c} <Debug> TCPHandler: Processed in 0.002037004 sec. | ||
| 7894 | 2024.12.21 01:21:01.456641 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 7895 | 2024.12.21 01:21:01.457367 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7896 | 2024.12.21 01:21:01.457420 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7897 | 2024.12.21 01:21:01.457950 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7898 | 2024.12.21 01:21:01.458204 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7899 | 2024.12.21 01:21:01.458450 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 7900 | 2024.12.21 01:21:02.650638 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7901 | 2024.12.21 01:21:02.669691 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7902 | 2024.12.21 01:21:02.669759 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7903 | 2024.12.21 01:21:02.676785 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7904 | 2024.12.21 01:21:02.677556 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7905 | 2024.12.21 01:21:02.682668 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7906 | 2024.12.21 01:21:03.181667 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7907 | 2024.12.21 01:21:03.181972 [ 287 ] {3b7855c9-a39b-4456-88d1-026a3f71241b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7908 | 2024.12.21 01:21:03.182055 [ 287 ] {3b7855c9-a39b-4456-88d1-026a3f71241b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7909 | 2024.12.21 01:21:03.182817 [ 287 ] {3b7855c9-a39b-4456-88d1-026a3f71241b} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7910 | 2024.12.21 01:21:03.182864 [ 287 ] {3b7855c9-a39b-4456-88d1-026a3f71241b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7911 | 2024.12.21 01:21:03.183285 [ 287 ] {3b7855c9-a39b-4456-88d1-026a3f71241b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7912 | 2024.12.21 01:21:03.183537 [ 287 ] {3b7855c9-a39b-4456-88d1-026a3f71241b} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7913 | 2024.12.21 01:21:03.183766 [ 287 ] {3b7855c9-a39b-4456-88d1-026a3f71241b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001871 sec., 1068.9470871191875 rows/sec., 87.17 KiB/sec. | ||
| 7914 | 2024.12.21 01:21:03.183928 [ 287 ] {3b7855c9-a39b-4456-88d1-026a3f71241b} <Debug> TCPHandler: Processed in 0.002446011 sec. | ||
| 7915 | 2024.12.21 01:21:03.184200 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7916 | 2024.12.21 01:21:03.184401 [ 285 ] {db73abb9-8e59-44d9-a16d-cca7c9d6ec4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7917 | 2024.12.21 01:21:03.184477 [ 285 ] {db73abb9-8e59-44d9-a16d-cca7c9d6ec4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7918 | 2024.12.21 01:21:03.185331 [ 285 ] {db73abb9-8e59-44d9-a16d-cca7c9d6ec4e} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7919 | 2024.12.21 01:21:03.185377 [ 285 ] {db73abb9-8e59-44d9-a16d-cca7c9d6ec4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7920 | 2024.12.21 01:21:03.185809 [ 285 ] {db73abb9-8e59-44d9-a16d-cca7c9d6ec4e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7921 | 2024.12.21 01:21:03.186077 [ 285 ] {db73abb9-8e59-44d9-a16d-cca7c9d6ec4e} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7922 | 2024.12.21 01:21:03.186314 [ 285 ] {db73abb9-8e59-44d9-a16d-cca7c9d6ec4e} <Debug> executeQuery: Read 125 rows, 10.86 KiB in 0.00197 sec., 63451.77664974619 rows/sec., 5.38 MiB/sec. | ||
| 7923 | 2024.12.21 01:21:03.186378 [ 285 ] {db73abb9-8e59-44d9-a16d-cca7c9d6ec4e} <Debug> TCPHandler: Processed in 0.002318979 sec. | ||
| 7924 | 2024.12.21 01:21:03.186554 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7925 | 2024.12.21 01:21:03.186698 [ 287 ] {53a696b6-78ce-4b4d-8f42-e1d4c80cb29a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7926 | 2024.12.21 01:21:03.186760 [ 287 ] {53a696b6-78ce-4b4d-8f42-e1d4c80cb29a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7927 | 2024.12.21 01:21:03.187406 [ 287 ] {53a696b6-78ce-4b4d-8f42-e1d4c80cb29a} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7928 | 2024.12.21 01:21:03.187445 [ 287 ] {53a696b6-78ce-4b4d-8f42-e1d4c80cb29a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7929 | 2024.12.21 01:21:03.187811 [ 287 ] {53a696b6-78ce-4b4d-8f42-e1d4c80cb29a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7930 | 2024.12.21 01:21:03.188062 [ 287 ] {53a696b6-78ce-4b4d-8f42-e1d4c80cb29a} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7931 | 2024.12.21 01:21:03.188240 [ 287 ] {53a696b6-78ce-4b4d-8f42-e1d4c80cb29a} <Debug> executeQuery: Read 36 rows, 2.70 KiB in 0.001577 sec., 22828.154724159795 rows/sec., 1.67 MiB/sec. | ||
| 7932 | 2024.12.21 01:21:03.188293 [ 287 ] {53a696b6-78ce-4b4d-8f42-e1d4c80cb29a} <Debug> TCPHandler: Processed in 0.001807571 sec. | ||
| 7933 | 2024.12.21 01:21:03.188514 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7934 | 2024.12.21 01:21:03.188744 [ 285 ] {7419afc6-3903-46cc-bd08-6351e443428f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7935 | 2024.12.21 01:21:03.188837 [ 285 ] {7419afc6-3903-46cc-bd08-6351e443428f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7936 | 2024.12.21 01:21:03.189551 [ 285 ] {7419afc6-3903-46cc-bd08-6351e443428f} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7937 | 2024.12.21 01:21:03.189591 [ 285 ] {7419afc6-3903-46cc-bd08-6351e443428f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7938 | 2024.12.21 01:21:03.189969 [ 285 ] {7419afc6-3903-46cc-bd08-6351e443428f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7939 | 2024.12.21 01:21:03.190225 [ 285 ] {7419afc6-3903-46cc-bd08-6351e443428f} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7940 | 2024.12.21 01:21:03.190416 [ 285 ] {7419afc6-3903-46cc-bd08-6351e443428f} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.00173 sec., 57803.46820809248 rows/sec., 4.52 MiB/sec. | ||
| 7941 | 2024.12.21 01:21:03.190482 [ 285 ] {7419afc6-3903-46cc-bd08-6351e443428f} <Debug> TCPHandler: Processed in 0.002082135 sec. | ||
| 7942 | 2024.12.21 01:21:03.190691 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7943 | 2024.12.21 01:21:03.190847 [ 287 ] {9187c4f2-2f68-41f4-9fda-6c602bb61c33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7944 | 2024.12.21 01:21:03.190904 [ 287 ] {9187c4f2-2f68-41f4-9fda-6c602bb61c33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7945 | 2024.12.21 01:21:03.191480 [ 287 ] {9187c4f2-2f68-41f4-9fda-6c602bb61c33} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7946 | 2024.12.21 01:21:03.191519 [ 287 ] {9187c4f2-2f68-41f4-9fda-6c602bb61c33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7947 | 2024.12.21 01:21:03.191925 [ 287 ] {9187c4f2-2f68-41f4-9fda-6c602bb61c33} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7948 | 2024.12.21 01:21:03.192158 [ 287 ] {9187c4f2-2f68-41f4-9fda-6c602bb61c33} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7949 | 2024.12.21 01:21:03.192374 [ 287 ] {9187c4f2-2f68-41f4-9fda-6c602bb61c33} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001553 sec., 103670.31551835158 rows/sec., 7.22 MiB/sec. | ||
| 7950 | 2024.12.21 01:21:03.192428 [ 287 ] {9187c4f2-2f68-41f4-9fda-6c602bb61c33} <Debug> TCPHandler: Processed in 0.001844261 sec. | ||
| 7951 | 2024.12.21 01:21:03.192569 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7952 | 2024.12.21 01:21:03.192688 [ 285 ] {d0df7c84-4216-49a4-8214-dd8a90ce6c4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7953 | 2024.12.21 01:21:03.192770 [ 285 ] {d0df7c84-4216-49a4-8214-dd8a90ce6c4d} <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 | ||
| 7954 | 2024.12.21 01:21:03.193905 [ 285 ] {d0df7c84-4216-49a4-8214-dd8a90ce6c4d} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7955 | 2024.12.21 01:21:03.193944 [ 285 ] {d0df7c84-4216-49a4-8214-dd8a90ce6c4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7956 | 2024.12.21 01:21:03.194612 [ 285 ] {d0df7c84-4216-49a4-8214-dd8a90ce6c4d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7957 | 2024.12.21 01:21:03.194878 [ 285 ] {d0df7c84-4216-49a4-8214-dd8a90ce6c4d} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7958 | 2024.12.21 01:21:03.195091 [ 285 ] {d0df7c84-4216-49a4-8214-dd8a90ce6c4d} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002429 sec., 13997.529847673939 rows/sec., 25.08 MiB/sec. | ||
| 7959 | 2024.12.21 01:21:03.195192 [ 285 ] {d0df7c84-4216-49a4-8214-dd8a90ce6c4d} <Debug> TCPHandler: Processed in 0.002680015 sec. | ||
| 7960 | 2024.12.21 01:21:03.195398 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7961 | 2024.12.21 01:21:03.195616 [ 287 ] {5dee992d-3329-4a67-9876-33d0c5e445aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7962 | 2024.12.21 01:21:03.195710 [ 287 ] {5dee992d-3329-4a67-9876-33d0c5e445aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7963 | 2024.12.21 01:21:03.196327 [ 287 ] {5dee992d-3329-4a67-9876-33d0c5e445aa} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7964 | 2024.12.21 01:21:03.196365 [ 287 ] {5dee992d-3329-4a67-9876-33d0c5e445aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7965 | 2024.12.21 01:21:03.196745 [ 287 ] {5dee992d-3329-4a67-9876-33d0c5e445aa} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7966 | 2024.12.21 01:21:03.196981 [ 287 ] {5dee992d-3329-4a67-9876-33d0c5e445aa} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7967 | 2024.12.21 01:21:03.197198 [ 287 ] {5dee992d-3329-4a67-9876-33d0c5e445aa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001637 sec., 36652.41295051924 rows/sec., 2.47 MiB/sec. | ||
| 7968 | 2024.12.21 01:21:03.197249 [ 287 ] {5dee992d-3329-4a67-9876-33d0c5e445aa} <Debug> TCPHandler: Processed in 0.001959624 sec. | ||
| 7969 | 2024.12.21 01:21:04.094633 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1134 | ||
| 7970 | 2024.12.21 01:21:04.097841 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7971 | 2024.12.21 01:21:04.097903 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7972 | 2024.12.21 01:21:04.099388 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7973 | 2024.12.21 01:21:04.099704 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7974 | 2024.12.21 01:21:04.100380 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1134 | ||
| 7975 | 2024.12.21 01:21:08.185312 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7976 | 2024.12.21 01:21:08.185507 [ 287 ] {d1254b97-977c-4b9b-8fa2-818454a282b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7977 | 2024.12.21 01:21:08.185582 [ 287 ] {d1254b97-977c-4b9b-8fa2-818454a282b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7978 | 2024.12.21 01:21:08.186364 [ 287 ] {d1254b97-977c-4b9b-8fa2-818454a282b7} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7979 | 2024.12.21 01:21:08.186418 [ 287 ] {d1254b97-977c-4b9b-8fa2-818454a282b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7980 | 2024.12.21 01:21:08.186848 [ 287 ] {d1254b97-977c-4b9b-8fa2-818454a282b7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7981 | 2024.12.21 01:21:08.187106 [ 287 ] {d1254b97-977c-4b9b-8fa2-818454a282b7} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7982 | 2024.12.21 01:21:08.187376 [ 287 ] {d1254b97-977c-4b9b-8fa2-818454a282b7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001913 sec., 7318.348144276007 rows/sec., 526.82 KiB/sec. | ||
| 7983 | 2024.12.21 01:21:08.187486 [ 287 ] {d1254b97-977c-4b9b-8fa2-818454a282b7} <Debug> TCPHandler: Processed in 0.002309139 sec. | ||
| 7984 | 2024.12.21 01:21:08.187835 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7985 | 2024.12.21 01:21:08.188083 [ 285 ] {13a31d16-8d70-442a-a197-44c1d5721c4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7986 | 2024.12.21 01:21:08.188164 [ 285 ] {13a31d16-8d70-442a-a197-44c1d5721c4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7987 | 2024.12.21 01:21:08.188985 [ 285 ] {13a31d16-8d70-442a-a197-44c1d5721c4e} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7988 | 2024.12.21 01:21:08.189028 [ 285 ] {13a31d16-8d70-442a-a197-44c1d5721c4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7989 | 2024.12.21 01:21:08.189496 [ 285 ] {13a31d16-8d70-442a-a197-44c1d5721c4e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7990 | 2024.12.21 01:21:08.189776 [ 285 ] {13a31d16-8d70-442a-a197-44c1d5721c4e} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7991 | 2024.12.21 01:21:08.189929 [ 67 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7992 | 2024.12.21 01:21:08.189982 [ 67 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7993 | 2024.12.21 01:21:08.189993 [ 285 ] {13a31d16-8d70-442a-a197-44c1d5721c4e} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001978 sec., 110717.89686552071 rows/sec., 9.64 MiB/sec. | ||
| 7994 | 2024.12.21 01:21:08.190014 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 7995 | 2024.12.21 01:21:08.190114 [ 285 ] {13a31d16-8d70-442a-a197-44c1d5721c4e} <Debug> TCPHandler: Processed in 0.002478321 sec. | ||
| 7996 | 2024.12.21 01:21:08.190341 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 7997 | 2024.12.21 01:21:08.190360 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7998 | 2024.12.21 01:21:08.190648 [ 287 ] {f109c4f0-6613-4891-8aa9-81dcb6a0be18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7999 | 2024.12.21 01:21:08.190658 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8000 | 2024.12.21 01:21:08.190758 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1436 rows starting from the beginning of the part | ||
| 8001 | 2024.12.21 01:21:08.190761 [ 287 ] {f109c4f0-6613-4891-8aa9-81dcb6a0be18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8002 | 2024.12.21 01:21:08.191078 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part | ||
| 8003 | 2024.12.21 01:21:08.191435 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 124 rows starting from the beginning of the part | ||
| 8004 | 2024.12.21 01:21:08.191766 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 219 rows starting from the beginning of the part | ||
| 8005 | 2024.12.21 01:21:08.192166 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 125 rows starting from the beginning of the part | ||
| 8006 | 2024.12.21 01:21:08.192566 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 219 rows starting from the beginning of the part | ||
| 8007 | 2024.12.21 01:21:08.193919 [ 287 ] {f109c4f0-6613-4891-8aa9-81dcb6a0be18} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8008 | 2024.12.21 01:21:08.193984 [ 287 ] {f109c4f0-6613-4891-8aa9-81dcb6a0be18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8009 | 2024.12.21 01:21:08.195081 [ 287 ] {f109c4f0-6613-4891-8aa9-81dcb6a0be18} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8010 | 2024.12.21 01:21:08.195505 [ 287 ] {f109c4f0-6613-4891-8aa9-81dcb6a0be18} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8011 | 2024.12.21 01:21:08.195901 [ 287 ] {f109c4f0-6613-4891-8aa9-81dcb6a0be18} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00534 sec., 2808.9887640449438 rows/sec., 198.06 KiB/sec. | ||
| 8012 | 2024.12.21 01:21:08.196235 [ 287 ] {f109c4f0-6613-4891-8aa9-81dcb6a0be18} <Debug> TCPHandler: Processed in 0.006009141 sec. | ||
| 8013 | 2024.12.21 01:21:08.196362 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2179 rows, containing 5 columns (5 merged, 0 gathered) in 0.006226645 sec., 349947.6845074675 rows/sec., 30.79 MiB/sec. | ||
| 8014 | 2024.12.21 01:21:08.196436 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8015 | 2024.12.21 01:21:08.196636 [ 285 ] {c4a9950e-85f3-45ac-8d40-459473ca801b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8016 | 2024.12.21 01:21:08.196703 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8017 | 2024.12.21 01:21:08.196728 [ 285 ] {c4a9950e-85f3-45ac-8d40-459473ca801b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8018 | 2024.12.21 01:21:08.197463 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_61_12} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8019 | 2024.12.21 01:21:08.197611 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_61_12} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8020 | 2024.12.21 01:21:08.197783 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 8021 | 2024.12.21 01:21:08.197970 [ 285 ] {c4a9950e-85f3-45ac-8d40-459473ca801b} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8022 | 2024.12.21 01:21:08.198014 [ 285 ] {c4a9950e-85f3-45ac-8d40-459473ca801b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8023 | 2024.12.21 01:21:08.198394 [ 285 ] {c4a9950e-85f3-45ac-8d40-459473ca801b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8024 | 2024.12.21 01:21:08.198656 [ 285 ] {c4a9950e-85f3-45ac-8d40-459473ca801b} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8025 | 2024.12.21 01:21:08.198884 [ 285 ] {c4a9950e-85f3-45ac-8d40-459473ca801b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002302 sec., 6081.668114682885 rows/sec., 425.92 KiB/sec. | ||
| 8026 | 2024.12.21 01:21:08.199070 [ 285 ] {c4a9950e-85f3-45ac-8d40-459473ca801b} <Debug> TCPHandler: Processed in 0.002724106 sec. | ||
| 8027 | 2024.12.21 01:21:08.199305 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8028 | 2024.12.21 01:21:08.199449 [ 287 ] {8f9d3977-8bf4-4c49-82a9-58d171fa9d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8029 | 2024.12.21 01:21:08.199508 [ 287 ] {8f9d3977-8bf4-4c49-82a9-58d171fa9d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8030 | 2024.12.21 01:21:08.200197 [ 287 ] {8f9d3977-8bf4-4c49-82a9-58d171fa9d12} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8031 | 2024.12.21 01:21:08.200239 [ 287 ] {8f9d3977-8bf4-4c49-82a9-58d171fa9d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8032 | 2024.12.21 01:21:08.200621 [ 287 ] {8f9d3977-8bf4-4c49-82a9-58d171fa9d12} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8033 | 2024.12.21 01:21:08.200868 [ 287 ] {8f9d3977-8bf4-4c49-82a9-58d171fa9d12} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8034 | 2024.12.21 01:21:08.201151 [ 287 ] {8f9d3977-8bf4-4c49-82a9-58d171fa9d12} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001722 sec., 7549.361207897793 rows/sec., 470.70 KiB/sec. | ||
| 8035 | 2024.12.21 01:21:08.201373 [ 287 ] {8f9d3977-8bf4-4c49-82a9-58d171fa9d12} <Debug> TCPHandler: Processed in 0.002165287 sec. | ||
| 8036 | 2024.12.21 01:21:08.201549 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8037 | 2024.12.21 01:21:08.201665 [ 285 ] {81b32aca-b9c1-4676-98d4-9e96779112e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8038 | 2024.12.21 01:21:08.201715 [ 285 ] {81b32aca-b9c1-4676-98d4-9e96779112e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8039 | 2024.12.21 01:21:08.202499 [ 285 ] {81b32aca-b9c1-4676-98d4-9e96779112e3} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8040 | 2024.12.21 01:21:08.202538 [ 285 ] {81b32aca-b9c1-4676-98d4-9e96779112e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8041 | 2024.12.21 01:21:08.202933 [ 285 ] {81b32aca-b9c1-4676-98d4-9e96779112e3} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8042 | 2024.12.21 01:21:08.203190 [ 285 ] {81b32aca-b9c1-4676-98d4-9e96779112e3} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8043 | 2024.12.21 01:21:08.203365 [ 66 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8044 | 2024.12.21 01:21:08.203403 [ 285 ] {81b32aca-b9c1-4676-98d4-9e96779112e3} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001754 sec., 222348.91676168758 rows/sec., 15.77 MiB/sec. | ||
| 8045 | 2024.12.21 01:21:08.203423 [ 66 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8046 | 2024.12.21 01:21:08.203494 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8047 | 2024.12.21 01:21:08.203532 [ 285 ] {81b32aca-b9c1-4676-98d4-9e96779112e3} <Debug> TCPHandler: Processed in 0.002037104 sec. | ||
| 8048 | 2024.12.21 01:21:08.203805 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8049 | 2024.12.21 01:21:08.203844 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 8050 | 2024.12.21 01:21:08.204167 [ 287 ] {0e3e2b78-300e-4e50-a81f-0a09e5df9986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8051 | 2024.12.21 01:21:08.204341 [ 287 ] {0e3e2b78-300e-4e50-a81f-0a09e5df9986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8052 | 2024.12.21 01:21:08.204380 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8053 | 2024.12.21 01:21:08.204505 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 916 rows starting from the beginning of the part | ||
| 8054 | 2024.12.21 01:21:08.205161 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part | ||
| 8055 | 2024.12.21 01:21:08.205915 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 98 rows starting from the beginning of the part | ||
| 8056 | 2024.12.21 01:21:08.206132 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 390 rows starting from the beginning of the part | ||
| 8057 | 2024.12.21 01:21:08.206275 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 100 rows starting from the beginning of the part | ||
| 8058 | 2024.12.21 01:21:08.206470 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 390 rows starting from the beginning of the part | ||
| 8059 | 2024.12.21 01:21:08.206895 [ 287 ] {0e3e2b78-300e-4e50-a81f-0a09e5df9986} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8060 | 2024.12.21 01:21:08.206937 [ 287 ] {0e3e2b78-300e-4e50-a81f-0a09e5df9986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8061 | 2024.12.21 01:21:08.207454 [ 287 ] {0e3e2b78-300e-4e50-a81f-0a09e5df9986} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8062 | 2024.12.21 01:21:08.207798 [ 287 ] {0e3e2b78-300e-4e50-a81f-0a09e5df9986} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8063 | 2024.12.21 01:21:08.208006 [ 287 ] {0e3e2b78-300e-4e50-a81f-0a09e5df9986} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003984 sec., 1506.0240963855422 rows/sec., 78.68 KiB/sec. | ||
| 8064 | 2024.12.21 01:21:08.208108 [ 287 ] {0e3e2b78-300e-4e50-a81f-0a09e5df9986} <Debug> TCPHandler: Processed in 0.004457845 sec. | ||
| 8065 | 2024.12.21 01:21:08.208378 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8066 | 2024.12.21 01:21:08.208391 [ 195 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1958 rows, containing 5 columns (5 merged, 0 gathered) in 0.004811841 sec., 406912.8634965287 rows/sec., 31.15 MiB/sec. | ||
| 8067 | 2024.12.21 01:21:08.208558 [ 285 ] {9521dc6a-bfdb-42c9-9962-a6b502f150ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8068 | 2024.12.21 01:21:08.208644 [ 285 ] {9521dc6a-bfdb-42c9-9962-a6b502f150ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8069 | 2024.12.21 01:21:08.208710 [ 195 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8070 | 2024.12.21 01:21:08.209285 [ 195 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_61_12} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8071 | 2024.12.21 01:21:08.209412 [ 195 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_61_12} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8072 | 2024.12.21 01:21:08.209533 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 8073 | 2024.12.21 01:21:08.209614 [ 285 ] {9521dc6a-bfdb-42c9-9962-a6b502f150ef} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8074 | 2024.12.21 01:21:08.209655 [ 285 ] {9521dc6a-bfdb-42c9-9962-a6b502f150ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8075 | 2024.12.21 01:21:08.210080 [ 285 ] {9521dc6a-bfdb-42c9-9962-a6b502f150ef} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8076 | 2024.12.21 01:21:08.210346 [ 285 ] {9521dc6a-bfdb-42c9-9962-a6b502f150ef} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8077 | 2024.12.21 01:21:08.210511 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8078 | 2024.12.21 01:21:08.210569 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8079 | 2024.12.21 01:21:08.210604 [ 285 ] {9521dc6a-bfdb-42c9-9962-a6b502f150ef} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002078 sec., 114051.97305101059 rows/sec., 7.64 MiB/sec. | ||
| 8080 | 2024.12.21 01:21:08.210613 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8081 | 2024.12.21 01:21:08.210816 [ 285 ] {9521dc6a-bfdb-42c9-9962-a6b502f150ef} <Debug> TCPHandler: Processed in 0.002574874 sec. | ||
| 8082 | 2024.12.21 01:21:08.210867 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 8083 | 2024.12.21 01:21:08.211001 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8084 | 2024.12.21 01:21:08.211037 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8085 | 2024.12.21 01:21:08.211069 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17979 rows starting from the beginning of the part | ||
| 8086 | 2024.12.21 01:21:08.211204 [ 287 ] {dacf87ce-8331-47f3-8034-8ec2dc9eea16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8087 | 2024.12.21 01:21:08.211218 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 128 rows starting from the beginning of the part | ||
| 8088 | 2024.12.21 01:21:08.211318 [ 287 ] {dacf87ce-8331-47f3-8034-8ec2dc9eea16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8089 | 2024.12.21 01:21:08.211404 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
| 8090 | 2024.12.21 01:21:08.211624 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part | ||
| 8091 | 2024.12.21 01:21:08.212110 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 161 rows starting from the beginning of the part | ||
| 8092 | 2024.12.21 01:21:08.212469 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part | ||
| 8093 | 2024.12.21 01:21:08.213428 [ 287 ] {dacf87ce-8331-47f3-8034-8ec2dc9eea16} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8094 | 2024.12.21 01:21:08.213472 [ 287 ] {dacf87ce-8331-47f3-8034-8ec2dc9eea16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8095 | 2024.12.21 01:21:08.213932 [ 287 ] {dacf87ce-8331-47f3-8034-8ec2dc9eea16} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8096 | 2024.12.21 01:21:08.214225 [ 287 ] {dacf87ce-8331-47f3-8034-8ec2dc9eea16} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8097 | 2024.12.21 01:21:08.214690 [ 287 ] {dacf87ce-8331-47f3-8034-8ec2dc9eea16} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003537 sec., 282.7254735651682 rows/sec., 19.05 KiB/sec. | ||
| 8098 | 2024.12.21 01:21:08.215080 [ 287 ] {dacf87ce-8331-47f3-8034-8ec2dc9eea16} <Debug> TCPHandler: Processed in 0.004142389 sec. | ||
| 8099 | 2024.12.21 01:21:08.215424 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8100 | 2024.12.21 01:21:08.215675 [ 285 ] {0c4e1953-3a38-4438-8485-4e13f8357bc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8101 | 2024.12.21 01:21:08.215789 [ 285 ] {0c4e1953-3a38-4438-8485-4e13f8357bc2} <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 | ||
| 8102 | 2024.12.21 01:21:08.217481 [ 285 ] {0c4e1953-3a38-4438-8485-4e13f8357bc2} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8103 | 2024.12.21 01:21:08.217519 [ 285 ] {0c4e1953-3a38-4438-8485-4e13f8357bc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8104 | 2024.12.21 01:21:08.218643 [ 285 ] {0c4e1953-3a38-4438-8485-4e13f8357bc2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8105 | 2024.12.21 01:21:08.219069 [ 285 ] {0c4e1953-3a38-4438-8485-4e13f8357bc2} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8106 | 2024.12.21 01:21:08.219442 [ 285 ] {0c4e1953-3a38-4438-8485-4e13f8357bc2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003826 sec., 2090.9566126502873 rows/sec., 3.75 MiB/sec. | ||
| 8107 | 2024.12.21 01:21:08.219719 [ 285 ] {0c4e1953-3a38-4438-8485-4e13f8357bc2} <Debug> TCPHandler: Processed in 0.004505026 sec. | ||
| 8108 | 2024.12.21 01:21:08.219999 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8109 | 2024.12.21 01:21:08.220180 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18902 rows, containing 5 columns (5 merged, 0 gathered) in 0.009443269 sec., 2001637.356724668 rows/sec., 135.12 MiB/sec. | ||
| 8110 | 2024.12.21 01:21:08.220215 [ 287 ] {92b5ec65-0166-4c4b-85db-fffff5919e97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8111 | 2024.12.21 01:21:08.220275 [ 287 ] {92b5ec65-0166-4c4b-85db-fffff5919e97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8112 | 2024.12.21 01:21:08.220423 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8113 | 2024.12.21 01:21:08.220799 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8114 | 2024.12.21 01:21:08.220919 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8115 | 2024.12.21 01:21:08.221006 [ 287 ] {92b5ec65-0166-4c4b-85db-fffff5919e97} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8116 | 2024.12.21 01:21:08.221013 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.21 MiB. | ||
| 8117 | 2024.12.21 01:21:08.221058 [ 287 ] {92b5ec65-0166-4c4b-85db-fffff5919e97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8118 | 2024.12.21 01:21:08.221438 [ 287 ] {92b5ec65-0166-4c4b-85db-fffff5919e97} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8119 | 2024.12.21 01:21:08.221688 [ 287 ] {92b5ec65-0166-4c4b-85db-fffff5919e97} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8120 | 2024.12.21 01:21:08.221813 [ 66 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8121 | 2024.12.21 01:21:08.221852 [ 66 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8122 | 2024.12.21 01:21:08.221878 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8123 | 2024.12.21 01:21:08.221879 [ 287 ] {92b5ec65-0166-4c4b-85db-fffff5919e97} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001696 sec., 48349.056603773584 rows/sec., 3.07 MiB/sec. | ||
| 8124 | 2024.12.21 01:21:08.222148 [ 287 ] {92b5ec65-0166-4c4b-85db-fffff5919e97} <Debug> TCPHandler: Processed in 0.002311159 sec. | ||
| 8125 | 2024.12.21 01:21:08.222194 [ 196 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 8126 | 2024.12.21 01:21:08.222528 [ 196 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8127 | 2024.12.21 01:21:08.222582 [ 196 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3408 rows starting from the beginning of the part | ||
| 8128 | 2024.12.21 01:21:08.222720 [ 196 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 48 rows starting from the beginning of the part | ||
| 8129 | 2024.12.21 01:21:08.222932 [ 196 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
| 8130 | 2024.12.21 01:21:08.223122 [ 196 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part | ||
| 8131 | 2024.12.21 01:21:08.223228 [ 196 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
| 8132 | 2024.12.21 01:21:08.223443 [ 196 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
| 8133 | 2024.12.21 01:21:08.225182 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3740 rows, containing 4 columns (4 merged, 0 gathered) in 0.003231044 sec., 1157520.6032477429 rows/sec., 75.45 MiB/sec. | ||
| 8134 | 2024.12.21 01:21:08.225549 [ 193 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8135 | 2024.12.21 01:21:08.225873 [ 193 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_61_12} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8136 | 2024.12.21 01:21:08.225963 [ 193 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_61_12} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8137 | 2024.12.21 01:21:08.226059 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 8138 | 2024.12.21 01:21:08.823942 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8139 | 2024.12.21 01:21:08.824033 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8140 | 2024.12.21 01:21:08.958581 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 8141 | 2024.12.21 01:21:08.959277 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8142 | 2024.12.21 01:21:08.959324 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8143 | 2024.12.21 01:21:08.959859 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8144 | 2024.12.21 01:21:08.960123 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8145 | 2024.12.21 01:21:08.960326 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 8146 | 2024.12.21 01:21:10.182739 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 8147 | 2024.12.21 01:21:10.202983 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8148 | 2024.12.21 01:21:10.203043 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8149 | 2024.12.21 01:21:10.210278 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8150 | 2024.12.21 01:21:10.211055 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8151 | 2024.12.21 01:21:10.213765 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 8152 | 2024.12.21 01:21:13.181572 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8153 | 2024.12.21 01:21:13.181782 [ 287 ] {5347983f-eb38-4370-8eeb-f146cb6ada2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8154 | 2024.12.21 01:21:13.181862 [ 287 ] {5347983f-eb38-4370-8eeb-f146cb6ada2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8155 | 2024.12.21 01:21:13.182738 [ 287 ] {5347983f-eb38-4370-8eeb-f146cb6ada2c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8156 | 2024.12.21 01:21:13.182795 [ 287 ] {5347983f-eb38-4370-8eeb-f146cb6ada2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8157 | 2024.12.21 01:21:13.183262 [ 287 ] {5347983f-eb38-4370-8eeb-f146cb6ada2c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8158 | 2024.12.21 01:21:13.183528 [ 287 ] {5347983f-eb38-4370-8eeb-f146cb6ada2c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8159 | 2024.12.21 01:21:13.183816 [ 287 ] {5347983f-eb38-4370-8eeb-f146cb6ada2c} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002082 sec., 59558.1171950048 rows/sec., 5.06 MiB/sec. | ||
| 8160 | 2024.12.21 01:21:13.183919 [ 287 ] {5347983f-eb38-4370-8eeb-f146cb6ada2c} <Debug> TCPHandler: Processed in 0.002480352 sec. | ||
| 8161 | 2024.12.21 01:21:13.184248 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8162 | 2024.12.21 01:21:13.184461 [ 285 ] {b1041d75-da30-4d04-a434-2eaad14592dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8163 | 2024.12.21 01:21:13.184541 [ 285 ] {b1041d75-da30-4d04-a434-2eaad14592dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8164 | 2024.12.21 01:21:13.185394 [ 285 ] {b1041d75-da30-4d04-a434-2eaad14592dd} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8165 | 2024.12.21 01:21:13.185438 [ 285 ] {b1041d75-da30-4d04-a434-2eaad14592dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8166 | 2024.12.21 01:21:13.185881 [ 285 ] {b1041d75-da30-4d04-a434-2eaad14592dd} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8167 | 2024.12.21 01:21:13.186150 [ 285 ] {b1041d75-da30-4d04-a434-2eaad14592dd} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8168 | 2024.12.21 01:21:13.186300 [ 59 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8169 | 2024.12.21 01:21:13.186353 [ 59 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8170 | 2024.12.21 01:21:13.186365 [ 285 ] {b1041d75-da30-4d04-a434-2eaad14592dd} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001961 sec., 17338.092809790924 rows/sec., 1.27 MiB/sec. | ||
| 8171 | 2024.12.21 01:21:13.186386 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8172 | 2024.12.21 01:21:13.186504 [ 285 ] {b1041d75-da30-4d04-a434-2eaad14592dd} <Debug> TCPHandler: Processed in 0.00241833 sec. | ||
| 8173 | 2024.12.21 01:21:13.186796 [ 196 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 8174 | 2024.12.21 01:21:13.186851 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8175 | 2024.12.21 01:21:13.187342 [ 196 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8176 | 2024.12.21 01:21:13.187370 [ 287 ] {6a346f26-5198-4270-ab29-7c66e00f1050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8177 | 2024.12.21 01:21:13.187426 [ 196 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 67 rows starting from the beginning of the part | ||
| 8178 | 2024.12.21 01:21:13.187490 [ 287 ] {6a346f26-5198-4270-ab29-7c66e00f1050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8179 | 2024.12.21 01:21:13.187715 [ 196 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 34 rows starting from the beginning of the part | ||
| 8180 | 2024.12.21 01:21:13.188153 [ 196 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 15 rows starting from the beginning of the part | ||
| 8181 | 2024.12.21 01:21:13.188471 [ 196 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 36 rows starting from the beginning of the part | ||
| 8182 | 2024.12.21 01:21:13.188819 [ 196 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 15 rows starting from the beginning of the part | ||
| 8183 | 2024.12.21 01:21:13.189232 [ 196 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 34 rows starting from the beginning of the part | ||
| 8184 | 2024.12.21 01:21:13.190544 [ 287 ] {6a346f26-5198-4270-ab29-7c66e00f1050} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8185 | 2024.12.21 01:21:13.190612 [ 287 ] {6a346f26-5198-4270-ab29-7c66e00f1050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8186 | 2024.12.21 01:21:13.191643 [ 287 ] {6a346f26-5198-4270-ab29-7c66e00f1050} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8187 | 2024.12.21 01:21:13.191954 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 5 columns (5 merged, 0 gathered) in 0.005445392 sec., 36911.943162218624 rows/sec., 2.79 MiB/sec. | ||
| 8188 | 2024.12.21 01:21:13.192170 [ 287 ] {6a346f26-5198-4270-ab29-7c66e00f1050} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8189 | 2024.12.21 01:21:13.192237 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8190 | 2024.12.21 01:21:13.192575 [ 287 ] {6a346f26-5198-4270-ab29-7c66e00f1050} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.005426 sec., 18061.186877994838 rows/sec., 1.41 MiB/sec. | ||
| 8191 | 2024.12.21 01:21:13.192747 [ 287 ] {6a346f26-5198-4270-ab29-7c66e00f1050} <Debug> TCPHandler: Processed in 0.006124183 sec. | ||
| 8192 | 2024.12.21 01:21:13.192930 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_51_10} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8193 | 2024.12.21 01:21:13.192968 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8194 | 2024.12.21 01:21:13.193050 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_51_10} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8195 | 2024.12.21 01:21:13.193196 [ 285 ] {75d73694-7c22-4ce3-b1a2-d488d62ee7e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8196 | 2024.12.21 01:21:13.193229 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8197 | 2024.12.21 01:21:13.193289 [ 285 ] {75d73694-7c22-4ce3-b1a2-d488d62ee7e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8198 | 2024.12.21 01:21:13.193901 [ 285 ] {75d73694-7c22-4ce3-b1a2-d488d62ee7e8} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8199 | 2024.12.21 01:21:13.193941 [ 285 ] {75d73694-7c22-4ce3-b1a2-d488d62ee7e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8200 | 2024.12.21 01:21:13.194361 [ 285 ] {75d73694-7c22-4ce3-b1a2-d488d62ee7e8} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8201 | 2024.12.21 01:21:13.194611 [ 285 ] {75d73694-7c22-4ce3-b1a2-d488d62ee7e8} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8202 | 2024.12.21 01:21:13.194799 [ 285 ] {75d73694-7c22-4ce3-b1a2-d488d62ee7e8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001687 sec., 94842.91641967991 rows/sec., 6.61 MiB/sec. | ||
| 8203 | 2024.12.21 01:21:13.194856 [ 285 ] {75d73694-7c22-4ce3-b1a2-d488d62ee7e8} <Debug> TCPHandler: Processed in 0.001987063 sec. | ||
| 8204 | 2024.12.21 01:21:13.195010 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8205 | 2024.12.21 01:21:13.195131 [ 287 ] {55451ed6-c43d-4d51-a265-105ed1c8a3b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8206 | 2024.12.21 01:21:13.195220 [ 287 ] {55451ed6-c43d-4d51-a265-105ed1c8a3b1} <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 | ||
| 8207 | 2024.12.21 01:21:13.196605 [ 287 ] {55451ed6-c43d-4d51-a265-105ed1c8a3b1} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8208 | 2024.12.21 01:21:13.196646 [ 287 ] {55451ed6-c43d-4d51-a265-105ed1c8a3b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8209 | 2024.12.21 01:21:13.197328 [ 287 ] {55451ed6-c43d-4d51-a265-105ed1c8a3b1} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8210 | 2024.12.21 01:21:13.197599 [ 287 ] {55451ed6-c43d-4d51-a265-105ed1c8a3b1} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8211 | 2024.12.21 01:21:13.197791 [ 59 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8212 | 2024.12.21 01:21:13.197854 [ 59 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8213 | 2024.12.21 01:21:13.197892 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8214 | 2024.12.21 01:21:13.197899 [ 287 ] {55451ed6-c43d-4d51-a265-105ed1c8a3b1} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002784 sec., 12212.643678160919 rows/sec., 21.88 MiB/sec. | ||
| 8215 | 2024.12.21 01:21:13.198134 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 8216 | 2024.12.21 01:21:13.198166 [ 287 ] {55451ed6-c43d-4d51-a265-105ed1c8a3b1} <Debug> TCPHandler: Processed in 0.003213444 sec. | ||
| 8217 | 2024.12.21 01:21:13.198378 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8218 | 2024.12.21 01:21:13.198634 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8219 | 2024.12.21 01:21:13.198659 [ 285 ] {bfb42866-69c5-4cf8-b7cf-f9cecb55d1fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8220 | 2024.12.21 01:21:13.198784 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 904 rows starting from the beginning of the part | ||
| 8221 | 2024.12.21 01:21:13.198795 [ 285 ] {bfb42866-69c5-4cf8-b7cf-f9cecb55d1fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8222 | 2024.12.21 01:21:13.199740 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 34 rows starting from the beginning of the part | ||
| 8223 | 2024.12.21 01:21:13.200319 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part | ||
| 8224 | 2024.12.21 01:21:13.201037 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part | ||
| 8225 | 2024.12.21 01:21:13.201329 [ 285 ] {bfb42866-69c5-4cf8-b7cf-f9cecb55d1fb} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8226 | 2024.12.21 01:21:13.201463 [ 285 ] {bfb42866-69c5-4cf8-b7cf-f9cecb55d1fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8227 | 2024.12.21 01:21:13.201679 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part | ||
| 8228 | 2024.12.21 01:21:13.202308 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 34 rows starting from the beginning of the part | ||
| 8229 | 2024.12.21 01:21:13.203218 [ 285 ] {bfb42866-69c5-4cf8-b7cf-f9cecb55d1fb} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8230 | 2024.12.21 01:21:13.203834 [ 285 ] {bfb42866-69c5-4cf8-b7cf-f9cecb55d1fb} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8231 | 2024.12.21 01:21:13.204328 [ 285 ] {bfb42866-69c5-4cf8-b7cf-f9cecb55d1fb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005749 sec., 10436.597669159853 rows/sec., 720.23 KiB/sec. | ||
| 8232 | 2024.12.21 01:21:13.204399 [ 285 ] {bfb42866-69c5-4cf8-b7cf-f9cecb55d1fb} <Debug> TCPHandler: Processed in 0.006117283 sec. | ||
| 8233 | 2024.12.21 01:21:13.209147 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 19 columns (19 merged, 0 gathered) in 0.011144407 sec., 91705.19346610366 rows/sec., 164.33 MiB/sec. | ||
| 8234 | 2024.12.21 01:21:13.210852 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8235 | 2024.12.21 01:21:13.211292 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8236 | 2024.12.21 01:21:13.211383 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8237 | 2024.12.21 01:21:13.211550 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.28 MiB. | ||
| 8238 | 2024.12.21 01:21:13.464886 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8239 | 2024.12.21 01:21:13.465096 [ 287 ] {0c0e3a77-b838-47af-8ae3-67e7e1c025a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8240 | 2024.12.21 01:21:13.465180 [ 287 ] {0c0e3a77-b838-47af-8ae3-67e7e1c025a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8241 | 2024.12.21 01:21:13.465955 [ 287 ] {0c0e3a77-b838-47af-8ae3-67e7e1c025a6} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8242 | 2024.12.21 01:21:13.466009 [ 287 ] {0c0e3a77-b838-47af-8ae3-67e7e1c025a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8243 | 2024.12.21 01:21:13.466450 [ 287 ] {0c0e3a77-b838-47af-8ae3-67e7e1c025a6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8244 | 2024.12.21 01:21:13.466714 [ 287 ] {0c0e3a77-b838-47af-8ae3-67e7e1c025a6} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8245 | 2024.12.21 01:21:13.466952 [ 287 ] {0c0e3a77-b838-47af-8ae3-67e7e1c025a6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001912 sec., 7322.175732217573 rows/sec., 527.10 KiB/sec. | ||
| 8246 | 2024.12.21 01:21:13.467018 [ 287 ] {0c0e3a77-b838-47af-8ae3-67e7e1c025a6} <Debug> TCPHandler: Processed in 0.002273018 sec. | ||
| 8247 | 2024.12.21 01:21:13.467282 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8248 | 2024.12.21 01:21:13.467459 [ 285 ] {954b460a-7f97-4e10-b192-73d28d563e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8249 | 2024.12.21 01:21:13.467528 [ 285 ] {954b460a-7f97-4e10-b192-73d28d563e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8250 | 2024.12.21 01:21:13.468996 [ 285 ] {954b460a-7f97-4e10-b192-73d28d563e2d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8251 | 2024.12.21 01:21:13.469047 [ 285 ] {954b460a-7f97-4e10-b192-73d28d563e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8252 | 2024.12.21 01:21:13.469581 [ 285 ] {954b460a-7f97-4e10-b192-73d28d563e2d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8253 | 2024.12.21 01:21:13.469845 [ 285 ] {954b460a-7f97-4e10-b192-73d28d563e2d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8254 | 2024.12.21 01:21:13.470098 [ 285 ] {954b460a-7f97-4e10-b192-73d28d563e2d} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.002686 sec., 505956.81310498883 rows/sec., 42.05 MiB/sec. | ||
| 8255 | 2024.12.21 01:21:13.470163 [ 285 ] {954b460a-7f97-4e10-b192-73d28d563e2d} <Debug> TCPHandler: Processed in 0.00299369 sec. | ||
| 8256 | 2024.12.21 01:21:13.470341 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8257 | 2024.12.21 01:21:13.470492 [ 287 ] {3f183ad2-7009-42e5-ad01-7dff024555d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8258 | 2024.12.21 01:21:13.470553 [ 287 ] {3f183ad2-7009-42e5-ad01-7dff024555d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8259 | 2024.12.21 01:21:13.471270 [ 287 ] {3f183ad2-7009-42e5-ad01-7dff024555d8} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8260 | 2024.12.21 01:21:13.471311 [ 287 ] {3f183ad2-7009-42e5-ad01-7dff024555d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8261 | 2024.12.21 01:21:13.471692 [ 287 ] {3f183ad2-7009-42e5-ad01-7dff024555d8} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8262 | 2024.12.21 01:21:13.471948 [ 287 ] {3f183ad2-7009-42e5-ad01-7dff024555d8} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8263 | 2024.12.21 01:21:13.472155 [ 287 ] {3f183ad2-7009-42e5-ad01-7dff024555d8} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001699 sec., 8828.722778104768 rows/sec., 622.49 KiB/sec. | ||
| 8264 | 2024.12.21 01:21:13.472212 [ 287 ] {3f183ad2-7009-42e5-ad01-7dff024555d8} <Debug> TCPHandler: Processed in 0.001939733 sec. | ||
| 8265 | 2024.12.21 01:21:13.472380 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8266 | 2024.12.21 01:21:13.472524 [ 285 ] {69c0c721-d239-4be9-9858-6ea813aa3b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8267 | 2024.12.21 01:21:13.472584 [ 285 ] {69c0c721-d239-4be9-9858-6ea813aa3b42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8268 | 2024.12.21 01:21:13.473381 [ 285 ] {69c0c721-d239-4be9-9858-6ea813aa3b42} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8269 | 2024.12.21 01:21:13.473422 [ 285 ] {69c0c721-d239-4be9-9858-6ea813aa3b42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8270 | 2024.12.21 01:21:13.473810 [ 285 ] {69c0c721-d239-4be9-9858-6ea813aa3b42} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8271 | 2024.12.21 01:21:13.474058 [ 285 ] {69c0c721-d239-4be9-9858-6ea813aa3b42} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8272 | 2024.12.21 01:21:13.474317 [ 285 ] {69c0c721-d239-4be9-9858-6ea813aa3b42} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001817 sec., 133186.57127132636 rows/sec., 9.02 MiB/sec. | ||
| 8273 | 2024.12.21 01:21:13.474496 [ 285 ] {69c0c721-d239-4be9-9858-6ea813aa3b42} <Debug> TCPHandler: Processed in 0.002179347 sec. | ||
| 8274 | 2024.12.21 01:21:13.474692 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8275 | 2024.12.21 01:21:13.474818 [ 287 ] {f631b1fc-e7f5-4139-8b3a-f0bf9fb0a3e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8276 | 2024.12.21 01:21:13.474872 [ 287 ] {f631b1fc-e7f5-4139-8b3a-f0bf9fb0a3e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8277 | 2024.12.21 01:21:13.475419 [ 287 ] {f631b1fc-e7f5-4139-8b3a-f0bf9fb0a3e6} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8278 | 2024.12.21 01:21:13.475456 [ 287 ] {f631b1fc-e7f5-4139-8b3a-f0bf9fb0a3e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8279 | 2024.12.21 01:21:13.475893 [ 287 ] {f631b1fc-e7f5-4139-8b3a-f0bf9fb0a3e6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8280 | 2024.12.21 01:21:13.476142 [ 287 ] {f631b1fc-e7f5-4139-8b3a-f0bf9fb0a3e6} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8281 | 2024.12.21 01:21:13.476399 [ 287 ] {f631b1fc-e7f5-4139-8b3a-f0bf9fb0a3e6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001602 sec., 8114.8564294631715 rows/sec., 505.96 KiB/sec. | ||
| 8282 | 2024.12.21 01:21:13.476588 [ 287 ] {f631b1fc-e7f5-4139-8b3a-f0bf9fb0a3e6} <Debug> TCPHandler: Processed in 0.001981293 sec. | ||
| 8283 | 2024.12.21 01:21:13.476786 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8284 | 2024.12.21 01:21:13.476925 [ 285 ] {6a630675-dada-45cb-93b5-9f28bc920939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8285 | 2024.12.21 01:21:13.476983 [ 285 ] {6a630675-dada-45cb-93b5-9f28bc920939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8286 | 2024.12.21 01:21:13.477951 [ 285 ] {6a630675-dada-45cb-93b5-9f28bc920939} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8287 | 2024.12.21 01:21:13.477991 [ 285 ] {6a630675-dada-45cb-93b5-9f28bc920939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8288 | 2024.12.21 01:21:13.478396 [ 285 ] {6a630675-dada-45cb-93b5-9f28bc920939} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8289 | 2024.12.21 01:21:13.478648 [ 285 ] {6a630675-dada-45cb-93b5-9f28bc920939} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8290 | 2024.12.21 01:21:13.478869 [ 285 ] {6a630675-dada-45cb-93b5-9f28bc920939} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.001976 sec., 428137.6518218624 rows/sec., 30.94 MiB/sec. | ||
| 8291 | 2024.12.21 01:21:13.478926 [ 285 ] {6a630675-dada-45cb-93b5-9f28bc920939} <Debug> TCPHandler: Processed in 0.002234968 sec. | ||
| 8292 | 2024.12.21 01:21:13.479081 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8293 | 2024.12.21 01:21:13.479203 [ 287 ] {59046dc0-bd4e-487c-8423-c22f8a2f5507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8294 | 2024.12.21 01:21:13.479255 [ 287 ] {59046dc0-bd4e-487c-8423-c22f8a2f5507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8295 | 2024.12.21 01:21:13.479758 [ 287 ] {59046dc0-bd4e-487c-8423-c22f8a2f5507} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8296 | 2024.12.21 01:21:13.479798 [ 287 ] {59046dc0-bd4e-487c-8423-c22f8a2f5507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8297 | 2024.12.21 01:21:13.480175 [ 287 ] {59046dc0-bd4e-487c-8423-c22f8a2f5507} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8298 | 2024.12.21 01:21:13.480417 [ 287 ] {59046dc0-bd4e-487c-8423-c22f8a2f5507} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8299 | 2024.12.21 01:21:13.480629 [ 287 ] {59046dc0-bd4e-487c-8423-c22f8a2f5507} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001453 sec., 4129.387474191328 rows/sec., 215.74 KiB/sec. | ||
| 8300 | 2024.12.21 01:21:13.480682 [ 287 ] {59046dc0-bd4e-487c-8423-c22f8a2f5507} <Debug> TCPHandler: Processed in 0.001660538 sec. | ||
| 8301 | 2024.12.21 01:21:13.480821 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8302 | 2024.12.21 01:21:13.480941 [ 285 ] {b495242e-9867-4560-b470-2e3994fe00ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8303 | 2024.12.21 01:21:13.480994 [ 285 ] {b495242e-9867-4560-b470-2e3994fe00ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8304 | 2024.12.21 01:21:13.481777 [ 285 ] {b495242e-9867-4560-b470-2e3994fe00ea} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8305 | 2024.12.21 01:21:13.481816 [ 285 ] {b495242e-9867-4560-b470-2e3994fe00ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8306 | 2024.12.21 01:21:13.482269 [ 285 ] {b495242e-9867-4560-b470-2e3994fe00ea} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8307 | 2024.12.21 01:21:13.482517 [ 285 ] {b495242e-9867-4560-b470-2e3994fe00ea} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8308 | 2024.12.21 01:21:13.482742 [ 285 ] {b495242e-9867-4560-b470-2e3994fe00ea} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.001826 sec., 523001.09529025195 rows/sec., 34.75 MiB/sec. | ||
| 8309 | 2024.12.21 01:21:13.482795 [ 285 ] {b495242e-9867-4560-b470-2e3994fe00ea} <Debug> TCPHandler: Processed in 0.002033885 sec. | ||
| 8310 | 2024.12.21 01:21:13.482934 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8311 | 2024.12.21 01:21:13.483060 [ 287 ] {7aabdb15-5f5f-4e96-9f71-d8e174c024d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8312 | 2024.12.21 01:21:13.483114 [ 287 ] {7aabdb15-5f5f-4e96-9f71-d8e174c024d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8313 | 2024.12.21 01:21:13.483604 [ 287 ] {7aabdb15-5f5f-4e96-9f71-d8e174c024d3} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8314 | 2024.12.21 01:21:13.483645 [ 287 ] {7aabdb15-5f5f-4e96-9f71-d8e174c024d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8315 | 2024.12.21 01:21:13.484034 [ 287 ] {7aabdb15-5f5f-4e96-9f71-d8e174c024d3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8316 | 2024.12.21 01:21:13.484283 [ 287 ] {7aabdb15-5f5f-4e96-9f71-d8e174c024d3} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8317 | 2024.12.21 01:21:13.484506 [ 287 ] {7aabdb15-5f5f-4e96-9f71-d8e174c024d3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001471 sec., 679.8096532970768 rows/sec., 45.81 KiB/sec. | ||
| 8318 | 2024.12.21 01:21:13.484563 [ 287 ] {7aabdb15-5f5f-4e96-9f71-d8e174c024d3} <Debug> TCPHandler: Processed in 0.001684618 sec. | ||
| 8319 | 2024.12.21 01:21:13.484721 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8320 | 2024.12.21 01:21:13.484881 [ 285 ] {424cad2b-d1ec-4cd4-8d60-350dbe9b81a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8321 | 2024.12.21 01:21:13.484996 [ 285 ] {424cad2b-d1ec-4cd4-8d60-350dbe9b81a8} <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 | ||
| 8322 | 2024.12.21 01:21:13.486674 [ 285 ] {424cad2b-d1ec-4cd4-8d60-350dbe9b81a8} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8323 | 2024.12.21 01:21:13.486726 [ 285 ] {424cad2b-d1ec-4cd4-8d60-350dbe9b81a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8324 | 2024.12.21 01:21:13.487426 [ 285 ] {424cad2b-d1ec-4cd4-8d60-350dbe9b81a8} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8325 | 2024.12.21 01:21:13.487700 [ 285 ] {424cad2b-d1ec-4cd4-8d60-350dbe9b81a8} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8326 | 2024.12.21 01:21:13.487961 [ 285 ] {424cad2b-d1ec-4cd4-8d60-350dbe9b81a8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003114 sec., 2569.0430314707774 rows/sec., 4.60 MiB/sec. | ||
| 8327 | 2024.12.21 01:21:13.488082 [ 285 ] {424cad2b-d1ec-4cd4-8d60-350dbe9b81a8} <Debug> TCPHandler: Processed in 0.003433578 sec. | ||
| 8328 | 2024.12.21 01:21:13.488259 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8329 | 2024.12.21 01:21:13.488403 [ 287 ] {e8e0e1e8-1fc1-4836-a8bd-a99fd81f26e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8330 | 2024.12.21 01:21:13.488466 [ 287 ] {e8e0e1e8-1fc1-4836-a8bd-a99fd81f26e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8331 | 2024.12.21 01:21:13.489068 [ 287 ] {e8e0e1e8-1fc1-4836-a8bd-a99fd81f26e5} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8332 | 2024.12.21 01:21:13.489117 [ 287 ] {e8e0e1e8-1fc1-4836-a8bd-a99fd81f26e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8333 | 2024.12.21 01:21:13.489526 [ 287 ] {e8e0e1e8-1fc1-4836-a8bd-a99fd81f26e5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8334 | 2024.12.21 01:21:13.489780 [ 287 ] {e8e0e1e8-1fc1-4836-a8bd-a99fd81f26e5} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8335 | 2024.12.21 01:21:13.489990 [ 287 ] {e8e0e1e8-1fc1-4836-a8bd-a99fd81f26e5} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001618 sec., 21013.597033374535 rows/sec., 1.22 MiB/sec. | ||
| 8336 | 2024.12.21 01:21:13.490043 [ 287 ] {e8e0e1e8-1fc1-4836-a8bd-a99fd81f26e5} <Debug> TCPHandler: Processed in 0.001854051 sec. | ||
| 8337 | 2024.12.21 01:21:14.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.44 MiB, peak 224.04 MiB, free memory in arenas 0.00 B, will set to 216.79 MiB (RSS), difference: 1.35 MiB | ||
| 8338 | 2024.12.21 01:21:14.100572 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1190 | ||
| 8339 | 2024.12.21 01:21:14.104135 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8340 | 2024.12.21 01:21:14.104187 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8341 | 2024.12.21 01:21:14.105713 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8342 | 2024.12.21 01:21:14.106035 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8343 | 2024.12.21 01:21:14.106640 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1190 | ||
| 8344 | 2024.12.21 01:21:16.460437 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 8345 | 2024.12.21 01:21:16.461187 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8346 | 2024.12.21 01:21:16.461233 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8347 | 2024.12.21 01:21:16.461761 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8348 | 2024.12.21 01:21:16.462022 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8349 | 2024.12.21 01:21:16.462212 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 8350 | 2024.12.21 01:21:17.713827 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 8351 | 2024.12.21 01:21:17.734193 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8352 | 2024.12.21 01:21:17.734245 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8353 | 2024.12.21 01:21:17.741489 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8354 | 2024.12.21 01:21:17.742273 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8355 | 2024.12.21 01:21:17.744786 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 8356 | 2024.12.21 01:21:18.179449 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8357 | 2024.12.21 01:21:18.179758 [ 287 ] {f714ba3a-e7ee-4af0-8f21-ce82cc741ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8358 | 2024.12.21 01:21:18.179876 [ 287 ] {f714ba3a-e7ee-4af0-8f21-ce82cc741ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8359 | 2024.12.21 01:21:18.180859 [ 287 ] {f714ba3a-e7ee-4af0-8f21-ce82cc741ca7} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8360 | 2024.12.21 01:21:18.180909 [ 287 ] {f714ba3a-e7ee-4af0-8f21-ce82cc741ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8361 | 2024.12.21 01:21:18.181353 [ 287 ] {f714ba3a-e7ee-4af0-8f21-ce82cc741ca7} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8362 | 2024.12.21 01:21:18.181615 [ 287 ] {f714ba3a-e7ee-4af0-8f21-ce82cc741ca7} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8363 | 2024.12.21 01:21:18.181870 [ 287 ] {f714ba3a-e7ee-4af0-8f21-ce82cc741ca7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.0022 sec., 25454.545454545452 rows/sec., 1.94 MiB/sec. | ||
| 8364 | 2024.12.21 01:21:18.181940 [ 287 ] {f714ba3a-e7ee-4af0-8f21-ce82cc741ca7} <Debug> TCPHandler: Processed in 0.002667744 sec. | ||
| 8365 | 2024.12.21 01:21:18.182230 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8366 | 2024.12.21 01:21:18.182486 [ 285 ] {3fdc54bd-f55c-4d1e-812a-68782c3b577f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8367 | 2024.12.21 01:21:18.182563 [ 285 ] {3fdc54bd-f55c-4d1e-812a-68782c3b577f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8368 | 2024.12.21 01:21:18.183401 [ 285 ] {3fdc54bd-f55c-4d1e-812a-68782c3b577f} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8369 | 2024.12.21 01:21:18.183443 [ 285 ] {3fdc54bd-f55c-4d1e-812a-68782c3b577f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8370 | 2024.12.21 01:21:18.183872 [ 285 ] {3fdc54bd-f55c-4d1e-812a-68782c3b577f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8371 | 2024.12.21 01:21:18.184148 [ 285 ] {3fdc54bd-f55c-4d1e-812a-68782c3b577f} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8372 | 2024.12.21 01:21:18.184385 [ 285 ] {3fdc54bd-f55c-4d1e-812a-68782c3b577f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001954 sec., 32753.326509723644 rows/sec., 2.56 MiB/sec. | ||
| 8373 | 2024.12.21 01:21:18.184438 [ 285 ] {3fdc54bd-f55c-4d1e-812a-68782c3b577f} <Debug> TCPHandler: Processed in 0.00238947 sec. | ||
| 8374 | 2024.12.21 01:21:18.184591 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8375 | 2024.12.21 01:21:18.184737 [ 287 ] {9e700d37-f3c8-4393-9671-f9ce0d968158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8376 | 2024.12.21 01:21:18.184803 [ 287 ] {9e700d37-f3c8-4393-9671-f9ce0d968158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8377 | 2024.12.21 01:21:18.185451 [ 287 ] {9e700d37-f3c8-4393-9671-f9ce0d968158} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8378 | 2024.12.21 01:21:18.185491 [ 287 ] {9e700d37-f3c8-4393-9671-f9ce0d968158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8379 | 2024.12.21 01:21:18.185912 [ 287 ] {9e700d37-f3c8-4393-9671-f9ce0d968158} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8380 | 2024.12.21 01:21:18.186158 [ 287 ] {9e700d37-f3c8-4393-9671-f9ce0d968158} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8381 | 2024.12.21 01:21:18.186388 [ 287 ] {9e700d37-f3c8-4393-9671-f9ce0d968158} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001684 sec., 76009.50118764846 rows/sec., 5.29 MiB/sec. | ||
| 8382 | 2024.12.21 01:21:18.186470 [ 287 ] {9e700d37-f3c8-4393-9671-f9ce0d968158} <Debug> TCPHandler: Processed in 0.001948233 sec. | ||
| 8383 | 2024.12.21 01:21:18.186739 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8384 | 2024.12.21 01:21:18.186961 [ 285 ] {c3bbc640-b47d-439b-b213-1cc36938de30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8385 | 2024.12.21 01:21:18.187056 [ 285 ] {c3bbc640-b47d-439b-b213-1cc36938de30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8386 | 2024.12.21 01:21:18.187715 [ 285 ] {c3bbc640-b47d-439b-b213-1cc36938de30} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8387 | 2024.12.21 01:21:18.187755 [ 285 ] {c3bbc640-b47d-439b-b213-1cc36938de30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8388 | 2024.12.21 01:21:18.188154 [ 285 ] {c3bbc640-b47d-439b-b213-1cc36938de30} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8389 | 2024.12.21 01:21:18.188399 [ 285 ] {c3bbc640-b47d-439b-b213-1cc36938de30} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8390 | 2024.12.21 01:21:18.188617 [ 285 ] {c3bbc640-b47d-439b-b213-1cc36938de30} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001711 sec., 28053.769725306836 rows/sec., 1.89 MiB/sec. | ||
| 8391 | 2024.12.21 01:21:18.188669 [ 285 ] {c3bbc640-b47d-439b-b213-1cc36938de30} <Debug> TCPHandler: Processed in 0.002109986 sec. | ||
| 8392 | 2024.12.21 01:21:23.181556 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8393 | 2024.12.21 01:21:23.181781 [ 287 ] {6c7522e3-c462-4b24-afe8-1951829c21f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8394 | 2024.12.21 01:21:23.181898 [ 287 ] {6c7522e3-c462-4b24-afe8-1951829c21f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8395 | 2024.12.21 01:21:23.182807 [ 287 ] {6c7522e3-c462-4b24-afe8-1951829c21f2} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8396 | 2024.12.21 01:21:23.182857 [ 287 ] {6c7522e3-c462-4b24-afe8-1951829c21f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8397 | 2024.12.21 01:21:23.183308 [ 287 ] {6c7522e3-c462-4b24-afe8-1951829c21f2} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8398 | 2024.12.21 01:21:23.183567 [ 287 ] {6c7522e3-c462-4b24-afe8-1951829c21f2} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8399 | 2024.12.21 01:21:23.183843 [ 287 ] {6c7522e3-c462-4b24-afe8-1951829c21f2} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002113 sec., 58684.335068622815 rows/sec., 4.98 MiB/sec. | ||
| 8400 | 2024.12.21 01:21:23.183938 [ 287 ] {6c7522e3-c462-4b24-afe8-1951829c21f2} <Debug> TCPHandler: Processed in 0.002527373 sec. | ||
| 8401 | 2024.12.21 01:21:23.184248 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8402 | 2024.12.21 01:21:23.184493 [ 285 ] {7d94f7ea-d510-4a39-a14d-838541325606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8403 | 2024.12.21 01:21:23.184571 [ 285 ] {7d94f7ea-d510-4a39-a14d-838541325606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8404 | 2024.12.21 01:21:23.185360 [ 285 ] {7d94f7ea-d510-4a39-a14d-838541325606} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8405 | 2024.12.21 01:21:23.185414 [ 285 ] {7d94f7ea-d510-4a39-a14d-838541325606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8406 | 2024.12.21 01:21:23.185854 [ 285 ] {7d94f7ea-d510-4a39-a14d-838541325606} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8407 | 2024.12.21 01:21:23.186135 [ 285 ] {7d94f7ea-d510-4a39-a14d-838541325606} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8408 | 2024.12.21 01:21:23.186378 [ 285 ] {7d94f7ea-d510-4a39-a14d-838541325606} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001942 sec., 17507.723995880537 rows/sec., 1.29 MiB/sec. | ||
| 8409 | 2024.12.21 01:21:23.186446 [ 285 ] {7d94f7ea-d510-4a39-a14d-838541325606} <Debug> TCPHandler: Processed in 0.00237002 sec. | ||
| 8410 | 2024.12.21 01:21:23.186626 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8411 | 2024.12.21 01:21:23.186775 [ 287 ] {8c55607e-8889-4fac-a809-bb61eacaf24a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8412 | 2024.12.21 01:21:23.186837 [ 287 ] {8c55607e-8889-4fac-a809-bb61eacaf24a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8413 | 2024.12.21 01:21:23.187577 [ 287 ] {8c55607e-8889-4fac-a809-bb61eacaf24a} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8414 | 2024.12.21 01:21:23.187619 [ 287 ] {8c55607e-8889-4fac-a809-bb61eacaf24a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8415 | 2024.12.21 01:21:23.188031 [ 287 ] {8c55607e-8889-4fac-a809-bb61eacaf24a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8416 | 2024.12.21 01:21:23.188291 [ 287 ] {8c55607e-8889-4fac-a809-bb61eacaf24a} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8417 | 2024.12.21 01:21:23.188540 [ 287 ] {8c55607e-8889-4fac-a809-bb61eacaf24a} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001798 sec., 54505.00556173526 rows/sec., 4.26 MiB/sec. | ||
| 8418 | 2024.12.21 01:21:23.188632 [ 287 ] {8c55607e-8889-4fac-a809-bb61eacaf24a} <Debug> TCPHandler: Processed in 0.002075215 sec. | ||
| 8419 | 2024.12.21 01:21:23.188839 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8420 | 2024.12.21 01:21:23.188987 [ 285 ] {af1271c2-8f79-4757-84e9-56207adc5200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8421 | 2024.12.21 01:21:23.189055 [ 285 ] {af1271c2-8f79-4757-84e9-56207adc5200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8422 | 2024.12.21 01:21:23.189693 [ 285 ] {af1271c2-8f79-4757-84e9-56207adc5200} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8423 | 2024.12.21 01:21:23.189735 [ 285 ] {af1271c2-8f79-4757-84e9-56207adc5200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8424 | 2024.12.21 01:21:23.190155 [ 285 ] {af1271c2-8f79-4757-84e9-56207adc5200} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8425 | 2024.12.21 01:21:23.190423 [ 285 ] {af1271c2-8f79-4757-84e9-56207adc5200} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8426 | 2024.12.21 01:21:23.190649 [ 285 ] {af1271c2-8f79-4757-84e9-56207adc5200} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001697 sec., 94284.03064230997 rows/sec., 6.57 MiB/sec. | ||
| 8427 | 2024.12.21 01:21:23.190708 [ 285 ] {af1271c2-8f79-4757-84e9-56207adc5200} <Debug> TCPHandler: Processed in 0.001977924 sec. | ||
| 8428 | 2024.12.21 01:21:23.190856 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8429 | 2024.12.21 01:21:23.190982 [ 287 ] {40d3fe9b-5191-48f6-8e0f-4645c436f54f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8430 | 2024.12.21 01:21:23.191065 [ 287 ] {40d3fe9b-5191-48f6-8e0f-4645c436f54f} <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 | ||
| 8431 | 2024.12.21 01:21:23.192304 [ 287 ] {40d3fe9b-5191-48f6-8e0f-4645c436f54f} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8432 | 2024.12.21 01:21:23.192344 [ 287 ] {40d3fe9b-5191-48f6-8e0f-4645c436f54f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8433 | 2024.12.21 01:21:23.193012 [ 287 ] {40d3fe9b-5191-48f6-8e0f-4645c436f54f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8434 | 2024.12.21 01:21:23.193272 [ 287 ] {40d3fe9b-5191-48f6-8e0f-4645c436f54f} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8435 | 2024.12.21 01:21:23.193516 [ 287 ] {40d3fe9b-5191-48f6-8e0f-4645c436f54f} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002559 sec., 13286.440015631106 rows/sec., 23.81 MiB/sec. | ||
| 8436 | 2024.12.21 01:21:23.193629 [ 287 ] {40d3fe9b-5191-48f6-8e0f-4645c436f54f} <Debug> TCPHandler: Processed in 0.002831268 sec. | ||
| 8437 | 2024.12.21 01:21:23.193792 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8438 | 2024.12.21 01:21:23.193940 [ 285 ] {7fd692f0-5d57-49b7-a3f8-727cff188712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8439 | 2024.12.21 01:21:23.194002 [ 285 ] {7fd692f0-5d57-49b7-a3f8-727cff188712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8440 | 2024.12.21 01:21:23.194569 [ 285 ] {7fd692f0-5d57-49b7-a3f8-727cff188712} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8441 | 2024.12.21 01:21:23.194605 [ 285 ] {7fd692f0-5d57-49b7-a3f8-727cff188712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8442 | 2024.12.21 01:21:23.195005 [ 285 ] {7fd692f0-5d57-49b7-a3f8-727cff188712} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8443 | 2024.12.21 01:21:23.195258 [ 285 ] {7fd692f0-5d57-49b7-a3f8-727cff188712} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8444 | 2024.12.21 01:21:23.195441 [ 285 ] {7fd692f0-5d57-49b7-a3f8-727cff188712} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001534 sec., 39113.42894393742 rows/sec., 2.64 MiB/sec. | ||
| 8445 | 2024.12.21 01:21:23.195491 [ 285 ] {7fd692f0-5d57-49b7-a3f8-727cff188712} <Debug> TCPHandler: Processed in 0.001765649 sec. | ||
| 8446 | 2024.12.21 01:21:23.824291 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8447 | 2024.12.21 01:21:23.824354 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8448 | 2024.12.21 01:21:23.962334 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 8449 | 2024.12.21 01:21:23.962980 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8450 | 2024.12.21 01:21:23.963031 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8451 | 2024.12.21 01:21:23.963557 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8452 | 2024.12.21 01:21:23.963807 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8453 | 2024.12.21 01:21:23.964060 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 8454 | 2024.12.21 01:21:24.106915 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1210 | ||
| 8455 | 2024.12.21 01:21:24.109873 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8456 | 2024.12.21 01:21:24.109944 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8457 | 2024.12.21 01:21:24.111914 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8458 | 2024.12.21 01:21:24.112293 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8459 | 2024.12.21 01:21:24.113035 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1210 | ||
| 8460 | 2024.12.21 01:21:25.244859 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8461 | 2024.12.21 01:21:25.265868 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8462 | 2024.12.21 01:21:25.265917 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8463 | 2024.12.21 01:21:25.273518 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8464 | 2024.12.21 01:21:25.274305 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8465 | 2024.12.21 01:21:25.277495 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8466 | 2024.12.21 01:21:25.977719 [ 37 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 | ||
| 8467 | 2024.12.21 01:21:25.977816 [ 37 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8468 | 2024.12.21 01:21:25.977857 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8469 | 2024.12.21 01:21:25.978168 [ 193 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full | ||
| 8470 | 2024.12.21 01:21:25.978616 [ 193 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8471 | 2024.12.21 01:21:25.978697 [ 193 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 23 rows starting from the beginning of the part | ||
| 8472 | 2024.12.21 01:21:25.978847 [ 193 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 8473 | 2024.12.21 01:21:25.979008 [ 193 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 8474 | 2024.12.21 01:21:25.979258 [ 193 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 8475 | 2024.12.21 01:21:25.979411 [ 193 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 8476 | 2024.12.21 01:21:25.980731 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27 rows, containing 4 columns (4 merged, 0 gathered) in 0.002767067 sec., 9757.62422810868 rows/sec., 657.50 KiB/sec. | ||
| 8477 | 2024.12.21 01:21:25.980923 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
| 8478 | 2024.12.21 01:21:25.981268 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_27_6} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8479 | 2024.12.21 01:21:25.981359 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_27_6} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 | ||
| 8480 | 2024.12.21 01:21:25.981457 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 8481 | 2024.12.21 01:21:28.185867 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8482 | 2024.12.21 01:21:28.186180 [ 287 ] {1b17e9ba-cfb3-4faa-9432-13ce58bb8432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8483 | 2024.12.21 01:21:28.186300 [ 287 ] {1b17e9ba-cfb3-4faa-9432-13ce58bb8432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8484 | 2024.12.21 01:21:28.187184 [ 287 ] {1b17e9ba-cfb3-4faa-9432-13ce58bb8432} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8485 | 2024.12.21 01:21:28.187240 [ 287 ] {1b17e9ba-cfb3-4faa-9432-13ce58bb8432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8486 | 2024.12.21 01:21:28.187680 [ 287 ] {1b17e9ba-cfb3-4faa-9432-13ce58bb8432} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8487 | 2024.12.21 01:21:28.187957 [ 287 ] {1b17e9ba-cfb3-4faa-9432-13ce58bb8432} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8488 | 2024.12.21 01:21:28.188225 [ 287 ] {1b17e9ba-cfb3-4faa-9432-13ce58bb8432} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002123 sec., 6594.44182760245 rows/sec., 474.71 KiB/sec. | ||
| 8489 | 2024.12.21 01:21:28.188340 [ 287 ] {1b17e9ba-cfb3-4faa-9432-13ce58bb8432} <Debug> TCPHandler: Processed in 0.002682786 sec. | ||
| 8490 | 2024.12.21 01:21:28.188705 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8491 | 2024.12.21 01:21:28.188894 [ 285 ] {19651a45-1a30-41b2-bdde-f62de63bd54d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8492 | 2024.12.21 01:21:28.188967 [ 285 ] {19651a45-1a30-41b2-bdde-f62de63bd54d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8493 | 2024.12.21 01:21:28.189805 [ 285 ] {19651a45-1a30-41b2-bdde-f62de63bd54d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8494 | 2024.12.21 01:21:28.189851 [ 285 ] {19651a45-1a30-41b2-bdde-f62de63bd54d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8495 | 2024.12.21 01:21:28.190316 [ 285 ] {19651a45-1a30-41b2-bdde-f62de63bd54d} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8496 | 2024.12.21 01:21:28.190579 [ 285 ] {19651a45-1a30-41b2-bdde-f62de63bd54d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8497 | 2024.12.21 01:21:28.190749 [ 35 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8498 | 2024.12.21 01:21:28.190802 [ 285 ] {19651a45-1a30-41b2-bdde-f62de63bd54d} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001959 sec., 111791.73047473202 rows/sec., 9.74 MiB/sec. | ||
| 8499 | 2024.12.21 01:21:28.190806 [ 35 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8500 | 2024.12.21 01:21:28.190858 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8501 | 2024.12.21 01:21:28.190899 [ 285 ] {19651a45-1a30-41b2-bdde-f62de63bd54d} <Debug> TCPHandler: Processed in 0.002423601 sec. | ||
| 8502 | 2024.12.21 01:21:28.191208 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8503 | 2024.12.21 01:21:28.191283 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8504 | 2024.12.21 01:21:28.191841 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8505 | 2024.12.21 01:21:28.191877 [ 287 ] {9a2f3ab9-29bf-4fe1-90e7-b0282cf136c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8506 | 2024.12.21 01:21:28.191977 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1436 rows starting from the beginning of the part | ||
| 8507 | 2024.12.21 01:21:28.192329 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 124 rows starting from the beginning of the part | ||
| 8508 | 2024.12.21 01:21:28.192504 [ 287 ] {9a2f3ab9-29bf-4fe1-90e7-b0282cf136c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8509 | 2024.12.21 01:21:28.192717 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1359 rows starting from the beginning of the part | ||
| 8510 | 2024.12.21 01:21:28.193068 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part | ||
| 8511 | 2024.12.21 01:21:28.193469 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 124 rows starting from the beginning of the part | ||
| 8512 | 2024.12.21 01:21:28.193946 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 219 rows starting from the beginning of the part | ||
| 8513 | 2024.12.21 01:21:28.195791 [ 287 ] {9a2f3ab9-29bf-4fe1-90e7-b0282cf136c5} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8514 | 2024.12.21 01:21:28.195854 [ 287 ] {9a2f3ab9-29bf-4fe1-90e7-b0282cf136c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8515 | 2024.12.21 01:21:28.196696 [ 287 ] {9a2f3ab9-29bf-4fe1-90e7-b0282cf136c5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8516 | 2024.12.21 01:21:28.196975 [ 287 ] {9a2f3ab9-29bf-4fe1-90e7-b0282cf136c5} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8517 | 2024.12.21 01:21:28.197505 [ 287 ] {9a2f3ab9-29bf-4fe1-90e7-b0282cf136c5} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.005969 sec., 2512.983749371754 rows/sec., 177.18 KiB/sec. | ||
| 8518 | 2024.12.21 01:21:28.197624 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3318 rows, containing 5 columns (5 merged, 0 gathered) in 0.006668183 sec., 497586.82387690915 rows/sec., 43.47 MiB/sec. | ||
| 8519 | 2024.12.21 01:21:28.197647 [ 287 ] {9a2f3ab9-29bf-4fe1-90e7-b0282cf136c5} <Debug> TCPHandler: Processed in 0.006636841 sec. | ||
| 8520 | 2024.12.21 01:21:28.197927 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8521 | 2024.12.21 01:21:28.197945 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8522 | 2024.12.21 01:21:28.198130 [ 285 ] {d613c019-6f7a-4094-8b51-27f524b2991a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8523 | 2024.12.21 01:21:28.198243 [ 285 ] {d613c019-6f7a-4094-8b51-27f524b2991a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8524 | 2024.12.21 01:21:28.198492 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_66_13} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8525 | 2024.12.21 01:21:28.198706 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_66_13} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8526 | 2024.12.21 01:21:28.198921 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 8527 | 2024.12.21 01:21:28.199304 [ 285 ] {d613c019-6f7a-4094-8b51-27f524b2991a} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8528 | 2024.12.21 01:21:28.199349 [ 285 ] {d613c019-6f7a-4094-8b51-27f524b2991a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8529 | 2024.12.21 01:21:28.199720 [ 285 ] {d613c019-6f7a-4094-8b51-27f524b2991a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8530 | 2024.12.21 01:21:28.199969 [ 285 ] {d613c019-6f7a-4094-8b51-27f524b2991a} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8531 | 2024.12.21 01:21:28.200160 [ 285 ] {d613c019-6f7a-4094-8b51-27f524b2991a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002084 sec., 6717.85028790787 rows/sec., 470.47 KiB/sec. | ||
| 8532 | 2024.12.21 01:21:28.200218 [ 285 ] {d613c019-6f7a-4094-8b51-27f524b2991a} <Debug> TCPHandler: Processed in 0.0023723 sec. | ||
| 8533 | 2024.12.21 01:21:28.200362 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8534 | 2024.12.21 01:21:28.200481 [ 287 ] {9ed81147-ea5d-4a8d-b146-bc939c2395e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8535 | 2024.12.21 01:21:28.200530 [ 287 ] {9ed81147-ea5d-4a8d-b146-bc939c2395e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8536 | 2024.12.21 01:21:28.201204 [ 287 ] {9ed81147-ea5d-4a8d-b146-bc939c2395e5} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8537 | 2024.12.21 01:21:28.201251 [ 287 ] {9ed81147-ea5d-4a8d-b146-bc939c2395e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8538 | 2024.12.21 01:21:28.201659 [ 287 ] {9ed81147-ea5d-4a8d-b146-bc939c2395e5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8539 | 2024.12.21 01:21:28.201894 [ 287 ] {9ed81147-ea5d-4a8d-b146-bc939c2395e5} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8540 | 2024.12.21 01:21:28.202117 [ 287 ] {9ed81147-ea5d-4a8d-b146-bc939c2395e5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001662 sec., 7821.901323706377 rows/sec., 487.69 KiB/sec. | ||
| 8541 | 2024.12.21 01:21:28.202172 [ 287 ] {9ed81147-ea5d-4a8d-b146-bc939c2395e5} <Debug> TCPHandler: Processed in 0.001865631 sec. | ||
| 8542 | 2024.12.21 01:21:28.202316 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8543 | 2024.12.21 01:21:28.202436 [ 285 ] {7e5eec8e-8a26-4367-960a-2680e75e25d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8544 | 2024.12.21 01:21:28.202486 [ 285 ] {7e5eec8e-8a26-4367-960a-2680e75e25d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8545 | 2024.12.21 01:21:28.203200 [ 285 ] {7e5eec8e-8a26-4367-960a-2680e75e25d1} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8546 | 2024.12.21 01:21:28.203238 [ 285 ] {7e5eec8e-8a26-4367-960a-2680e75e25d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8547 | 2024.12.21 01:21:28.203628 [ 285 ] {7e5eec8e-8a26-4367-960a-2680e75e25d1} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8548 | 2024.12.21 01:21:28.203886 [ 285 ] {7e5eec8e-8a26-4367-960a-2680e75e25d1} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8549 | 2024.12.21 01:21:28.204023 [ 35 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8550 | 2024.12.21 01:21:28.204061 [ 35 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8551 | 2024.12.21 01:21:28.204074 [ 285 ] {7e5eec8e-8a26-4367-960a-2680e75e25d1} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001663 sec., 234515.93505712567 rows/sec., 16.63 MiB/sec. | ||
| 8552 | 2024.12.21 01:21:28.204094 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8553 | 2024.12.21 01:21:28.204158 [ 285 ] {7e5eec8e-8a26-4367-960a-2680e75e25d1} <Debug> TCPHandler: Processed in 0.001896702 sec. | ||
| 8554 | 2024.12.21 01:21:28.204275 [ 187 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8555 | 2024.12.21 01:21:28.204343 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8556 | 2024.12.21 01:21:28.204419 [ 187 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8557 | 2024.12.21 01:21:28.204499 [ 187 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 916 rows starting from the beginning of the part | ||
| 8558 | 2024.12.21 01:21:28.204572 [ 287 ] {31d44a88-06cb-4e8d-b230-5ad3bbfee8a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8559 | 2024.12.21 01:21:28.204734 [ 187 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 98 rows starting from the beginning of the part | ||
| 8560 | 2024.12.21 01:21:28.204850 [ 287 ] {31d44a88-06cb-4e8d-b230-5ad3bbfee8a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8561 | 2024.12.21 01:21:28.204999 [ 187 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 846 rows starting from the beginning of the part | ||
| 8562 | 2024.12.21 01:21:28.205283 [ 187 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part | ||
| 8563 | 2024.12.21 01:21:28.205613 [ 187 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 98 rows starting from the beginning of the part | ||
| 8564 | 2024.12.21 01:21:28.205967 [ 187 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 390 rows starting from the beginning of the part | ||
| 8565 | 2024.12.21 01:21:28.207446 [ 287 ] {31d44a88-06cb-4e8d-b230-5ad3bbfee8a2} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8566 | 2024.12.21 01:21:28.207522 [ 287 ] {31d44a88-06cb-4e8d-b230-5ad3bbfee8a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8567 | 2024.12.21 01:21:28.208471 [ 287 ] {31d44a88-06cb-4e8d-b230-5ad3bbfee8a2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8568 | 2024.12.21 01:21:28.208840 [ 287 ] {31d44a88-06cb-4e8d-b230-5ad3bbfee8a2} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8569 | 2024.12.21 01:21:28.209339 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.005159917 sec., 467449.37951521314 rows/sec., 35.84 MiB/sec. | ||
| 8570 | 2024.12.21 01:21:28.209428 [ 287 ] {31d44a88-06cb-4e8d-b230-5ad3bbfee8a2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00493 sec., 1217.0385395537523 rows/sec., 63.59 KiB/sec. | ||
| 8571 | 2024.12.21 01:21:28.209508 [ 287 ] {31d44a88-06cb-4e8d-b230-5ad3bbfee8a2} <Debug> TCPHandler: Processed in 0.005250958 sec. | ||
| 8572 | 2024.12.21 01:21:28.209606 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8573 | 2024.12.21 01:21:28.209723 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8574 | 2024.12.21 01:21:28.209959 [ 285 ] {cf0ddb67-799c-4be7-8706-6e380ca63665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8575 | 2024.12.21 01:21:28.210027 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_66_13} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8576 | 2024.12.21 01:21:28.210071 [ 285 ] {cf0ddb67-799c-4be7-8706-6e380ca63665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8577 | 2024.12.21 01:21:28.210205 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_66_13} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8578 | 2024.12.21 01:21:28.210423 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 8579 | 2024.12.21 01:21:28.210981 [ 285 ] {cf0ddb67-799c-4be7-8706-6e380ca63665} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8580 | 2024.12.21 01:21:28.211025 [ 285 ] {cf0ddb67-799c-4be7-8706-6e380ca63665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8581 | 2024.12.21 01:21:28.211432 [ 285 ] {cf0ddb67-799c-4be7-8706-6e380ca63665} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8582 | 2024.12.21 01:21:28.211677 [ 285 ] {cf0ddb67-799c-4be7-8706-6e380ca63665} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8583 | 2024.12.21 01:21:28.211862 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8584 | 2024.12.21 01:21:28.211925 [ 285 ] {cf0ddb67-799c-4be7-8706-6e380ca63665} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002031 sec., 116691.28508124079 rows/sec., 7.82 MiB/sec. | ||
| 8585 | 2024.12.21 01:21:28.211955 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8586 | 2024.12.21 01:21:28.212035 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8587 | 2024.12.21 01:21:28.212046 [ 285 ] {cf0ddb67-799c-4be7-8706-6e380ca63665} <Debug> TCPHandler: Processed in 0.002415031 sec. | ||
| 8588 | 2024.12.21 01:21:28.212277 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8589 | 2024.12.21 01:21:28.212302 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8590 | 2024.12.21 01:21:28.212552 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8591 | 2024.12.21 01:21:28.212564 [ 287 ] {92ee8170-5b02-4e30-b5df-743606901ceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8592 | 2024.12.21 01:21:28.212618 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18902 rows starting from the beginning of the part | ||
| 8593 | 2024.12.21 01:21:28.212682 [ 287 ] {92ee8170-5b02-4e30-b5df-743606901ceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8594 | 2024.12.21 01:21:28.212994 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part | ||
| 8595 | 2024.12.21 01:21:28.213453 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 955 rows starting from the beginning of the part | ||
| 8596 | 2024.12.21 01:21:28.213835 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 128 rows starting from the beginning of the part | ||
| 8597 | 2024.12.21 01:21:28.214122 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
| 8598 | 2024.12.21 01:21:28.214360 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part | ||
| 8599 | 2024.12.21 01:21:28.215239 [ 287 ] {92ee8170-5b02-4e30-b5df-743606901ceb} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8600 | 2024.12.21 01:21:28.215308 [ 287 ] {92ee8170-5b02-4e30-b5df-743606901ceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8601 | 2024.12.21 01:21:28.215962 [ 287 ] {92ee8170-5b02-4e30-b5df-743606901ceb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8602 | 2024.12.21 01:21:28.216279 [ 287 ] {92ee8170-5b02-4e30-b5df-743606901ceb} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8603 | 2024.12.21 01:21:28.216675 [ 287 ] {92ee8170-5b02-4e30-b5df-743606901ceb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004195 sec., 238.37902264600714 rows/sec., 16.06 KiB/sec. | ||
| 8604 | 2024.12.21 01:21:28.216880 [ 287 ] {92ee8170-5b02-4e30-b5df-743606901ceb} <Debug> TCPHandler: Processed in 0.004708639 sec. | ||
| 8605 | 2024.12.21 01:21:28.217178 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8606 | 2024.12.21 01:21:28.217571 [ 285 ] {743907b1-b3db-43f1-8de6-02c6d4db10cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8607 | 2024.12.21 01:21:28.217716 [ 285 ] {743907b1-b3db-43f1-8de6-02c6d4db10cd} <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 | ||
| 8608 | 2024.12.21 01:21:28.219239 [ 285 ] {743907b1-b3db-43f1-8de6-02c6d4db10cd} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8609 | 2024.12.21 01:21:28.219280 [ 285 ] {743907b1-b3db-43f1-8de6-02c6d4db10cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8610 | 2024.12.21 01:21:28.221572 [ 285 ] {743907b1-b3db-43f1-8de6-02c6d4db10cd} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8611 | 2024.12.21 01:21:28.221859 [ 285 ] {743907b1-b3db-43f1-8de6-02c6d4db10cd} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8612 | 2024.12.21 01:21:28.222186 [ 285 ] {743907b1-b3db-43f1-8de6-02c6d4db10cd} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004737 sec., 1688.8325944690732 rows/sec., 3.03 MiB/sec. | ||
| 8613 | 2024.12.21 01:21:28.222291 [ 285 ] {743907b1-b3db-43f1-8de6-02c6d4db10cd} <Debug> TCPHandler: Processed in 0.005277899 sec. | ||
| 8614 | 2024.12.21 01:21:28.222545 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8615 | 2024.12.21 01:21:28.222811 [ 287 ] {3da458f5-ccc7-44fa-9e6f-1f74118e615f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8616 | 2024.12.21 01:21:28.222889 [ 287 ] {3da458f5-ccc7-44fa-9e6f-1f74118e615f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8617 | 2024.12.21 01:21:28.223835 [ 287 ] {3da458f5-ccc7-44fa-9e6f-1f74118e615f} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8618 | 2024.12.21 01:21:28.223950 [ 287 ] {3da458f5-ccc7-44fa-9e6f-1f74118e615f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8619 | 2024.12.21 01:21:28.224136 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20542 rows, containing 5 columns (5 merged, 0 gathered) in 0.012000222 sec., 1711801.665002531 rows/sec., 115.54 MiB/sec. | ||
| 8620 | 2024.12.21 01:21:28.224534 [ 287 ] {3da458f5-ccc7-44fa-9e6f-1f74118e615f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8621 | 2024.12.21 01:21:28.224583 [ 191 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8622 | 2024.12.21 01:21:28.224959 [ 287 ] {3da458f5-ccc7-44fa-9e6f-1f74118e615f} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8623 | 2024.12.21 01:21:28.225168 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8624 | 2024.12.21 01:21:28.225203 [ 33 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8625 | 2024.12.21 01:21:28.225325 [ 33 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8626 | 2024.12.21 01:21:28.225414 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8627 | 2024.12.21 01:21:28.225498 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8628 | 2024.12.21 01:21:28.225554 [ 287 ] {3da458f5-ccc7-44fa-9e6f-1f74118e615f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002741 sec., 29916.089018606348 rows/sec., 1.90 MiB/sec. | ||
| 8629 | 2024.12.21 01:21:28.225769 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 8630 | 2024.12.21 01:21:28.225816 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 8631 | 2024.12.21 01:21:28.225865 [ 287 ] {3da458f5-ccc7-44fa-9e6f-1f74118e615f} <Debug> TCPHandler: Processed in 0.003438707 sec. | ||
| 8632 | 2024.12.21 01:21:28.226034 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8633 | 2024.12.21 01:21:28.226069 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3740 rows starting from the beginning of the part | ||
| 8634 | 2024.12.21 01:21:28.226129 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
| 8635 | 2024.12.21 01:21:28.226382 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 34 rows starting from the beginning of the part | ||
| 8636 | 2024.12.21 01:21:28.226602 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 48 rows starting from the beginning of the part | ||
| 8637 | 2024.12.21 01:21:28.226715 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 8638 | 2024.12.21 01:21:28.226924 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
| 8639 | 2024.12.21 01:21:28.228637 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4024 rows, containing 4 columns (4 merged, 0 gathered) in 0.003109192 sec., 1294226.924551459 rows/sec., 84.36 MiB/sec. | ||
| 8640 | 2024.12.21 01:21:28.229000 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8641 | 2024.12.21 01:21:28.229347 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_66_13} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8642 | 2024.12.21 01:21:28.229441 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_66_13} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8643 | 2024.12.21 01:21:28.229528 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 8644 | 2024.12.21 01:21:31.464176 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 8645 | 2024.12.21 01:21:31.464855 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8646 | 2024.12.21 01:21:31.464905 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8647 | 2024.12.21 01:21:31.465430 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8648 | 2024.12.21 01:21:31.465684 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8649 | 2024.12.21 01:21:31.465906 [ 30 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8650 | 2024.12.21 01:21:31.465943 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 8651 | 2024.12.21 01:21:31.465988 [ 30 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8652 | 2024.12.21 01:21:31.466015 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8653 | 2024.12.21 01:21:31.466198 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::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 | ||
| 8654 | 2024.12.21 01:21:31.466555 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8655 | 2024.12.21 01:21:31.466670 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part | ||
| 8656 | 2024.12.21 01:21:31.467005 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part | ||
| 8657 | 2024.12.21 01:21:31.467149 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part | ||
| 8658 | 2024.12.21 01:21:31.467348 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part | ||
| 8659 | 2024.12.21 01:21:31.467593 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part | ||
| 8660 | 2024.12.21 01:21:31.467776 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part | ||
| 8661 | 2024.12.21 01:21:31.470085 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004000857 sec., 4711240.616697872 rows/sec., 67.39 MiB/sec. | ||
| 8662 | 2024.12.21 01:21:31.470460 [ 195 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8663 | 2024.12.21 01:21:31.470844 [ 195 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_41_8} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8664 | 2024.12.21 01:21:31.470946 [ 195 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_41_8} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8665 | 2024.12.21 01:21:31.471066 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 8666 | 2024.12.21 01:21:32.777567 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8667 | 2024.12.21 01:21:32.800185 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8668 | 2024.12.21 01:21:32.800266 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8669 | 2024.12.21 01:21:32.807755 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8670 | 2024.12.21 01:21:32.808614 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8671 | 2024.12.21 01:21:32.809034 [ 28 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8672 | 2024.12.21 01:21:32.809169 [ 28 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8673 | 2024.12.21 01:21:32.809242 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8674 | 2024.12.21 01:21:32.809915 [ 186 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 8675 | 2024.12.21 01:21:32.827221 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8676 | 2024.12.21 01:21:32.828591 [ 186 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8677 | 2024.12.21 01:21:32.829932 [ 186 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part | ||
| 8678 | 2024.12.21 01:21:32.836215 [ 186 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part | ||
| 8679 | 2024.12.21 01:21:32.841671 [ 186 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part | ||
| 8680 | 2024.12.21 01:21:32.847260 [ 186 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part | ||
| 8681 | 2024.12.21 01:21:32.853127 [ 186 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part | ||
| 8682 | 2024.12.21 01:21:32.857788 [ 186 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part | ||
| 8683 | 2024.12.21 01:21:32.920397 [ 197 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.110968568 sec., 2784.5722943815945 rows/sec., 14.40 MiB/sec. | ||
| 8684 | 2024.12.21 01:21:32.922493 [ 190 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8685 | 2024.12.21 01:21:32.925084 [ 190 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_41_8} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8686 | 2024.12.21 01:21:32.925201 [ 190 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_41_8} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8687 | 2024.12.21 01:21:32.926900 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8688 | 2024.12.21 01:21:33.000219 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.61 MiB, peak 232.01 MiB, free memory in arenas 0.00 B, will set to 220.35 MiB (RSS), difference: 1.75 MiB | ||
| 8689 | 2024.12.21 01:21:33.182537 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8690 | 2024.12.21 01:21:33.182836 [ 287 ] {b087bf4f-e2c6-41f7-a7b4-7725cbf065bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8691 | 2024.12.21 01:21:33.182941 [ 287 ] {b087bf4f-e2c6-41f7-a7b4-7725cbf065bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8692 | 2024.12.21 01:21:33.183659 [ 287 ] {b087bf4f-e2c6-41f7-a7b4-7725cbf065bd} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8693 | 2024.12.21 01:21:33.183705 [ 287 ] {b087bf4f-e2c6-41f7-a7b4-7725cbf065bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8694 | 2024.12.21 01:21:33.184127 [ 287 ] {b087bf4f-e2c6-41f7-a7b4-7725cbf065bd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8695 | 2024.12.21 01:21:33.184406 [ 287 ] {b087bf4f-e2c6-41f7-a7b4-7725cbf065bd} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8696 | 2024.12.21 01:21:33.184701 [ 287 ] {b087bf4f-e2c6-41f7-a7b4-7725cbf065bd} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001963 sec., 2037.6974019358126 rows/sec., 166.16 KiB/sec. | ||
| 8697 | 2024.12.21 01:21:33.184910 [ 287 ] {b087bf4f-e2c6-41f7-a7b4-7725cbf065bd} <Debug> TCPHandler: Processed in 0.002557473 sec. | ||
| 8698 | 2024.12.21 01:21:33.185183 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8699 | 2024.12.21 01:21:33.185403 [ 285 ] {f04157c6-4984-4f52-9dfe-917a7aa377e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8700 | 2024.12.21 01:21:33.185487 [ 285 ] {f04157c6-4984-4f52-9dfe-917a7aa377e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8701 | 2024.12.21 01:21:33.186334 [ 285 ] {f04157c6-4984-4f52-9dfe-917a7aa377e4} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8702 | 2024.12.21 01:21:33.186387 [ 285 ] {f04157c6-4984-4f52-9dfe-917a7aa377e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8703 | 2024.12.21 01:21:33.186855 [ 285 ] {f04157c6-4984-4f52-9dfe-917a7aa377e4} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8704 | 2024.12.21 01:21:33.187124 [ 285 ] {f04157c6-4984-4f52-9dfe-917a7aa377e4} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8705 | 2024.12.21 01:21:33.187357 [ 285 ] {f04157c6-4984-4f52-9dfe-917a7aa377e4} <Debug> executeQuery: Read 126 rows, 10.93 KiB in 0.002015 sec., 62531.01736972705 rows/sec., 5.30 MiB/sec. | ||
| 8706 | 2024.12.21 01:21:33.187416 [ 285 ] {f04157c6-4984-4f52-9dfe-917a7aa377e4} <Debug> TCPHandler: Processed in 0.00237448 sec. | ||
| 8707 | 2024.12.21 01:21:33.187571 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8708 | 2024.12.21 01:21:33.187715 [ 287 ] {0d1d0033-0011-4b20-88ae-fd363e5b5734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8709 | 2024.12.21 01:21:33.187776 [ 287 ] {0d1d0033-0011-4b20-88ae-fd363e5b5734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8710 | 2024.12.21 01:21:33.188503 [ 287 ] {0d1d0033-0011-4b20-88ae-fd363e5b5734} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8711 | 2024.12.21 01:21:33.188551 [ 287 ] {0d1d0033-0011-4b20-88ae-fd363e5b5734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8712 | 2024.12.21 01:21:33.188958 [ 287 ] {0d1d0033-0011-4b20-88ae-fd363e5b5734} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8713 | 2024.12.21 01:21:33.189198 [ 287 ] {0d1d0033-0011-4b20-88ae-fd363e5b5734} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8714 | 2024.12.21 01:21:33.189425 [ 287 ] {0d1d0033-0011-4b20-88ae-fd363e5b5734} <Debug> executeQuery: Read 38 rows, 2.84 KiB in 0.001742 sec., 21814.006888633754 rows/sec., 1.59 MiB/sec. | ||
| 8715 | 2024.12.21 01:21:33.189502 [ 287 ] {0d1d0033-0011-4b20-88ae-fd363e5b5734} <Debug> TCPHandler: Processed in 0.001998473 sec. | ||
| 8716 | 2024.12.21 01:21:33.189696 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8717 | 2024.12.21 01:21:33.189846 [ 285 ] {e2475e88-ce7f-4b3b-a7fa-19753120ba19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8718 | 2024.12.21 01:21:33.189906 [ 285 ] {e2475e88-ce7f-4b3b-a7fa-19753120ba19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8719 | 2024.12.21 01:21:33.190668 [ 285 ] {e2475e88-ce7f-4b3b-a7fa-19753120ba19} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8720 | 2024.12.21 01:21:33.190718 [ 285 ] {e2475e88-ce7f-4b3b-a7fa-19753120ba19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8721 | 2024.12.21 01:21:33.191108 [ 285 ] {e2475e88-ce7f-4b3b-a7fa-19753120ba19} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8722 | 2024.12.21 01:21:33.191368 [ 285 ] {e2475e88-ce7f-4b3b-a7fa-19753120ba19} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8723 | 2024.12.21 01:21:33.191576 [ 285 ] {e2475e88-ce7f-4b3b-a7fa-19753120ba19} <Debug> executeQuery: Read 102 rows, 8.16 KiB in 0.001761 sec., 57921.63543441227 rows/sec., 4.53 MiB/sec. | ||
| 8724 | 2024.12.21 01:21:33.191630 [ 285 ] {e2475e88-ce7f-4b3b-a7fa-19753120ba19} <Debug> TCPHandler: Processed in 0.002042174 sec. | ||
| 8725 | 2024.12.21 01:21:33.191820 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8726 | 2024.12.21 01:21:33.192041 [ 287 ] {564bcedf-99a5-473f-8f8e-e4222084fdc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8727 | 2024.12.21 01:21:33.192142 [ 287 ] {564bcedf-99a5-473f-8f8e-e4222084fdc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8728 | 2024.12.21 01:21:33.193008 [ 287 ] {564bcedf-99a5-473f-8f8e-e4222084fdc2} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8729 | 2024.12.21 01:21:33.193047 [ 287 ] {564bcedf-99a5-473f-8f8e-e4222084fdc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8730 | 2024.12.21 01:21:33.193448 [ 287 ] {564bcedf-99a5-473f-8f8e-e4222084fdc2} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8731 | 2024.12.21 01:21:33.193683 [ 287 ] {564bcedf-99a5-473f-8f8e-e4222084fdc2} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8732 | 2024.12.21 01:21:33.193887 [ 287 ] {564bcedf-99a5-473f-8f8e-e4222084fdc2} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001901 sec., 85218.30615465545 rows/sec., 5.93 MiB/sec. | ||
| 8733 | 2024.12.21 01:21:33.193944 [ 287 ] {564bcedf-99a5-473f-8f8e-e4222084fdc2} <Debug> TCPHandler: Processed in 0.002210737 sec. | ||
| 8734 | 2024.12.21 01:21:33.194109 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8735 | 2024.12.21 01:21:33.194247 [ 285 ] {caa1c345-8b2e-4e35-93d8-432fe2995b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8736 | 2024.12.21 01:21:33.194346 [ 285 ] {caa1c345-8b2e-4e35-93d8-432fe2995b5e} <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 | ||
| 8737 | 2024.12.21 01:21:33.195626 [ 285 ] {caa1c345-8b2e-4e35-93d8-432fe2995b5e} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8738 | 2024.12.21 01:21:33.195666 [ 285 ] {caa1c345-8b2e-4e35-93d8-432fe2995b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8739 | 2024.12.21 01:21:33.196388 [ 285 ] {caa1c345-8b2e-4e35-93d8-432fe2995b5e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8740 | 2024.12.21 01:21:33.196652 [ 285 ] {caa1c345-8b2e-4e35-93d8-432fe2995b5e} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8741 | 2024.12.21 01:21:33.196910 [ 285 ] {caa1c345-8b2e-4e35-93d8-432fe2995b5e} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002693 sec., 12625.324916450056 rows/sec., 22.62 MiB/sec. | ||
| 8742 | 2024.12.21 01:21:33.197007 [ 285 ] {caa1c345-8b2e-4e35-93d8-432fe2995b5e} <Debug> TCPHandler: Processed in 0.0029627 sec. | ||
| 8743 | 2024.12.21 01:21:33.197200 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8744 | 2024.12.21 01:21:33.197339 [ 287 ] {fd163368-1e10-4609-983a-2aa01a059247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8745 | 2024.12.21 01:21:33.197401 [ 287 ] {fd163368-1e10-4609-983a-2aa01a059247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8746 | 2024.12.21 01:21:33.197965 [ 287 ] {fd163368-1e10-4609-983a-2aa01a059247} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8747 | 2024.12.21 01:21:33.198004 [ 287 ] {fd163368-1e10-4609-983a-2aa01a059247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8748 | 2024.12.21 01:21:33.198384 [ 287 ] {fd163368-1e10-4609-983a-2aa01a059247} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8749 | 2024.12.21 01:21:33.198646 [ 287 ] {fd163368-1e10-4609-983a-2aa01a059247} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8750 | 2024.12.21 01:21:33.198853 [ 287 ] {fd163368-1e10-4609-983a-2aa01a059247} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001545 sec., 38834.95145631068 rows/sec., 2.62 MiB/sec. | ||
| 8751 | 2024.12.21 01:21:33.198906 [ 287 ] {fd163368-1e10-4609-983a-2aa01a059247} <Debug> TCPHandler: Processed in 0.00177064 sec. | ||
| 8752 | 2024.12.21 01:21:34.113179 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1246 | ||
| 8753 | 2024.12.21 01:21:34.116390 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8754 | 2024.12.21 01:21:34.116445 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8755 | 2024.12.21 01:21:34.117935 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8756 | 2024.12.21 01:21:34.118243 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8757 | 2024.12.21 01:21:34.119617 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1246 | ||
| 8758 | 2024.12.21 01:21:38.185397 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8759 | 2024.12.21 01:21:38.185612 [ 287 ] {a7c8b1a7-fc1d-42bb-b40b-9cd3dd74575c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8760 | 2024.12.21 01:21:38.185693 [ 287 ] {a7c8b1a7-fc1d-42bb-b40b-9cd3dd74575c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8761 | 2024.12.21 01:21:38.186498 [ 287 ] {a7c8b1a7-fc1d-42bb-b40b-9cd3dd74575c} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8762 | 2024.12.21 01:21:38.186547 [ 287 ] {a7c8b1a7-fc1d-42bb-b40b-9cd3dd74575c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8763 | 2024.12.21 01:21:38.186988 [ 287 ] {a7c8b1a7-fc1d-42bb-b40b-9cd3dd74575c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8764 | 2024.12.21 01:21:38.187245 [ 287 ] {a7c8b1a7-fc1d-42bb-b40b-9cd3dd74575c} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8765 | 2024.12.21 01:21:38.187412 [ 42 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8766 | 2024.12.21 01:21:38.187461 [ 287 ] {a7c8b1a7-fc1d-42bb-b40b-9cd3dd74575c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001908 sec., 7337.526205450734 rows/sec., 528.20 KiB/sec. | ||
| 8767 | 2024.12.21 01:21:38.187463 [ 42 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8768 | 2024.12.21 01:21:38.187513 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8769 | 2024.12.21 01:21:38.187547 [ 287 ] {a7c8b1a7-fc1d-42bb-b40b-9cd3dd74575c} <Debug> TCPHandler: Processed in 0.002297458 sec. | ||
| 8770 | 2024.12.21 01:21:38.187894 [ 189 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 8771 | 2024.12.21 01:21:38.187934 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8772 | 2024.12.21 01:21:38.188236 [ 189 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8773 | 2024.12.21 01:21:38.188312 [ 189 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 14 rows starting from the beginning of the part | ||
| 8774 | 2024.12.21 01:21:38.188319 [ 285 ] {dedb2c49-f168-48a6-b0c5-d580102bb546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8775 | 2024.12.21 01:21:38.188480 [ 189 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 8776 | 2024.12.21 01:21:38.188512 [ 285 ] {dedb2c49-f168-48a6-b0c5-d580102bb546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8777 | 2024.12.21 01:21:38.188813 [ 189 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 8778 | 2024.12.21 01:21:38.189271 [ 189 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 8779 | 2024.12.21 01:21:38.189686 [ 189 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 8780 | 2024.12.21 01:21:38.192200 [ 285 ] {dedb2c49-f168-48a6-b0c5-d580102bb546} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8781 | 2024.12.21 01:21:38.192288 [ 285 ] {dedb2c49-f168-48a6-b0c5-d580102bb546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8782 | 2024.12.21 01:21:38.192624 [ 189 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004959444 sec., 14114.485414090772 rows/sec., 1.05 MiB/sec. | ||
| 8783 | 2024.12.21 01:21:38.192834 [ 189 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8784 | 2024.12.21 01:21:38.193288 [ 285 ] {dedb2c49-f168-48a6-b0c5-d580102bb546} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8785 | 2024.12.21 01:21:38.193336 [ 197 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_29_7} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8786 | 2024.12.21 01:21:38.193546 [ 197 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_29_7} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8787 | 2024.12.21 01:21:38.193682 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8788 | 2024.12.21 01:21:38.193765 [ 285 ] {dedb2c49-f168-48a6-b0c5-d580102bb546} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8789 | 2024.12.21 01:21:38.194058 [ 285 ] {dedb2c49-f168-48a6-b0c5-d580102bb546} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.00584 sec., 37500 rows/sec., 3.27 MiB/sec. | ||
| 8790 | 2024.12.21 01:21:38.194143 [ 285 ] {dedb2c49-f168-48a6-b0c5-d580102bb546} <Debug> TCPHandler: Processed in 0.006452278 sec. | ||
| 8791 | 2024.12.21 01:21:38.194368 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8792 | 2024.12.21 01:21:38.194589 [ 287 ] {ce33e1be-53fe-4c9d-98bd-801a2d43c3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8793 | 2024.12.21 01:21:38.194683 [ 287 ] {ce33e1be-53fe-4c9d-98bd-801a2d43c3c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8794 | 2024.12.21 01:21:38.195415 [ 287 ] {ce33e1be-53fe-4c9d-98bd-801a2d43c3c3} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8795 | 2024.12.21 01:21:38.195454 [ 287 ] {ce33e1be-53fe-4c9d-98bd-801a2d43c3c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8796 | 2024.12.21 01:21:38.195825 [ 287 ] {ce33e1be-53fe-4c9d-98bd-801a2d43c3c3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8797 | 2024.12.21 01:21:38.196066 [ 287 ] {ce33e1be-53fe-4c9d-98bd-801a2d43c3c3} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8798 | 2024.12.21 01:21:38.196199 [ 42 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8799 | 2024.12.21 01:21:38.196240 [ 42 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8800 | 2024.12.21 01:21:38.196261 [ 287 ] {ce33e1be-53fe-4c9d-98bd-801a2d43c3c3} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001723 sec., 8705.745792222868 rows/sec., 613.82 KiB/sec. | ||
| 8801 | 2024.12.21 01:21:38.196266 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8802 | 2024.12.21 01:21:38.196438 [ 287 ] {ce33e1be-53fe-4c9d-98bd-801a2d43c3c3} <Debug> TCPHandler: Processed in 0.002175897 sec. | ||
| 8803 | 2024.12.21 01:21:38.196691 [ 189 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 8804 | 2024.12.21 01:21:38.196885 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8805 | 2024.12.21 01:21:38.197142 [ 189 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8806 | 2024.12.21 01:21:38.197265 [ 189 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 67 rows starting from the beginning of the part | ||
| 8807 | 2024.12.21 01:21:38.197347 [ 285 ] {9d349420-dad6-4704-9251-e543e1578b1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8808 | 2024.12.21 01:21:38.197528 [ 285 ] {9d349420-dad6-4704-9251-e543e1578b1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8809 | 2024.12.21 01:21:38.197573 [ 189 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 15 rows starting from the beginning of the part | ||
| 8810 | 2024.12.21 01:21:38.197928 [ 189 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 34 rows starting from the beginning of the part | ||
| 8811 | 2024.12.21 01:21:38.198292 [ 189 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 15 rows starting from the beginning of the part | ||
| 8812 | 2024.12.21 01:21:38.198551 [ 189 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 38 rows starting from the beginning of the part | ||
| 8813 | 2024.12.21 01:21:38.199037 [ 189 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 15 rows starting from the beginning of the part | ||
| 8814 | 2024.12.21 01:21:38.201432 [ 285 ] {9d349420-dad6-4704-9251-e543e1578b1b} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8815 | 2024.12.21 01:21:38.201512 [ 285 ] {9d349420-dad6-4704-9251-e543e1578b1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8816 | 2024.12.21 01:21:38.202562 [ 285 ] {9d349420-dad6-4704-9251-e543e1578b1b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8817 | 2024.12.21 01:21:38.202676 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.006299246 sec., 29209.84511479628 rows/sec., 2.19 MiB/sec. | ||
| 8818 | 2024.12.21 01:21:38.202905 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8819 | 2024.12.21 01:21:38.203080 [ 285 ] {9d349420-dad6-4704-9251-e543e1578b1b} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8820 | 2024.12.21 01:21:38.203358 [ 42 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8821 | 2024.12.21 01:21:38.203478 [ 42 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8822 | 2024.12.21 01:21:38.203563 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8823 | 2024.12.21 01:21:38.203634 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_56_11} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8824 | 2024.12.21 01:21:38.203672 [ 285 ] {9d349420-dad6-4704-9251-e543e1578b1b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006441 sec., 2173.5755317497283 rows/sec., 152.22 KiB/sec. | ||
| 8825 | 2024.12.21 01:21:38.203995 [ 285 ] {9d349420-dad6-4704-9251-e543e1578b1b} <Debug> TCPHandler: Processed in 0.007411065 sec. | ||
| 8826 | 2024.12.21 01:21:38.204026 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_56_11} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8827 | 2024.12.21 01:21:38.204117 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8828 | 2024.12.21 01:21:38.204284 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8829 | 2024.12.21 01:21:38.204302 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8830 | 2024.12.21 01:21:38.204524 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8831 | 2024.12.21 01:21:38.204558 [ 287 ] {72c6ecb7-4eca-452e-96d2-ac36c6e81f29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8832 | 2024.12.21 01:21:38.204584 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 242 rows starting from the beginning of the part | ||
| 8833 | 2024.12.21 01:21:38.204666 [ 287 ] {72c6ecb7-4eca-452e-96d2-ac36c6e81f29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8834 | 2024.12.21 01:21:38.204840 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 8835 | 2024.12.21 01:21:38.205258 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 8836 | 2024.12.21 01:21:38.205609 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 242 rows starting from the beginning of the part | ||
| 8837 | 2024.12.21 01:21:38.205950 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 8838 | 2024.12.21 01:21:38.206343 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 8839 | 2024.12.21 01:21:38.207669 [ 287 ] {72c6ecb7-4eca-452e-96d2-ac36c6e81f29} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8840 | 2024.12.21 01:21:38.207734 [ 287 ] {72c6ecb7-4eca-452e-96d2-ac36c6e81f29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8841 | 2024.12.21 01:21:38.208728 [ 287 ] {72c6ecb7-4eca-452e-96d2-ac36c6e81f29} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8842 | 2024.12.21 01:21:38.209176 [ 198 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005481662 sec., 98510.26933072488 rows/sec., 7.06 MiB/sec. | ||
| 8843 | 2024.12.21 01:21:38.209203 [ 287 ] {72c6ecb7-4eca-452e-96d2-ac36c6e81f29} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8844 | 2024.12.21 01:21:38.209426 [ 42 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8845 | 2024.12.21 01:21:38.209478 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8846 | 2024.12.21 01:21:38.209506 [ 42 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8847 | 2024.12.21 01:21:38.209590 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8848 | 2024.12.21 01:21:38.209617 [ 287 ] {72c6ecb7-4eca-452e-96d2-ac36c6e81f29} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005108 sec., 2545.0274079874707 rows/sec., 158.68 KiB/sec. | ||
| 8849 | 2024.12.21 01:21:38.209926 [ 287 ] {72c6ecb7-4eca-452e-96d2-ac36c6e81f29} <Debug> TCPHandler: Processed in 0.005792337 sec. | ||
| 8850 | 2024.12.21 01:21:38.209972 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 8851 | 2024.12.21 01:21:38.210202 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8852 | 2024.12.21 01:21:38.210301 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8853 | 2024.12.21 01:21:38.210397 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 13 rows starting from the beginning of the part | ||
| 8854 | 2024.12.21 01:21:38.210485 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_29_6} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8855 | 2024.12.21 01:21:38.210581 [ 285 ] {4ea9f547-40bd-4c91-990e-489766885192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8856 | 2024.12.21 01:21:38.210847 [ 285 ] {4ea9f547-40bd-4c91-990e-489766885192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8857 | 2024.12.21 01:21:38.210946 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_29_6} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8858 | 2024.12.21 01:21:38.210974 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part | ||
| 8859 | 2024.12.21 01:21:38.211303 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 8860 | 2024.12.21 01:21:38.211514 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part | ||
| 8861 | 2024.12.21 01:21:38.211839 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part | ||
| 8862 | 2024.12.21 01:21:38.212190 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part | ||
| 8863 | 2024.12.21 01:21:38.214342 [ 285 ] {4ea9f547-40bd-4c91-990e-489766885192} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8864 | 2024.12.21 01:21:38.214456 [ 285 ] {4ea9f547-40bd-4c91-990e-489766885192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8865 | 2024.12.21 01:21:38.216020 [ 198 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.006301437 sec., 10315.10749056128 rows/sec., 683.44 KiB/sec. | ||
| 8866 | 2024.12.21 01:21:38.216141 [ 285 ] {4ea9f547-40bd-4c91-990e-489766885192} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8867 | 2024.12.21 01:21:38.216181 [ 198 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8868 | 2024.12.21 01:21:38.216611 [ 285 ] {4ea9f547-40bd-4c91-990e-489766885192} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8869 | 2024.12.21 01:21:38.216716 [ 198 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_29_7} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8870 | 2024.12.21 01:21:38.216953 [ 198 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_29_7} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8871 | 2024.12.21 01:21:38.217161 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8872 | 2024.12.21 01:21:38.217157 [ 285 ] {4ea9f547-40bd-4c91-990e-489766885192} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.006649 sec., 58655.436907805684 rows/sec., 4.16 MiB/sec. | ||
| 8873 | 2024.12.21 01:21:38.217436 [ 285 ] {4ea9f547-40bd-4c91-990e-489766885192} <Debug> TCPHandler: Processed in 0.007394794 sec. | ||
| 8874 | 2024.12.21 01:21:38.217674 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8875 | 2024.12.21 01:21:38.217813 [ 287 ] {a800f5a8-0815-4031-9394-29778a03ebd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8876 | 2024.12.21 01:21:38.217872 [ 287 ] {a800f5a8-0815-4031-9394-29778a03ebd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8877 | 2024.12.21 01:21:38.218357 [ 287 ] {a800f5a8-0815-4031-9394-29778a03ebd5} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8878 | 2024.12.21 01:21:38.218395 [ 287 ] {a800f5a8-0815-4031-9394-29778a03ebd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8879 | 2024.12.21 01:21:38.218763 [ 287 ] {a800f5a8-0815-4031-9394-29778a03ebd5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8880 | 2024.12.21 01:21:38.219008 [ 287 ] {a800f5a8-0815-4031-9394-29778a03ebd5} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8881 | 2024.12.21 01:21:38.219137 [ 42 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8882 | 2024.12.21 01:21:38.219187 [ 42 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8883 | 2024.12.21 01:21:38.219198 [ 287 ] {a800f5a8-0815-4031-9394-29778a03ebd5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00141 sec., 4255.31914893617 rows/sec., 222.32 KiB/sec. | ||
| 8884 | 2024.12.21 01:21:38.219218 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8885 | 2024.12.21 01:21:38.219275 [ 287 ] {a800f5a8-0815-4031-9394-29778a03ebd5} <Debug> TCPHandler: Processed in 0.001715369 sec. | ||
| 8886 | 2024.12.21 01:21:38.219548 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8887 | 2024.12.21 01:21:38.219579 [ 201 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8888 | 2024.12.21 01:21:38.219955 [ 285 ] {a56f8f74-25a7-45d2-9276-c78c11a34b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8889 | 2024.12.21 01:21:38.220069 [ 201 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8890 | 2024.12.21 01:21:38.220143 [ 285 ] {a56f8f74-25a7-45d2-9276-c78c11a34b15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8891 | 2024.12.21 01:21:38.220171 [ 201 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part | ||
| 8892 | 2024.12.21 01:21:38.220513 [ 201 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8893 | 2024.12.21 01:21:38.220871 [ 201 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 8894 | 2024.12.21 01:21:38.221265 [ 201 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 8895 | 2024.12.21 01:21:38.221625 [ 201 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 8896 | 2024.12.21 01:21:38.221990 [ 201 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 8897 | 2024.12.21 01:21:38.223280 [ 285 ] {a56f8f74-25a7-45d2-9276-c78c11a34b15} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8898 | 2024.12.21 01:21:38.223349 [ 285 ] {a56f8f74-25a7-45d2-9276-c78c11a34b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8899 | 2024.12.21 01:21:38.224499 [ 285 ] {a56f8f74-25a7-45d2-9276-c78c11a34b15} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8900 | 2024.12.21 01:21:38.224587 [ 201 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.005273129 sec., 32997.485932925214 rows/sec., 1.68 MiB/sec. | ||
| 8901 | 2024.12.21 01:21:38.224762 [ 201 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8902 | 2024.12.21 01:21:38.224965 [ 285 ] {a56f8f74-25a7-45d2-9276-c78c11a34b15} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8903 | 2024.12.21 01:21:38.225360 [ 201 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_29_6} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8904 | 2024.12.21 01:21:38.225480 [ 285 ] {a56f8f74-25a7-45d2-9276-c78c11a34b15} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005655 sec., 41909.814323607425 rows/sec., 2.81 MiB/sec. | ||
| 8905 | 2024.12.21 01:21:38.225655 [ 201 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_29_6} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8906 | 2024.12.21 01:21:38.225821 [ 285 ] {a56f8f74-25a7-45d2-9276-c78c11a34b15} <Debug> TCPHandler: Processed in 0.006407087 sec. | ||
| 8907 | 2024.12.21 01:21:38.225961 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8908 | 2024.12.21 01:21:38.226133 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8909 | 2024.12.21 01:21:38.226340 [ 287 ] {25c75380-4074-439f-ae91-d97c23c0fbe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8910 | 2024.12.21 01:21:38.226393 [ 287 ] {25c75380-4074-439f-ae91-d97c23c0fbe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8911 | 2024.12.21 01:21:38.226895 [ 287 ] {25c75380-4074-439f-ae91-d97c23c0fbe2} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8912 | 2024.12.21 01:21:38.226935 [ 287 ] {25c75380-4074-439f-ae91-d97c23c0fbe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8913 | 2024.12.21 01:21:38.227322 [ 287 ] {25c75380-4074-439f-ae91-d97c23c0fbe2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8914 | 2024.12.21 01:21:38.227571 [ 287 ] {25c75380-4074-439f-ae91-d97c23c0fbe2} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8915 | 2024.12.21 01:21:38.227753 [ 287 ] {25c75380-4074-439f-ae91-d97c23c0fbe2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001448 sec., 690.6077348066298 rows/sec., 46.54 KiB/sec. | ||
| 8916 | 2024.12.21 01:21:38.227803 [ 287 ] {25c75380-4074-439f-ae91-d97c23c0fbe2} <Debug> TCPHandler: Processed in 0.001840621 sec. | ||
| 8917 | 2024.12.21 01:21:38.227966 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8918 | 2024.12.21 01:21:38.228105 [ 285 ] {32a00a56-201f-4ad9-a81e-2ca6bea9041d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8919 | 2024.12.21 01:21:38.228200 [ 285 ] {32a00a56-201f-4ad9-a81e-2ca6bea9041d} <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 | ||
| 8920 | 2024.12.21 01:21:38.229449 [ 285 ] {32a00a56-201f-4ad9-a81e-2ca6bea9041d} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8921 | 2024.12.21 01:21:38.229490 [ 285 ] {32a00a56-201f-4ad9-a81e-2ca6bea9041d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8922 | 2024.12.21 01:21:38.230131 [ 285 ] {32a00a56-201f-4ad9-a81e-2ca6bea9041d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8923 | 2024.12.21 01:21:38.230397 [ 285 ] {32a00a56-201f-4ad9-a81e-2ca6bea9041d} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8924 | 2024.12.21 01:21:38.230583 [ 42 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8925 | 2024.12.21 01:21:38.230655 [ 42 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8926 | 2024.12.21 01:21:38.230696 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8927 | 2024.12.21 01:21:38.230700 [ 285 ] {32a00a56-201f-4ad9-a81e-2ca6bea9041d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002618 sec., 3055.7677616501146 rows/sec., 5.48 MiB/sec. | ||
| 8928 | 2024.12.21 01:21:38.231139 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 8929 | 2024.12.21 01:21:38.231611 [ 285 ] {32a00a56-201f-4ad9-a81e-2ca6bea9041d} <Debug> TCPHandler: Processed in 0.003698662 sec. | ||
| 8930 | 2024.12.21 01:21:38.231967 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8931 | 2024.12.21 01:21:38.232351 [ 287 ] {1e640c49-ffc5-44e9-9c05-e6c6f6a00c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8932 | 2024.12.21 01:21:38.232442 [ 287 ] {1e640c49-ffc5-44e9-9c05-e6c6f6a00c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8933 | 2024.12.21 01:21:38.232461 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8934 | 2024.12.21 01:21:38.232578 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1022 rows starting from the beginning of the part | ||
| 8935 | 2024.12.21 01:21:38.233273 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part | ||
| 8936 | 2024.12.21 01:21:38.233825 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 34 rows starting from the beginning of the part | ||
| 8937 | 2024.12.21 01:21:38.234351 [ 287 ] {1e640c49-ffc5-44e9-9c05-e6c6f6a00c65} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8938 | 2024.12.21 01:21:38.234425 [ 287 ] {1e640c49-ffc5-44e9-9c05-e6c6f6a00c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8939 | 2024.12.21 01:21:38.234455 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part | ||
| 8940 | 2024.12.21 01:21:38.235034 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 34 rows starting from the beginning of the part | ||
| 8941 | 2024.12.21 01:21:38.235559 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part | ||
| 8942 | 2024.12.21 01:21:38.235576 [ 287 ] {1e640c49-ffc5-44e9-9c05-e6c6f6a00c65} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8943 | 2024.12.21 01:21:38.236180 [ 287 ] {1e640c49-ffc5-44e9-9c05-e6c6f6a00c65} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8944 | 2024.12.21 01:21:38.236468 [ 287 ] {1e640c49-ffc5-44e9-9c05-e6c6f6a00c65} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00421 sec., 19477.434679334918 rows/sec., 1.24 MiB/sec. | ||
| 8945 | 2024.12.21 01:21:38.236548 [ 287 ] {1e640c49-ffc5-44e9-9c05-e6c6f6a00c65} <Debug> TCPHandler: Processed in 0.004799421 sec. | ||
| 8946 | 2024.12.21 01:21:38.242926 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1114 rows, containing 19 columns (19 merged, 0 gathered) in 0.012141545 sec., 91751.09098553767 rows/sec., 164.41 MiB/sec. | ||
| 8947 | 2024.12.21 01:21:38.244235 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8948 | 2024.12.21 01:21:38.244654 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8949 | 2024.12.21 01:21:38.244732 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8950 | 2024.12.21 01:21:38.244877 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.53 MiB. | ||
| 8951 | 2024.12.21 01:21:38.824601 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8952 | 2024.12.21 01:21:38.824698 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8953 | 2024.12.21 01:21:38.966085 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 8954 | 2024.12.21 01:21:38.966840 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8955 | 2024.12.21 01:21:38.966901 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8956 | 2024.12.21 01:21:38.967447 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8957 | 2024.12.21 01:21:38.967703 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8958 | 2024.12.21 01:21:38.967964 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8959 | 2024.12.21 01:21:39.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.40 MiB, peak 232.01 MiB, free memory in arenas 0.00 B, will set to 223.44 MiB (RSS), difference: 2.04 MiB | ||
| 8960 | 2024.12.21 01:21:40.327327 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8961 | 2024.12.21 01:21:40.345751 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8962 | 2024.12.21 01:21:40.345811 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8963 | 2024.12.21 01:21:40.352825 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8964 | 2024.12.21 01:21:40.353570 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8965 | 2024.12.21 01:21:40.357018 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8966 | 2024.12.21 01:21:43.182114 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8967 | 2024.12.21 01:21:43.182422 [ 287 ] {904b5bb6-29c4-4229-85ed-9e21d5e2e2a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8968 | 2024.12.21 01:21:43.182542 [ 287 ] {904b5bb6-29c4-4229-85ed-9e21d5e2e2a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8969 | 2024.12.21 01:21:43.183556 [ 287 ] {904b5bb6-29c4-4229-85ed-9e21d5e2e2a8} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8970 | 2024.12.21 01:21:43.183611 [ 287 ] {904b5bb6-29c4-4229-85ed-9e21d5e2e2a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8971 | 2024.12.21 01:21:43.184068 [ 287 ] {904b5bb6-29c4-4229-85ed-9e21d5e2e2a8} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8972 | 2024.12.21 01:21:43.184323 [ 287 ] {904b5bb6-29c4-4229-85ed-9e21d5e2e2a8} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8973 | 2024.12.21 01:21:43.184572 [ 287 ] {904b5bb6-29c4-4229-85ed-9e21d5e2e2a8} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002238 sec., 55406.61304736372 rows/sec., 4.70 MiB/sec. | ||
| 8974 | 2024.12.21 01:21:43.184640 [ 287 ] {904b5bb6-29c4-4229-85ed-9e21d5e2e2a8} <Debug> TCPHandler: Processed in 0.002739006 sec. | ||
| 8975 | 2024.12.21 01:21:43.184890 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8976 | 2024.12.21 01:21:43.185110 [ 285 ] {e1abe089-055f-45fc-8954-ef4210e01ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8977 | 2024.12.21 01:21:43.185197 [ 285 ] {e1abe089-055f-45fc-8954-ef4210e01ca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8978 | 2024.12.21 01:21:43.186078 [ 285 ] {e1abe089-055f-45fc-8954-ef4210e01ca0} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8979 | 2024.12.21 01:21:43.186134 [ 285 ] {e1abe089-055f-45fc-8954-ef4210e01ca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8980 | 2024.12.21 01:21:43.186588 [ 285 ] {e1abe089-055f-45fc-8954-ef4210e01ca0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8981 | 2024.12.21 01:21:43.186861 [ 285 ] {e1abe089-055f-45fc-8954-ef4210e01ca0} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8982 | 2024.12.21 01:21:43.187104 [ 285 ] {e1abe089-055f-45fc-8954-ef4210e01ca0} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.002053 sec., 16561.130053580124 rows/sec., 1.22 MiB/sec. | ||
| 8983 | 2024.12.21 01:21:43.187173 [ 285 ] {e1abe089-055f-45fc-8954-ef4210e01ca0} <Debug> TCPHandler: Processed in 0.002421361 sec. | ||
| 8984 | 2024.12.21 01:21:43.187322 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8985 | 2024.12.21 01:21:43.187468 [ 287 ] {0b49da31-fb70-4bac-ba70-b29e930bb228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8986 | 2024.12.21 01:21:43.187529 [ 287 ] {0b49da31-fb70-4bac-ba70-b29e930bb228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8987 | 2024.12.21 01:21:43.188234 [ 287 ] {0b49da31-fb70-4bac-ba70-b29e930bb228} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8988 | 2024.12.21 01:21:43.188274 [ 287 ] {0b49da31-fb70-4bac-ba70-b29e930bb228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8989 | 2024.12.21 01:21:43.188651 [ 287 ] {0b49da31-fb70-4bac-ba70-b29e930bb228} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8990 | 2024.12.21 01:21:43.188902 [ 287 ] {0b49da31-fb70-4bac-ba70-b29e930bb228} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8991 | 2024.12.21 01:21:43.189108 [ 287 ] {0b49da31-fb70-4bac-ba70-b29e930bb228} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001676 sec., 58472.55369928401 rows/sec., 4.57 MiB/sec. | ||
| 8992 | 2024.12.21 01:21:43.189164 [ 287 ] {0b49da31-fb70-4bac-ba70-b29e930bb228} <Debug> TCPHandler: Processed in 0.001907662 sec. | ||
| 8993 | 2024.12.21 01:21:43.189308 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8994 | 2024.12.21 01:21:43.189437 [ 285 ] {42ffdf6f-cab6-45d5-aa1f-60319886a2e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8995 | 2024.12.21 01:21:43.189495 [ 285 ] {42ffdf6f-cab6-45d5-aa1f-60319886a2e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8996 | 2024.12.21 01:21:43.190111 [ 285 ] {42ffdf6f-cab6-45d5-aa1f-60319886a2e5} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8997 | 2024.12.21 01:21:43.190154 [ 285 ] {42ffdf6f-cab6-45d5-aa1f-60319886a2e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 8998 | 2024.12.21 01:21:43.190577 [ 285 ] {42ffdf6f-cab6-45d5-aa1f-60319886a2e5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8999 | 2024.12.21 01:21:43.190827 [ 285 ] {42ffdf6f-cab6-45d5-aa1f-60319886a2e5} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9000 | 2024.12.21 01:21:43.191073 [ 285 ] {42ffdf6f-cab6-45d5-aa1f-60319886a2e5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001662 sec., 96269.55475330926 rows/sec., 6.70 MiB/sec. | ||
| 9001 | 2024.12.21 01:21:43.191186 [ 285 ] {42ffdf6f-cab6-45d5-aa1f-60319886a2e5} <Debug> TCPHandler: Processed in 0.001934132 sec. | ||
| 9002 | 2024.12.21 01:21:43.191405 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9003 | 2024.12.21 01:21:43.191591 [ 287 ] {16f02fc1-e0c9-4861-a257-db16c57e8fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9004 | 2024.12.21 01:21:43.191688 [ 287 ] {16f02fc1-e0c9-4861-a257-db16c57e8fe3} <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 | ||
| 9005 | 2024.12.21 01:21:43.192935 [ 287 ] {16f02fc1-e0c9-4861-a257-db16c57e8fe3} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9006 | 2024.12.21 01:21:43.192975 [ 287 ] {16f02fc1-e0c9-4861-a257-db16c57e8fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9007 | 2024.12.21 01:21:43.193633 [ 287 ] {16f02fc1-e0c9-4861-a257-db16c57e8fe3} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9008 | 2024.12.21 01:21:43.193894 [ 287 ] {16f02fc1-e0c9-4861-a257-db16c57e8fe3} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9009 | 2024.12.21 01:21:43.194124 [ 287 ] {16f02fc1-e0c9-4861-a257-db16c57e8fe3} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002565 sec., 13255.360623781677 rows/sec., 23.75 MiB/sec. | ||
| 9010 | 2024.12.21 01:21:43.194236 [ 287 ] {16f02fc1-e0c9-4861-a257-db16c57e8fe3} <Debug> TCPHandler: Processed in 0.00294589 sec. | ||
| 9011 | 2024.12.21 01:21:43.194404 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9012 | 2024.12.21 01:21:43.194548 [ 285 ] {373d436c-c140-468f-9708-efdcf8a5ffad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9013 | 2024.12.21 01:21:43.194612 [ 285 ] {373d436c-c140-468f-9708-efdcf8a5ffad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9014 | 2024.12.21 01:21:43.195204 [ 285 ] {373d436c-c140-468f-9708-efdcf8a5ffad} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9015 | 2024.12.21 01:21:43.195245 [ 285 ] {373d436c-c140-468f-9708-efdcf8a5ffad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9016 | 2024.12.21 01:21:43.195639 [ 285 ] {373d436c-c140-468f-9708-efdcf8a5ffad} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9017 | 2024.12.21 01:21:43.195884 [ 285 ] {373d436c-c140-468f-9708-efdcf8a5ffad} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9018 | 2024.12.21 01:21:43.196133 [ 285 ] {373d436c-c140-468f-9708-efdcf8a5ffad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001611 sec., 37243.947858472995 rows/sec., 2.51 MiB/sec. | ||
| 9019 | 2024.12.21 01:21:43.196200 [ 285 ] {373d436c-c140-468f-9708-efdcf8a5ffad} <Debug> TCPHandler: Processed in 0.001862782 sec. | ||
| 9020 | 2024.12.21 01:21:43.468252 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9021 | 2024.12.21 01:21:43.468438 [ 287 ] {c1eebaa2-cb05-4cad-875f-136880f9dd67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9022 | 2024.12.21 01:21:43.468514 [ 287 ] {c1eebaa2-cb05-4cad-875f-136880f9dd67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9023 | 2024.12.21 01:21:43.469289 [ 287 ] {c1eebaa2-cb05-4cad-875f-136880f9dd67} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9024 | 2024.12.21 01:21:43.469337 [ 287 ] {c1eebaa2-cb05-4cad-875f-136880f9dd67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9025 | 2024.12.21 01:21:43.469762 [ 287 ] {c1eebaa2-cb05-4cad-875f-136880f9dd67} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9026 | 2024.12.21 01:21:43.470019 [ 287 ] {c1eebaa2-cb05-4cad-875f-136880f9dd67} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9027 | 2024.12.21 01:21:43.470252 [ 287 ] {c1eebaa2-cb05-4cad-875f-136880f9dd67} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001862 sec., 7518.796992481203 rows/sec., 541.25 KiB/sec. | ||
| 9028 | 2024.12.21 01:21:43.470316 [ 287 ] {c1eebaa2-cb05-4cad-875f-136880f9dd67} <Debug> TCPHandler: Processed in 0.002182717 sec. | ||
| 9029 | 2024.12.21 01:21:43.470575 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9030 | 2024.12.21 01:21:43.470765 [ 285 ] {09a517ef-88c1-4f91-b7ed-663aaeaf4f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9031 | 2024.12.21 01:21:43.470844 [ 285 ] {09a517ef-88c1-4f91-b7ed-663aaeaf4f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9032 | 2024.12.21 01:21:43.471604 [ 285 ] {09a517ef-88c1-4f91-b7ed-663aaeaf4f5c} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9033 | 2024.12.21 01:21:43.471659 [ 285 ] {09a517ef-88c1-4f91-b7ed-663aaeaf4f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9034 | 2024.12.21 01:21:43.472130 [ 285 ] {09a517ef-88c1-4f91-b7ed-663aaeaf4f5c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 9035 | 2024.12.21 01:21:43.472400 [ 285 ] {09a517ef-88c1-4f91-b7ed-663aaeaf4f5c} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9036 | 2024.12.21 01:21:43.472653 [ 285 ] {09a517ef-88c1-4f91-b7ed-663aaeaf4f5c} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001939 sec., 6188.7570912841675 rows/sec., 504.65 KiB/sec. | ||
| 9037 | 2024.12.21 01:21:43.472725 [ 285 ] {09a517ef-88c1-4f91-b7ed-663aaeaf4f5c} <Debug> TCPHandler: Processed in 0.002277209 sec. | ||
| 9038 | 2024.12.21 01:21:43.472896 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9039 | 2024.12.21 01:21:43.473042 [ 287 ] {05a5f92e-83ed-47ad-a11b-7f71d0aee4b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9040 | 2024.12.21 01:21:43.473100 [ 287 ] {05a5f92e-83ed-47ad-a11b-7f71d0aee4b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9041 | 2024.12.21 01:21:43.474453 [ 287 ] {05a5f92e-83ed-47ad-a11b-7f71d0aee4b1} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9042 | 2024.12.21 01:21:43.474494 [ 287 ] {05a5f92e-83ed-47ad-a11b-7f71d0aee4b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9043 | 2024.12.21 01:21:43.474947 [ 287 ] {05a5f92e-83ed-47ad-a11b-7f71d0aee4b1} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9044 | 2024.12.21 01:21:43.475196 [ 287 ] {05a5f92e-83ed-47ad-a11b-7f71d0aee4b1} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9045 | 2024.12.21 01:21:43.475407 [ 287 ] {05a5f92e-83ed-47ad-a11b-7f71d0aee4b1} <Debug> executeQuery: Read 1365 rows, 116.09 KiB in 0.002401 sec., 568513.1195335278 rows/sec., 47.22 MiB/sec. | ||
| 9046 | 2024.12.21 01:21:43.475466 [ 287 ] {05a5f92e-83ed-47ad-a11b-7f71d0aee4b1} <Debug> TCPHandler: Processed in 0.002640074 sec. | ||
| 9047 | 2024.12.21 01:21:43.475636 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9048 | 2024.12.21 01:21:43.475764 [ 285 ] {ad6ab605-06f5-4362-9a66-470237e0c743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9049 | 2024.12.21 01:21:43.475823 [ 285 ] {ad6ab605-06f5-4362-9a66-470237e0c743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9050 | 2024.12.21 01:21:43.476450 [ 285 ] {ad6ab605-06f5-4362-9a66-470237e0c743} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9051 | 2024.12.21 01:21:43.476494 [ 285 ] {ad6ab605-06f5-4362-9a66-470237e0c743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9052 | 2024.12.21 01:21:43.476878 [ 285 ] {ad6ab605-06f5-4362-9a66-470237e0c743} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9053 | 2024.12.21 01:21:43.477132 [ 285 ] {ad6ab605-06f5-4362-9a66-470237e0c743} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9054 | 2024.12.21 01:21:43.477352 [ 285 ] {ad6ab605-06f5-4362-9a66-470237e0c743} <Debug> executeQuery: Read 27 rows, 1.90 KiB in 0.001616 sec., 16707.920792079207 rows/sec., 1.15 MiB/sec. | ||
| 9055 | 2024.12.21 01:21:43.477410 [ 285 ] {ad6ab605-06f5-4362-9a66-470237e0c743} <Debug> TCPHandler: Processed in 0.00183386 sec. | ||
| 9056 | 2024.12.21 01:21:43.477562 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9057 | 2024.12.21 01:21:43.477685 [ 287 ] {66f722f4-da35-4627-a021-a2d0f393c4c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9058 | 2024.12.21 01:21:43.477735 [ 287 ] {66f722f4-da35-4627-a021-a2d0f393c4c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9059 | 2024.12.21 01:21:43.478392 [ 287 ] {66f722f4-da35-4627-a021-a2d0f393c4c0} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9060 | 2024.12.21 01:21:43.478432 [ 287 ] {66f722f4-da35-4627-a021-a2d0f393c4c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9061 | 2024.12.21 01:21:43.478807 [ 287 ] {66f722f4-da35-4627-a021-a2d0f393c4c0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9062 | 2024.12.21 01:21:43.479063 [ 287 ] {66f722f4-da35-4627-a021-a2d0f393c4c0} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9063 | 2024.12.21 01:21:43.479265 [ 287 ] {66f722f4-da35-4627-a021-a2d0f393c4c0} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001608 sec., 150497.51243781095 rows/sec., 10.20 MiB/sec. | ||
| 9064 | 2024.12.21 01:21:43.479319 [ 287 ] {66f722f4-da35-4627-a021-a2d0f393c4c0} <Debug> TCPHandler: Processed in 0.00181495 sec. | ||
| 9065 | 2024.12.21 01:21:43.479468 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9066 | 2024.12.21 01:21:43.479589 [ 285 ] {5a969494-6c87-4bb2-a6b7-e942c972d4b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9067 | 2024.12.21 01:21:43.479640 [ 285 ] {5a969494-6c87-4bb2-a6b7-e942c972d4b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9068 | 2024.12.21 01:21:43.480236 [ 285 ] {5a969494-6c87-4bb2-a6b7-e942c972d4b2} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9069 | 2024.12.21 01:21:43.480278 [ 285 ] {5a969494-6c87-4bb2-a6b7-e942c972d4b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9070 | 2024.12.21 01:21:43.480677 [ 285 ] {5a969494-6c87-4bb2-a6b7-e942c972d4b2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9071 | 2024.12.21 01:21:43.480931 [ 285 ] {5a969494-6c87-4bb2-a6b7-e942c972d4b2} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9072 | 2024.12.21 01:21:43.481190 [ 285 ] {5a969494-6c87-4bb2-a6b7-e942c972d4b2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001624 sec., 8004.926108374384 rows/sec., 499.11 KiB/sec. | ||
| 9073 | 2024.12.21 01:21:43.481399 [ 285 ] {5a969494-6c87-4bb2-a6b7-e942c972d4b2} <Debug> TCPHandler: Processed in 0.001984823 sec. | ||
| 9074 | 2024.12.21 01:21:43.481586 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9075 | 2024.12.21 01:21:43.481723 [ 287 ] {83f6029a-63c1-4a9a-987e-5b9942756de9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9076 | 2024.12.21 01:21:43.481779 [ 287 ] {83f6029a-63c1-4a9a-987e-5b9942756de9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9077 | 2024.12.21 01:21:43.482703 [ 287 ] {83f6029a-63c1-4a9a-987e-5b9942756de9} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9078 | 2024.12.21 01:21:43.482769 [ 287 ] {83f6029a-63c1-4a9a-987e-5b9942756de9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9079 | 2024.12.21 01:21:43.483165 [ 287 ] {83f6029a-63c1-4a9a-987e-5b9942756de9} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9080 | 2024.12.21 01:21:43.483418 [ 287 ] {83f6029a-63c1-4a9a-987e-5b9942756de9} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9081 | 2024.12.21 01:21:43.483664 [ 287 ] {83f6029a-63c1-4a9a-987e-5b9942756de9} <Debug> executeQuery: Read 858 rows, 63.59 KiB in 0.001963 sec., 437086.0927152318 rows/sec., 31.63 MiB/sec. | ||
| 9082 | 2024.12.21 01:21:43.483718 [ 287 ] {83f6029a-63c1-4a9a-987e-5b9942756de9} <Debug> TCPHandler: Processed in 0.002207497 sec. | ||
| 9083 | 2024.12.21 01:21:43.483947 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9084 | 2024.12.21 01:21:43.484145 [ 285 ] {9734606d-6ff0-4e7f-a070-7473854160ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9085 | 2024.12.21 01:21:43.484208 [ 285 ] {9734606d-6ff0-4e7f-a070-7473854160ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9086 | 2024.12.21 01:21:43.484791 [ 285 ] {9734606d-6ff0-4e7f-a070-7473854160ab} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9087 | 2024.12.21 01:21:43.484840 [ 285 ] {9734606d-6ff0-4e7f-a070-7473854160ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9088 | 2024.12.21 01:21:43.485248 [ 285 ] {9734606d-6ff0-4e7f-a070-7473854160ab} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9089 | 2024.12.21 01:21:43.485513 [ 285 ] {9734606d-6ff0-4e7f-a070-7473854160ab} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9090 | 2024.12.21 01:21:43.485728 [ 285 ] {9734606d-6ff0-4e7f-a070-7473854160ab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001614 sec., 3717.472118959108 rows/sec., 194.22 KiB/sec. | ||
| 9091 | 2024.12.21 01:21:43.485779 [ 285 ] {9734606d-6ff0-4e7f-a070-7473854160ab} <Debug> TCPHandler: Processed in 0.001967503 sec. | ||
| 9092 | 2024.12.21 01:21:43.485927 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9093 | 2024.12.21 01:21:43.486045 [ 287 ] {80f03166-a10e-4e5c-8842-4bf7497d430d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9094 | 2024.12.21 01:21:43.486109 [ 287 ] {80f03166-a10e-4e5c-8842-4bf7497d430d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9095 | 2024.12.21 01:21:43.486990 [ 287 ] {80f03166-a10e-4e5c-8842-4bf7497d430d} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9096 | 2024.12.21 01:21:43.487038 [ 287 ] {80f03166-a10e-4e5c-8842-4bf7497d430d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9097 | 2024.12.21 01:21:43.487486 [ 287 ] {80f03166-a10e-4e5c-8842-4bf7497d430d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9098 | 2024.12.21 01:21:43.487738 [ 287 ] {80f03166-a10e-4e5c-8842-4bf7497d430d} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9099 | 2024.12.21 01:21:43.487971 [ 287 ] {80f03166-a10e-4e5c-8842-4bf7497d430d} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.00195 sec., 492820.5128205129 rows/sec., 32.75 MiB/sec. | ||
| 9100 | 2024.12.21 01:21:43.488026 [ 287 ] {80f03166-a10e-4e5c-8842-4bf7497d430d} <Debug> TCPHandler: Processed in 0.002156216 sec. | ||
| 9101 | 2024.12.21 01:21:43.488187 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9102 | 2024.12.21 01:21:43.488328 [ 285 ] {e7d678a6-76df-48f5-a61b-0660a7a0cb86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9103 | 2024.12.21 01:21:43.488390 [ 285 ] {e7d678a6-76df-48f5-a61b-0660a7a0cb86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9104 | 2024.12.21 01:21:43.488953 [ 285 ] {e7d678a6-76df-48f5-a61b-0660a7a0cb86} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9105 | 2024.12.21 01:21:43.489002 [ 285 ] {e7d678a6-76df-48f5-a61b-0660a7a0cb86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9106 | 2024.12.21 01:21:43.489380 [ 285 ] {e7d678a6-76df-48f5-a61b-0660a7a0cb86} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9107 | 2024.12.21 01:21:43.489623 [ 285 ] {e7d678a6-76df-48f5-a61b-0660a7a0cb86} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9108 | 2024.12.21 01:21:43.489835 [ 285 ] {e7d678a6-76df-48f5-a61b-0660a7a0cb86} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001538 sec., 650.1950585175553 rows/sec., 43.81 KiB/sec. | ||
| 9109 | 2024.12.21 01:21:43.489888 [ 285 ] {e7d678a6-76df-48f5-a61b-0660a7a0cb86} <Debug> TCPHandler: Processed in 0.001768979 sec. | ||
| 9110 | 2024.12.21 01:21:43.490037 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9111 | 2024.12.21 01:21:43.490176 [ 287 ] {35bcccdc-20d7-49a3-bd4c-f39c747dd9d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9112 | 2024.12.21 01:21:43.490267 [ 287 ] {35bcccdc-20d7-49a3-bd4c-f39c747dd9d0} <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 | ||
| 9113 | 2024.12.21 01:21:43.491461 [ 287 ] {35bcccdc-20d7-49a3-bd4c-f39c747dd9d0} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9114 | 2024.12.21 01:21:43.491500 [ 287 ] {35bcccdc-20d7-49a3-bd4c-f39c747dd9d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9115 | 2024.12.21 01:21:43.492100 [ 287 ] {35bcccdc-20d7-49a3-bd4c-f39c747dd9d0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9116 | 2024.12.21 01:21:43.492365 [ 287 ] {35bcccdc-20d7-49a3-bd4c-f39c747dd9d0} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9117 | 2024.12.21 01:21:43.492602 [ 287 ] {35bcccdc-20d7-49a3-bd4c-f39c747dd9d0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002457 sec., 3256.003256003256 rows/sec., 5.83 MiB/sec. | ||
| 9118 | 2024.12.21 01:21:43.492695 [ 287 ] {35bcccdc-20d7-49a3-bd4c-f39c747dd9d0} <Debug> TCPHandler: Processed in 0.002714376 sec. | ||
| 9119 | 2024.12.21 01:21:43.492852 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9120 | 2024.12.21 01:21:43.492992 [ 285 ] {193b77e5-ee1c-4c19-8b49-20e213cb113a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9121 | 2024.12.21 01:21:43.493052 [ 285 ] {193b77e5-ee1c-4c19-8b49-20e213cb113a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9122 | 2024.12.21 01:21:43.493631 [ 285 ] {193b77e5-ee1c-4c19-8b49-20e213cb113a} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9123 | 2024.12.21 01:21:43.493680 [ 285 ] {193b77e5-ee1c-4c19-8b49-20e213cb113a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9124 | 2024.12.21 01:21:43.494120 [ 285 ] {193b77e5-ee1c-4c19-8b49-20e213cb113a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9125 | 2024.12.21 01:21:43.494360 [ 285 ] {193b77e5-ee1c-4c19-8b49-20e213cb113a} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9126 | 2024.12.21 01:21:43.494575 [ 285 ] {193b77e5-ee1c-4c19-8b49-20e213cb113a} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001613 sec., 21078.735275883446 rows/sec., 1.22 MiB/sec. | ||
| 9127 | 2024.12.21 01:21:43.494626 [ 285 ] {193b77e5-ee1c-4c19-8b49-20e213cb113a} <Debug> TCPHandler: Processed in 0.001841441 sec. | ||
| 9128 | 2024.12.21 01:21:44.000159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.79 MiB, peak 232.01 MiB, free memory in arenas 0.00 B, will set to 223.50 MiB (RSS), difference: -1.29 MiB | ||
| 9129 | 2024.12.21 01:21:44.119816 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1304 | ||
| 9130 | 2024.12.21 01:21:44.123411 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9131 | 2024.12.21 01:21:44.123469 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9132 | 2024.12.21 01:21:44.124967 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9133 | 2024.12.21 01:21:44.125273 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9134 | 2024.12.21 01:21:44.125486 [ 36 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9135 | 2024.12.21 01:21:44.125609 [ 36 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9136 | 2024.12.21 01:21:44.125673 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9137 | 2024.12.21 01:21:44.126191 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::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 | ||
| 9138 | 2024.12.21 01:21:44.126808 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1304 | ||
| 9139 | 2024.12.21 01:21:44.127358 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9140 | 2024.12.21 01:21:44.127543 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1098 rows starting from the beginning of the part | ||
| 9141 | 2024.12.21 01:21:44.128208 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part | ||
| 9142 | 2024.12.21 01:21:44.128832 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part | ||
| 9143 | 2024.12.21 01:21:44.129461 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part | ||
| 9144 | 2024.12.21 01:21:44.130065 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part | ||
| 9145 | 2024.12.21 01:21:44.130680 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 58 rows starting from the beginning of the part | ||
| 9146 | 2024.12.21 01:21:44.139164 [ 192 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1304 rows, containing 72 columns (72 merged, 0 gathered) in 0.013349954 sec., 97678.23919093654 rows/sec., 76.62 MiB/sec. | ||
| 9147 | 2024.12.21 01:21:44.140719 [ 192 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9148 | 2024.12.21 01:21:44.141548 [ 192 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_31_6} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9149 | 2024.12.21 01:21:44.141644 [ 192 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_31_6} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9150 | 2024.12.21 01:21:44.141979 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.96 MiB. | ||
| 9151 | 2024.12.21 01:21:46.468090 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 9152 | 2024.12.21 01:21:46.468868 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9153 | 2024.12.21 01:21:46.468925 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9154 | 2024.12.21 01:21:46.469483 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9155 | 2024.12.21 01:21:46.469747 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9156 | 2024.12.21 01:21:46.470011 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 9157 | 2024.12.21 01:21:47.857089 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 | ||
| 9158 | 2024.12.21 01:21:47.879704 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9159 | 2024.12.21 01:21:47.879762 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9160 | 2024.12.21 01:21:47.887310 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9161 | 2024.12.21 01:21:47.888096 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9162 | 2024.12.21 01:21:47.890921 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324 | ||
| 9163 | 2024.12.21 01:21:48.178182 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9164 | 2024.12.21 01:21:48.178376 [ 287 ] {9fc9875c-32dc-49de-8eb4-07e9cad508d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9165 | 2024.12.21 01:21:48.178450 [ 287 ] {9fc9875c-32dc-49de-8eb4-07e9cad508d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9166 | 2024.12.21 01:21:48.179253 [ 287 ] {9fc9875c-32dc-49de-8eb4-07e9cad508d6} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9167 | 2024.12.21 01:21:48.179300 [ 287 ] {9fc9875c-32dc-49de-8eb4-07e9cad508d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9168 | 2024.12.21 01:21:48.179747 [ 287 ] {9fc9875c-32dc-49de-8eb4-07e9cad508d6} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9169 | 2024.12.21 01:21:48.180027 [ 287 ] {9fc9875c-32dc-49de-8eb4-07e9cad508d6} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9170 | 2024.12.21 01:21:48.180195 [ 154 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9171 | 2024.12.21 01:21:48.180244 [ 287 ] {9fc9875c-32dc-49de-8eb4-07e9cad508d6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001924 sec., 29106.029106029106 rows/sec., 2.22 MiB/sec. | ||
| 9172 | 2024.12.21 01:21:48.180245 [ 154 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9173 | 2024.12.21 01:21:48.180297 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9174 | 2024.12.21 01:21:48.180330 [ 287 ] {9fc9875c-32dc-49de-8eb4-07e9cad508d6} <Debug> TCPHandler: Processed in 0.002284209 sec. | ||
| 9175 | 2024.12.21 01:21:48.180536 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 9176 | 2024.12.21 01:21:48.180630 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9177 | 2024.12.21 01:21:48.180747 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9178 | 2024.12.21 01:21:48.180833 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1436 rows starting from the beginning of the part | ||
| 9179 | 2024.12.21 01:21:48.180955 [ 285 ] {b58b66fe-03fd-4c32-a44f-55cf722f9c41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9180 | 2024.12.21 01:21:48.181074 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 126 rows starting from the beginning of the part | ||
| 9181 | 2024.12.21 01:21:48.181167 [ 285 ] {b58b66fe-03fd-4c32-a44f-55cf722f9c41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9182 | 2024.12.21 01:21:48.181445 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 219 rows starting from the beginning of the part | ||
| 9183 | 2024.12.21 01:21:48.181801 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 124 rows starting from the beginning of the part | ||
| 9184 | 2024.12.21 01:21:48.182185 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1365 rows starting from the beginning of the part | ||
| 9185 | 2024.12.21 01:21:48.182609 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part | ||
| 9186 | 2024.12.21 01:21:48.184098 [ 285 ] {b58b66fe-03fd-4c32-a44f-55cf722f9c41} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9187 | 2024.12.21 01:21:48.184163 [ 285 ] {b58b66fe-03fd-4c32-a44f-55cf722f9c41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9188 | 2024.12.21 01:21:48.185217 [ 285 ] {b58b66fe-03fd-4c32-a44f-55cf722f9c41} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9189 | 2024.12.21 01:21:48.185579 [ 285 ] {b58b66fe-03fd-4c32-a44f-55cf722f9c41} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9190 | 2024.12.21 01:21:48.185965 [ 154 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9191 | 2024.12.21 01:21:48.186097 [ 285 ] {b58b66fe-03fd-4c32-a44f-55cf722f9c41} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005227 sec., 12244.11708436962 rows/sec., 978.62 KiB/sec. | ||
| 9192 | 2024.12.21 01:21:48.186170 [ 154 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9193 | 2024.12.21 01:21:48.186453 [ 285 ] {b58b66fe-03fd-4c32-a44f-55cf722f9c41} <Debug> TCPHandler: Processed in 0.005989571 sec. | ||
| 9194 | 2024.12.21 01:21:48.186703 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9195 | 2024.12.21 01:21:48.186743 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9196 | 2024.12.21 01:21:48.186771 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3326 rows, containing 5 columns (5 merged, 0 gathered) in 0.006358757 sec., 523058.20146924944 rows/sec., 45.68 MiB/sec. | ||
| 9197 | 2024.12.21 01:21:48.186882 [ 186 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 9198 | 2024.12.21 01:21:48.186947 [ 287 ] {fa7afa55-1dfc-475e-bf23-ae3355392649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9199 | 2024.12.21 01:21:48.187074 [ 287 ] {fa7afa55-1dfc-475e-bf23-ae3355392649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9200 | 2024.12.21 01:21:48.187126 [ 186 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9201 | 2024.12.21 01:21:48.187230 [ 186 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 916 rows starting from the beginning of the part | ||
| 9202 | 2024.12.21 01:21:48.187224 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9203 | 2024.12.21 01:21:48.187741 [ 186 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 102 rows starting from the beginning of the part | ||
| 9204 | 2024.12.21 01:21:48.188367 [ 186 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 390 rows starting from the beginning of the part | ||
| 9205 | 2024.12.21 01:21:48.188729 [ 186 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 98 rows starting from the beginning of the part | ||
| 9206 | 2024.12.21 01:21:48.189065 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_71_14} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9207 | 2024.12.21 01:21:48.189246 [ 186 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 858 rows starting from the beginning of the part | ||
| 9208 | 2024.12.21 01:21:48.189512 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_71_14} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9209 | 2024.12.21 01:21:48.189747 [ 186 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part | ||
| 9210 | 2024.12.21 01:21:48.189885 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 9211 | 2024.12.21 01:21:48.190427 [ 287 ] {fa7afa55-1dfc-475e-bf23-ae3355392649} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9212 | 2024.12.21 01:21:48.190473 [ 287 ] {fa7afa55-1dfc-475e-bf23-ae3355392649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9213 | 2024.12.21 01:21:48.191151 [ 287 ] {fa7afa55-1dfc-475e-bf23-ae3355392649} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9214 | 2024.12.21 01:21:48.192025 [ 287 ] {fa7afa55-1dfc-475e-bf23-ae3355392649} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9215 | 2024.12.21 01:21:48.192458 [ 154 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9216 | 2024.12.21 01:21:48.192505 [ 154 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9217 | 2024.12.21 01:21:48.192547 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9218 | 2024.12.21 01:21:48.192573 [ 287 ] {fa7afa55-1dfc-475e-bf23-ae3355392649} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005675 sec., 22555.066079295153 rows/sec., 1.57 MiB/sec. | ||
| 9219 | 2024.12.21 01:21:48.192989 [ 287 ] {fa7afa55-1dfc-475e-bf23-ae3355392649} <Debug> TCPHandler: Processed in 0.006377098 sec. | ||
| 9220 | 2024.12.21 01:21:48.193353 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 9221 | 2024.12.21 01:21:48.193454 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9222 | 2024.12.21 01:21:48.193647 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2428 rows, containing 5 columns (5 merged, 0 gathered) in 0.006871196 sec., 353359.1531954553 rows/sec., 27.11 MiB/sec. | ||
| 9223 | 2024.12.21 01:21:48.193846 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9224 | 2024.12.21 01:21:48.193849 [ 285 ] {7b65b874-6d33-43fc-ba13-954c060846b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9225 | 2024.12.21 01:21:48.193950 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20542 rows starting from the beginning of the part | ||
| 9226 | 2024.12.21 01:21:48.193985 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9227 | 2024.12.21 01:21:48.194042 [ 285 ] {7b65b874-6d33-43fc-ba13-954c060846b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9228 | 2024.12.21 01:21:48.194372 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 162 rows starting from the beginning of the part | ||
| 9229 | 2024.12.21 01:21:48.194800 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part | ||
| 9230 | 2024.12.21 01:21:48.195212 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
| 9231 | 2024.12.21 01:21:48.195785 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 961 rows starting from the beginning of the part | ||
| 9232 | 2024.12.21 01:21:48.195974 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_71_14} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9233 | 2024.12.21 01:21:48.196230 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 128 rows starting from the beginning of the part | ||
| 9234 | 2024.12.21 01:21:48.196956 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_71_14} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9235 | 2024.12.21 01:21:48.197565 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 9236 | 2024.12.21 01:21:48.197842 [ 285 ] {7b65b874-6d33-43fc-ba13-954c060846b6} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9237 | 2024.12.21 01:21:48.197920 [ 285 ] {7b65b874-6d33-43fc-ba13-954c060846b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9238 | 2024.12.21 01:21:48.198439 [ 285 ] {7b65b874-6d33-43fc-ba13-954c060846b6} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9239 | 2024.12.21 01:21:48.198759 [ 285 ] {7b65b874-6d33-43fc-ba13-954c060846b6} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9240 | 2024.12.21 01:21:48.199160 [ 154 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9241 | 2024.12.21 01:21:48.199295 [ 154 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9242 | 2024.12.21 01:21:48.199380 [ 285 ] {7b65b874-6d33-43fc-ba13-954c060846b6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005634 sec., 8519.701810436634 rows/sec., 587.95 KiB/sec. | ||
| 9243 | 2024.12.21 01:21:48.199395 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 9244 | 2024.12.21 01:21:48.199705 [ 285 ] {7b65b874-6d33-43fc-ba13-954c060846b6} <Debug> TCPHandler: Processed in 0.006389168 sec. | ||
| 9245 | 2024.12.21 01:21:48.200027 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 9246 | 2024.12.21 01:21:48.200337 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9247 | 2024.12.21 01:21:48.200413 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4024 rows starting from the beginning of the part | ||
| 9248 | 2024.12.21 01:21:48.200538 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
| 9249 | 2024.12.21 01:21:48.200631 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
| 9250 | 2024.12.21 01:21:48.200953 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 9251 | 2024.12.21 01:21:48.201028 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 34 rows starting from the beginning of the part | ||
| 9252 | 2024.12.21 01:21:48.201102 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 48 rows starting from the beginning of the part | ||
| 9253 | 2024.12.21 01:21:48.205027 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4308 rows, containing 4 columns (4 merged, 0 gathered) in 0.005430681 sec., 793270.6782077607 rows/sec., 51.70 MiB/sec. | ||
| 9254 | 2024.12.21 01:21:48.205465 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9255 | 2024.12.21 01:21:48.205884 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_71_14} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9256 | 2024.12.21 01:21:48.205976 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_71_14} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9257 | 2024.12.21 01:21:48.206121 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 9258 | 2024.12.21 01:21:48.206321 [ 191 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22190 rows, containing 5 columns (5 merged, 0 gathered) in 0.01368177 sec., 1621866.1766715858 rows/sec., 109.46 MiB/sec. | ||
| 9259 | 2024.12.21 01:21:48.206711 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9260 | 2024.12.21 01:21:48.207042 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9261 | 2024.12.21 01:21:48.207132 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9262 | 2024.12.21 01:21:48.207224 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 9263 | 2024.12.21 01:21:53.182368 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9264 | 2024.12.21 01:21:53.182601 [ 287 ] {a1c57308-0b08-4f36-9684-1ae05b3aa5f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9265 | 2024.12.21 01:21:53.182684 [ 287 ] {a1c57308-0b08-4f36-9684-1ae05b3aa5f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9266 | 2024.12.21 01:21:53.183577 [ 287 ] {a1c57308-0b08-4f36-9684-1ae05b3aa5f1} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9267 | 2024.12.21 01:21:53.183623 [ 287 ] {a1c57308-0b08-4f36-9684-1ae05b3aa5f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9268 | 2024.12.21 01:21:53.184085 [ 287 ] {a1c57308-0b08-4f36-9684-1ae05b3aa5f1} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9269 | 2024.12.21 01:21:53.184353 [ 287 ] {a1c57308-0b08-4f36-9684-1ae05b3aa5f1} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9270 | 2024.12.21 01:21:53.184567 [ 287 ] {a1c57308-0b08-4f36-9684-1ae05b3aa5f1} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002025 sec., 61234.56790123457 rows/sec., 5.20 MiB/sec. | ||
| 9271 | 2024.12.21 01:21:53.184636 [ 287 ] {a1c57308-0b08-4f36-9684-1ae05b3aa5f1} <Debug> TCPHandler: Processed in 0.002459832 sec. | ||
| 9272 | 2024.12.21 01:21:53.184937 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9273 | 2024.12.21 01:21:53.185154 [ 285 ] {3d2f2432-c2b4-4454-aa9b-ea92cad64b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9274 | 2024.12.21 01:21:53.185240 [ 285 ] {3d2f2432-c2b4-4454-aa9b-ea92cad64b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9275 | 2024.12.21 01:21:53.186025 [ 285 ] {3d2f2432-c2b4-4454-aa9b-ea92cad64b6b} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9276 | 2024.12.21 01:21:53.186081 [ 285 ] {3d2f2432-c2b4-4454-aa9b-ea92cad64b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9277 | 2024.12.21 01:21:53.186519 [ 285 ] {3d2f2432-c2b4-4454-aa9b-ea92cad64b6b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9278 | 2024.12.21 01:21:53.186776 [ 285 ] {3d2f2432-c2b4-4454-aa9b-ea92cad64b6b} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9279 | 2024.12.21 01:21:53.187023 [ 285 ] {3d2f2432-c2b4-4454-aa9b-ea92cad64b6b} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001928 sec., 17634.854771784234 rows/sec., 1.29 MiB/sec. | ||
| 9280 | 2024.12.21 01:21:53.187092 [ 285 ] {3d2f2432-c2b4-4454-aa9b-ea92cad64b6b} <Debug> TCPHandler: Processed in 0.002326289 sec. | ||
| 9281 | 2024.12.21 01:21:53.187255 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9282 | 2024.12.21 01:21:53.187403 [ 287 ] {57a969c2-5105-4114-9bad-059311011c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9283 | 2024.12.21 01:21:53.187465 [ 287 ] {57a969c2-5105-4114-9bad-059311011c01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9284 | 2024.12.21 01:21:53.188212 [ 287 ] {57a969c2-5105-4114-9bad-059311011c01} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9285 | 2024.12.21 01:21:53.188258 [ 287 ] {57a969c2-5105-4114-9bad-059311011c01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9286 | 2024.12.21 01:21:53.188653 [ 287 ] {57a969c2-5105-4114-9bad-059311011c01} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9287 | 2024.12.21 01:21:53.188926 [ 287 ] {57a969c2-5105-4114-9bad-059311011c01} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9288 | 2024.12.21 01:21:53.189120 [ 287 ] {57a969c2-5105-4114-9bad-059311011c01} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001752 sec., 55936.07305936073 rows/sec., 4.37 MiB/sec. | ||
| 9289 | 2024.12.21 01:21:53.189217 [ 287 ] {57a969c2-5105-4114-9bad-059311011c01} <Debug> TCPHandler: Processed in 0.002031774 sec. | ||
| 9290 | 2024.12.21 01:21:53.189384 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9291 | 2024.12.21 01:21:53.189548 [ 285 ] {73b80e3c-6e44-48e0-a0a5-741ee07c3cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9292 | 2024.12.21 01:21:53.189615 [ 285 ] {73b80e3c-6e44-48e0-a0a5-741ee07c3cdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9293 | 2024.12.21 01:21:53.190767 [ 285 ] {73b80e3c-6e44-48e0-a0a5-741ee07c3cdf} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9294 | 2024.12.21 01:21:53.190810 [ 285 ] {73b80e3c-6e44-48e0-a0a5-741ee07c3cdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9295 | 2024.12.21 01:21:53.191230 [ 285 ] {73b80e3c-6e44-48e0-a0a5-741ee07c3cdf} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9296 | 2024.12.21 01:21:53.191490 [ 285 ] {73b80e3c-6e44-48e0-a0a5-741ee07c3cdf} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9297 | 2024.12.21 01:21:53.191706 [ 285 ] {73b80e3c-6e44-48e0-a0a5-741ee07c3cdf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002193 sec., 72959.4163246694 rows/sec., 5.08 MiB/sec. | ||
| 9298 | 2024.12.21 01:21:53.191763 [ 285 ] {73b80e3c-6e44-48e0-a0a5-741ee07c3cdf} <Debug> TCPHandler: Processed in 0.002465052 sec. | ||
| 9299 | 2024.12.21 01:21:53.191950 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9300 | 2024.12.21 01:21:53.192091 [ 287 ] {f65267f2-a849-44d7-95a5-fdf20dc95708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9301 | 2024.12.21 01:21:53.192186 [ 287 ] {f65267f2-a849-44d7-95a5-fdf20dc95708} <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 | ||
| 9302 | 2024.12.21 01:21:53.193406 [ 287 ] {f65267f2-a849-44d7-95a5-fdf20dc95708} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9303 | 2024.12.21 01:21:53.193444 [ 287 ] {f65267f2-a849-44d7-95a5-fdf20dc95708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9304 | 2024.12.21 01:21:53.194109 [ 287 ] {f65267f2-a849-44d7-95a5-fdf20dc95708} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9305 | 2024.12.21 01:21:53.194375 [ 287 ] {f65267f2-a849-44d7-95a5-fdf20dc95708} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9306 | 2024.12.21 01:21:53.194622 [ 287 ] {f65267f2-a849-44d7-95a5-fdf20dc95708} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002555 sec., 13307.240704500979 rows/sec., 23.85 MiB/sec. | ||
| 9307 | 2024.12.21 01:21:53.195053 [ 287 ] {f65267f2-a849-44d7-95a5-fdf20dc95708} <Debug> TCPHandler: Processed in 0.003167953 sec. | ||
| 9308 | 2024.12.21 01:21:53.195327 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9309 | 2024.12.21 01:21:53.195484 [ 285 ] {6773f29c-d389-45d9-9be4-9b4388935e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9310 | 2024.12.21 01:21:53.195545 [ 285 ] {6773f29c-d389-45d9-9be4-9b4388935e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9311 | 2024.12.21 01:21:53.196115 [ 285 ] {6773f29c-d389-45d9-9be4-9b4388935e3b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9312 | 2024.12.21 01:21:53.196162 [ 285 ] {6773f29c-d389-45d9-9be4-9b4388935e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9313 | 2024.12.21 01:21:53.196571 [ 285 ] {6773f29c-d389-45d9-9be4-9b4388935e3b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9314 | 2024.12.21 01:21:53.196814 [ 285 ] {6773f29c-d389-45d9-9be4-9b4388935e3b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9315 | 2024.12.21 01:21:53.197030 [ 285 ] {6773f29c-d389-45d9-9be4-9b4388935e3b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001577 sec., 38046.92454026633 rows/sec., 2.56 MiB/sec. | ||
| 9316 | 2024.12.21 01:21:53.197082 [ 285 ] {6773f29c-d389-45d9-9be4-9b4388935e3b} <Debug> TCPHandler: Processed in 0.001913162 sec. | ||
| 9317 | 2024.12.21 01:21:53.824749 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9318 | 2024.12.21 01:21:53.824814 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9319 | 2024.12.21 01:21:53.970147 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 9320 | 2024.12.21 01:21:53.970887 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9321 | 2024.12.21 01:21:53.970947 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9322 | 2024.12.21 01:21:53.971535 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9323 | 2024.12.21 01:21:53.971800 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9324 | 2024.12.21 01:21:53.972074 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 9325 | 2024.12.21 01:21:54.127149 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1324 | ||
| 9326 | 2024.12.21 01:21:54.130004 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9327 | 2024.12.21 01:21:54.130051 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9328 | 2024.12.21 01:21:54.131525 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9329 | 2024.12.21 01:21:54.131847 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9330 | 2024.12.21 01:21:54.133203 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1324 | ||
| 9331 | 2024.12.21 01:21:55.390984 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 | ||
| 9332 | 2024.12.21 01:21:55.412592 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9333 | 2024.12.21 01:21:55.412649 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9334 | 2024.12.21 01:21:55.420150 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9335 | 2024.12.21 01:21:55.420970 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9336 | 2024.12.21 01:21:55.424184 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 9337 | 2024.12.21 01:21:58.184986 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9338 | 2024.12.21 01:21:58.185299 [ 287 ] {765d278a-ccad-40a1-ab86-fb48ae8b2e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9339 | 2024.12.21 01:21:58.185417 [ 287 ] {765d278a-ccad-40a1-ab86-fb48ae8b2e52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9340 | 2024.12.21 01:21:58.186228 [ 287 ] {765d278a-ccad-40a1-ab86-fb48ae8b2e52} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9341 | 2024.12.21 01:21:58.186279 [ 287 ] {765d278a-ccad-40a1-ab86-fb48ae8b2e52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9342 | 2024.12.21 01:21:58.186713 [ 287 ] {765d278a-ccad-40a1-ab86-fb48ae8b2e52} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9343 | 2024.12.21 01:21:58.186971 [ 287 ] {765d278a-ccad-40a1-ab86-fb48ae8b2e52} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9344 | 2024.12.21 01:21:58.187241 [ 287 ] {765d278a-ccad-40a1-ab86-fb48ae8b2e52} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00203 sec., 6896.55172413793 rows/sec., 496.46 KiB/sec. | ||
| 9345 | 2024.12.21 01:21:58.187371 [ 287 ] {765d278a-ccad-40a1-ab86-fb48ae8b2e52} <Debug> TCPHandler: Processed in 0.002577994 sec. | ||
| 9346 | 2024.12.21 01:21:58.187716 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9347 | 2024.12.21 01:21:58.188033 [ 285 ] {1688e637-9af9-4988-893e-02ed67af3512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9348 | 2024.12.21 01:21:58.188153 [ 285 ] {1688e637-9af9-4988-893e-02ed67af3512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9349 | 2024.12.21 01:21:58.189160 [ 285 ] {1688e637-9af9-4988-893e-02ed67af3512} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9350 | 2024.12.21 01:21:58.189217 [ 285 ] {1688e637-9af9-4988-893e-02ed67af3512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9351 | 2024.12.21 01:21:58.189691 [ 285 ] {1688e637-9af9-4988-893e-02ed67af3512} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9352 | 2024.12.21 01:21:58.189959 [ 285 ] {1688e637-9af9-4988-893e-02ed67af3512} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9353 | 2024.12.21 01:21:58.190203 [ 285 ] {1688e637-9af9-4988-893e-02ed67af3512} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002258 sec., 96988.48538529672 rows/sec., 8.45 MiB/sec. | ||
| 9354 | 2024.12.21 01:21:58.190277 [ 285 ] {1688e637-9af9-4988-893e-02ed67af3512} <Debug> TCPHandler: Processed in 0.002752477 sec. | ||
| 9355 | 2024.12.21 01:21:58.190439 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9356 | 2024.12.21 01:21:58.190666 [ 287 ] {dadb80d7-d5d8-432f-b98d-d178b8cba2d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9357 | 2024.12.21 01:21:58.190759 [ 287 ] {dadb80d7-d5d8-432f-b98d-d178b8cba2d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9358 | 2024.12.21 01:21:58.191691 [ 287 ] {dadb80d7-d5d8-432f-b98d-d178b8cba2d0} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9359 | 2024.12.21 01:21:58.191730 [ 287 ] {dadb80d7-d5d8-432f-b98d-d178b8cba2d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9360 | 2024.12.21 01:21:58.192089 [ 287 ] {dadb80d7-d5d8-432f-b98d-d178b8cba2d0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9361 | 2024.12.21 01:21:58.192332 [ 287 ] {dadb80d7-d5d8-432f-b98d-d178b8cba2d0} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9362 | 2024.12.21 01:21:58.192558 [ 287 ] {dadb80d7-d5d8-432f-b98d-d178b8cba2d0} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001954 sec., 7676.560900716479 rows/sec., 541.26 KiB/sec. | ||
| 9363 | 2024.12.21 01:21:58.192614 [ 287 ] {dadb80d7-d5d8-432f-b98d-d178b8cba2d0} <Debug> TCPHandler: Processed in 0.002245188 sec. | ||
| 9364 | 2024.12.21 01:21:58.192816 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9365 | 2024.12.21 01:21:58.193061 [ 285 ] {b75e586c-86be-4452-9609-e2bfbdd53037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9366 | 2024.12.21 01:21:58.193158 [ 285 ] {b75e586c-86be-4452-9609-e2bfbdd53037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9367 | 2024.12.21 01:21:58.193938 [ 285 ] {b75e586c-86be-4452-9609-e2bfbdd53037} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9368 | 2024.12.21 01:21:58.193980 [ 285 ] {b75e586c-86be-4452-9609-e2bfbdd53037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9369 | 2024.12.21 01:21:58.194360 [ 285 ] {b75e586c-86be-4452-9609-e2bfbdd53037} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9370 | 2024.12.21 01:21:58.194610 [ 285 ] {b75e586c-86be-4452-9609-e2bfbdd53037} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9371 | 2024.12.21 01:21:58.194851 [ 285 ] {b75e586c-86be-4452-9609-e2bfbdd53037} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001852 sec., 7559.3952483801295 rows/sec., 529.41 KiB/sec. | ||
| 9372 | 2024.12.21 01:21:58.194911 [ 285 ] {b75e586c-86be-4452-9609-e2bfbdd53037} <Debug> TCPHandler: Processed in 0.002206998 sec. | ||
| 9373 | 2024.12.21 01:21:58.195090 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9374 | 2024.12.21 01:21:58.195230 [ 287 ] {4eaeec3a-7efd-4ead-a8ea-fdd63f328ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9375 | 2024.12.21 01:21:58.195289 [ 287 ] {4eaeec3a-7efd-4ead-a8ea-fdd63f328ac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9376 | 2024.12.21 01:21:58.195900 [ 287 ] {4eaeec3a-7efd-4ead-a8ea-fdd63f328ac0} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9377 | 2024.12.21 01:21:58.195941 [ 287 ] {4eaeec3a-7efd-4ead-a8ea-fdd63f328ac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9378 | 2024.12.21 01:21:58.196315 [ 287 ] {4eaeec3a-7efd-4ead-a8ea-fdd63f328ac0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9379 | 2024.12.21 01:21:58.196561 [ 287 ] {4eaeec3a-7efd-4ead-a8ea-fdd63f328ac0} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9380 | 2024.12.21 01:21:58.196797 [ 287 ] {4eaeec3a-7efd-4ead-a8ea-fdd63f328ac0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001599 sec., 8130.081300813008 rows/sec., 506.91 KiB/sec. | ||
| 9381 | 2024.12.21 01:21:58.196852 [ 287 ] {4eaeec3a-7efd-4ead-a8ea-fdd63f328ac0} <Debug> TCPHandler: Processed in 0.001829431 sec. | ||
| 9382 | 2024.12.21 01:21:58.197054 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9383 | 2024.12.21 01:21:58.197278 [ 285 ] {b8a19892-7748-4ba7-925a-fc4be58e1b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9384 | 2024.12.21 01:21:58.197369 [ 285 ] {b8a19892-7748-4ba7-925a-fc4be58e1b3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9385 | 2024.12.21 01:21:58.198170 [ 285 ] {b8a19892-7748-4ba7-925a-fc4be58e1b3d} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9386 | 2024.12.21 01:21:58.198211 [ 285 ] {b8a19892-7748-4ba7-925a-fc4be58e1b3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9387 | 2024.12.21 01:21:58.198623 [ 285 ] {b8a19892-7748-4ba7-925a-fc4be58e1b3d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9388 | 2024.12.21 01:21:58.198873 [ 285 ] {b8a19892-7748-4ba7-925a-fc4be58e1b3d} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9389 | 2024.12.21 01:21:58.199101 [ 285 ] {b8a19892-7748-4ba7-925a-fc4be58e1b3d} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001879 sec., 207557.21128259713 rows/sec., 14.72 MiB/sec. | ||
| 9390 | 2024.12.21 01:21:58.199157 [ 285 ] {b8a19892-7748-4ba7-925a-fc4be58e1b3d} <Debug> TCPHandler: Processed in 0.002214567 sec. | ||
| 9391 | 2024.12.21 01:21:58.199322 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9392 | 2024.12.21 01:21:58.199463 [ 287 ] {734061fa-c1bc-49fe-a8bc-9ed86a8a04ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9393 | 2024.12.21 01:21:58.199523 [ 287 ] {734061fa-c1bc-49fe-a8bc-9ed86a8a04ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9394 | 2024.12.21 01:21:58.200093 [ 287 ] {734061fa-c1bc-49fe-a8bc-9ed86a8a04ad} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9395 | 2024.12.21 01:21:58.200139 [ 287 ] {734061fa-c1bc-49fe-a8bc-9ed86a8a04ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9396 | 2024.12.21 01:21:58.200559 [ 287 ] {734061fa-c1bc-49fe-a8bc-9ed86a8a04ad} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9397 | 2024.12.21 01:21:58.200798 [ 287 ] {734061fa-c1bc-49fe-a8bc-9ed86a8a04ad} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9398 | 2024.12.21 01:21:58.201016 [ 287 ] {734061fa-c1bc-49fe-a8bc-9ed86a8a04ad} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001585 sec., 3785.488958990536 rows/sec., 197.78 KiB/sec. | ||
| 9399 | 2024.12.21 01:21:58.201070 [ 287 ] {734061fa-c1bc-49fe-a8bc-9ed86a8a04ad} <Debug> TCPHandler: Processed in 0.00181636 sec. | ||
| 9400 | 2024.12.21 01:21:58.201212 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9401 | 2024.12.21 01:21:58.201332 [ 285 ] {0b2ee6d6-9728-485c-8d7a-01eadbaaec2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9402 | 2024.12.21 01:21:58.201387 [ 285 ] {0b2ee6d6-9728-485c-8d7a-01eadbaaec2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9403 | 2024.12.21 01:21:58.202080 [ 285 ] {0b2ee6d6-9728-485c-8d7a-01eadbaaec2a} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9404 | 2024.12.21 01:21:58.202129 [ 285 ] {0b2ee6d6-9728-485c-8d7a-01eadbaaec2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9405 | 2024.12.21 01:21:58.202585 [ 285 ] {0b2ee6d6-9728-485c-8d7a-01eadbaaec2a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9406 | 2024.12.21 01:21:58.202847 [ 285 ] {0b2ee6d6-9728-485c-8d7a-01eadbaaec2a} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9407 | 2024.12.21 01:21:58.203105 [ 285 ] {0b2ee6d6-9728-485c-8d7a-01eadbaaec2a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001789 sec., 132476.2437115707 rows/sec., 8.88 MiB/sec. | ||
| 9408 | 2024.12.21 01:21:58.203169 [ 285 ] {0b2ee6d6-9728-485c-8d7a-01eadbaaec2a} <Debug> TCPHandler: Processed in 0.002013524 sec. | ||
| 9409 | 2024.12.21 01:21:58.203412 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9410 | 2024.12.21 01:21:58.203601 [ 287 ] {ffcab968-4bf7-4f05-8d48-0c4972a5d9a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9411 | 2024.12.21 01:21:58.203663 [ 287 ] {ffcab968-4bf7-4f05-8d48-0c4972a5d9a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9412 | 2024.12.21 01:21:58.204216 [ 287 ] {ffcab968-4bf7-4f05-8d48-0c4972a5d9a1} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9413 | 2024.12.21 01:21:58.204263 [ 287 ] {ffcab968-4bf7-4f05-8d48-0c4972a5d9a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9414 | 2024.12.21 01:21:58.204655 [ 287 ] {ffcab968-4bf7-4f05-8d48-0c4972a5d9a1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9415 | 2024.12.21 01:21:58.204898 [ 287 ] {ffcab968-4bf7-4f05-8d48-0c4972a5d9a1} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9416 | 2024.12.21 01:21:58.205111 [ 287 ] {ffcab968-4bf7-4f05-8d48-0c4972a5d9a1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001541 sec., 648.9292667099286 rows/sec., 43.73 KiB/sec. | ||
| 9417 | 2024.12.21 01:21:58.205163 [ 287 ] {ffcab968-4bf7-4f05-8d48-0c4972a5d9a1} <Debug> TCPHandler: Processed in 0.001879161 sec. | ||
| 9418 | 2024.12.21 01:21:58.205307 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9419 | 2024.12.21 01:21:58.205426 [ 285 ] {7fd790ec-9952-4f8b-adb5-fa0eca3f7747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9420 | 2024.12.21 01:21:58.205511 [ 285 ] {7fd790ec-9952-4f8b-adb5-fa0eca3f7747} <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 | ||
| 9421 | 2024.12.21 01:21:58.206639 [ 285 ] {7fd790ec-9952-4f8b-adb5-fa0eca3f7747} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9422 | 2024.12.21 01:21:58.206680 [ 285 ] {7fd790ec-9952-4f8b-adb5-fa0eca3f7747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9423 | 2024.12.21 01:21:58.207303 [ 285 ] {7fd790ec-9952-4f8b-adb5-fa0eca3f7747} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9424 | 2024.12.21 01:21:58.207572 [ 285 ] {7fd790ec-9952-4f8b-adb5-fa0eca3f7747} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9425 | 2024.12.21 01:21:58.207875 [ 285 ] {7fd790ec-9952-4f8b-adb5-fa0eca3f7747} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002465 sec., 3245.436105476673 rows/sec., 5.82 MiB/sec. | ||
| 9426 | 2024.12.21 01:21:58.208356 [ 285 ] {7fd790ec-9952-4f8b-adb5-fa0eca3f7747} <Debug> TCPHandler: Processed in 0.003100632 sec. | ||
| 9427 | 2024.12.21 01:21:58.208608 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9428 | 2024.12.21 01:21:58.208766 [ 287 ] {ed204cb2-7ad8-4494-b851-a757a04dc4f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9429 | 2024.12.21 01:21:58.208825 [ 287 ] {ed204cb2-7ad8-4494-b851-a757a04dc4f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9430 | 2024.12.21 01:21:58.209378 [ 287 ] {ed204cb2-7ad8-4494-b851-a757a04dc4f9} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9431 | 2024.12.21 01:21:58.209424 [ 287 ] {ed204cb2-7ad8-4494-b851-a757a04dc4f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9432 | 2024.12.21 01:21:58.209808 [ 287 ] {ed204cb2-7ad8-4494-b851-a757a04dc4f9} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9433 | 2024.12.21 01:21:58.210056 [ 287 ] {ed204cb2-7ad8-4494-b851-a757a04dc4f9} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9434 | 2024.12.21 01:21:58.210272 [ 287 ] {ed204cb2-7ad8-4494-b851-a757a04dc4f9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001536 sec., 53385.416666666664 rows/sec., 3.39 MiB/sec. | ||
| 9435 | 2024.12.21 01:21:58.210322 [ 287 ] {ed204cb2-7ad8-4494-b851-a757a04dc4f9} <Debug> TCPHandler: Processed in 0.001854711 sec. | ||
| 9436 | 2024.12.21 01:22:01.472191 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 9437 | 2024.12.21 01:22:01.472873 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9438 | 2024.12.21 01:22:01.472914 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9439 | 2024.12.21 01:22:01.473440 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9440 | 2024.12.21 01:22:01.473698 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9441 | 2024.12.21 01:22:01.473896 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 9442 | 2024.12.21 01:22:02.924257 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 9443 | 2024.12.21 01:22:02.945490 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9444 | 2024.12.21 01:22:02.945531 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9445 | 2024.12.21 01:22:02.953365 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9446 | 2024.12.21 01:22:02.954171 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9447 | 2024.12.21 01:22:02.956716 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 9448 | 2024.12.21 01:22:03.182602 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9449 | 2024.12.21 01:22:03.182820 [ 287 ] {5c232670-459c-40c4-ae99-4c5a2b25699c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9450 | 2024.12.21 01:22:03.182903 [ 287 ] {5c232670-459c-40c4-ae99-4c5a2b25699c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9451 | 2024.12.21 01:22:03.183730 [ 287 ] {5c232670-459c-40c4-ae99-4c5a2b25699c} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9452 | 2024.12.21 01:22:03.183784 [ 287 ] {5c232670-459c-40c4-ae99-4c5a2b25699c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9453 | 2024.12.21 01:22:03.184212 [ 287 ] {5c232670-459c-40c4-ae99-4c5a2b25699c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9454 | 2024.12.21 01:22:03.184471 [ 287 ] {5c232670-459c-40c4-ae99-4c5a2b25699c} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9455 | 2024.12.21 01:22:03.184721 [ 287 ] {5c232670-459c-40c4-ae99-4c5a2b25699c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001955 sec., 1023.0179028132992 rows/sec., 83.42 KiB/sec. | ||
| 9456 | 2024.12.21 01:22:03.184913 [ 287 ] {5c232670-459c-40c4-ae99-4c5a2b25699c} <Debug> TCPHandler: Processed in 0.002454521 sec. | ||
| 9457 | 2024.12.21 01:22:03.185188 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9458 | 2024.12.21 01:22:03.185391 [ 285 ] {87fc1a4a-e0d6-4e94-8fc4-18299294353e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9459 | 2024.12.21 01:22:03.185470 [ 285 ] {87fc1a4a-e0d6-4e94-8fc4-18299294353e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9460 | 2024.12.21 01:22:03.186263 [ 285 ] {87fc1a4a-e0d6-4e94-8fc4-18299294353e} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9461 | 2024.12.21 01:22:03.186305 [ 285 ] {87fc1a4a-e0d6-4e94-8fc4-18299294353e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9462 | 2024.12.21 01:22:03.186733 [ 285 ] {87fc1a4a-e0d6-4e94-8fc4-18299294353e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9463 | 2024.12.21 01:22:03.186984 [ 285 ] {87fc1a4a-e0d6-4e94-8fc4-18299294353e} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9464 | 2024.12.21 01:22:03.187184 [ 285 ] {87fc1a4a-e0d6-4e94-8fc4-18299294353e} <Debug> executeQuery: Read 125 rows, 10.86 KiB in 0.001851 sec., 67531.0642895732 rows/sec., 5.73 MiB/sec. | ||
| 9465 | 2024.12.21 01:22:03.187245 [ 285 ] {87fc1a4a-e0d6-4e94-8fc4-18299294353e} <Debug> TCPHandler: Processed in 0.002191897 sec. | ||
| 9466 | 2024.12.21 01:22:03.187416 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9467 | 2024.12.21 01:22:03.187556 [ 287 ] {57055cdf-b11b-4e1a-abb9-585e66153b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9468 | 2024.12.21 01:22:03.187613 [ 287 ] {57055cdf-b11b-4e1a-abb9-585e66153b85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9469 | 2024.12.21 01:22:03.188310 [ 287 ] {57055cdf-b11b-4e1a-abb9-585e66153b85} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9470 | 2024.12.21 01:22:03.188355 [ 287 ] {57055cdf-b11b-4e1a-abb9-585e66153b85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9471 | 2024.12.21 01:22:03.188756 [ 287 ] {57055cdf-b11b-4e1a-abb9-585e66153b85} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9472 | 2024.12.21 01:22:03.189000 [ 287 ] {57055cdf-b11b-4e1a-abb9-585e66153b85} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9473 | 2024.12.21 01:22:03.189173 [ 63 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9474 | 2024.12.21 01:22:03.189235 [ 287 ] {57055cdf-b11b-4e1a-abb9-585e66153b85} <Debug> executeQuery: Read 36 rows, 2.70 KiB in 0.001702 sec., 21151.586368977674 rows/sec., 1.55 MiB/sec. | ||
| 9475 | 2024.12.21 01:22:03.189242 [ 63 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9476 | 2024.12.21 01:22:03.189323 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9477 | 2024.12.21 01:22:03.189365 [ 287 ] {57055cdf-b11b-4e1a-abb9-585e66153b85} <Debug> TCPHandler: Processed in 0.002014024 sec. | ||
| 9478 | 2024.12.21 01:22:03.189625 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9479 | 2024.12.21 01:22:03.189688 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 9480 | 2024.12.21 01:22:03.190009 [ 285 ] {afe50189-99a0-4e63-8b9e-9383a6038f68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9481 | 2024.12.21 01:22:03.190188 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9482 | 2024.12.21 01:22:03.190205 [ 285 ] {afe50189-99a0-4e63-8b9e-9383a6038f68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9483 | 2024.12.21 01:22:03.190331 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 67 rows starting from the beginning of the part | ||
| 9484 | 2024.12.21 01:22:03.190745 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 34 rows starting from the beginning of the part | ||
| 9485 | 2024.12.21 01:22:03.191201 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 27 rows starting from the beginning of the part | ||
| 9486 | 2024.12.21 01:22:03.191709 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 34 rows starting from the beginning of the part | ||
| 9487 | 2024.12.21 01:22:03.192164 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 15 rows starting from the beginning of the part | ||
| 9488 | 2024.12.21 01:22:03.192690 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 36 rows starting from the beginning of the part | ||
| 9489 | 2024.12.21 01:22:03.193734 [ 285 ] {afe50189-99a0-4e63-8b9e-9383a6038f68} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9490 | 2024.12.21 01:22:03.193774 [ 285 ] {afe50189-99a0-4e63-8b9e-9383a6038f68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9491 | 2024.12.21 01:22:03.194336 [ 285 ] {afe50189-99a0-4e63-8b9e-9383a6038f68} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9492 | 2024.12.21 01:22:03.194567 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 213 rows, containing 5 columns (5 merged, 0 gathered) in 0.005161067 sec., 41270.53572449263 rows/sec., 3.12 MiB/sec. | ||
| 9493 | 2024.12.21 01:22:03.194681 [ 285 ] {afe50189-99a0-4e63-8b9e-9383a6038f68} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9494 | 2024.12.21 01:22:03.194702 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9495 | 2024.12.21 01:22:03.194928 [ 285 ] {afe50189-99a0-4e63-8b9e-9383a6038f68} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.005051 sec., 19798.059790140567 rows/sec., 1.55 MiB/sec. | ||
| 9496 | 2024.12.21 01:22:03.195014 [ 285 ] {afe50189-99a0-4e63-8b9e-9383a6038f68} <Debug> TCPHandler: Processed in 0.005547323 sec. | ||
| 9497 | 2024.12.21 01:22:03.195115 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_61_12} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9498 | 2024.12.21 01:22:03.195187 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9499 | 2024.12.21 01:22:03.195224 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_61_12} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9500 | 2024.12.21 01:22:03.195371 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9501 | 2024.12.21 01:22:03.195404 [ 287 ] {1508d3ea-517a-4139-98c4-b7fdfcc0e225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9502 | 2024.12.21 01:22:03.195470 [ 287 ] {1508d3ea-517a-4139-98c4-b7fdfcc0e225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9503 | 2024.12.21 01:22:03.196080 [ 287 ] {1508d3ea-517a-4139-98c4-b7fdfcc0e225} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9504 | 2024.12.21 01:22:03.196120 [ 287 ] {1508d3ea-517a-4139-98c4-b7fdfcc0e225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9505 | 2024.12.21 01:22:03.196537 [ 287 ] {1508d3ea-517a-4139-98c4-b7fdfcc0e225} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9506 | 2024.12.21 01:22:03.196794 [ 287 ] {1508d3ea-517a-4139-98c4-b7fdfcc0e225} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9507 | 2024.12.21 01:22:03.197011 [ 287 ] {1508d3ea-517a-4139-98c4-b7fdfcc0e225} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001669 sec., 96464.94907130019 rows/sec., 6.72 MiB/sec. | ||
| 9508 | 2024.12.21 01:22:03.197066 [ 287 ] {1508d3ea-517a-4139-98c4-b7fdfcc0e225} <Debug> TCPHandler: Processed in 0.001963343 sec. | ||
| 9509 | 2024.12.21 01:22:03.197246 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9510 | 2024.12.21 01:22:03.197388 [ 285 ] {7a867f0c-30a6-45e7-9417-e03d7930a80f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9511 | 2024.12.21 01:22:03.197484 [ 285 ] {7a867f0c-30a6-45e7-9417-e03d7930a80f} <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 | ||
| 9512 | 2024.12.21 01:22:03.198664 [ 285 ] {7a867f0c-30a6-45e7-9417-e03d7930a80f} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9513 | 2024.12.21 01:22:03.198702 [ 285 ] {7a867f0c-30a6-45e7-9417-e03d7930a80f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9514 | 2024.12.21 01:22:03.199364 [ 285 ] {7a867f0c-30a6-45e7-9417-e03d7930a80f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9515 | 2024.12.21 01:22:03.199627 [ 285 ] {7a867f0c-30a6-45e7-9417-e03d7930a80f} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9516 | 2024.12.21 01:22:03.199772 [ 63 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9517 | 2024.12.21 01:22:03.199818 [ 63 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9518 | 2024.12.21 01:22:03.199838 [ 285 ] {7a867f0c-30a6-45e7-9417-e03d7930a80f} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002478 sec., 13720.742534301855 rows/sec., 24.59 MiB/sec. | ||
| 9519 | 2024.12.21 01:22:03.199844 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9520 | 2024.12.21 01:22:03.200210 [ 285 ] {7a867f0c-30a6-45e7-9417-e03d7930a80f} <Debug> TCPHandler: Processed in 0.003029531 sec. | ||
| 9521 | 2024.12.21 01:22:03.200223 [ 196 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 9522 | 2024.12.21 01:22:03.200410 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9523 | 2024.12.21 01:22:03.200665 [ 287 ] {24f95307-4693-462e-9bd7-b2da8cd42e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9524 | 2024.12.21 01:22:03.200801 [ 287 ] {24f95307-4693-462e-9bd7-b2da8cd42e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9525 | 2024.12.21 01:22:03.201078 [ 196 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9526 | 2024.12.21 01:22:03.201348 [ 196 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1114 rows starting from the beginning of the part | ||
| 9527 | 2024.12.21 01:22:03.202106 [ 196 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 34 rows starting from the beginning of the part | ||
| 9528 | 2024.12.21 01:22:03.202837 [ 196 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part | ||
| 9529 | 2024.12.21 01:22:03.203009 [ 287 ] {24f95307-4693-462e-9bd7-b2da8cd42e00} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9530 | 2024.12.21 01:22:03.203152 [ 287 ] {24f95307-4693-462e-9bd7-b2da8cd42e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9531 | 2024.12.21 01:22:03.203513 [ 196 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 34 rows starting from the beginning of the part | ||
| 9532 | 2024.12.21 01:22:03.204185 [ 196 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part | ||
| 9533 | 2024.12.21 01:22:03.204792 [ 196 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 34 rows starting from the beginning of the part | ||
| 9534 | 2024.12.21 01:22:03.204828 [ 287 ] {24f95307-4693-462e-9bd7-b2da8cd42e00} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9535 | 2024.12.21 01:22:03.205762 [ 287 ] {24f95307-4693-462e-9bd7-b2da8cd42e00} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9536 | 2024.12.21 01:22:03.206166 [ 287 ] {24f95307-4693-462e-9bd7-b2da8cd42e00} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00559 sec., 10733.45259391771 rows/sec., 740.72 KiB/sec. | ||
| 9537 | 2024.12.21 01:22:03.206349 [ 287 ] {24f95307-4693-462e-9bd7-b2da8cd42e00} <Debug> TCPHandler: Processed in 0.006033211 sec. | ||
| 9538 | 2024.12.21 01:22:03.213018 [ 187 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1232 rows, containing 19 columns (19 merged, 0 gathered) in 0.01303991 sec., 94479.17968758987 rows/sec., 169.30 MiB/sec. | ||
| 9539 | 2024.12.21 01:22:03.214523 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9540 | 2024.12.21 01:22:03.214950 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9541 | 2024.12.21 01:22:03.215030 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9542 | 2024.12.21 01:22:03.215177 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.64 MiB. | ||
| 9543 | 2024.12.21 01:22:04.000186 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.00 MiB, peak 236.60 MiB, free memory in arenas 0.00 B, will set to 227.21 MiB (RSS), difference: 2.21 MiB | ||
| 9544 | 2024.12.21 01:22:04.133380 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1360 | ||
| 9545 | 2024.12.21 01:22:04.136673 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9546 | 2024.12.21 01:22:04.136720 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9547 | 2024.12.21 01:22:04.138193 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9548 | 2024.12.21 01:22:04.138499 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9549 | 2024.12.21 01:22:04.139403 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1360 | ||
| 9550 | 2024.12.21 01:22:08.185130 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9551 | 2024.12.21 01:22:08.185439 [ 287 ] {1ed42423-4215-4010-adc4-69ad14b208fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9552 | 2024.12.21 01:22:08.185556 [ 287 ] {1ed42423-4215-4010-adc4-69ad14b208fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9553 | 2024.12.21 01:22:08.186432 [ 287 ] {1ed42423-4215-4010-adc4-69ad14b208fa} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9554 | 2024.12.21 01:22:08.186484 [ 287 ] {1ed42423-4215-4010-adc4-69ad14b208fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9555 | 2024.12.21 01:22:08.186919 [ 287 ] {1ed42423-4215-4010-adc4-69ad14b208fa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9556 | 2024.12.21 01:22:08.187171 [ 287 ] {1ed42423-4215-4010-adc4-69ad14b208fa} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9557 | 2024.12.21 01:22:08.187413 [ 287 ] {1ed42423-4215-4010-adc4-69ad14b208fa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002054 sec., 6815.9688412852975 rows/sec., 490.66 KiB/sec. | ||
| 9558 | 2024.12.21 01:22:08.187522 [ 287 ] {1ed42423-4215-4010-adc4-69ad14b208fa} <Debug> TCPHandler: Processed in 0.002596674 sec. | ||
| 9559 | 2024.12.21 01:22:08.187854 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9560 | 2024.12.21 01:22:08.188064 [ 285 ] {691f13ca-52f4-4b0b-a905-0dc09c81b699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9561 | 2024.12.21 01:22:08.188147 [ 285 ] {691f13ca-52f4-4b0b-a905-0dc09c81b699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9562 | 2024.12.21 01:22:08.189108 [ 285 ] {691f13ca-52f4-4b0b-a905-0dc09c81b699} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9563 | 2024.12.21 01:22:08.189155 [ 285 ] {691f13ca-52f4-4b0b-a905-0dc09c81b699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9564 | 2024.12.21 01:22:08.189604 [ 285 ] {691f13ca-52f4-4b0b-a905-0dc09c81b699} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9565 | 2024.12.21 01:22:08.189858 [ 285 ] {691f13ca-52f4-4b0b-a905-0dc09c81b699} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9566 | 2024.12.21 01:22:08.190076 [ 285 ] {691f13ca-52f4-4b0b-a905-0dc09c81b699} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002067 sec., 105950.65312046446 rows/sec., 9.23 MiB/sec. | ||
| 9567 | 2024.12.21 01:22:08.190180 [ 285 ] {691f13ca-52f4-4b0b-a905-0dc09c81b699} <Debug> TCPHandler: Processed in 0.002510352 sec. | ||
| 9568 | 2024.12.21 01:22:08.190388 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9569 | 2024.12.21 01:22:08.190555 [ 287 ] {843d55ee-5d03-463b-85af-f2792bbc02ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9570 | 2024.12.21 01:22:08.190617 [ 287 ] {843d55ee-5d03-463b-85af-f2792bbc02ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9571 | 2024.12.21 01:22:08.191224 [ 287 ] {843d55ee-5d03-463b-85af-f2792bbc02ca} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9572 | 2024.12.21 01:22:08.191264 [ 287 ] {843d55ee-5d03-463b-85af-f2792bbc02ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9573 | 2024.12.21 01:22:08.191631 [ 287 ] {843d55ee-5d03-463b-85af-f2792bbc02ca} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9574 | 2024.12.21 01:22:08.191870 [ 287 ] {843d55ee-5d03-463b-85af-f2792bbc02ca} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9575 | 2024.12.21 01:22:08.192126 [ 287 ] {843d55ee-5d03-463b-85af-f2792bbc02ca} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001591 sec., 9428.032683846637 rows/sec., 664.75 KiB/sec. | ||
| 9576 | 2024.12.21 01:22:08.192234 [ 287 ] {843d55ee-5d03-463b-85af-f2792bbc02ca} <Debug> TCPHandler: Processed in 0.001952812 sec. | ||
| 9577 | 2024.12.21 01:22:08.192497 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9578 | 2024.12.21 01:22:08.192678 [ 285 ] {bf2b4f1e-c690-410e-a464-796feb6e04cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9579 | 2024.12.21 01:22:08.192740 [ 285 ] {bf2b4f1e-c690-410e-a464-796feb6e04cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9580 | 2024.12.21 01:22:08.193321 [ 285 ] {bf2b4f1e-c690-410e-a464-796feb6e04cc} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9581 | 2024.12.21 01:22:08.193360 [ 285 ] {bf2b4f1e-c690-410e-a464-796feb6e04cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9582 | 2024.12.21 01:22:08.193729 [ 285 ] {bf2b4f1e-c690-410e-a464-796feb6e04cc} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9583 | 2024.12.21 01:22:08.193977 [ 285 ] {bf2b4f1e-c690-410e-a464-796feb6e04cc} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9584 | 2024.12.21 01:22:08.194170 [ 285 ] {bf2b4f1e-c690-410e-a464-796feb6e04cc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001526 sec., 9174.311926605504 rows/sec., 642.51 KiB/sec. | ||
| 9585 | 2024.12.21 01:22:08.194298 [ 285 ] {bf2b4f1e-c690-410e-a464-796feb6e04cc} <Debug> TCPHandler: Processed in 0.001954172 sec. | ||
| 9586 | 2024.12.21 01:22:08.194461 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9587 | 2024.12.21 01:22:08.194583 [ 287 ] {1199090e-d8d6-4116-bd69-4fa0da716e56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9588 | 2024.12.21 01:22:08.194633 [ 287 ] {1199090e-d8d6-4116-bd69-4fa0da716e56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9589 | 2024.12.21 01:22:08.195220 [ 287 ] {1199090e-d8d6-4116-bd69-4fa0da716e56} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9590 | 2024.12.21 01:22:08.195260 [ 287 ] {1199090e-d8d6-4116-bd69-4fa0da716e56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9591 | 2024.12.21 01:22:08.195614 [ 287 ] {1199090e-d8d6-4116-bd69-4fa0da716e56} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9592 | 2024.12.21 01:22:08.195848 [ 287 ] {1199090e-d8d6-4116-bd69-4fa0da716e56} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9593 | 2024.12.21 01:22:08.196104 [ 287 ] {1199090e-d8d6-4116-bd69-4fa0da716e56} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001537 sec., 8458.035133376708 rows/sec., 527.36 KiB/sec. | ||
| 9594 | 2024.12.21 01:22:08.196294 [ 287 ] {1199090e-d8d6-4116-bd69-4fa0da716e56} <Debug> TCPHandler: Processed in 0.001883472 sec. | ||
| 9595 | 2024.12.21 01:22:08.196498 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9596 | 2024.12.21 01:22:08.196634 [ 285 ] {2cd17d40-ad34-4ad1-96ff-794080183435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9597 | 2024.12.21 01:22:08.196683 [ 285 ] {2cd17d40-ad34-4ad1-96ff-794080183435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9598 | 2024.12.21 01:22:08.197387 [ 285 ] {2cd17d40-ad34-4ad1-96ff-794080183435} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9599 | 2024.12.21 01:22:08.197425 [ 285 ] {2cd17d40-ad34-4ad1-96ff-794080183435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9600 | 2024.12.21 01:22:08.197811 [ 285 ] {2cd17d40-ad34-4ad1-96ff-794080183435} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9601 | 2024.12.21 01:22:08.198051 [ 285 ] {2cd17d40-ad34-4ad1-96ff-794080183435} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9602 | 2024.12.21 01:22:08.198235 [ 285 ] {2cd17d40-ad34-4ad1-96ff-794080183435} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001626 sec., 239852.39852398523 rows/sec., 17.01 MiB/sec. | ||
| 9603 | 2024.12.21 01:22:08.198290 [ 285 ] {2cd17d40-ad34-4ad1-96ff-794080183435} <Debug> TCPHandler: Processed in 0.001891762 sec. | ||
| 9604 | 2024.12.21 01:22:08.198440 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9605 | 2024.12.21 01:22:08.198574 [ 287 ] {ca8883c8-4d66-429f-b1dd-bc35e77f33a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9606 | 2024.12.21 01:22:08.198625 [ 287 ] {ca8883c8-4d66-429f-b1dd-bc35e77f33a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9607 | 2024.12.21 01:22:08.199145 [ 287 ] {ca8883c8-4d66-429f-b1dd-bc35e77f33a3} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9608 | 2024.12.21 01:22:08.199183 [ 287 ] {ca8883c8-4d66-429f-b1dd-bc35e77f33a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9609 | 2024.12.21 01:22:08.199575 [ 287 ] {ca8883c8-4d66-429f-b1dd-bc35e77f33a3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9610 | 2024.12.21 01:22:08.199809 [ 287 ] {ca8883c8-4d66-429f-b1dd-bc35e77f33a3} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9611 | 2024.12.21 01:22:08.200017 [ 287 ] {ca8883c8-4d66-429f-b1dd-bc35e77f33a3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001468 sec., 4087.1934604904636 rows/sec., 213.54 KiB/sec. | ||
| 9612 | 2024.12.21 01:22:08.200071 [ 287 ] {ca8883c8-4d66-429f-b1dd-bc35e77f33a3} <Debug> TCPHandler: Processed in 0.001689288 sec. | ||
| 9613 | 2024.12.21 01:22:08.200220 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9614 | 2024.12.21 01:22:08.200340 [ 285 ] {d4563def-63d5-402e-8c41-86793f4eb650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9615 | 2024.12.21 01:22:08.200395 [ 285 ] {d4563def-63d5-402e-8c41-86793f4eb650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9616 | 2024.12.21 01:22:08.200975 [ 285 ] {d4563def-63d5-402e-8c41-86793f4eb650} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9617 | 2024.12.21 01:22:08.201014 [ 285 ] {d4563def-63d5-402e-8c41-86793f4eb650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9618 | 2024.12.21 01:22:08.201420 [ 285 ] {d4563def-63d5-402e-8c41-86793f4eb650} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9619 | 2024.12.21 01:22:08.201662 [ 285 ] {d4563def-63d5-402e-8c41-86793f4eb650} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9620 | 2024.12.21 01:22:08.201853 [ 285 ] {d4563def-63d5-402e-8c41-86793f4eb650} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001538 sec., 154096.22886866058 rows/sec., 10.33 MiB/sec. | ||
| 9621 | 2024.12.21 01:22:08.201906 [ 285 ] {d4563def-63d5-402e-8c41-86793f4eb650} <Debug> TCPHandler: Processed in 0.001744549 sec. | ||
| 9622 | 2024.12.21 01:22:08.202109 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9623 | 2024.12.21 01:22:08.202262 [ 287 ] {4506504a-8edb-4d6f-b1d4-10ce780671a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9624 | 2024.12.21 01:22:08.202322 [ 287 ] {4506504a-8edb-4d6f-b1d4-10ce780671a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9625 | 2024.12.21 01:22:08.202861 [ 287 ] {4506504a-8edb-4d6f-b1d4-10ce780671a0} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9626 | 2024.12.21 01:22:08.202901 [ 287 ] {4506504a-8edb-4d6f-b1d4-10ce780671a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9627 | 2024.12.21 01:22:08.203264 [ 287 ] {4506504a-8edb-4d6f-b1d4-10ce780671a0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9628 | 2024.12.21 01:22:08.203509 [ 287 ] {4506504a-8edb-4d6f-b1d4-10ce780671a0} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9629 | 2024.12.21 01:22:08.203670 [ 111 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0 | ||
| 9630 | 2024.12.21 01:22:08.203739 [ 111 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9631 | 2024.12.21 01:22:08.203768 [ 287 ] {4506504a-8edb-4d6f-b1d4-10ce780671a0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001529 sec., 654.0222367560497 rows/sec., 44.07 KiB/sec. | ||
| 9632 | 2024.12.21 01:22:08.203782 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9633 | 2024.12.21 01:22:08.203889 [ 287 ] {4506504a-8edb-4d6f-b1d4-10ce780671a0} <Debug> TCPHandler: Processed in 0.001873082 sec. | ||
| 9634 | 2024.12.21 01:22:08.204219 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9635 | 2024.12.21 01:22:08.204303 [ 189 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_27_6 to all_32_32_0 into Compact with storage Full | ||
| 9636 | 2024.12.21 01:22:08.204693 [ 285 ] {b7290054-3095-476c-b611-78b98a5e2a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9637 | 2024.12.21 01:22:08.204797 [ 189 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9638 | 2024.12.21 01:22:08.204887 [ 285 ] {b7290054-3095-476c-b611-78b98a5e2a47} <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 | ||
| 9639 | 2024.12.21 01:22:08.204893 [ 189 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 27 rows starting from the beginning of the part | ||
| 9640 | 2024.12.21 01:22:08.205312 [ 189 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 9641 | 2024.12.21 01:22:08.205655 [ 189 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 9642 | 2024.12.21 01:22:08.205985 [ 189 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 9643 | 2024.12.21 01:22:08.206251 [ 189 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 9644 | 2024.12.21 01:22:08.206601 [ 189 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 9645 | 2024.12.21 01:22:08.210550 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.006623762 sec., 4831.091455278737 rows/sec., 325.53 KiB/sec. | ||
| 9646 | 2024.12.21 01:22:08.210628 [ 285 ] {b7290054-3095-476c-b611-78b98a5e2a47} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9647 | 2024.12.21 01:22:08.210673 [ 285 ] {b7290054-3095-476c-b611-78b98a5e2a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9648 | 2024.12.21 01:22:08.210726 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) | ||
| 9649 | 2024.12.21 01:22:08.211212 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_32_7} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9650 | 2024.12.21 01:22:08.211372 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_32_7} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7 | ||
| 9651 | 2024.12.21 01:22:08.211496 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9652 | 2024.12.21 01:22:08.211601 [ 285 ] {b7290054-3095-476c-b611-78b98a5e2a47} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9653 | 2024.12.21 01:22:08.211867 [ 285 ] {b7290054-3095-476c-b611-78b98a5e2a47} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9654 | 2024.12.21 01:22:08.212069 [ 285 ] {b7290054-3095-476c-b611-78b98a5e2a47} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007552 sec., 1059.322033898305 rows/sec., 1.90 MiB/sec. | ||
| 9655 | 2024.12.21 01:22:08.212175 [ 285 ] {b7290054-3095-476c-b611-78b98a5e2a47} <Debug> TCPHandler: Processed in 0.008167647 sec. | ||
| 9656 | 2024.12.21 01:22:08.212385 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9657 | 2024.12.21 01:22:08.212611 [ 287 ] {17f20ff2-69fd-4ccf-b719-ce998650b5b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9658 | 2024.12.21 01:22:08.212705 [ 287 ] {17f20ff2-69fd-4ccf-b719-ce998650b5b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9659 | 2024.12.21 01:22:08.213259 [ 287 ] {17f20ff2-69fd-4ccf-b719-ce998650b5b3} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9660 | 2024.12.21 01:22:08.213298 [ 287 ] {17f20ff2-69fd-4ccf-b719-ce998650b5b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9661 | 2024.12.21 01:22:08.213685 [ 287 ] {17f20ff2-69fd-4ccf-b719-ce998650b5b3} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9662 | 2024.12.21 01:22:08.213918 [ 287 ] {17f20ff2-69fd-4ccf-b719-ce998650b5b3} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9663 | 2024.12.21 01:22:08.214151 [ 287 ] {17f20ff2-69fd-4ccf-b719-ce998650b5b3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001595 sec., 51410.658307210026 rows/sec., 3.27 MiB/sec. | ||
| 9664 | 2024.12.21 01:22:08.214203 [ 287 ] {17f20ff2-69fd-4ccf-b719-ce998650b5b3} <Debug> TCPHandler: Processed in 0.001927292 sec. | ||
| 9665 | 2024.12.21 01:22:08.824871 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9666 | 2024.12.21 01:22:08.824983 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9667 | 2024.12.21 01:22:08.974026 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
| 9668 | 2024.12.21 01:22:08.974753 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9669 | 2024.12.21 01:22:08.974806 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9670 | 2024.12.21 01:22:08.975327 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9671 | 2024.12.21 01:22:08.975592 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9672 | 2024.12.21 01:22:08.975831 [ 109 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9673 | 2024.12.21 01:22:08.975862 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 9674 | 2024.12.21 01:22:08.975912 [ 109 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9675 | 2024.12.21 01:22:08.975943 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9676 | 2024.12.21 01:22:08.976073 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::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 | ||
| 9677 | 2024.12.21 01:22:08.976223 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9678 | 2024.12.21 01:22:08.976267 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part | ||
| 9679 | 2024.12.21 01:22:08.976355 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part | ||
| 9680 | 2024.12.21 01:22:08.976538 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part | ||
| 9681 | 2024.12.21 01:22:08.976870 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part | ||
| 9682 | 2024.12.21 01:22:08.977002 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part | ||
| 9683 | 2024.12.21 01:22:08.977161 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part | ||
| 9684 | 2024.12.21 01:22:08.979521 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003498599 sec., 6032700.518121683 rows/sec., 86.30 MiB/sec. | ||
| 9685 | 2024.12.21 01:22:08.980013 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9686 | 2024.12.21 01:22:08.980350 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_46_9} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9687 | 2024.12.21 01:22:08.980446 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_46_9} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9688 | 2024.12.21 01:22:08.980569 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. | ||
| 9689 | 2024.12.21 01:22:10.456776 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9690 | 2024.12.21 01:22:10.478222 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9691 | 2024.12.21 01:22:10.478272 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9692 | 2024.12.21 01:22:10.485631 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9693 | 2024.12.21 01:22:10.486415 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9694 | 2024.12.21 01:22:10.486740 [ 135 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9695 | 2024.12.21 01:22:10.486812 [ 135 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9696 | 2024.12.21 01:22:10.486855 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9697 | 2024.12.21 01:22:10.487270 [ 199 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::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 | ||
| 9698 | 2024.12.21 01:22:10.497768 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9699 | 2024.12.21 01:22:10.499108 [ 199 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9700 | 2024.12.21 01:22:10.500023 [ 199 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part | ||
| 9701 | 2024.12.21 01:22:10.504659 [ 199 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part | ||
| 9702 | 2024.12.21 01:22:10.509544 [ 199 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part | ||
| 9703 | 2024.12.21 01:22:10.514598 [ 199 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
| 9704 | 2024.12.21 01:22:10.519954 [ 199 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part | ||
| 9705 | 2024.12.21 01:22:10.524537 [ 199 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part | ||
| 9706 | 2024.12.21 01:22:10.583360 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.096407023 sec., 3599.322841863917 rows/sec., 18.61 MiB/sec. | ||
| 9707 | 2024.12.21 01:22:10.585662 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9708 | 2024.12.21 01:22:10.588056 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_46_9} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9709 | 2024.12.21 01:22:10.588160 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_46_9} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9710 | 2024.12.21 01:22:10.589562 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 9711 | 2024.12.21 01:22:13.182711 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9712 | 2024.12.21 01:22:13.182991 [ 287 ] {f7462eae-c43c-4cdb-8cda-c16c2abc9647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9713 | 2024.12.21 01:22:13.183066 [ 287 ] {f7462eae-c43c-4cdb-8cda-c16c2abc9647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9714 | 2024.12.21 01:22:13.183919 [ 287 ] {f7462eae-c43c-4cdb-8cda-c16c2abc9647} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9715 | 2024.12.21 01:22:13.183965 [ 287 ] {f7462eae-c43c-4cdb-8cda-c16c2abc9647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9716 | 2024.12.21 01:22:13.184421 [ 287 ] {f7462eae-c43c-4cdb-8cda-c16c2abc9647} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9717 | 2024.12.21 01:22:13.184678 [ 287 ] {f7462eae-c43c-4cdb-8cda-c16c2abc9647} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9718 | 2024.12.21 01:22:13.184850 [ 146 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9719 | 2024.12.21 01:22:13.184901 [ 146 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9720 | 2024.12.21 01:22:13.184902 [ 287 ] {f7462eae-c43c-4cdb-8cda-c16c2abc9647} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.00197 sec., 62944.16243654823 rows/sec., 5.34 MiB/sec. | ||
| 9721 | 2024.12.21 01:22:13.184929 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9722 | 2024.12.21 01:22:13.185026 [ 287 ] {f7462eae-c43c-4cdb-8cda-c16c2abc9647} <Debug> TCPHandler: Processed in 0.002508812 sec. | ||
| 9723 | 2024.12.21 01:22:13.185403 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9724 | 2024.12.21 01:22:13.185586 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9725 | 2024.12.21 01:22:13.185962 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9726 | 2024.12.21 01:22:13.186101 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1436 rows starting from the beginning of the part | ||
| 9727 | 2024.12.21 01:22:13.186206 [ 285 ] {c5fa3c51-7555-423e-b96e-5f8a3262d558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9728 | 2024.12.21 01:22:13.186354 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 124 rows starting from the beginning of the part | ||
| 9729 | 2024.12.21 01:22:13.186387 [ 285 ] {c5fa3c51-7555-423e-b96e-5f8a3262d558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9730 | 2024.12.21 01:22:13.186699 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 219 rows starting from the beginning of the part | ||
| 9731 | 2024.12.21 01:22:13.187059 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 125 rows starting from the beginning of the part | ||
| 9732 | 2024.12.21 01:22:13.187439 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 219 rows starting from the beginning of the part | ||
| 9733 | 2024.12.21 01:22:13.187883 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 124 rows starting from the beginning of the part | ||
| 9734 | 2024.12.21 01:22:13.189385 [ 285 ] {c5fa3c51-7555-423e-b96e-5f8a3262d558} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9735 | 2024.12.21 01:22:13.189471 [ 285 ] {c5fa3c51-7555-423e-b96e-5f8a3262d558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9736 | 2024.12.21 01:22:13.190584 [ 285 ] {c5fa3c51-7555-423e-b96e-5f8a3262d558} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9737 | 2024.12.21 01:22:13.191008 [ 285 ] {c5fa3c51-7555-423e-b96e-5f8a3262d558} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9738 | 2024.12.21 01:22:13.191303 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2247 rows, containing 5 columns (5 merged, 0 gathered) in 0.006256536 sec., 359144.42113015894 rows/sec., 31.68 MiB/sec. | ||
| 9739 | 2024.12.21 01:22:13.191564 [ 285 ] {c5fa3c51-7555-423e-b96e-5f8a3262d558} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.005494 sec., 6188.569348380051 rows/sec., 465.35 KiB/sec. | ||
| 9740 | 2024.12.21 01:22:13.191650 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9741 | 2024.12.21 01:22:13.191701 [ 285 ] {c5fa3c51-7555-423e-b96e-5f8a3262d558} <Debug> TCPHandler: Processed in 0.006506249 sec. | ||
| 9742 | 2024.12.21 01:22:13.191967 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9743 | 2024.12.21 01:22:13.192051 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_76_15} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9744 | 2024.12.21 01:22:13.192209 [ 287 ] {1062ce03-4e45-4ef2-8f40-a1942d2b3333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9745 | 2024.12.21 01:22:13.192232 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_76_15} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9746 | 2024.12.21 01:22:13.192312 [ 287 ] {1062ce03-4e45-4ef2-8f40-a1942d2b3333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9747 | 2024.12.21 01:22:13.192391 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 9748 | 2024.12.21 01:22:13.193120 [ 287 ] {1062ce03-4e45-4ef2-8f40-a1942d2b3333} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9749 | 2024.12.21 01:22:13.193164 [ 287 ] {1062ce03-4e45-4ef2-8f40-a1942d2b3333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9750 | 2024.12.21 01:22:13.193579 [ 287 ] {1062ce03-4e45-4ef2-8f40-a1942d2b3333} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9751 | 2024.12.21 01:22:13.193831 [ 287 ] {1062ce03-4e45-4ef2-8f40-a1942d2b3333} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9752 | 2024.12.21 01:22:13.193974 [ 146 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9753 | 2024.12.21 01:22:13.194011 [ 146 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9754 | 2024.12.21 01:22:13.194028 [ 287 ] {1062ce03-4e45-4ef2-8f40-a1942d2b3333} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001914 sec., 51201.67189132707 rows/sec., 4.00 MiB/sec. | ||
| 9755 | 2024.12.21 01:22:13.194038 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9756 | 2024.12.21 01:22:13.194176 [ 287 ] {1062ce03-4e45-4ef2-8f40-a1942d2b3333} <Debug> TCPHandler: Processed in 0.002325539 sec. | ||
| 9757 | 2024.12.21 01:22:13.194381 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9758 | 2024.12.21 01:22:13.194461 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9759 | 2024.12.21 01:22:13.194918 [ 285 ] {68bae6a6-4ac0-49b3-bd8a-869dd42ddbcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9760 | 2024.12.21 01:22:13.195091 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9761 | 2024.12.21 01:22:13.195115 [ 285 ] {68bae6a6-4ac0-49b3-bd8a-869dd42ddbcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9762 | 2024.12.21 01:22:13.195261 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 916 rows starting from the beginning of the part | ||
| 9763 | 2024.12.21 01:22:13.195881 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 98 rows starting from the beginning of the part | ||
| 9764 | 2024.12.21 01:22:13.196262 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 390 rows starting from the beginning of the part | ||
| 9765 | 2024.12.21 01:22:13.196629 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 100 rows starting from the beginning of the part | ||
| 9766 | 2024.12.21 01:22:13.196949 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 390 rows starting from the beginning of the part | ||
| 9767 | 2024.12.21 01:22:13.197132 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 98 rows starting from the beginning of the part | ||
| 9768 | 2024.12.21 01:22:13.198239 [ 285 ] {68bae6a6-4ac0-49b3-bd8a-869dd42ddbcf} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9769 | 2024.12.21 01:22:13.198304 [ 285 ] {68bae6a6-4ac0-49b3-bd8a-869dd42ddbcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9770 | 2024.12.21 01:22:13.199353 [ 285 ] {68bae6a6-4ac0-49b3-bd8a-869dd42ddbcf} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9771 | 2024.12.21 01:22:13.199789 [ 285 ] {68bae6a6-4ac0-49b3-bd8a-869dd42ddbcf} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9772 | 2024.12.21 01:22:13.200112 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9773 | 2024.12.21 01:22:13.200299 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9774 | 2024.12.21 01:22:13.200392 [ 285 ] {68bae6a6-4ac0-49b3-bd8a-869dd42ddbcf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005587 sec., 28637.90943261142 rows/sec., 1.99 MiB/sec. | ||
| 9775 | 2024.12.21 01:22:13.200461 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9776 | 2024.12.21 01:22:13.200770 [ 285 ] {68bae6a6-4ac0-49b3-bd8a-869dd42ddbcf} <Debug> TCPHandler: Processed in 0.006437288 sec. | ||
| 9777 | 2024.12.21 01:22:13.200807 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1992 rows, containing 5 columns (5 merged, 0 gathered) in 0.006623651 sec., 300740.4828545465 rows/sec., 23.05 MiB/sec. | ||
| 9778 | 2024.12.21 01:22:13.201118 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9779 | 2024.12.21 01:22:13.201233 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9780 | 2024.12.21 01:22:13.201466 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9781 | 2024.12.21 01:22:13.201747 [ 287 ] {55c12106-2479-456c-983a-89f7a5a95181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9782 | 2024.12.21 01:22:13.202292 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9783 | 2024.12.21 01:22:13.202414 [ 287 ] {55c12106-2479-456c-983a-89f7a5a95181} <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 | ||
| 9784 | 2024.12.21 01:22:13.202535 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 22190 rows starting from the beginning of the part | ||
| 9785 | 2024.12.21 01:22:13.203460 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_76_15} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9786 | 2024.12.21 01:22:13.203581 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 9787 | 2024.12.21 01:22:13.203994 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_76_15} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9788 | 2024.12.21 01:22:13.204226 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
| 9789 | 2024.12.21 01:22:13.204333 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9790 | 2024.12.21 01:22:13.204655 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 161 rows starting from the beginning of the part | ||
| 9791 | 2024.12.21 01:22:13.205029 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 237 rows starting from the beginning of the part | ||
| 9792 | 2024.12.21 01:22:13.205357 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
| 9793 | 2024.12.21 01:22:13.207305 [ 287 ] {55c12106-2479-456c-983a-89f7a5a95181} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9794 | 2024.12.21 01:22:13.207352 [ 287 ] {55c12106-2479-456c-983a-89f7a5a95181} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9795 | 2024.12.21 01:22:13.208377 [ 287 ] {55c12106-2479-456c-983a-89f7a5a95181} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9796 | 2024.12.21 01:22:13.209055 [ 287 ] {55c12106-2479-456c-983a-89f7a5a95181} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9797 | 2024.12.21 01:22:13.209269 [ 287 ] {55c12106-2479-456c-983a-89f7a5a95181} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.007766 sec., 4378.058202420809 rows/sec., 7.85 MiB/sec. | ||
| 9798 | 2024.12.21 01:22:13.209372 [ 287 ] {55c12106-2479-456c-983a-89f7a5a95181} <Debug> TCPHandler: Processed in 0.008440692 sec. | ||
| 9799 | 2024.12.21 01:22:13.209534 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9800 | 2024.12.21 01:22:13.209677 [ 285 ] {4523eb52-9f65-4f84-a8d2-d141bce0d560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9801 | 2024.12.21 01:22:13.209738 [ 285 ] {4523eb52-9f65-4f84-a8d2-d141bce0d560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9802 | 2024.12.21 01:22:13.210266 [ 285 ] {4523eb52-9f65-4f84-a8d2-d141bce0d560} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9803 | 2024.12.21 01:22:13.210307 [ 285 ] {4523eb52-9f65-4f84-a8d2-d141bce0d560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9804 | 2024.12.21 01:22:13.210696 [ 285 ] {4523eb52-9f65-4f84-a8d2-d141bce0d560} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9805 | 2024.12.21 01:22:13.210939 [ 285 ] {4523eb52-9f65-4f84-a8d2-d141bce0d560} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9806 | 2024.12.21 01:22:13.211110 [ 146 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9807 | 2024.12.21 01:22:13.211165 [ 146 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9808 | 2024.12.21 01:22:13.211182 [ 285 ] {4523eb52-9f65-4f84-a8d2-d141bce0d560} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.65 MiB/sec. | ||
| 9809 | 2024.12.21 01:22:13.211208 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9810 | 2024.12.21 01:22:13.211333 [ 285 ] {4523eb52-9f65-4f84-a8d2-d141bce0d560} <Debug> TCPHandler: Processed in 0.001864091 sec. | ||
| 9811 | 2024.12.21 01:22:13.211791 [ 193 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9812 | 2024.12.21 01:22:13.212152 [ 193 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9813 | 2024.12.21 01:22:13.212183 [ 193 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4308 rows starting from the beginning of the part | ||
| 9814 | 2024.12.21 01:22:13.212260 [ 193 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 9815 | 2024.12.21 01:22:13.212411 [ 193 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
| 9816 | 2024.12.21 01:22:13.212608 [ 193 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 9817 | 2024.12.21 01:22:13.212724 [ 193 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
| 9818 | 2024.12.21 01:22:13.212870 [ 193 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
| 9819 | 2024.12.21 01:22:13.229882 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4652 rows, containing 4 columns (4 merged, 0 gathered) in 0.018524742 sec., 251123.60539218306 rows/sec., 16.37 MiB/sec. | ||
| 9820 | 2024.12.21 01:22:13.230507 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9821 | 2024.12.21 01:22:13.231002 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_76_15} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9822 | 2024.12.21 01:22:13.231128 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_76_15} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9823 | 2024.12.21 01:22:13.231243 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 9824 | 2024.12.21 01:22:13.231570 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23145 rows, containing 5 columns (5 merged, 0 gathered) in 0.030790209 sec., 751699.9965800816 rows/sec., 50.76 MiB/sec. | ||
| 9825 | 2024.12.21 01:22:13.232084 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9826 | 2024.12.21 01:22:13.232367 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9827 | 2024.12.21 01:22:13.232443 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9828 | 2024.12.21 01:22:13.232534 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 9829 | 2024.12.21 01:22:13.465071 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9830 | 2024.12.21 01:22:13.465255 [ 287 ] {58880bce-f4e4-4f5c-a930-8227bb108f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9831 | 2024.12.21 01:22:13.465325 [ 287 ] {58880bce-f4e4-4f5c-a930-8227bb108f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9832 | 2024.12.21 01:22:13.466075 [ 287 ] {58880bce-f4e4-4f5c-a930-8227bb108f86} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9833 | 2024.12.21 01:22:13.466119 [ 287 ] {58880bce-f4e4-4f5c-a930-8227bb108f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9834 | 2024.12.21 01:22:13.466556 [ 287 ] {58880bce-f4e4-4f5c-a930-8227bb108f86} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9835 | 2024.12.21 01:22:13.466816 [ 287 ] {58880bce-f4e4-4f5c-a930-8227bb108f86} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9836 | 2024.12.21 01:22:13.466966 [ 146 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9837 | 2024.12.21 01:22:13.467009 [ 146 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9838 | 2024.12.21 01:22:13.467021 [ 287 ] {58880bce-f4e4-4f5c-a930-8227bb108f86} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001815 sec., 7713.498622589532 rows/sec., 555.27 KiB/sec. | ||
| 9839 | 2024.12.21 01:22:13.467033 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9840 | 2024.12.21 01:22:13.467117 [ 287 ] {58880bce-f4e4-4f5c-a930-8227bb108f86} <Debug> TCPHandler: Processed in 0.002183817 sec. | ||
| 9841 | 2024.12.21 01:22:13.467289 [ 196 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 9842 | 2024.12.21 01:22:13.467413 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9843 | 2024.12.21 01:22:13.467502 [ 196 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9844 | 2024.12.21 01:22:13.467563 [ 196 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 14 rows starting from the beginning of the part | ||
| 9845 | 2024.12.21 01:22:13.467752 [ 285 ] {4667b8b3-064b-4b08-8369-a3ddd88795f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9846 | 2024.12.21 01:22:13.467822 [ 196 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 9847 | 2024.12.21 01:22:13.467936 [ 285 ] {4667b8b3-064b-4b08-8369-a3ddd88795f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9848 | 2024.12.21 01:22:13.468238 [ 196 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 9849 | 2024.12.21 01:22:13.468548 [ 196 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 9850 | 2024.12.21 01:22:13.468918 [ 196 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 9851 | 2024.12.21 01:22:13.471237 [ 196 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004102939 sec., 17060.940949889824 rows/sec., 1.26 MiB/sec. | ||
| 9852 | 2024.12.21 01:22:13.471391 [ 196 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9853 | 2024.12.21 01:22:13.471399 [ 285 ] {4667b8b3-064b-4b08-8369-a3ddd88795f7} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9854 | 2024.12.21 01:22:13.471480 [ 285 ] {4667b8b3-064b-4b08-8369-a3ddd88795f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9855 | 2024.12.21 01:22:13.471893 [ 196 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_33_8} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9856 | 2024.12.21 01:22:13.472038 [ 196 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_33_8} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9857 | 2024.12.21 01:22:13.472186 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9858 | 2024.12.21 01:22:13.472400 [ 285 ] {4667b8b3-064b-4b08-8369-a3ddd88795f7} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9859 | 2024.12.21 01:22:13.472677 [ 285 ] {4667b8b3-064b-4b08-8369-a3ddd88795f7} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9860 | 2024.12.21 01:22:13.472925 [ 285 ] {4667b8b3-064b-4b08-8369-a3ddd88795f7} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.005307 sec., 256076.8795929904 rows/sec., 21.28 MiB/sec. | ||
| 9861 | 2024.12.21 01:22:13.472994 [ 285 ] {4667b8b3-064b-4b08-8369-a3ddd88795f7} <Debug> TCPHandler: Processed in 0.005748236 sec. | ||
| 9862 | 2024.12.21 01:22:13.473170 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9863 | 2024.12.21 01:22:13.473311 [ 287 ] {c7eac430-cee9-4be2-90a0-30f26b790862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9864 | 2024.12.21 01:22:13.473369 [ 287 ] {c7eac430-cee9-4be2-90a0-30f26b790862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9865 | 2024.12.21 01:22:13.474047 [ 287 ] {c7eac430-cee9-4be2-90a0-30f26b790862} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9866 | 2024.12.21 01:22:13.474085 [ 287 ] {c7eac430-cee9-4be2-90a0-30f26b790862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9867 | 2024.12.21 01:22:13.474456 [ 287 ] {c7eac430-cee9-4be2-90a0-30f26b790862} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9868 | 2024.12.21 01:22:13.474723 [ 287 ] {c7eac430-cee9-4be2-90a0-30f26b790862} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9869 | 2024.12.21 01:22:13.474918 [ 287 ] {c7eac430-cee9-4be2-90a0-30f26b790862} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001635 sec., 9174.311926605506 rows/sec., 646.86 KiB/sec. | ||
| 9870 | 2024.12.21 01:22:13.474993 [ 287 ] {c7eac430-cee9-4be2-90a0-30f26b790862} <Debug> TCPHandler: Processed in 0.001888902 sec. | ||
| 9871 | 2024.12.21 01:22:13.475201 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9872 | 2024.12.21 01:22:13.475332 [ 285 ] {5633eefd-10d5-4d90-8fc7-fd7d18be537c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9873 | 2024.12.21 01:22:13.475383 [ 285 ] {5633eefd-10d5-4d90-8fc7-fd7d18be537c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9874 | 2024.12.21 01:22:13.476107 [ 285 ] {5633eefd-10d5-4d90-8fc7-fd7d18be537c} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9875 | 2024.12.21 01:22:13.476149 [ 285 ] {5633eefd-10d5-4d90-8fc7-fd7d18be537c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9876 | 2024.12.21 01:22:13.476536 [ 285 ] {5633eefd-10d5-4d90-8fc7-fd7d18be537c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9877 | 2024.12.21 01:22:13.476806 [ 285 ] {5633eefd-10d5-4d90-8fc7-fd7d18be537c} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9878 | 2024.12.21 01:22:13.477033 [ 285 ] {5633eefd-10d5-4d90-8fc7-fd7d18be537c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001724 sec., 140371.22969837586 rows/sec., 9.51 MiB/sec. | ||
| 9879 | 2024.12.21 01:22:13.477086 [ 285 ] {5633eefd-10d5-4d90-8fc7-fd7d18be537c} <Debug> TCPHandler: Processed in 0.002010004 sec. | ||
| 9880 | 2024.12.21 01:22:13.477251 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9881 | 2024.12.21 01:22:13.477394 [ 287 ] {59b6fca5-e7f4-49da-854a-04717cf90661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9882 | 2024.12.21 01:22:13.477451 [ 287 ] {59b6fca5-e7f4-49da-854a-04717cf90661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9883 | 2024.12.21 01:22:13.478107 [ 287 ] {59b6fca5-e7f4-49da-854a-04717cf90661} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9884 | 2024.12.21 01:22:13.478145 [ 287 ] {59b6fca5-e7f4-49da-854a-04717cf90661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9885 | 2024.12.21 01:22:13.478509 [ 287 ] {59b6fca5-e7f4-49da-854a-04717cf90661} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9886 | 2024.12.21 01:22:13.478761 [ 287 ] {59b6fca5-e7f4-49da-854a-04717cf90661} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9887 | 2024.12.21 01:22:13.478884 [ 146 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9888 | 2024.12.21 01:22:13.478921 [ 146 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9889 | 2024.12.21 01:22:13.478946 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9890 | 2024.12.21 01:22:13.478954 [ 287 ] {59b6fca5-e7f4-49da-854a-04717cf90661} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001591 sec., 8170.961659333752 rows/sec., 509.46 KiB/sec. | ||
| 9891 | 2024.12.21 01:22:13.479080 [ 287 ] {59b6fca5-e7f4-49da-854a-04717cf90661} <Debug> TCPHandler: Processed in 0.001894912 sec. | ||
| 9892 | 2024.12.21 01:22:13.479113 [ 186 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 9893 | 2024.12.21 01:22:13.479259 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9894 | 2024.12.21 01:22:13.479266 [ 186 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9895 | 2024.12.21 01:22:13.479331 [ 186 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 13 rows starting from the beginning of the part | ||
| 9896 | 2024.12.21 01:22:13.479544 [ 285 ] {b5386dfb-0c18-44fa-a3c4-6a960e3a2b87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9897 | 2024.12.21 01:22:13.479660 [ 186 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part | ||
| 9898 | 2024.12.21 01:22:13.479702 [ 285 ] {b5386dfb-0c18-44fa-a3c4-6a960e3a2b87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9899 | 2024.12.21 01:22:13.480058 [ 186 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part | ||
| 9900 | 2024.12.21 01:22:13.480370 [ 186 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part | ||
| 9901 | 2024.12.21 01:22:13.480759 [ 186 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part | ||
| 9902 | 2024.12.21 01:22:13.482726 [ 285 ] {b5386dfb-0c18-44fa-a3c4-6a960e3a2b87} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9903 | 2024.12.21 01:22:13.482818 [ 285 ] {b5386dfb-0c18-44fa-a3c4-6a960e3a2b87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9904 | 2024.12.21 01:22:13.482990 [ 196 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003982047 sec., 16323.262884641996 rows/sec., 1.06 MiB/sec. | ||
| 9905 | 2024.12.21 01:22:13.483269 [ 189 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9906 | 2024.12.21 01:22:13.483567 [ 285 ] {b5386dfb-0c18-44fa-a3c4-6a960e3a2b87} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9907 | 2024.12.21 01:22:13.483974 [ 189 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_33_8} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9908 | 2024.12.21 01:22:13.484145 [ 285 ] {b5386dfb-0c18-44fa-a3c4-6a960e3a2b87} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9909 | 2024.12.21 01:22:13.484207 [ 189 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_33_8} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9910 | 2024.12.21 01:22:13.484429 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9911 | 2024.12.21 01:22:13.484555 [ 285 ] {b5386dfb-0c18-44fa-a3c4-6a960e3a2b87} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.005143 sec., 164495.43068248103 rows/sec., 11.89 MiB/sec. | ||
| 9912 | 2024.12.21 01:22:13.484625 [ 285 ] {b5386dfb-0c18-44fa-a3c4-6a960e3a2b87} <Debug> TCPHandler: Processed in 0.005453021 sec. | ||
| 9913 | 2024.12.21 01:22:13.484794 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9914 | 2024.12.21 01:22:13.484936 [ 287 ] {b2a2845c-2f48-4887-b646-fe6dfd02db97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9915 | 2024.12.21 01:22:13.484997 [ 287 ] {b2a2845c-2f48-4887-b646-fe6dfd02db97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9916 | 2024.12.21 01:22:13.485574 [ 287 ] {b2a2845c-2f48-4887-b646-fe6dfd02db97} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9917 | 2024.12.21 01:22:13.485619 [ 287 ] {b2a2845c-2f48-4887-b646-fe6dfd02db97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9918 | 2024.12.21 01:22:13.486037 [ 287 ] {b2a2845c-2f48-4887-b646-fe6dfd02db97} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9919 | 2024.12.21 01:22:13.486280 [ 287 ] {b2a2845c-2f48-4887-b646-fe6dfd02db97} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9920 | 2024.12.21 01:22:13.486501 [ 287 ] {b2a2845c-2f48-4887-b646-fe6dfd02db97} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001586 sec., 3783.1021437578815 rows/sec., 197.65 KiB/sec. | ||
| 9921 | 2024.12.21 01:22:13.486606 [ 287 ] {b2a2845c-2f48-4887-b646-fe6dfd02db97} <Debug> TCPHandler: Processed in 0.001878292 sec. | ||
| 9922 | 2024.12.21 01:22:13.486821 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9923 | 2024.12.21 01:22:13.487015 [ 285 ] {9cd58447-bae6-4b32-b59b-4db6fb0010f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9924 | 2024.12.21 01:22:13.487115 [ 285 ] {9cd58447-bae6-4b32-b59b-4db6fb0010f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9925 | 2024.12.21 01:22:13.488281 [ 285 ] {9cd58447-bae6-4b32-b59b-4db6fb0010f4} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9926 | 2024.12.21 01:22:13.488321 [ 285 ] {9cd58447-bae6-4b32-b59b-4db6fb0010f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9927 | 2024.12.21 01:22:13.488775 [ 285 ] {9cd58447-bae6-4b32-b59b-4db6fb0010f4} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9928 | 2024.12.21 01:22:13.489027 [ 285 ] {9cd58447-bae6-4b32-b59b-4db6fb0010f4} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9929 | 2024.12.21 01:22:13.489243 [ 285 ] {9cd58447-bae6-4b32-b59b-4db6fb0010f4} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.002284 sec., 418126.0945709282 rows/sec., 27.78 MiB/sec. | ||
| 9930 | 2024.12.21 01:22:13.489295 [ 285 ] {9cd58447-bae6-4b32-b59b-4db6fb0010f4} <Debug> TCPHandler: Processed in 0.002583164 sec. | ||
| 9931 | 2024.12.21 01:22:13.489448 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9932 | 2024.12.21 01:22:13.489586 [ 287 ] {a4ae1fed-a8ea-4962-b052-f0daa0dfd8fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9933 | 2024.12.21 01:22:13.489645 [ 287 ] {a4ae1fed-a8ea-4962-b052-f0daa0dfd8fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9934 | 2024.12.21 01:22:13.490153 [ 287 ] {a4ae1fed-a8ea-4962-b052-f0daa0dfd8fe} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9935 | 2024.12.21 01:22:13.490189 [ 287 ] {a4ae1fed-a8ea-4962-b052-f0daa0dfd8fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9936 | 2024.12.21 01:22:13.490554 [ 287 ] {a4ae1fed-a8ea-4962-b052-f0daa0dfd8fe} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9937 | 2024.12.21 01:22:13.490794 [ 287 ] {a4ae1fed-a8ea-4962-b052-f0daa0dfd8fe} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9938 | 2024.12.21 01:22:13.490978 [ 287 ] {a4ae1fed-a8ea-4962-b052-f0daa0dfd8fe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001424 sec., 702.2471910112359 rows/sec., 47.32 KiB/sec. | ||
| 9939 | 2024.12.21 01:22:13.491026 [ 287 ] {a4ae1fed-a8ea-4962-b052-f0daa0dfd8fe} <Debug> TCPHandler: Processed in 0.001644878 sec. | ||
| 9940 | 2024.12.21 01:22:13.491227 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9941 | 2024.12.21 01:22:13.491449 [ 285 ] {88d4321b-e264-4f3a-be1f-a886b9ae0786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9942 | 2024.12.21 01:22:13.491590 [ 285 ] {88d4321b-e264-4f3a-be1f-a886b9ae0786} <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 | ||
| 9943 | 2024.12.21 01:22:13.492867 [ 285 ] {88d4321b-e264-4f3a-be1f-a886b9ae0786} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9944 | 2024.12.21 01:22:13.492907 [ 285 ] {88d4321b-e264-4f3a-be1f-a886b9ae0786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9945 | 2024.12.21 01:22:13.493514 [ 285 ] {88d4321b-e264-4f3a-be1f-a886b9ae0786} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9946 | 2024.12.21 01:22:13.493781 [ 285 ] {88d4321b-e264-4f3a-be1f-a886b9ae0786} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9947 | 2024.12.21 01:22:13.494060 [ 285 ] {88d4321b-e264-4f3a-be1f-a886b9ae0786} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002666 sec., 3000.7501875468865 rows/sec., 5.38 MiB/sec. | ||
| 9948 | 2024.12.21 01:22:13.494159 [ 285 ] {88d4321b-e264-4f3a-be1f-a886b9ae0786} <Debug> TCPHandler: Processed in 0.003043651 sec. | ||
| 9949 | 2024.12.21 01:22:13.494360 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9950 | 2024.12.21 01:22:13.494581 [ 287 ] {ae82d0d0-84ba-454b-ab87-c782c32bbc70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9951 | 2024.12.21 01:22:13.494673 [ 287 ] {ae82d0d0-84ba-454b-ab87-c782c32bbc70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9952 | 2024.12.21 01:22:13.495285 [ 287 ] {ae82d0d0-84ba-454b-ab87-c782c32bbc70} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9953 | 2024.12.21 01:22:13.495322 [ 287 ] {ae82d0d0-84ba-454b-ab87-c782c32bbc70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9954 | 2024.12.21 01:22:13.495703 [ 287 ] {ae82d0d0-84ba-454b-ab87-c782c32bbc70} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9955 | 2024.12.21 01:22:13.495943 [ 287 ] {ae82d0d0-84ba-454b-ab87-c782c32bbc70} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9956 | 2024.12.21 01:22:13.496117 [ 287 ] {ae82d0d0-84ba-454b-ab87-c782c32bbc70} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001591 sec., 21370.207416719044 rows/sec., 1.24 MiB/sec. | ||
| 9957 | 2024.12.21 01:22:13.496166 [ 287 ] {ae82d0d0-84ba-454b-ab87-c782c32bbc70} <Debug> TCPHandler: Processed in 0.001916513 sec. | ||
| 9958 | 2024.12.21 01:22:14.000189 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.20 MiB, peak 241.69 MiB, free memory in arenas 0.00 B, will set to 231.25 MiB (RSS), difference: 1.05 MiB | ||
| 9959 | 2024.12.21 01:22:14.139651 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1416 | ||
| 9960 | 2024.12.21 01:22:14.143318 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9961 | 2024.12.21 01:22:14.143368 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9962 | 2024.12.21 01:22:14.144887 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9963 | 2024.12.21 01:22:14.145226 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9964 | 2024.12.21 01:22:14.146512 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1416 | ||
| 9965 | 2024.12.21 01:22:15.282178 [ 145 ] {} <Debug> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
| 9966 | 2024.12.21 01:22:15.282277 [ 145 ] {} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9967 | 2024.12.21 01:22:15.282319 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9968 | 2024.12.21 01:22:15.282589 [ 187 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
| 9969 | 2024.12.21 01:22:15.282785 [ 187 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9970 | 2024.12.21 01:22:15.282827 [ 187 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 18 rows starting from the beginning of the part | ||
| 9971 | 2024.12.21 01:22:15.282925 [ 187 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 9972 | 2024.12.21 01:22:15.283137 [ 187 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 9973 | 2024.12.21 01:22:15.283347 [ 187 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
| 9974 | 2024.12.21 01:22:15.283622 [ 187 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 9975 | 2024.12.21 01:22:15.284935 [ 196 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002512692 sec., 15123.222424395828 rows/sec., 1.26 MiB/sec. | ||
| 9976 | 2024.12.21 01:22:15.285145 [ 198 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 9977 | 2024.12.21 01:22:15.285493 [ 198 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_14_3} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9978 | 2024.12.21 01:22:15.285588 [ 198 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_14_3} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
| 9979 | 2024.12.21 01:22:15.285698 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9980 | 2024.12.21 01:22:16.475993 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 | ||
| 9981 | 2024.12.21 01:22:16.476757 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9982 | 2024.12.21 01:22:16.476806 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9983 | 2024.12.21 01:22:16.477356 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9984 | 2024.12.21 01:22:16.477611 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9985 | 2024.12.21 01:22:16.477882 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 9986 | 2024.12.21 01:22:17.997833 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9987 | 2024.12.21 01:22:18.018162 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9988 | 2024.12.21 01:22:18.018223 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9989 | 2024.12.21 01:22:18.025204 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9990 | 2024.12.21 01:22:18.025935 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9991 | 2024.12.21 01:22:18.028609 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9992 | 2024.12.21 01:22:18.178700 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9993 | 2024.12.21 01:22:18.178913 [ 287 ] {248376b2-8b78-4b37-9e48-d554b8152968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9994 | 2024.12.21 01:22:18.178994 [ 287 ] {248376b2-8b78-4b37-9e48-d554b8152968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9995 | 2024.12.21 01:22:18.179813 [ 287 ] {248376b2-8b78-4b37-9e48-d554b8152968} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9996 | 2024.12.21 01:22:18.179857 [ 287 ] {248376b2-8b78-4b37-9e48-d554b8152968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 9997 | 2024.12.21 01:22:18.180292 [ 287 ] {248376b2-8b78-4b37-9e48-d554b8152968} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9998 | 2024.12.21 01:22:18.180550 [ 287 ] {248376b2-8b78-4b37-9e48-d554b8152968} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9999 | 2024.12.21 01:22:18.180791 [ 287 ] {248376b2-8b78-4b37-9e48-d554b8152968} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00194 sec., 28865.979381443296 rows/sec., 2.20 MiB/sec. | ||
| 10000 | 2024.12.21 01:22:18.180860 [ 287 ] {248376b2-8b78-4b37-9e48-d554b8152968} <Debug> TCPHandler: Processed in 0.002301969 sec. | ||
| 10001 | 2024.12.21 01:22:18.181105 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10002 | 2024.12.21 01:22:18.181267 [ 285 ] {29a9a4a5-c50f-4650-86c2-6aff3da8b2d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10003 | 2024.12.21 01:22:18.181331 [ 285 ] {29a9a4a5-c50f-4650-86c2-6aff3da8b2d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10004 | 2024.12.21 01:22:18.182039 [ 285 ] {29a9a4a5-c50f-4650-86c2-6aff3da8b2d1} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10005 | 2024.12.21 01:22:18.182082 [ 285 ] {29a9a4a5-c50f-4650-86c2-6aff3da8b2d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10006 | 2024.12.21 01:22:18.182480 [ 285 ] {29a9a4a5-c50f-4650-86c2-6aff3da8b2d1} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10007 | 2024.12.21 01:22:18.182728 [ 285 ] {29a9a4a5-c50f-4650-86c2-6aff3da8b2d1} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10008 | 2024.12.21 01:22:18.182953 [ 285 ] {29a9a4a5-c50f-4650-86c2-6aff3da8b2d1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001731 sec., 36972.848064702484 rows/sec., 2.89 MiB/sec. | ||
| 10009 | 2024.12.21 01:22:18.183014 [ 285 ] {29a9a4a5-c50f-4650-86c2-6aff3da8b2d1} <Debug> TCPHandler: Processed in 0.002029514 sec. | ||
| 10010 | 2024.12.21 01:22:18.183176 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10011 | 2024.12.21 01:22:18.183306 [ 287 ] {57f930f6-cb54-43e3-9d0c-292e0ab48201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10012 | 2024.12.21 01:22:18.183363 [ 287 ] {57f930f6-cb54-43e3-9d0c-292e0ab48201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10013 | 2024.12.21 01:22:18.183939 [ 287 ] {57f930f6-cb54-43e3-9d0c-292e0ab48201} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10014 | 2024.12.21 01:22:18.183977 [ 287 ] {57f930f6-cb54-43e3-9d0c-292e0ab48201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10015 | 2024.12.21 01:22:18.184388 [ 287 ] {57f930f6-cb54-43e3-9d0c-292e0ab48201} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10016 | 2024.12.21 01:22:18.184630 [ 287 ] {57f930f6-cb54-43e3-9d0c-292e0ab48201} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10017 | 2024.12.21 01:22:18.184844 [ 287 ] {57f930f6-cb54-43e3-9d0c-292e0ab48201} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001569 sec., 81580.6246016571 rows/sec., 5.68 MiB/sec. | ||
| 10018 | 2024.12.21 01:22:18.184900 [ 287 ] {57f930f6-cb54-43e3-9d0c-292e0ab48201} <Debug> TCPHandler: Processed in 0.00178326 sec. | ||
| 10019 | 2024.12.21 01:22:18.185057 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10020 | 2024.12.21 01:22:18.185201 [ 285 ] {9d91fd46-d3a1-4f81-9905-3123a023ee96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10021 | 2024.12.21 01:22:18.185263 [ 285 ] {9d91fd46-d3a1-4f81-9905-3123a023ee96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10022 | 2024.12.21 01:22:18.185869 [ 285 ] {9d91fd46-d3a1-4f81-9905-3123a023ee96} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10023 | 2024.12.21 01:22:18.185915 [ 285 ] {9d91fd46-d3a1-4f81-9905-3123a023ee96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10024 | 2024.12.21 01:22:18.186320 [ 285 ] {9d91fd46-d3a1-4f81-9905-3123a023ee96} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10025 | 2024.12.21 01:22:18.186565 [ 285 ] {9d91fd46-d3a1-4f81-9905-3123a023ee96} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10026 | 2024.12.21 01:22:18.186776 [ 285 ] {9d91fd46-d3a1-4f81-9905-3123a023ee96} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001611 sec., 29795.158286778398 rows/sec., 2.01 MiB/sec. | ||
| 10027 | 2024.12.21 01:22:18.186827 [ 285 ] {9d91fd46-d3a1-4f81-9905-3123a023ee96} <Debug> TCPHandler: Processed in 0.001835931 sec. | ||
| 10028 | 2024.12.21 01:22:23.182604 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10029 | 2024.12.21 01:22:23.182813 [ 287 ] {f3a2862d-e359-45a9-9a02-650eeffcc8c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10030 | 2024.12.21 01:22:23.182887 [ 287 ] {f3a2862d-e359-45a9-9a02-650eeffcc8c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10031 | 2024.12.21 01:22:23.183745 [ 287 ] {f3a2862d-e359-45a9-9a02-650eeffcc8c6} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10032 | 2024.12.21 01:22:23.183791 [ 287 ] {f3a2862d-e359-45a9-9a02-650eeffcc8c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10033 | 2024.12.21 01:22:23.184245 [ 287 ] {f3a2862d-e359-45a9-9a02-650eeffcc8c6} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10034 | 2024.12.21 01:22:23.184501 [ 287 ] {f3a2862d-e359-45a9-9a02-650eeffcc8c6} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10035 | 2024.12.21 01:22:23.184706 [ 287 ] {f3a2862d-e359-45a9-9a02-650eeffcc8c6} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.001948 sec., 63655.030800821354 rows/sec., 5.41 MiB/sec. | ||
| 10036 | 2024.12.21 01:22:23.184770 [ 287 ] {f3a2862d-e359-45a9-9a02-650eeffcc8c6} <Debug> TCPHandler: Processed in 0.002302908 sec. | ||
| 10037 | 2024.12.21 01:22:23.185036 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10038 | 2024.12.21 01:22:23.185249 [ 285 ] {6c239efb-4c4e-4235-bf9f-f27467dd6df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10039 | 2024.12.21 01:22:23.185331 [ 285 ] {6c239efb-4c4e-4235-bf9f-f27467dd6df4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10040 | 2024.12.21 01:22:23.186201 [ 285 ] {6c239efb-4c4e-4235-bf9f-f27467dd6df4} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10041 | 2024.12.21 01:22:23.186247 [ 285 ] {6c239efb-4c4e-4235-bf9f-f27467dd6df4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10042 | 2024.12.21 01:22:23.186682 [ 285 ] {6c239efb-4c4e-4235-bf9f-f27467dd6df4} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10043 | 2024.12.21 01:22:23.186947 [ 285 ] {6c239efb-4c4e-4235-bf9f-f27467dd6df4} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10044 | 2024.12.21 01:22:23.187187 [ 285 ] {6c239efb-4c4e-4235-bf9f-f27467dd6df4} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001998 sec., 17017.017017017017 rows/sec., 1.25 MiB/sec. | ||
| 10045 | 2024.12.21 01:22:23.187246 [ 285 ] {6c239efb-4c4e-4235-bf9f-f27467dd6df4} <Debug> TCPHandler: Processed in 0.00234737 sec. | ||
| 10046 | 2024.12.21 01:22:23.187415 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10047 | 2024.12.21 01:22:23.187564 [ 287 ] {a3aa2355-293d-4532-8072-d464e719dd88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10048 | 2024.12.21 01:22:23.187624 [ 287 ] {a3aa2355-293d-4532-8072-d464e719dd88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10049 | 2024.12.21 01:22:23.188383 [ 287 ] {a3aa2355-293d-4532-8072-d464e719dd88} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10050 | 2024.12.21 01:22:23.188424 [ 287 ] {a3aa2355-293d-4532-8072-d464e719dd88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10051 | 2024.12.21 01:22:23.188808 [ 287 ] {a3aa2355-293d-4532-8072-d464e719dd88} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10052 | 2024.12.21 01:22:23.189050 [ 287 ] {a3aa2355-293d-4532-8072-d464e719dd88} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10053 | 2024.12.21 01:22:23.189253 [ 287 ] {a3aa2355-293d-4532-8072-d464e719dd88} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001726 sec., 56778.67902665121 rows/sec., 4.43 MiB/sec. | ||
| 10054 | 2024.12.21 01:22:23.189359 [ 287 ] {a3aa2355-293d-4532-8072-d464e719dd88} <Debug> TCPHandler: Processed in 0.002014953 sec. | ||
| 10055 | 2024.12.21 01:22:23.189574 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10056 | 2024.12.21 01:22:23.189757 [ 285 ] {dba1aaf1-957f-4d84-9789-bc2832419512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10057 | 2024.12.21 01:22:23.189813 [ 285 ] {dba1aaf1-957f-4d84-9789-bc2832419512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10058 | 2024.12.21 01:22:23.190427 [ 285 ] {dba1aaf1-957f-4d84-9789-bc2832419512} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10059 | 2024.12.21 01:22:23.190467 [ 285 ] {dba1aaf1-957f-4d84-9789-bc2832419512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10060 | 2024.12.21 01:22:23.190869 [ 285 ] {dba1aaf1-957f-4d84-9789-bc2832419512} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10061 | 2024.12.21 01:22:23.191114 [ 285 ] {dba1aaf1-957f-4d84-9789-bc2832419512} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10062 | 2024.12.21 01:22:23.191328 [ 285 ] {dba1aaf1-957f-4d84-9789-bc2832419512} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001605 sec., 99688.47352024922 rows/sec., 6.94 MiB/sec. | ||
| 10063 | 2024.12.21 01:22:23.191380 [ 285 ] {dba1aaf1-957f-4d84-9789-bc2832419512} <Debug> TCPHandler: Processed in 0.001927183 sec. | ||
| 10064 | 2024.12.21 01:22:23.191535 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10065 | 2024.12.21 01:22:23.191657 [ 287 ] {f1be8e38-a4de-4a54-b75e-5d559942b9e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10066 | 2024.12.21 01:22:23.191744 [ 287 ] {f1be8e38-a4de-4a54-b75e-5d559942b9e7} <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 | ||
| 10067 | 2024.12.21 01:22:23.192925 [ 287 ] {f1be8e38-a4de-4a54-b75e-5d559942b9e7} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10068 | 2024.12.21 01:22:23.192964 [ 287 ] {f1be8e38-a4de-4a54-b75e-5d559942b9e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10069 | 2024.12.21 01:22:23.193613 [ 287 ] {f1be8e38-a4de-4a54-b75e-5d559942b9e7} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10070 | 2024.12.21 01:22:23.193882 [ 287 ] {f1be8e38-a4de-4a54-b75e-5d559942b9e7} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10071 | 2024.12.21 01:22:23.194123 [ 287 ] {f1be8e38-a4de-4a54-b75e-5d559942b9e7} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002493 sec., 13638.18692338548 rows/sec., 24.44 MiB/sec. | ||
| 10072 | 2024.12.21 01:22:23.194217 [ 287 ] {f1be8e38-a4de-4a54-b75e-5d559942b9e7} <Debug> TCPHandler: Processed in 0.002741136 sec. | ||
| 10073 | 2024.12.21 01:22:23.194381 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10074 | 2024.12.21 01:22:23.194521 [ 285 ] {612b4dab-f83e-418d-ac31-15599226c62c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10075 | 2024.12.21 01:22:23.194580 [ 285 ] {612b4dab-f83e-418d-ac31-15599226c62c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10076 | 2024.12.21 01:22:23.195184 [ 285 ] {612b4dab-f83e-418d-ac31-15599226c62c} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10077 | 2024.12.21 01:22:23.195223 [ 285 ] {612b4dab-f83e-418d-ac31-15599226c62c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10078 | 2024.12.21 01:22:23.195608 [ 285 ] {612b4dab-f83e-418d-ac31-15599226c62c} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10079 | 2024.12.21 01:22:23.195856 [ 285 ] {612b4dab-f83e-418d-ac31-15599226c62c} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10080 | 2024.12.21 01:22:23.196082 [ 285 ] {612b4dab-f83e-418d-ac31-15599226c62c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001592 sec., 37688.44221105528 rows/sec., 2.54 MiB/sec. | ||
| 10081 | 2024.12.21 01:22:23.196146 [ 285 ] {612b4dab-f83e-418d-ac31-15599226c62c} <Debug> TCPHandler: Processed in 0.001835191 sec. | ||
| 10082 | 2024.12.21 01:22:23.825240 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10083 | 2024.12.21 01:22:23.825301 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10084 | 2024.12.21 01:22:23.978002 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 | ||
| 10085 | 2024.12.21 01:22:23.978614 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10086 | 2024.12.21 01:22:23.978655 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10087 | 2024.12.21 01:22:23.979160 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10088 | 2024.12.21 01:22:23.979412 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10089 | 2024.12.21 01:22:23.979599 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 10090 | 2024.12.21 01:22:24.001415 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001057388 sec. | ||
| 10091 | 2024.12.21 01:22:24.146789 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1436 | ||
| 10092 | 2024.12.21 01:22:24.149588 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10093 | 2024.12.21 01:22:24.149639 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10094 | 2024.12.21 01:22:24.151088 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10095 | 2024.12.21 01:22:24.151407 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10096 | 2024.12.21 01:22:24.152638 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1436 | ||
| 10097 | 2024.12.21 01:22:24.453099 [ 128 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 10098 | 2024.12.21 01:22:24.453163 [ 128 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10099 | 2024.12.21 01:22:24.453190 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10100 | 2024.12.21 01:22:24.453384 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
| 10101 | 2024.12.21 01:22:24.453770 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10102 | 2024.12.21 01:22:24.453824 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 242 rows starting from the beginning of the part | ||
| 10103 | 2024.12.21 01:22:24.453916 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 242 rows starting from the beginning of the part | ||
| 10104 | 2024.12.21 01:22:24.454041 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 10105 | 2024.12.21 01:22:24.454315 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 10106 | 2024.12.21 01:22:24.454397 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 242 rows starting from the beginning of the part | ||
| 10107 | 2024.12.21 01:22:24.455473 [ 195 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002202337 sec., 342363.5892236293 rows/sec., 24.51 MiB/sec. | ||
| 10108 | 2024.12.21 01:22:24.455801 [ 195 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 10109 | 2024.12.21 01:22:24.456328 [ 195 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_33_7} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10110 | 2024.12.21 01:22:24.456424 [ 195 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_33_7} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 10111 | 2024.12.21 01:22:24.456532 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 10112 | 2024.12.21 01:22:24.807925 [ 128 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 10113 | 2024.12.21 01:22:24.807977 [ 128 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10114 | 2024.12.21 01:22:24.808006 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10115 | 2024.12.21 01:22:24.808239 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
| 10116 | 2024.12.21 01:22:24.808526 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10117 | 2024.12.21 01:22:24.808570 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part | ||
| 10118 | 2024.12.21 01:22:24.808684 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 10119 | 2024.12.21 01:22:24.808913 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 10120 | 2024.12.21 01:22:24.809126 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 10121 | 2024.12.21 01:22:24.809279 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 10122 | 2024.12.21 01:22:24.810411 [ 197 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002315649 sec., 85505.18666689123 rows/sec., 4.36 MiB/sec. | ||
| 10123 | 2024.12.21 01:22:24.810610 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 10124 | 2024.12.21 01:22:24.810944 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_33_7} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10125 | 2024.12.21 01:22:24.811036 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_33_7} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 10126 | 2024.12.21 01:22:24.811137 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 10127 | 2024.12.21 01:22:25.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.58 MiB, peak 241.69 MiB, free memory in arenas 0.00 B, will set to 231.54 MiB (RSS), difference: 3.96 MiB | ||
| 10128 | 2024.12.21 01:22:25.528688 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 10129 | 2024.12.21 01:22:25.549412 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10130 | 2024.12.21 01:22:25.549457 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10131 | 2024.12.21 01:22:25.556733 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10132 | 2024.12.21 01:22:25.557501 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10133 | 2024.12.21 01:22:25.559986 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 10134 | 2024.12.21 01:22:28.185724 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10135 | 2024.12.21 01:22:28.186033 [ 287 ] {78af7c1d-56ea-4242-8a98-54dc3cc7c021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10136 | 2024.12.21 01:22:28.186150 [ 287 ] {78af7c1d-56ea-4242-8a98-54dc3cc7c021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10137 | 2024.12.21 01:22:28.186979 [ 287 ] {78af7c1d-56ea-4242-8a98-54dc3cc7c021} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10138 | 2024.12.21 01:22:28.187024 [ 287 ] {78af7c1d-56ea-4242-8a98-54dc3cc7c021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10139 | 2024.12.21 01:22:28.187467 [ 287 ] {78af7c1d-56ea-4242-8a98-54dc3cc7c021} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10140 | 2024.12.21 01:22:28.187742 [ 287 ] {78af7c1d-56ea-4242-8a98-54dc3cc7c021} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10141 | 2024.12.21 01:22:28.188004 [ 287 ] {78af7c1d-56ea-4242-8a98-54dc3cc7c021} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002058 sec., 6802.721088435374 rows/sec., 489.70 KiB/sec. | ||
| 10142 | 2024.12.21 01:22:28.188230 [ 287 ] {78af7c1d-56ea-4242-8a98-54dc3cc7c021} <Debug> TCPHandler: Processed in 0.002696475 sec. | ||
| 10143 | 2024.12.21 01:22:28.188568 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10144 | 2024.12.21 01:22:28.188872 [ 285 ] {80b9aeb5-5373-4dfb-8a14-b1027d577210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10145 | 2024.12.21 01:22:28.188993 [ 285 ] {80b9aeb5-5373-4dfb-8a14-b1027d577210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10146 | 2024.12.21 01:22:28.190037 [ 285 ] {80b9aeb5-5373-4dfb-8a14-b1027d577210} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10147 | 2024.12.21 01:22:28.190091 [ 285 ] {80b9aeb5-5373-4dfb-8a14-b1027d577210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10148 | 2024.12.21 01:22:28.190562 [ 285 ] {80b9aeb5-5373-4dfb-8a14-b1027d577210} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10149 | 2024.12.21 01:22:28.190828 [ 285 ] {80b9aeb5-5373-4dfb-8a14-b1027d577210} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10150 | 2024.12.21 01:22:28.191086 [ 285 ] {80b9aeb5-5373-4dfb-8a14-b1027d577210} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002298 sec., 95300.26109660574 rows/sec., 8.30 MiB/sec. | ||
| 10151 | 2024.12.21 01:22:28.191161 [ 285 ] {80b9aeb5-5373-4dfb-8a14-b1027d577210} <Debug> TCPHandler: Processed in 0.002784747 sec. | ||
| 10152 | 2024.12.21 01:22:28.191323 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10153 | 2024.12.21 01:22:28.191459 [ 287 ] {4d278877-1e70-41e5-b2cd-efb927835479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10154 | 2024.12.21 01:22:28.191513 [ 287 ] {4d278877-1e70-41e5-b2cd-efb927835479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10155 | 2024.12.21 01:22:28.192140 [ 287 ] {4d278877-1e70-41e5-b2cd-efb927835479} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10156 | 2024.12.21 01:22:28.192181 [ 287 ] {4d278877-1e70-41e5-b2cd-efb927835479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10157 | 2024.12.21 01:22:28.192561 [ 287 ] {4d278877-1e70-41e5-b2cd-efb927835479} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10158 | 2024.12.21 01:22:28.192812 [ 287 ] {4d278877-1e70-41e5-b2cd-efb927835479} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10159 | 2024.12.21 01:22:28.192946 [ 126 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10160 | 2024.12.21 01:22:28.192992 [ 126 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10161 | 2024.12.21 01:22:28.193006 [ 287 ] {4d278877-1e70-41e5-b2cd-efb927835479} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001578 sec., 9505.703422053231 rows/sec., 670.23 KiB/sec. | ||
| 10162 | 2024.12.21 01:22:28.193017 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10163 | 2024.12.21 01:22:28.193116 [ 287 ] {4d278877-1e70-41e5-b2cd-efb927835479} <Debug> TCPHandler: Processed in 0.001854562 sec. | ||
| 10164 | 2024.12.21 01:22:28.193225 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 10165 | 2024.12.21 01:22:28.193309 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10166 | 2024.12.21 01:22:28.193373 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10167 | 2024.12.21 01:22:28.193425 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 67 rows starting from the beginning of the part | ||
| 10168 | 2024.12.21 01:22:28.193479 [ 285 ] {8b84a0fe-cb20-4142-960f-38aa870d0b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10169 | 2024.12.21 01:22:28.193530 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 15 rows starting from the beginning of the part | ||
| 10170 | 2024.12.21 01:22:28.193620 [ 285 ] {8b84a0fe-cb20-4142-960f-38aa870d0b2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10171 | 2024.12.21 01:22:28.193995 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 34 rows starting from the beginning of the part | ||
| 10172 | 2024.12.21 01:22:28.194411 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 15 rows starting from the beginning of the part | ||
| 10173 | 2024.12.21 01:22:28.194624 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 34 rows starting from the beginning of the part | ||
| 10174 | 2024.12.21 01:22:28.195001 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 15 rows starting from the beginning of the part | ||
| 10175 | 2024.12.21 01:22:28.196176 [ 285 ] {8b84a0fe-cb20-4142-960f-38aa870d0b2e} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10176 | 2024.12.21 01:22:28.196226 [ 285 ] {8b84a0fe-cb20-4142-960f-38aa870d0b2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10177 | 2024.12.21 01:22:28.196835 [ 285 ] {8b84a0fe-cb20-4142-960f-38aa870d0b2e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10178 | 2024.12.21 01:22:28.196904 [ 197 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.003780673 sec., 47610.57092216121 rows/sec., 3.58 MiB/sec. | ||
| 10179 | 2024.12.21 01:22:28.197162 [ 197 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10180 | 2024.12.21 01:22:28.197262 [ 285 ] {8b84a0fe-cb20-4142-960f-38aa870d0b2e} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10181 | 2024.12.21 01:22:28.197678 [ 285 ] {8b84a0fe-cb20-4142-960f-38aa870d0b2e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004241 sec., 3301.1082291912285 rows/sec., 231.19 KiB/sec. | ||
| 10182 | 2024.12.21 01:22:28.197847 [ 285 ] {8b84a0fe-cb20-4142-960f-38aa870d0b2e} <Debug> TCPHandler: Processed in 0.004590157 sec. | ||
| 10183 | 2024.12.21 01:22:28.197865 [ 197 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_66_13} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10184 | 2024.12.21 01:22:28.198027 [ 197 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_66_13} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10185 | 2024.12.21 01:22:28.198052 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10186 | 2024.12.21 01:22:28.198201 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 10187 | 2024.12.21 01:22:28.198274 [ 287 ] {e393440f-f6ef-4e4c-98fa-86fed136ac21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10188 | 2024.12.21 01:22:28.198335 [ 287 ] {e393440f-f6ef-4e4c-98fa-86fed136ac21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10189 | 2024.12.21 01:22:28.198935 [ 287 ] {e393440f-f6ef-4e4c-98fa-86fed136ac21} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10190 | 2024.12.21 01:22:28.198975 [ 287 ] {e393440f-f6ef-4e4c-98fa-86fed136ac21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10191 | 2024.12.21 01:22:28.199348 [ 287 ] {e393440f-f6ef-4e4c-98fa-86fed136ac21} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10192 | 2024.12.21 01:22:28.199595 [ 287 ] {e393440f-f6ef-4e4c-98fa-86fed136ac21} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10193 | 2024.12.21 01:22:28.199781 [ 287 ] {e393440f-f6ef-4e4c-98fa-86fed136ac21} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001557 sec., 8349.389852280026 rows/sec., 520.58 KiB/sec. | ||
| 10194 | 2024.12.21 01:22:28.199836 [ 287 ] {e393440f-f6ef-4e4c-98fa-86fed136ac21} <Debug> TCPHandler: Processed in 0.001878412 sec. | ||
| 10195 | 2024.12.21 01:22:28.199983 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10196 | 2024.12.21 01:22:28.200104 [ 285 ] {b24184a4-bda0-442d-b41e-0a8212e51ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10197 | 2024.12.21 01:22:28.200155 [ 285 ] {b24184a4-bda0-442d-b41e-0a8212e51ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10198 | 2024.12.21 01:22:28.200903 [ 285 ] {b24184a4-bda0-442d-b41e-0a8212e51ee8} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10199 | 2024.12.21 01:22:28.200943 [ 285 ] {b24184a4-bda0-442d-b41e-0a8212e51ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10200 | 2024.12.21 01:22:28.201336 [ 285 ] {b24184a4-bda0-442d-b41e-0a8212e51ee8} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10201 | 2024.12.21 01:22:28.201579 [ 285 ] {b24184a4-bda0-442d-b41e-0a8212e51ee8} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10202 | 2024.12.21 01:22:28.201801 [ 285 ] {b24184a4-bda0-442d-b41e-0a8212e51ee8} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001722 sec., 226480.8362369338 rows/sec., 16.06 MiB/sec. | ||
| 10203 | 2024.12.21 01:22:28.201858 [ 285 ] {b24184a4-bda0-442d-b41e-0a8212e51ee8} <Debug> TCPHandler: Processed in 0.001935913 sec. | ||
| 10204 | 2024.12.21 01:22:28.202007 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10205 | 2024.12.21 01:22:28.202127 [ 287 ] {b3c24313-a10d-466b-9b74-49590fa65321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10206 | 2024.12.21 01:22:28.202179 [ 287 ] {b3c24313-a10d-466b-9b74-49590fa65321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10207 | 2024.12.21 01:22:28.202677 [ 287 ] {b3c24313-a10d-466b-9b74-49590fa65321} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10208 | 2024.12.21 01:22:28.202714 [ 287 ] {b3c24313-a10d-466b-9b74-49590fa65321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10209 | 2024.12.21 01:22:28.203089 [ 287 ] {b3c24313-a10d-466b-9b74-49590fa65321} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10210 | 2024.12.21 01:22:28.203348 [ 287 ] {b3c24313-a10d-466b-9b74-49590fa65321} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10211 | 2024.12.21 01:22:28.203532 [ 287 ] {b3c24313-a10d-466b-9b74-49590fa65321} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00143 sec., 4195.804195804196 rows/sec., 219.21 KiB/sec. | ||
| 10212 | 2024.12.21 01:22:28.203587 [ 287 ] {b3c24313-a10d-466b-9b74-49590fa65321} <Debug> TCPHandler: Processed in 0.001636408 sec. | ||
| 10213 | 2024.12.21 01:22:28.203794 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10214 | 2024.12.21 01:22:28.204029 [ 285 ] {a20f8082-e4d6-4ea6-823b-65fc2987eb8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10215 | 2024.12.21 01:22:28.204129 [ 285 ] {a20f8082-e4d6-4ea6-823b-65fc2987eb8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10216 | 2024.12.21 01:22:28.204820 [ 285 ] {a20f8082-e4d6-4ea6-823b-65fc2987eb8e} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10217 | 2024.12.21 01:22:28.204860 [ 285 ] {a20f8082-e4d6-4ea6-823b-65fc2987eb8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10218 | 2024.12.21 01:22:28.205260 [ 285 ] {a20f8082-e4d6-4ea6-823b-65fc2987eb8e} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10219 | 2024.12.21 01:22:28.205501 [ 285 ] {a20f8082-e4d6-4ea6-823b-65fc2987eb8e} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10220 | 2024.12.21 01:22:28.205722 [ 285 ] {a20f8082-e4d6-4ea6-823b-65fc2987eb8e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001759 sec., 134735.64525298466 rows/sec., 9.03 MiB/sec. | ||
| 10221 | 2024.12.21 01:22:28.205777 [ 285 ] {a20f8082-e4d6-4ea6-823b-65fc2987eb8e} <Debug> TCPHandler: Processed in 0.002096365 sec. | ||
| 10222 | 2024.12.21 01:22:28.205919 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10223 | 2024.12.21 01:22:28.206038 [ 287 ] {041bda68-0d21-4466-b046-57370f0c10cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10224 | 2024.12.21 01:22:28.206091 [ 287 ] {041bda68-0d21-4466-b046-57370f0c10cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10225 | 2024.12.21 01:22:28.206573 [ 287 ] {041bda68-0d21-4466-b046-57370f0c10cf} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10226 | 2024.12.21 01:22:28.206610 [ 287 ] {041bda68-0d21-4466-b046-57370f0c10cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10227 | 2024.12.21 01:22:28.206986 [ 287 ] {041bda68-0d21-4466-b046-57370f0c10cf} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10228 | 2024.12.21 01:22:28.207227 [ 287 ] {041bda68-0d21-4466-b046-57370f0c10cf} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10229 | 2024.12.21 01:22:28.207446 [ 287 ] {041bda68-0d21-4466-b046-57370f0c10cf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001429 sec., 699.7900629811057 rows/sec., 47.15 KiB/sec. | ||
| 10230 | 2024.12.21 01:22:28.207568 [ 287 ] {041bda68-0d21-4466-b046-57370f0c10cf} <Debug> TCPHandler: Processed in 0.001699289 sec. | ||
| 10231 | 2024.12.21 01:22:28.207863 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10232 | 2024.12.21 01:22:28.208088 [ 285 ] {492c44a8-8d6f-43dc-9477-ab273f2c2144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10233 | 2024.12.21 01:22:28.208230 [ 285 ] {492c44a8-8d6f-43dc-9477-ab273f2c2144} <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 | ||
| 10234 | 2024.12.21 01:22:28.209360 [ 285 ] {492c44a8-8d6f-43dc-9477-ab273f2c2144} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10235 | 2024.12.21 01:22:28.209400 [ 285 ] {492c44a8-8d6f-43dc-9477-ab273f2c2144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10236 | 2024.12.21 01:22:28.210033 [ 285 ] {492c44a8-8d6f-43dc-9477-ab273f2c2144} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10237 | 2024.12.21 01:22:28.210300 [ 285 ] {492c44a8-8d6f-43dc-9477-ab273f2c2144} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10238 | 2024.12.21 01:22:28.210521 [ 124 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10239 | 2024.12.21 01:22:28.210583 [ 285 ] {492c44a8-8d6f-43dc-9477-ab273f2c2144} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002543 sec., 3145.8906802988595 rows/sec., 5.64 MiB/sec. | ||
| 10240 | 2024.12.21 01:22:28.210611 [ 124 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10241 | 2024.12.21 01:22:28.210685 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10242 | 2024.12.21 01:22:28.210937 [ 285 ] {492c44a8-8d6f-43dc-9477-ab273f2c2144} <Debug> TCPHandler: Processed in 0.003258675 sec. | ||
| 10243 | 2024.12.21 01:22:28.211234 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10244 | 2024.12.21 01:22:28.211289 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 10245 | 2024.12.21 01:22:28.211654 [ 287 ] {cc161eba-0839-45c0-b688-f6e35529c2ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10246 | 2024.12.21 01:22:28.211829 [ 287 ] {cc161eba-0839-45c0-b688-f6e35529c2ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10247 | 2024.12.21 01:22:28.213213 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10248 | 2024.12.21 01:22:28.213319 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1232 rows starting from the beginning of the part | ||
| 10249 | 2024.12.21 01:22:28.213775 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part | ||
| 10250 | 2024.12.21 01:22:28.214030 [ 287 ] {cc161eba-0839-45c0-b688-f6e35529c2ce} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10251 | 2024.12.21 01:22:28.214104 [ 287 ] {cc161eba-0839-45c0-b688-f6e35529c2ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10252 | 2024.12.21 01:22:28.214206 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 34 rows starting from the beginning of the part | ||
| 10253 | 2024.12.21 01:22:28.214772 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
| 10254 | 2024.12.21 01:22:28.215129 [ 287 ] {cc161eba-0839-45c0-b688-f6e35529c2ce} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10255 | 2024.12.21 01:22:28.215312 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 34 rows starting from the beginning of the part | ||
| 10256 | 2024.12.21 01:22:28.215812 [ 287 ] {cc161eba-0839-45c0-b688-f6e35529c2ce} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10257 | 2024.12.21 01:22:28.215843 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part | ||
| 10258 | 2024.12.21 01:22:28.216514 [ 287 ] {cc161eba-0839-45c0-b688-f6e35529c2ce} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004971 sec., 16495.674914504125 rows/sec., 1.05 MiB/sec. | ||
| 10259 | 2024.12.21 01:22:28.216893 [ 287 ] {cc161eba-0839-45c0-b688-f6e35529c2ce} <Debug> TCPHandler: Processed in 0.005825938 sec. | ||
| 10260 | 2024.12.21 01:22:28.223596 [ 197 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1324 rows, containing 19 columns (19 merged, 0 gathered) in 0.012738175 sec., 103939.53607954044 rows/sec., 186.25 MiB/sec. | ||
| 10261 | 2024.12.21 01:22:28.225164 [ 197 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10262 | 2024.12.21 01:22:28.225603 [ 197 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10263 | 2024.12.21 01:22:28.225690 [ 197 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10264 | 2024.12.21 01:22:28.225860 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. | ||
| 10265 | 2024.12.21 01:22:31.479713 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 | ||
| 10266 | 2024.12.21 01:22:31.480480 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10267 | 2024.12.21 01:22:31.480525 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10268 | 2024.12.21 01:22:31.481050 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10269 | 2024.12.21 01:22:31.481317 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10270 | 2024.12.21 01:22:31.481578 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
| 10271 | 2024.12.21 01:22:33.060047 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 10272 | 2024.12.21 01:22:33.081503 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10273 | 2024.12.21 01:22:33.081558 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10274 | 2024.12.21 01:22:33.088982 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10275 | 2024.12.21 01:22:33.089912 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10276 | 2024.12.21 01:22:33.093798 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 10277 | 2024.12.21 01:22:33.183843 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10278 | 2024.12.21 01:22:33.184076 [ 287 ] {8a25556d-b832-4d02-b561-07565f459aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10279 | 2024.12.21 01:22:33.184162 [ 287 ] {8a25556d-b832-4d02-b561-07565f459aaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10280 | 2024.12.21 01:22:33.184976 [ 287 ] {8a25556d-b832-4d02-b561-07565f459aaa} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10281 | 2024.12.21 01:22:33.185034 [ 287 ] {8a25556d-b832-4d02-b561-07565f459aaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10282 | 2024.12.21 01:22:33.185493 [ 287 ] {8a25556d-b832-4d02-b561-07565f459aaa} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 10283 | 2024.12.21 01:22:33.185765 [ 287 ] {8a25556d-b832-4d02-b561-07565f459aaa} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10284 | 2024.12.21 01:22:33.186030 [ 287 ] {8a25556d-b832-4d02-b561-07565f459aaa} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002006 sec., 1994.0179461615155 rows/sec., 162.60 KiB/sec. | ||
| 10285 | 2024.12.21 01:22:33.186172 [ 287 ] {8a25556d-b832-4d02-b561-07565f459aaa} <Debug> TCPHandler: Processed in 0.002473612 sec. | ||
| 10286 | 2024.12.21 01:22:33.186492 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10287 | 2024.12.21 01:22:33.186678 [ 285 ] {83c42e80-52b8-4640-9726-828108419c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10288 | 2024.12.21 01:22:33.186751 [ 285 ] {83c42e80-52b8-4640-9726-828108419c89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10289 | 2024.12.21 01:22:33.187569 [ 285 ] {83c42e80-52b8-4640-9726-828108419c89} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10290 | 2024.12.21 01:22:33.187608 [ 285 ] {83c42e80-52b8-4640-9726-828108419c89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10291 | 2024.12.21 01:22:33.188015 [ 285 ] {83c42e80-52b8-4640-9726-828108419c89} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10292 | 2024.12.21 01:22:33.188264 [ 285 ] {83c42e80-52b8-4640-9726-828108419c89} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10293 | 2024.12.21 01:22:33.188401 [ 119 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10294 | 2024.12.21 01:22:33.188451 [ 119 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10295 | 2024.12.21 01:22:33.188463 [ 285 ] {83c42e80-52b8-4640-9726-828108419c89} <Debug> executeQuery: Read 126 rows, 10.93 KiB in 0.001834 sec., 68702.29007633588 rows/sec., 5.82 MiB/sec. | ||
| 10296 | 2024.12.21 01:22:33.188483 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10297 | 2024.12.21 01:22:33.188562 [ 285 ] {83c42e80-52b8-4640-9726-828108419c89} <Debug> TCPHandler: Processed in 0.002254068 sec. | ||
| 10298 | 2024.12.21 01:22:33.188790 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10299 | 2024.12.21 01:22:33.188799 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 10300 | 2024.12.21 01:22:33.188997 [ 287 ] {c1240fc2-dba1-44fd-85bb-38653f3b879d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10301 | 2024.12.21 01:22:33.189107 [ 287 ] {c1240fc2-dba1-44fd-85bb-38653f3b879d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10302 | 2024.12.21 01:22:33.189126 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10303 | 2024.12.21 01:22:33.189244 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1436 rows starting from the beginning of the part | ||
| 10304 | 2024.12.21 01:22:33.189608 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1359 rows starting from the beginning of the part | ||
| 10305 | 2024.12.21 01:22:33.190086 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part | ||
| 10306 | 2024.12.21 01:22:33.190458 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 124 rows starting from the beginning of the part | ||
| 10307 | 2024.12.21 01:22:33.190854 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 219 rows starting from the beginning of the part | ||
| 10308 | 2024.12.21 01:22:33.191134 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 126 rows starting from the beginning of the part | ||
| 10309 | 2024.12.21 01:22:33.192047 [ 287 ] {c1240fc2-dba1-44fd-85bb-38653f3b879d} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10310 | 2024.12.21 01:22:33.192109 [ 287 ] {c1240fc2-dba1-44fd-85bb-38653f3b879d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10311 | 2024.12.21 01:22:33.192972 [ 287 ] {c1240fc2-dba1-44fd-85bb-38653f3b879d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10312 | 2024.12.21 01:22:33.193553 [ 287 ] {c1240fc2-dba1-44fd-85bb-38653f3b879d} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10313 | 2024.12.21 01:22:33.193933 [ 287 ] {c1240fc2-dba1-44fd-85bb-38653f3b879d} <Debug> executeQuery: Read 38 rows, 2.84 KiB in 0.004992 sec., 7612.179487179487 rows/sec., 568.10 KiB/sec. | ||
| 10314 | 2024.12.21 01:22:33.194020 [ 287 ] {c1240fc2-dba1-44fd-85bb-38653f3b879d} <Debug> TCPHandler: Processed in 0.00534226 sec. | ||
| 10315 | 2024.12.21 01:22:33.194224 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10316 | 2024.12.21 01:22:33.194429 [ 285 ] {4295f6fe-8719-4d06-815e-c1865644ab41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10317 | 2024.12.21 01:22:33.194583 [ 285 ] {4295f6fe-8719-4d06-815e-c1865644ab41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10318 | 2024.12.21 01:22:33.194842 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3320 rows, containing 5 columns (5 merged, 0 gathered) in 0.006245885 sec., 531549.9725018953 rows/sec., 46.43 MiB/sec. | ||
| 10319 | 2024.12.21 01:22:33.195164 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10320 | 2024.12.21 01:22:33.195691 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_81_16} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10321 | 2024.12.21 01:22:33.195934 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_81_16} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10322 | 2024.12.21 01:22:33.196118 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 10323 | 2024.12.21 01:22:33.196176 [ 285 ] {4295f6fe-8719-4d06-815e-c1865644ab41} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10324 | 2024.12.21 01:22:33.196221 [ 285 ] {4295f6fe-8719-4d06-815e-c1865644ab41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10325 | 2024.12.21 01:22:33.196613 [ 285 ] {4295f6fe-8719-4d06-815e-c1865644ab41} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10326 | 2024.12.21 01:22:33.196864 [ 285 ] {4295f6fe-8719-4d06-815e-c1865644ab41} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10327 | 2024.12.21 01:22:33.197003 [ 119 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10328 | 2024.12.21 01:22:33.197041 [ 119 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10329 | 2024.12.21 01:22:33.197066 [ 285 ] {4295f6fe-8719-4d06-815e-c1865644ab41} <Debug> executeQuery: Read 102 rows, 8.16 KiB in 0.002721 sec., 37486.21830209482 rows/sec., 2.93 MiB/sec. | ||
| 10330 | 2024.12.21 01:22:33.197070 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10331 | 2024.12.21 01:22:33.197224 [ 285 ] {4295f6fe-8719-4d06-815e-c1865644ab41} <Debug> TCPHandler: Processed in 0.003060452 sec. | ||
| 10332 | 2024.12.21 01:22:33.197441 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 10333 | 2024.12.21 01:22:33.197588 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10334 | 2024.12.21 01:22:33.197917 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10335 | 2024.12.21 01:22:33.198045 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 916 rows starting from the beginning of the part | ||
| 10336 | 2024.12.21 01:22:33.198101 [ 287 ] {bac3c6ab-2f55-4f33-9a95-9d445bdafe80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10337 | 2024.12.21 01:22:33.198413 [ 287 ] {bac3c6ab-2f55-4f33-9a95-9d445bdafe80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10338 | 2024.12.21 01:22:33.198593 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 846 rows starting from the beginning of the part | ||
| 10339 | 2024.12.21 01:22:33.199232 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
| 10340 | 2024.12.21 01:22:33.199685 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 98 rows starting from the beginning of the part | ||
| 10341 | 2024.12.21 01:22:33.200041 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 390 rows starting from the beginning of the part | ||
| 10342 | 2024.12.21 01:22:33.200396 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 102 rows starting from the beginning of the part | ||
| 10343 | 2024.12.21 01:22:33.201432 [ 287 ] {bac3c6ab-2f55-4f33-9a95-9d445bdafe80} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10344 | 2024.12.21 01:22:33.201515 [ 287 ] {bac3c6ab-2f55-4f33-9a95-9d445bdafe80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10345 | 2024.12.21 01:22:33.202573 [ 287 ] {bac3c6ab-2f55-4f33-9a95-9d445bdafe80} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10346 | 2024.12.21 01:22:33.202965 [ 287 ] {bac3c6ab-2f55-4f33-9a95-9d445bdafe80} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10347 | 2024.12.21 01:22:33.203353 [ 119 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10348 | 2024.12.21 01:22:33.203500 [ 287 ] {bac3c6ab-2f55-4f33-9a95-9d445bdafe80} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.005563 sec., 29120.9778896279 rows/sec., 2.03 MiB/sec. | ||
| 10349 | 2024.12.21 01:22:33.203518 [ 119 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10350 | 2024.12.21 01:22:33.203632 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10351 | 2024.12.21 01:22:33.203987 [ 287 ] {bac3c6ab-2f55-4f33-9a95-9d445bdafe80} <Debug> TCPHandler: Processed in 0.006626872 sec. | ||
| 10352 | 2024.12.21 01:22:33.204008 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 5 columns (5 merged, 0 gathered) in 0.006818385 sec., 354336.1074506646 rows/sec., 27.18 MiB/sec. | ||
| 10353 | 2024.12.21 01:22:33.204109 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 10354 | 2024.12.21 01:22:33.204248 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10355 | 2024.12.21 01:22:33.204319 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10356 | 2024.12.21 01:22:33.204519 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10357 | 2024.12.21 01:22:33.204626 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 23145 rows starting from the beginning of the part | ||
| 10358 | 2024.12.21 01:22:33.204656 [ 285 ] {0eaa6f7e-ef4a-4e43-91c5-7ffd2e549215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10359 | 2024.12.21 01:22:33.205043 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 955 rows starting from the beginning of the part | ||
| 10360 | 2024.12.21 01:22:33.205207 [ 285 ] {0eaa6f7e-ef4a-4e43-91c5-7ffd2e549215} <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 | ||
| 10361 | 2024.12.21 01:22:33.205558 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 128 rows starting from the beginning of the part | ||
| 10362 | 2024.12.21 01:22:33.206019 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
| 10363 | 2024.12.21 01:22:33.206195 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_81_16} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10364 | 2024.12.21 01:22:33.206455 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 237 rows starting from the beginning of the part | ||
| 10365 | 2024.12.21 01:22:33.206879 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 162 rows starting from the beginning of the part | ||
| 10366 | 2024.12.21 01:22:33.207454 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_81_16} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10367 | 2024.12.21 01:22:33.208009 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 10368 | 2024.12.21 01:22:33.209956 [ 285 ] {0eaa6f7e-ef4a-4e43-91c5-7ffd2e549215} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10369 | 2024.12.21 01:22:33.210034 [ 285 ] {0eaa6f7e-ef4a-4e43-91c5-7ffd2e549215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10370 | 2024.12.21 01:22:33.211556 [ 285 ] {0eaa6f7e-ef4a-4e43-91c5-7ffd2e549215} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10371 | 2024.12.21 01:22:33.211959 [ 285 ] {0eaa6f7e-ef4a-4e43-91c5-7ffd2e549215} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10372 | 2024.12.21 01:22:33.212232 [ 285 ] {0eaa6f7e-ef4a-4e43-91c5-7ffd2e549215} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.007712 sec., 4408.7136929460585 rows/sec., 7.90 MiB/sec. | ||
| 10373 | 2024.12.21 01:22:33.212379 [ 285 ] {0eaa6f7e-ef4a-4e43-91c5-7ffd2e549215} <Debug> TCPHandler: Processed in 0.008257999 sec. | ||
| 10374 | 2024.12.21 01:22:33.212589 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10375 | 2024.12.21 01:22:33.212759 [ 287 ] {67bed0e6-19a8-44c5-8d81-d11c9ea0a42b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10376 | 2024.12.21 01:22:33.212830 [ 287 ] {67bed0e6-19a8-44c5-8d81-d11c9ea0a42b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10377 | 2024.12.21 01:22:33.213492 [ 287 ] {67bed0e6-19a8-44c5-8d81-d11c9ea0a42b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10378 | 2024.12.21 01:22:33.213568 [ 287 ] {67bed0e6-19a8-44c5-8d81-d11c9ea0a42b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10379 | 2024.12.21 01:22:33.214245 [ 287 ] {67bed0e6-19a8-44c5-8d81-d11c9ea0a42b} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10380 | 2024.12.21 01:22:33.214567 [ 287 ] {67bed0e6-19a8-44c5-8d81-d11c9ea0a42b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10381 | 2024.12.21 01:22:33.214746 [ 119 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10382 | 2024.12.21 01:22:33.214836 [ 119 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10383 | 2024.12.21 01:22:33.214894 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10384 | 2024.12.21 01:22:33.214922 [ 287 ] {67bed0e6-19a8-44c5-8d81-d11c9ea0a42b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002189 sec., 27409.776153494746 rows/sec., 1.85 MiB/sec. | ||
| 10385 | 2024.12.21 01:22:33.215171 [ 287 ] {67bed0e6-19a8-44c5-8d81-d11c9ea0a42b} <Debug> TCPHandler: Processed in 0.002675935 sec. | ||
| 10386 | 2024.12.21 01:22:33.215224 [ 199 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 10387 | 2024.12.21 01:22:33.215364 [ 199 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10388 | 2024.12.21 01:22:33.215454 [ 199 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4652 rows starting from the beginning of the part | ||
| 10389 | 2024.12.21 01:22:33.215617 [ 199 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 34 rows starting from the beginning of the part | ||
| 10390 | 2024.12.21 01:22:33.215824 [ 199 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 48 rows starting from the beginning of the part | ||
| 10391 | 2024.12.21 01:22:33.216231 [ 199 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 10392 | 2024.12.21 01:22:33.216742 [ 199 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part | ||
| 10393 | 2024.12.21 01:22:33.217467 [ 199 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 10394 | 2024.12.21 01:22:33.217895 [ 187 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24787 rows, containing 5 columns (5 merged, 0 gathered) in 0.014055847 sec., 1763465.410515638 rows/sec., 119.06 MiB/sec. | ||
| 10395 | 2024.12.21 01:22:33.218271 [ 187 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10396 | 2024.12.21 01:22:33.218733 [ 198 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10397 | 2024.12.21 01:22:33.218918 [ 198 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10398 | 2024.12.21 01:22:33.219120 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 10399 | 2024.12.21 01:22:33.220371 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4936 rows, containing 4 columns (4 merged, 0 gathered) in 0.005378821 sec., 917673.2224403825 rows/sec., 59.83 MiB/sec. | ||
| 10400 | 2024.12.21 01:22:33.220679 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10401 | 2024.12.21 01:22:33.220952 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_81_16} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10402 | 2024.12.21 01:22:33.221032 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_81_16} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10403 | 2024.12.21 01:22:33.221107 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 10404 | 2024.12.21 01:22:34.152786 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1472 | ||
| 10405 | 2024.12.21 01:22:34.156279 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10406 | 2024.12.21 01:22:34.156337 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10407 | 2024.12.21 01:22:34.157830 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10408 | 2024.12.21 01:22:34.158150 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10409 | 2024.12.21 01:22:34.158383 [ 117 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10410 | 2024.12.21 01:22:34.158526 [ 117 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10411 | 2024.12.21 01:22:34.158625 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10412 | 2024.12.21 01:22:34.159684 [ 199 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::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 | ||
| 10413 | 2024.12.21 01:22:34.160477 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1472 | ||
| 10414 | 2024.12.21 01:22:34.160966 [ 199 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10415 | 2024.12.21 01:22:34.161160 [ 199 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1304 rows starting from the beginning of the part | ||
| 10416 | 2024.12.21 01:22:34.161878 [ 199 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part | ||
| 10417 | 2024.12.21 01:22:34.162569 [ 199 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part | ||
| 10418 | 2024.12.21 01:22:34.163218 [ 199 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
| 10419 | 2024.12.21 01:22:34.163843 [ 199 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 20 rows starting from the beginning of the part | ||
| 10420 | 2024.12.21 01:22:34.164459 [ 199 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part | ||
| 10421 | 2024.12.21 01:22:34.173230 [ 194 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1472 rows, containing 72 columns (72 merged, 0 gathered) in 0.014319251 sec., 102798.67291941457 rows/sec., 79.73 MiB/sec. | ||
| 10422 | 2024.12.21 01:22:34.175398 [ 194 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10423 | 2024.12.21 01:22:34.176193 [ 194 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_36_7} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10424 | 2024.12.21 01:22:34.176302 [ 194 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_36_7} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10425 | 2024.12.21 01:22:34.176653 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. | ||
| 10426 | 2024.12.21 01:22:38.186274 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10427 | 2024.12.21 01:22:38.186587 [ 287 ] {dfe60b92-1999-47a8-a6da-aaa329478b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10428 | 2024.12.21 01:22:38.186715 [ 287 ] {dfe60b92-1999-47a8-a6da-aaa329478b96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10429 | 2024.12.21 01:22:38.187467 [ 287 ] {dfe60b92-1999-47a8-a6da-aaa329478b96} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10430 | 2024.12.21 01:22:38.187520 [ 287 ] {dfe60b92-1999-47a8-a6da-aaa329478b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10431 | 2024.12.21 01:22:38.187977 [ 287 ] {dfe60b92-1999-47a8-a6da-aaa329478b96} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10432 | 2024.12.21 01:22:38.188244 [ 287 ] {dfe60b92-1999-47a8-a6da-aaa329478b96} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10433 | 2024.12.21 01:22:38.188547 [ 287 ] {dfe60b92-1999-47a8-a6da-aaa329478b96} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002048 sec., 6835.9375 rows/sec., 492.10 KiB/sec. | ||
| 10434 | 2024.12.21 01:22:38.188754 [ 287 ] {dfe60b92-1999-47a8-a6da-aaa329478b96} <Debug> TCPHandler: Processed in 0.002671425 sec. | ||
| 10435 | 2024.12.21 01:22:38.189050 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10436 | 2024.12.21 01:22:38.189237 [ 285 ] {a584e39f-a9b0-4438-8fe0-1bd57958254b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10437 | 2024.12.21 01:22:38.189308 [ 285 ] {a584e39f-a9b0-4438-8fe0-1bd57958254b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10438 | 2024.12.21 01:22:38.190147 [ 285 ] {a584e39f-a9b0-4438-8fe0-1bd57958254b} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10439 | 2024.12.21 01:22:38.190193 [ 285 ] {a584e39f-a9b0-4438-8fe0-1bd57958254b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10440 | 2024.12.21 01:22:38.190663 [ 285 ] {a584e39f-a9b0-4438-8fe0-1bd57958254b} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10441 | 2024.12.21 01:22:38.190914 [ 285 ] {a584e39f-a9b0-4438-8fe0-1bd57958254b} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10442 | 2024.12.21 01:22:38.191138 [ 285 ] {a584e39f-a9b0-4438-8fe0-1bd57958254b} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001952 sec., 112192.62295081967 rows/sec., 9.77 MiB/sec. | ||
| 10443 | 2024.12.21 01:22:38.191199 [ 285 ] {a584e39f-a9b0-4438-8fe0-1bd57958254b} <Debug> TCPHandler: Processed in 0.002319189 sec. | ||
| 10444 | 2024.12.21 01:22:38.191368 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10445 | 2024.12.21 01:22:38.191523 [ 287 ] {1ac88953-6c10-4134-9738-d26ce716eb1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10446 | 2024.12.21 01:22:38.191586 [ 287 ] {1ac88953-6c10-4134-9738-d26ce716eb1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10447 | 2024.12.21 01:22:38.192218 [ 287 ] {1ac88953-6c10-4134-9738-d26ce716eb1b} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10448 | 2024.12.21 01:22:38.192261 [ 287 ] {1ac88953-6c10-4134-9738-d26ce716eb1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10449 | 2024.12.21 01:22:38.192645 [ 287 ] {1ac88953-6c10-4134-9738-d26ce716eb1b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10450 | 2024.12.21 01:22:38.192895 [ 287 ] {1ac88953-6c10-4134-9738-d26ce716eb1b} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10451 | 2024.12.21 01:22:38.193108 [ 287 ] {1ac88953-6c10-4134-9738-d26ce716eb1b} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001621 sec., 9253.547193090684 rows/sec., 652.45 KiB/sec. | ||
| 10452 | 2024.12.21 01:22:38.193164 [ 287 ] {1ac88953-6c10-4134-9738-d26ce716eb1b} <Debug> TCPHandler: Processed in 0.001867751 sec. | ||
| 10453 | 2024.12.21 01:22:38.193312 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10454 | 2024.12.21 01:22:38.193432 [ 285 ] {12d4b138-bab5-4c07-bfc2-047d168ef6c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10455 | 2024.12.21 01:22:38.193481 [ 285 ] {12d4b138-bab5-4c07-bfc2-047d168ef6c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10456 | 2024.12.21 01:22:38.194079 [ 285 ] {12d4b138-bab5-4c07-bfc2-047d168ef6c7} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10457 | 2024.12.21 01:22:38.194119 [ 285 ] {12d4b138-bab5-4c07-bfc2-047d168ef6c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10458 | 2024.12.21 01:22:38.194474 [ 285 ] {12d4b138-bab5-4c07-bfc2-047d168ef6c7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10459 | 2024.12.21 01:22:38.194730 [ 285 ] {12d4b138-bab5-4c07-bfc2-047d168ef6c7} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10460 | 2024.12.21 01:22:38.194936 [ 285 ] {12d4b138-bab5-4c07-bfc2-047d168ef6c7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001531 sec., 9144.350097975179 rows/sec., 640.41 KiB/sec. | ||
| 10461 | 2024.12.21 01:22:38.194991 [ 285 ] {12d4b138-bab5-4c07-bfc2-047d168ef6c7} <Debug> TCPHandler: Processed in 0.001737669 sec. | ||
| 10462 | 2024.12.21 01:22:38.195153 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10463 | 2024.12.21 01:22:38.195273 [ 287 ] {7c3a395c-95de-491b-a480-5ce93526b805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10464 | 2024.12.21 01:22:38.195323 [ 287 ] {7c3a395c-95de-491b-a480-5ce93526b805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10465 | 2024.12.21 01:22:38.195907 [ 287 ] {7c3a395c-95de-491b-a480-5ce93526b805} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10466 | 2024.12.21 01:22:38.195947 [ 287 ] {7c3a395c-95de-491b-a480-5ce93526b805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10467 | 2024.12.21 01:22:38.196313 [ 287 ] {7c3a395c-95de-491b-a480-5ce93526b805} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10468 | 2024.12.21 01:22:38.196554 [ 287 ] {7c3a395c-95de-491b-a480-5ce93526b805} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10469 | 2024.12.21 01:22:38.196764 [ 287 ] {7c3a395c-95de-491b-a480-5ce93526b805} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001516 sec., 8575.197889182058 rows/sec., 534.66 KiB/sec. | ||
| 10470 | 2024.12.21 01:22:38.196820 [ 287 ] {7c3a395c-95de-491b-a480-5ce93526b805} <Debug> TCPHandler: Processed in 0.001721839 sec. | ||
| 10471 | 2024.12.21 01:22:38.196983 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10472 | 2024.12.21 01:22:38.197124 [ 285 ] {b0f18c1f-4555-49b7-8201-b493b8a5a00e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10473 | 2024.12.21 01:22:38.197181 [ 285 ] {b0f18c1f-4555-49b7-8201-b493b8a5a00e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10474 | 2024.12.21 01:22:38.197947 [ 285 ] {b0f18c1f-4555-49b7-8201-b493b8a5a00e} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10475 | 2024.12.21 01:22:38.197988 [ 285 ] {b0f18c1f-4555-49b7-8201-b493b8a5a00e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10476 | 2024.12.21 01:22:38.198372 [ 285 ] {b0f18c1f-4555-49b7-8201-b493b8a5a00e} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10477 | 2024.12.21 01:22:38.198625 [ 285 ] {b0f18c1f-4555-49b7-8201-b493b8a5a00e} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10478 | 2024.12.21 01:22:38.198849 [ 285 ] {b0f18c1f-4555-49b7-8201-b493b8a5a00e} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001755 sec., 222222.22222222222 rows/sec., 15.76 MiB/sec. | ||
| 10479 | 2024.12.21 01:22:38.198900 [ 285 ] {b0f18c1f-4555-49b7-8201-b493b8a5a00e} <Debug> TCPHandler: Processed in 0.001986523 sec. | ||
| 10480 | 2024.12.21 01:22:38.199047 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10481 | 2024.12.21 01:22:38.199167 [ 287 ] {f549de97-2560-4201-9d3c-2f8a8236c0c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10482 | 2024.12.21 01:22:38.199219 [ 287 ] {f549de97-2560-4201-9d3c-2f8a8236c0c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10483 | 2024.12.21 01:22:38.199733 [ 287 ] {f549de97-2560-4201-9d3c-2f8a8236c0c0} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10484 | 2024.12.21 01:22:38.199773 [ 287 ] {f549de97-2560-4201-9d3c-2f8a8236c0c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10485 | 2024.12.21 01:22:38.200162 [ 287 ] {f549de97-2560-4201-9d3c-2f8a8236c0c0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10486 | 2024.12.21 01:22:38.200411 [ 287 ] {f549de97-2560-4201-9d3c-2f8a8236c0c0} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10487 | 2024.12.21 01:22:38.200621 [ 287 ] {f549de97-2560-4201-9d3c-2f8a8236c0c0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001479 sec., 4056.7951318458418 rows/sec., 211.95 KiB/sec. | ||
| 10488 | 2024.12.21 01:22:38.200677 [ 287 ] {f549de97-2560-4201-9d3c-2f8a8236c0c0} <Debug> TCPHandler: Processed in 0.001685708 sec. | ||
| 10489 | 2024.12.21 01:22:38.200859 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10490 | 2024.12.21 01:22:38.200997 [ 285 ] {102ee4de-c2ba-47bc-a18a-68cf41aff8b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10491 | 2024.12.21 01:22:38.201059 [ 285 ] {102ee4de-c2ba-47bc-a18a-68cf41aff8b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10492 | 2024.12.21 01:22:38.201750 [ 285 ] {102ee4de-c2ba-47bc-a18a-68cf41aff8b9} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10493 | 2024.12.21 01:22:38.201789 [ 285 ] {102ee4de-c2ba-47bc-a18a-68cf41aff8b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10494 | 2024.12.21 01:22:38.202195 [ 285 ] {102ee4de-c2ba-47bc-a18a-68cf41aff8b9} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10495 | 2024.12.21 01:22:38.202444 [ 285 ] {102ee4de-c2ba-47bc-a18a-68cf41aff8b9} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10496 | 2024.12.21 01:22:38.202657 [ 285 ] {102ee4de-c2ba-47bc-a18a-68cf41aff8b9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001691 sec., 140153.755174453 rows/sec., 9.39 MiB/sec. | ||
| 10497 | 2024.12.21 01:22:38.202709 [ 285 ] {102ee4de-c2ba-47bc-a18a-68cf41aff8b9} <Debug> TCPHandler: Processed in 0.001918402 sec. | ||
| 10498 | 2024.12.21 01:22:38.202863 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10499 | 2024.12.21 01:22:38.203002 [ 287 ] {2f52fe5f-1de2-4af5-965f-7a24efa2ea15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10500 | 2024.12.21 01:22:38.203062 [ 287 ] {2f52fe5f-1de2-4af5-965f-7a24efa2ea15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10501 | 2024.12.21 01:22:38.203616 [ 287 ] {2f52fe5f-1de2-4af5-965f-7a24efa2ea15} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10502 | 2024.12.21 01:22:38.203654 [ 287 ] {2f52fe5f-1de2-4af5-965f-7a24efa2ea15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10503 | 2024.12.21 01:22:38.204019 [ 287 ] {2f52fe5f-1de2-4af5-965f-7a24efa2ea15} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10504 | 2024.12.21 01:22:38.204257 [ 287 ] {2f52fe5f-1de2-4af5-965f-7a24efa2ea15} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10505 | 2024.12.21 01:22:38.204470 [ 287 ] {2f52fe5f-1de2-4af5-965f-7a24efa2ea15} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001498 sec., 667.5567423230975 rows/sec., 44.98 KiB/sec. | ||
| 10506 | 2024.12.21 01:22:38.204522 [ 287 ] {2f52fe5f-1de2-4af5-965f-7a24efa2ea15} <Debug> TCPHandler: Processed in 0.001726339 sec. | ||
| 10507 | 2024.12.21 01:22:38.204672 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10508 | 2024.12.21 01:22:38.204791 [ 285 ] {3db9e299-2fa0-407c-8bb6-2e7e1bec6829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10509 | 2024.12.21 01:22:38.204871 [ 285 ] {3db9e299-2fa0-407c-8bb6-2e7e1bec6829} <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 | ||
| 10510 | 2024.12.21 01:22:38.205988 [ 285 ] {3db9e299-2fa0-407c-8bb6-2e7e1bec6829} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10511 | 2024.12.21 01:22:38.206029 [ 285 ] {3db9e299-2fa0-407c-8bb6-2e7e1bec6829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10512 | 2024.12.21 01:22:38.206658 [ 285 ] {3db9e299-2fa0-407c-8bb6-2e7e1bec6829} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10513 | 2024.12.21 01:22:38.206927 [ 285 ] {3db9e299-2fa0-407c-8bb6-2e7e1bec6829} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10514 | 2024.12.21 01:22:38.207171 [ 285 ] {3db9e299-2fa0-407c-8bb6-2e7e1bec6829} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002404 sec., 3327.787021630616 rows/sec., 5.96 MiB/sec. | ||
| 10515 | 2024.12.21 01:22:38.207270 [ 285 ] {3db9e299-2fa0-407c-8bb6-2e7e1bec6829} <Debug> TCPHandler: Processed in 0.002655385 sec. | ||
| 10516 | 2024.12.21 01:22:38.207436 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10517 | 2024.12.21 01:22:38.207579 [ 287 ] {4fb47dc8-ea3c-4e83-868e-f6bb08cafadd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10518 | 2024.12.21 01:22:38.207633 [ 287 ] {4fb47dc8-ea3c-4e83-868e-f6bb08cafadd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10519 | 2024.12.21 01:22:38.208145 [ 287 ] {4fb47dc8-ea3c-4e83-868e-f6bb08cafadd} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10520 | 2024.12.21 01:22:38.208184 [ 287 ] {4fb47dc8-ea3c-4e83-868e-f6bb08cafadd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10521 | 2024.12.21 01:22:38.208566 [ 287 ] {4fb47dc8-ea3c-4e83-868e-f6bb08cafadd} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10522 | 2024.12.21 01:22:38.208806 [ 287 ] {4fb47dc8-ea3c-4e83-868e-f6bb08cafadd} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10523 | 2024.12.21 01:22:38.209045 [ 287 ] {4fb47dc8-ea3c-4e83-868e-f6bb08cafadd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001493 sec., 54922.97387809779 rows/sec., 3.49 MiB/sec. | ||
| 10524 | 2024.12.21 01:22:38.209119 [ 287 ] {4fb47dc8-ea3c-4e83-868e-f6bb08cafadd} <Debug> TCPHandler: Processed in 0.001750969 sec. | ||
| 10525 | 2024.12.21 01:22:38.825359 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10526 | 2024.12.21 01:22:38.825459 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10527 | 2024.12.21 01:22:38.981748 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 | ||
| 10528 | 2024.12.21 01:22:38.982580 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10529 | 2024.12.21 01:22:38.982636 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10530 | 2024.12.21 01:22:38.983162 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10531 | 2024.12.21 01:22:38.983423 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10532 | 2024.12.21 01:22:38.983700 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 10533 | 2024.12.21 01:22:40.593863 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 10534 | 2024.12.21 01:22:40.617765 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10535 | 2024.12.21 01:22:40.617822 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10536 | 2024.12.21 01:22:40.625144 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10537 | 2024.12.21 01:22:40.625928 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10538 | 2024.12.21 01:22:40.629801 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 10539 | 2024.12.21 01:22:43.182143 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10540 | 2024.12.21 01:22:43.182455 [ 287 ] {14332882-cd6b-4ad7-ab7b-67d24a4c3f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10541 | 2024.12.21 01:22:43.182574 [ 287 ] {14332882-cd6b-4ad7-ab7b-67d24a4c3f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10542 | 2024.12.21 01:22:43.183521 [ 287 ] {14332882-cd6b-4ad7-ab7b-67d24a4c3f67} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10543 | 2024.12.21 01:22:43.183573 [ 287 ] {14332882-cd6b-4ad7-ab7b-67d24a4c3f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10544 | 2024.12.21 01:22:43.184023 [ 287 ] {14332882-cd6b-4ad7-ab7b-67d24a4c3f67} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10545 | 2024.12.21 01:22:43.184297 [ 287 ] {14332882-cd6b-4ad7-ab7b-67d24a4c3f67} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10546 | 2024.12.21 01:22:43.184563 [ 287 ] {14332882-cd6b-4ad7-ab7b-67d24a4c3f67} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002195 sec., 56492.02733485194 rows/sec., 4.80 MiB/sec. | ||
| 10547 | 2024.12.21 01:22:43.184629 [ 287 ] {14332882-cd6b-4ad7-ab7b-67d24a4c3f67} <Debug> TCPHandler: Processed in 0.002680915 sec. | ||
| 10548 | 2024.12.21 01:22:43.184951 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10549 | 2024.12.21 01:22:43.185261 [ 285 ] {528c04d3-2428-4cec-bdab-b07a8a3d3336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10550 | 2024.12.21 01:22:43.185379 [ 285 ] {528c04d3-2428-4cec-bdab-b07a8a3d3336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10551 | 2024.12.21 01:22:43.186290 [ 285 ] {528c04d3-2428-4cec-bdab-b07a8a3d3336} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10552 | 2024.12.21 01:22:43.186343 [ 285 ] {528c04d3-2428-4cec-bdab-b07a8a3d3336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10553 | 2024.12.21 01:22:43.186791 [ 285 ] {528c04d3-2428-4cec-bdab-b07a8a3d3336} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10554 | 2024.12.21 01:22:43.187064 [ 285 ] {528c04d3-2428-4cec-bdab-b07a8a3d3336} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10555 | 2024.12.21 01:22:43.187337 [ 285 ] {528c04d3-2428-4cec-bdab-b07a8a3d3336} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.002155 sec., 15777.26218097448 rows/sec., 1.16 MiB/sec. | ||
| 10556 | 2024.12.21 01:22:43.187414 [ 285 ] {528c04d3-2428-4cec-bdab-b07a8a3d3336} <Debug> TCPHandler: Processed in 0.002654654 sec. | ||
| 10557 | 2024.12.21 01:22:43.187682 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10558 | 2024.12.21 01:22:43.187926 [ 287 ] {4134e07c-7457-4477-8f6a-ed61a1680382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10559 | 2024.12.21 01:22:43.188022 [ 287 ] {4134e07c-7457-4477-8f6a-ed61a1680382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10560 | 2024.12.21 01:22:43.188992 [ 287 ] {4134e07c-7457-4477-8f6a-ed61a1680382} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10561 | 2024.12.21 01:22:43.189038 [ 287 ] {4134e07c-7457-4477-8f6a-ed61a1680382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10562 | 2024.12.21 01:22:43.189417 [ 287 ] {4134e07c-7457-4477-8f6a-ed61a1680382} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10563 | 2024.12.21 01:22:43.189656 [ 287 ] {4134e07c-7457-4477-8f6a-ed61a1680382} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10564 | 2024.12.21 01:22:43.189876 [ 287 ] {4134e07c-7457-4477-8f6a-ed61a1680382} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.00201 sec., 48756.21890547263 rows/sec., 3.81 MiB/sec. | ||
| 10565 | 2024.12.21 01:22:43.189932 [ 287 ] {4134e07c-7457-4477-8f6a-ed61a1680382} <Debug> TCPHandler: Processed in 0.002403611 sec. | ||
| 10566 | 2024.12.21 01:22:43.190140 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10567 | 2024.12.21 01:22:43.190370 [ 285 ] {5ca6d1ea-a823-48c6-8feb-98af6dfc3f8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10568 | 2024.12.21 01:22:43.190473 [ 285 ] {5ca6d1ea-a823-48c6-8feb-98af6dfc3f8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10569 | 2024.12.21 01:22:43.191206 [ 285 ] {5ca6d1ea-a823-48c6-8feb-98af6dfc3f8a} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10570 | 2024.12.21 01:22:43.191248 [ 285 ] {5ca6d1ea-a823-48c6-8feb-98af6dfc3f8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10571 | 2024.12.21 01:22:43.191666 [ 285 ] {5ca6d1ea-a823-48c6-8feb-98af6dfc3f8a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10572 | 2024.12.21 01:22:43.191926 [ 285 ] {5ca6d1ea-a823-48c6-8feb-98af6dfc3f8a} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10573 | 2024.12.21 01:22:43.192168 [ 285 ] {5ca6d1ea-a823-48c6-8feb-98af6dfc3f8a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001856 sec., 86206.89655172413 rows/sec., 6.00 MiB/sec. | ||
| 10574 | 2024.12.21 01:22:43.192227 [ 285 ] {5ca6d1ea-a823-48c6-8feb-98af6dfc3f8a} <Debug> TCPHandler: Processed in 0.002201277 sec. | ||
| 10575 | 2024.12.21 01:22:43.192383 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10576 | 2024.12.21 01:22:43.192525 [ 287 ] {05cb3782-aa4e-4056-b628-f3d2cbd67193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10577 | 2024.12.21 01:22:43.192621 [ 287 ] {05cb3782-aa4e-4056-b628-f3d2cbd67193} <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 | ||
| 10578 | 2024.12.21 01:22:43.193826 [ 287 ] {05cb3782-aa4e-4056-b628-f3d2cbd67193} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10579 | 2024.12.21 01:22:43.193868 [ 287 ] {05cb3782-aa4e-4056-b628-f3d2cbd67193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10580 | 2024.12.21 01:22:43.194545 [ 287 ] {05cb3782-aa4e-4056-b628-f3d2cbd67193} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10581 | 2024.12.21 01:22:43.194805 [ 287 ] {05cb3782-aa4e-4056-b628-f3d2cbd67193} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10582 | 2024.12.21 01:22:43.195063 [ 287 ] {05cb3782-aa4e-4056-b628-f3d2cbd67193} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002571 sec., 13224.4262932711 rows/sec., 23.70 MiB/sec. | ||
| 10583 | 2024.12.21 01:22:43.195170 [ 287 ] {05cb3782-aa4e-4056-b628-f3d2cbd67193} <Debug> TCPHandler: Processed in 0.002857708 sec. | ||
| 10584 | 2024.12.21 01:22:43.195384 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10585 | 2024.12.21 01:22:43.195609 [ 285 ] {a07f2f30-930c-4f99-81fa-6d2ca6c87f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10586 | 2024.12.21 01:22:43.195705 [ 285 ] {a07f2f30-930c-4f99-81fa-6d2ca6c87f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10587 | 2024.12.21 01:22:43.196249 [ 285 ] {a07f2f30-930c-4f99-81fa-6d2ca6c87f89} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10588 | 2024.12.21 01:22:43.196289 [ 285 ] {a07f2f30-930c-4f99-81fa-6d2ca6c87f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10589 | 2024.12.21 01:22:43.196674 [ 285 ] {a07f2f30-930c-4f99-81fa-6d2ca6c87f89} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10590 | 2024.12.21 01:22:43.196925 [ 285 ] {a07f2f30-930c-4f99-81fa-6d2ca6c87f89} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10591 | 2024.12.21 01:22:43.197179 [ 285 ] {a07f2f30-930c-4f99-81fa-6d2ca6c87f89} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001622 sec., 36991.368680641186 rows/sec., 2.49 MiB/sec. | ||
| 10592 | 2024.12.21 01:22:43.197288 [ 285 ] {a07f2f30-930c-4f99-81fa-6d2ca6c87f89} <Debug> TCPHandler: Processed in 0.002015844 sec. | ||
| 10593 | 2024.12.21 01:22:43.464276 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10594 | 2024.12.21 01:22:43.464444 [ 287 ] {dcb3d1d9-9e28-4abf-aa85-b89c2b3d5b0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10595 | 2024.12.21 01:22:43.464510 [ 287 ] {dcb3d1d9-9e28-4abf-aa85-b89c2b3d5b0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10596 | 2024.12.21 01:22:43.465233 [ 287 ] {dcb3d1d9-9e28-4abf-aa85-b89c2b3d5b0e} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10597 | 2024.12.21 01:22:43.465279 [ 287 ] {dcb3d1d9-9e28-4abf-aa85-b89c2b3d5b0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10598 | 2024.12.21 01:22:43.465692 [ 287 ] {dcb3d1d9-9e28-4abf-aa85-b89c2b3d5b0e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10599 | 2024.12.21 01:22:43.465959 [ 287 ] {dcb3d1d9-9e28-4abf-aa85-b89c2b3d5b0e} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10600 | 2024.12.21 01:22:43.466207 [ 287 ] {dcb3d1d9-9e28-4abf-aa85-b89c2b3d5b0e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001807 sec., 7747.648035417819 rows/sec., 557.73 KiB/sec. | ||
| 10601 | 2024.12.21 01:22:43.466273 [ 287 ] {dcb3d1d9-9e28-4abf-aa85-b89c2b3d5b0e} <Debug> TCPHandler: Processed in 0.002105175 sec. | ||
| 10602 | 2024.12.21 01:22:43.466499 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10603 | 2024.12.21 01:22:43.466656 [ 285 ] {9ce26356-7c9d-4830-a27f-24b59487a7c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10604 | 2024.12.21 01:22:43.466720 [ 285 ] {9ce26356-7c9d-4830-a27f-24b59487a7c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10605 | 2024.12.21 01:22:43.467435 [ 285 ] {9ce26356-7c9d-4830-a27f-24b59487a7c5} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10606 | 2024.12.21 01:22:43.467483 [ 285 ] {9ce26356-7c9d-4830-a27f-24b59487a7c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10607 | 2024.12.21 01:22:43.467920 [ 285 ] {9ce26356-7c9d-4830-a27f-24b59487a7c5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10608 | 2024.12.21 01:22:43.468184 [ 285 ] {9ce26356-7c9d-4830-a27f-24b59487a7c5} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10609 | 2024.12.21 01:22:43.468431 [ 285 ] {9ce26356-7c9d-4830-a27f-24b59487a7c5} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001813 sec., 6618.863761720905 rows/sec., 539.72 KiB/sec. | ||
| 10610 | 2024.12.21 01:22:43.468497 [ 285 ] {9ce26356-7c9d-4830-a27f-24b59487a7c5} <Debug> TCPHandler: Processed in 0.002095185 sec. | ||
| 10611 | 2024.12.21 01:22:43.468657 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10612 | 2024.12.21 01:22:43.468800 [ 287 ] {52f24158-f7b4-4c01-9bdc-e3f8809a8ec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10613 | 2024.12.21 01:22:43.468865 [ 287 ] {52f24158-f7b4-4c01-9bdc-e3f8809a8ec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10614 | 2024.12.21 01:22:43.470098 [ 287 ] {52f24158-f7b4-4c01-9bdc-e3f8809a8ec7} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10615 | 2024.12.21 01:22:43.470140 [ 287 ] {52f24158-f7b4-4c01-9bdc-e3f8809a8ec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10616 | 2024.12.21 01:22:43.470610 [ 287 ] {52f24158-f7b4-4c01-9bdc-e3f8809a8ec7} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10617 | 2024.12.21 01:22:43.470872 [ 287 ] {52f24158-f7b4-4c01-9bdc-e3f8809a8ec7} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10618 | 2024.12.21 01:22:43.471091 [ 287 ] {52f24158-f7b4-4c01-9bdc-e3f8809a8ec7} <Debug> executeQuery: Read 1365 rows, 116.09 KiB in 0.002327 sec., 586592.1787709497 rows/sec., 48.72 MiB/sec. | ||
| 10619 | 2024.12.21 01:22:43.471165 [ 287 ] {52f24158-f7b4-4c01-9bdc-e3f8809a8ec7} <Debug> TCPHandler: Processed in 0.002569514 sec. | ||
| 10620 | 2024.12.21 01:22:43.471329 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10621 | 2024.12.21 01:22:43.471474 [ 285 ] {a4598b50-45e9-4c97-b077-0db5f69f8941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10622 | 2024.12.21 01:22:43.471536 [ 285 ] {a4598b50-45e9-4c97-b077-0db5f69f8941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10623 | 2024.12.21 01:22:43.472200 [ 285 ] {a4598b50-45e9-4c97-b077-0db5f69f8941} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10624 | 2024.12.21 01:22:43.472243 [ 285 ] {a4598b50-45e9-4c97-b077-0db5f69f8941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10625 | 2024.12.21 01:22:43.472629 [ 285 ] {a4598b50-45e9-4c97-b077-0db5f69f8941} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10626 | 2024.12.21 01:22:43.472887 [ 285 ] {a4598b50-45e9-4c97-b077-0db5f69f8941} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10627 | 2024.12.21 01:22:43.473128 [ 285 ] {a4598b50-45e9-4c97-b077-0db5f69f8941} <Debug> executeQuery: Read 27 rows, 1.90 KiB in 0.001687 sec., 16004.742145820985 rows/sec., 1.10 MiB/sec. | ||
| 10628 | 2024.12.21 01:22:43.473194 [ 285 ] {a4598b50-45e9-4c97-b077-0db5f69f8941} <Debug> TCPHandler: Processed in 0.001932453 sec. | ||
| 10629 | 2024.12.21 01:22:43.473345 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10630 | 2024.12.21 01:22:43.473469 [ 287 ] {3bdad963-78bb-418d-be00-047b6f07d94e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10631 | 2024.12.21 01:22:43.473522 [ 287 ] {3bdad963-78bb-418d-be00-047b6f07d94e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10632 | 2024.12.21 01:22:43.474235 [ 287 ] {3bdad963-78bb-418d-be00-047b6f07d94e} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10633 | 2024.12.21 01:22:43.474277 [ 287 ] {3bdad963-78bb-418d-be00-047b6f07d94e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10634 | 2024.12.21 01:22:43.474663 [ 287 ] {3bdad963-78bb-418d-be00-047b6f07d94e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10635 | 2024.12.21 01:22:43.474905 [ 287 ] {3bdad963-78bb-418d-be00-047b6f07d94e} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10636 | 2024.12.21 01:22:43.475114 [ 287 ] {3bdad963-78bb-418d-be00-047b6f07d94e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001673 sec., 144650.32875074717 rows/sec., 9.80 MiB/sec. | ||
| 10637 | 2024.12.21 01:22:43.475169 [ 287 ] {3bdad963-78bb-418d-be00-047b6f07d94e} <Debug> TCPHandler: Processed in 0.001880431 sec. | ||
| 10638 | 2024.12.21 01:22:43.475335 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10639 | 2024.12.21 01:22:43.475490 [ 285 ] {e44a7a67-e9bd-42f6-90fc-8e293a32f9a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10640 | 2024.12.21 01:22:43.475551 [ 285 ] {e44a7a67-e9bd-42f6-90fc-8e293a32f9a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10641 | 2024.12.21 01:22:43.476177 [ 285 ] {e44a7a67-e9bd-42f6-90fc-8e293a32f9a6} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10642 | 2024.12.21 01:22:43.476220 [ 285 ] {e44a7a67-e9bd-42f6-90fc-8e293a32f9a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10643 | 2024.12.21 01:22:43.476596 [ 285 ] {e44a7a67-e9bd-42f6-90fc-8e293a32f9a6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10644 | 2024.12.21 01:22:43.476844 [ 285 ] {e44a7a67-e9bd-42f6-90fc-8e293a32f9a6} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10645 | 2024.12.21 01:22:43.477090 [ 285 ] {e44a7a67-e9bd-42f6-90fc-8e293a32f9a6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001617 sec., 8039.579468150897 rows/sec., 501.27 KiB/sec. | ||
| 10646 | 2024.12.21 01:22:43.477183 [ 285 ] {e44a7a67-e9bd-42f6-90fc-8e293a32f9a6} <Debug> TCPHandler: Processed in 0.001912292 sec. | ||
| 10647 | 2024.12.21 01:22:43.477419 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10648 | 2024.12.21 01:22:43.477544 [ 287 ] {37ffd38f-d85e-4271-9f37-4d4c4c824cb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10649 | 2024.12.21 01:22:43.477595 [ 287 ] {37ffd38f-d85e-4271-9f37-4d4c4c824cb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10650 | 2024.12.21 01:22:43.478550 [ 287 ] {37ffd38f-d85e-4271-9f37-4d4c4c824cb6} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10651 | 2024.12.21 01:22:43.478591 [ 287 ] {37ffd38f-d85e-4271-9f37-4d4c4c824cb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10652 | 2024.12.21 01:22:43.478998 [ 287 ] {37ffd38f-d85e-4271-9f37-4d4c4c824cb6} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10653 | 2024.12.21 01:22:43.479243 [ 287 ] {37ffd38f-d85e-4271-9f37-4d4c4c824cb6} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10654 | 2024.12.21 01:22:43.479453 [ 287 ] {37ffd38f-d85e-4271-9f37-4d4c4c824cb6} <Debug> executeQuery: Read 858 rows, 63.59 KiB in 0.001932 sec., 444099.3788819876 rows/sec., 32.14 MiB/sec. | ||
| 10655 | 2024.12.21 01:22:43.479513 [ 287 ] {37ffd38f-d85e-4271-9f37-4d4c4c824cb6} <Debug> TCPHandler: Processed in 0.002232197 sec. | ||
| 10656 | 2024.12.21 01:22:43.479672 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10657 | 2024.12.21 01:22:43.479807 [ 285 ] {6b394a67-294b-4b06-b516-d918ee3996e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10658 | 2024.12.21 01:22:43.479869 [ 285 ] {6b394a67-294b-4b06-b516-d918ee3996e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10659 | 2024.12.21 01:22:43.480456 [ 285 ] {6b394a67-294b-4b06-b516-d918ee3996e4} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10660 | 2024.12.21 01:22:43.480504 [ 285 ] {6b394a67-294b-4b06-b516-d918ee3996e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10661 | 2024.12.21 01:22:43.480916 [ 285 ] {6b394a67-294b-4b06-b516-d918ee3996e4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10662 | 2024.12.21 01:22:43.481181 [ 285 ] {6b394a67-294b-4b06-b516-d918ee3996e4} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10663 | 2024.12.21 01:22:43.481431 [ 285 ] {6b394a67-294b-4b06-b516-d918ee3996e4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001641 sec., 3656.3071297989027 rows/sec., 191.03 KiB/sec. | ||
| 10664 | 2024.12.21 01:22:43.481533 [ 285 ] {6b394a67-294b-4b06-b516-d918ee3996e4} <Debug> TCPHandler: Processed in 0.001921372 sec. | ||
| 10665 | 2024.12.21 01:22:43.481746 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10666 | 2024.12.21 01:22:43.481893 [ 287 ] {abaae47c-6a5b-4ed8-9eaf-734c8c7b5bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10667 | 2024.12.21 01:22:43.481957 [ 287 ] {abaae47c-6a5b-4ed8-9eaf-734c8c7b5bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10668 | 2024.12.21 01:22:43.482851 [ 287 ] {abaae47c-6a5b-4ed8-9eaf-734c8c7b5bfe} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10669 | 2024.12.21 01:22:43.482890 [ 287 ] {abaae47c-6a5b-4ed8-9eaf-734c8c7b5bfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10670 | 2024.12.21 01:22:43.483326 [ 287 ] {abaae47c-6a5b-4ed8-9eaf-734c8c7b5bfe} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10671 | 2024.12.21 01:22:43.483564 [ 287 ] {abaae47c-6a5b-4ed8-9eaf-734c8c7b5bfe} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10672 | 2024.12.21 01:22:43.483792 [ 287 ] {abaae47c-6a5b-4ed8-9eaf-734c8c7b5bfe} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.00193 sec., 497927.46113989636 rows/sec., 33.09 MiB/sec. | ||
| 10673 | 2024.12.21 01:22:43.483847 [ 287 ] {abaae47c-6a5b-4ed8-9eaf-734c8c7b5bfe} <Debug> TCPHandler: Processed in 0.002203827 sec. | ||
| 10674 | 2024.12.21 01:22:43.484002 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10675 | 2024.12.21 01:22:43.484120 [ 285 ] {3b8ee09f-728e-40a7-af14-f82ae315effc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10676 | 2024.12.21 01:22:43.484174 [ 285 ] {3b8ee09f-728e-40a7-af14-f82ae315effc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10677 | 2024.12.21 01:22:43.484663 [ 285 ] {3b8ee09f-728e-40a7-af14-f82ae315effc} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10678 | 2024.12.21 01:22:43.484704 [ 285 ] {3b8ee09f-728e-40a7-af14-f82ae315effc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10679 | 2024.12.21 01:22:43.485078 [ 285 ] {3b8ee09f-728e-40a7-af14-f82ae315effc} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10680 | 2024.12.21 01:22:43.485332 [ 285 ] {3b8ee09f-728e-40a7-af14-f82ae315effc} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10681 | 2024.12.21 01:22:43.485545 [ 285 ] {3b8ee09f-728e-40a7-af14-f82ae315effc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00145 sec., 689.6551724137931 rows/sec., 46.47 KiB/sec. | ||
| 10682 | 2024.12.21 01:22:43.485602 [ 285 ] {3b8ee09f-728e-40a7-af14-f82ae315effc} <Debug> TCPHandler: Processed in 0.001658328 sec. | ||
| 10683 | 2024.12.21 01:22:43.485752 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10684 | 2024.12.21 01:22:43.485869 [ 287 ] {f7f00ab7-cb73-4e15-842a-a205b2febbcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10685 | 2024.12.21 01:22:43.485952 [ 287 ] {f7f00ab7-cb73-4e15-842a-a205b2febbcc} <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 | ||
| 10686 | 2024.12.21 01:22:43.487067 [ 287 ] {f7f00ab7-cb73-4e15-842a-a205b2febbcc} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10687 | 2024.12.21 01:22:43.487108 [ 287 ] {f7f00ab7-cb73-4e15-842a-a205b2febbcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10688 | 2024.12.21 01:22:43.487733 [ 287 ] {f7f00ab7-cb73-4e15-842a-a205b2febbcc} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10689 | 2024.12.21 01:22:43.488010 [ 287 ] {f7f00ab7-cb73-4e15-842a-a205b2febbcc} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10690 | 2024.12.21 01:22:43.488265 [ 287 ] {f7f00ab7-cb73-4e15-842a-a205b2febbcc} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00242 sec., 3305.785123966942 rows/sec., 5.92 MiB/sec. | ||
| 10691 | 2024.12.21 01:22:43.488386 [ 287 ] {f7f00ab7-cb73-4e15-842a-a205b2febbcc} <Debug> TCPHandler: Processed in 0.002691036 sec. | ||
| 10692 | 2024.12.21 01:22:43.488553 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10693 | 2024.12.21 01:22:43.488694 [ 285 ] {9f45cb12-f431-4daa-9129-6aaed2bef1ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10694 | 2024.12.21 01:22:43.488758 [ 285 ] {9f45cb12-f431-4daa-9129-6aaed2bef1ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10695 | 2024.12.21 01:22:43.489349 [ 285 ] {9f45cb12-f431-4daa-9129-6aaed2bef1ff} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10696 | 2024.12.21 01:22:43.489397 [ 285 ] {9f45cb12-f431-4daa-9129-6aaed2bef1ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 10697 | 2024.12.21 01:22:43.489831 [ 285 ] {9f45cb12-f431-4daa-9129-6aaed2bef1ff} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10698 | 2024.12.21 01:22:43.490084 [ 285 ] {9f45cb12-f431-4daa-9129-6aaed2bef1ff} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10699 | 2024.12.21 01:22:43.490301 [ 285 ] {9f45cb12-f431-4daa-9129-6aaed2bef1ff} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001638 sec., 20757.020757020757 rows/sec., 1.20 MiB/sec. | ||
| 10700 | 2024.12.21 01:22:43.490357 [ 285 ] {9f45cb12-f431-4daa-9129-6aaed2bef1ff} <Debug> TCPHandler: Processed in 0.001871162 sec. | ||
| 10701 | 2024.12.21 01:22:44.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.05 MiB, peak 243.90 MiB, free memory in arenas 0.00 B, will set to 233.75 MiB (RSS), difference: -1.29 MiB | ||
| 10702 | 2024.12.21 01:22:44.160693 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1530 | ||
| 10703 | 2024.12.21 01:22:44.164326 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10704 | 2024.12.21 01:22:44.164375 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10705 | 2024.12.21 01:22:44.165863 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10706 | 2024.12.21 01:22:44.166175 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10707 | 2024.12.21 01:22:44.166670 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1530 | ||
| 10708 | 2024.12.21 01:22:46.483818 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 | ||
| 10709 | 2024.12.21 01:22:46.484494 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10710 | 2024.12.21 01:22:46.484536 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10711 | 2024.12.21 01:22:46.485111 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10712 | 2024.12.21 01:22:46.485391 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10713 | 2024.12.21 01:22:46.485544 [ 100 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10714 | 2024.12.21 01:22:46.485596 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 10715 | 2024.12.21 01:22:46.485597 [ 100 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10716 | 2024.12.21 01:22:46.485630 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10717 | 2024.12.21 01:22:46.485780 [ 199 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 10718 | 2024.12.21 01:22:46.485949 [ 199 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10719 | 2024.12.21 01:22:46.485993 [ 199 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part | ||
| 10720 | 2024.12.21 01:22:46.486079 [ 199 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part | ||
| 10721 | 2024.12.21 01:22:46.486259 [ 199 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part | ||
| 10722 | 2024.12.21 01:22:46.486508 [ 199 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part | ||
| 10723 | 2024.12.21 01:22:46.486715 [ 199 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part | ||
| 10724 | 2024.12.21 01:22:46.486963 [ 199 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part | ||
| 10725 | 2024.12.21 01:22:46.489557 [ 196 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003853614 sec., 6078449.995251211 rows/sec., 86.95 MiB/sec. | ||
| 10726 | 2024.12.21 01:22:46.489828 [ 199 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10727 | 2024.12.21 01:22:46.490146 [ 199 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_51_10} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10728 | 2024.12.21 01:22:46.490237 [ 199 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_51_10} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10729 | 2024.12.21 01:22:46.490340 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 10730 | 2024.12.21 01:22:48.129864 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 10731 | 2024.12.21 01:22:48.152365 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10732 | 2024.12.21 01:22:48.152444 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10733 | 2024.12.21 01:22:48.160042 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10734 | 2024.12.21 01:22:48.160939 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10735 | 2024.12.21 01:22:48.161449 [ 98 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10736 | 2024.12.21 01:22:48.161595 [ 98 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10737 | 2024.12.21 01:22:48.161703 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10738 | 2024.12.21 01:22:48.162021 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 10739 | 2024.12.21 01:22:48.172271 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 10740 | 2024.12.21 01:22:48.173164 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10741 | 2024.12.21 01:22:48.174144 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part | ||
| 10742 | 2024.12.21 01:22:48.178984 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part | ||
| 10743 | 2024.12.21 01:22:48.179502 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10744 | 2024.12.21 01:22:48.179753 [ 287 ] {f222a467-e9f9-43ba-ac0b-2d840a7c9794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10745 | 2024.12.21 01:22:48.179858 [ 287 ] {f222a467-e9f9-43ba-ac0b-2d840a7c9794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10746 | 2024.12.21 01:22:48.181843 [ 287 ] {f222a467-e9f9-43ba-ac0b-2d840a7c9794} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10747 | 2024.12.21 01:22:48.181922 [ 287 ] {f222a467-e9f9-43ba-ac0b-2d840a7c9794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10748 | 2024.12.21 01:22:48.183217 [ 287 ] {f222a467-e9f9-43ba-ac0b-2d840a7c9794} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10749 | 2024.12.21 01:22:48.183821 [ 287 ] {f222a467-e9f9-43ba-ac0b-2d840a7c9794} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10750 | 2024.12.21 01:22:48.184385 [ 287 ] {f222a467-e9f9-43ba-ac0b-2d840a7c9794} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.004694 sec., 11930.123561994034 rows/sec., 932.67 KiB/sec. | ||
| 10751 | 2024.12.21 01:22:48.184594 [ 287 ] {f222a467-e9f9-43ba-ac0b-2d840a7c9794} <Debug> TCPHandler: Processed in 0.005243819 sec. | ||
| 10752 | 2024.12.21 01:22:48.184921 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10753 | 2024.12.21 01:22:48.185121 [ 285 ] {dce0564b-51be-49cb-80ac-8a913bbfdfc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10754 | 2024.12.21 01:22:48.185229 [ 285 ] {dce0564b-51be-49cb-80ac-8a913bbfdfc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10755 | 2024.12.21 01:22:48.187250 [ 285 ] {dce0564b-51be-49cb-80ac-8a913bbfdfc8} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10756 | 2024.12.21 01:22:48.187305 [ 285 ] {dce0564b-51be-49cb-80ac-8a913bbfdfc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10757 | 2024.12.21 01:22:48.188043 [ 285 ] {dce0564b-51be-49cb-80ac-8a913bbfdfc8} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10758 | 2024.12.21 01:22:48.188494 [ 285 ] {dce0564b-51be-49cb-80ac-8a913bbfdfc8} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10759 | 2024.12.21 01:22:48.188878 [ 285 ] {dce0564b-51be-49cb-80ac-8a913bbfdfc8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003803 sec., 16828.819353142255 rows/sec., 1.31 MiB/sec. | ||
| 10760 | 2024.12.21 01:22:48.189171 [ 285 ] {dce0564b-51be-49cb-80ac-8a913bbfdfc8} <Debug> TCPHandler: Processed in 0.004383414 sec. | ||
| 10761 | 2024.12.21 01:22:48.190140 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10762 | 2024.12.21 01:22:48.190689 [ 287 ] {f90c2112-ee79-4232-a342-2d17c2a9ead3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10763 | 2024.12.21 01:22:48.190998 [ 287 ] {f90c2112-ee79-4232-a342-2d17c2a9ead3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10764 | 2024.12.21 01:22:48.193169 [ 287 ] {f90c2112-ee79-4232-a342-2d17c2a9ead3} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10765 | 2024.12.21 01:22:48.193250 [ 287 ] {f90c2112-ee79-4232-a342-2d17c2a9ead3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10766 | 2024.12.21 01:22:48.193976 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part | ||
| 10767 | 2024.12.21 01:22:48.194782 [ 287 ] {f90c2112-ee79-4232-a342-2d17c2a9ead3} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10768 | 2024.12.21 01:22:48.195327 [ 287 ] {f90c2112-ee79-4232-a342-2d17c2a9ead3} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10769 | 2024.12.21 01:22:48.195832 [ 287 ] {f90c2112-ee79-4232-a342-2d17c2a9ead3} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005357 sec., 23893.97050588016 rows/sec., 1.66 MiB/sec. | ||
| 10770 | 2024.12.21 01:22:48.195997 [ 287 ] {f90c2112-ee79-4232-a342-2d17c2a9ead3} <Debug> TCPHandler: Processed in 0.006641402 sec. | ||
| 10771 | 2024.12.21 01:22:48.196199 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10772 | 2024.12.21 01:22:48.196346 [ 285 ] {c156e383-be78-40a1-a6eb-c96f1b35f860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10773 | 2024.12.21 01:22:48.196410 [ 285 ] {c156e383-be78-40a1-a6eb-c96f1b35f860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10774 | 2024.12.21 01:22:48.197214 [ 285 ] {c156e383-be78-40a1-a6eb-c96f1b35f860} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10775 | 2024.12.21 01:22:48.197264 [ 285 ] {c156e383-be78-40a1-a6eb-c96f1b35f860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10776 | 2024.12.21 01:22:48.197948 [ 285 ] {c156e383-be78-40a1-a6eb-c96f1b35f860} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10777 | 2024.12.21 01:22:48.198301 [ 285 ] {c156e383-be78-40a1-a6eb-c96f1b35f860} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10778 | 2024.12.21 01:22:48.198670 [ 285 ] {c156e383-be78-40a1-a6eb-c96f1b35f860} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002357 sec., 20364.870598218073 rows/sec., 1.37 MiB/sec. | ||
| 10779 | 2024.12.21 01:22:48.198775 [ 285 ] {c156e383-be78-40a1-a6eb-c96f1b35f860} <Debug> TCPHandler: Processed in 0.002651624 sec. | ||
| 10780 | 2024.12.21 01:22:48.203215 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part | ||
| 10781 | 2024.12.21 01:22:48.210256 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part | ||
| 10782 | 2024.12.21 01:22:48.214855 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part | ||
| 10783 | 2024.12.21 01:22:48.282778 [ 189 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.120909776 sec., 3184.192484154466 rows/sec., 16.46 MiB/sec. | ||
| 10784 | 2024.12.21 01:22:48.286223 [ 200 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10785 | 2024.12.21 01:22:48.289483 [ 200 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_51_10} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10786 | 2024.12.21 01:22:48.289623 [ 200 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_51_10} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10787 | 2024.12.21 01:22:48.292045 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10788 | 2024.12.21 01:22:49.000232 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.09 MiB, peak 248.53 MiB, free memory in arenas 0.00 B, will set to 236.70 MiB (RSS), difference: 1.60 MiB | ||
| 10789 | 2024.12.21 01:22:53.181440 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10790 | 2024.12.21 01:22:53.181659 [ 287 ] {13fa0980-a5c6-432d-8de0-10e4eabd1d7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10791 | 2024.12.21 01:22:53.181744 [ 287 ] {13fa0980-a5c6-432d-8de0-10e4eabd1d7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10792 | 2024.12.21 01:22:53.182596 [ 287 ] {13fa0980-a5c6-432d-8de0-10e4eabd1d7c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10793 | 2024.12.21 01:22:53.182648 [ 287 ] {13fa0980-a5c6-432d-8de0-10e4eabd1d7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10794 | 2024.12.21 01:22:53.183118 [ 287 ] {13fa0980-a5c6-432d-8de0-10e4eabd1d7c} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10795 | 2024.12.21 01:22:53.183372 [ 287 ] {13fa0980-a5c6-432d-8de0-10e4eabd1d7c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10796 | 2024.12.21 01:22:53.183587 [ 92 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10797 | 2024.12.21 01:22:53.183621 [ 287 ] {13fa0980-a5c6-432d-8de0-10e4eabd1d7c} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002024 sec., 61264.822134387345 rows/sec., 5.20 MiB/sec. | ||
| 10798 | 2024.12.21 01:22:53.183676 [ 92 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10799 | 2024.12.21 01:22:53.183753 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10800 | 2024.12.21 01:22:53.183763 [ 287 ] {13fa0980-a5c6-432d-8de0-10e4eabd1d7c} <Debug> TCPHandler: Processed in 0.002471792 sec. | ||
| 10801 | 2024.12.21 01:22:53.184065 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10802 | 2024.12.21 01:22:53.184130 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10803 | 2024.12.21 01:22:53.184376 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10804 | 2024.12.21 01:22:53.184459 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1436 rows starting from the beginning of the part | ||
| 10805 | 2024.12.21 01:22:53.184470 [ 285 ] {f3e36d87-c567-46bd-a303-c9d616e0706d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10806 | 2024.12.21 01:22:53.184661 [ 285 ] {f3e36d87-c567-46bd-a303-c9d616e0706d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10807 | 2024.12.21 01:22:53.184767 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 219 rows starting from the beginning of the part | ||
| 10808 | 2024.12.21 01:22:53.185245 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 124 rows starting from the beginning of the part | ||
| 10809 | 2024.12.21 01:22:53.185555 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1365 rows starting from the beginning of the part | ||
| 10810 | 2024.12.21 01:22:53.185944 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part | ||
| 10811 | 2024.12.21 01:22:53.186306 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 124 rows starting from the beginning of the part | ||
| 10812 | 2024.12.21 01:22:53.187685 [ 285 ] {f3e36d87-c567-46bd-a303-c9d616e0706d} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10813 | 2024.12.21 01:22:53.187734 [ 285 ] {f3e36d87-c567-46bd-a303-c9d616e0706d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10814 | 2024.12.21 01:22:53.188319 [ 285 ] {f3e36d87-c567-46bd-a303-c9d616e0706d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10815 | 2024.12.21 01:22:53.188588 [ 285 ] {f3e36d87-c567-46bd-a303-c9d616e0706d} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10816 | 2024.12.21 01:22:53.188798 [ 92 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10817 | 2024.12.21 01:22:53.188900 [ 92 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10818 | 2024.12.21 01:22:53.188946 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10819 | 2024.12.21 01:22:53.188971 [ 285 ] {f3e36d87-c567-46bd-a303-c9d616e0706d} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.004582 sec., 7420.340462680052 rows/sec., 557.97 KiB/sec. | ||
| 10820 | 2024.12.21 01:22:53.189486 [ 285 ] {f3e36d87-c567-46bd-a303-c9d616e0706d} <Debug> TCPHandler: Processed in 0.005587114 sec. | ||
| 10821 | 2024.12.21 01:22:53.189834 [ 189 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 10822 | 2024.12.21 01:22:53.189836 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10823 | 2024.12.21 01:22:53.189995 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3324 rows, containing 5 columns (5 merged, 0 gathered) in 0.006089012 sec., 545901.371191254 rows/sec., 47.68 MiB/sec. | ||
| 10824 | 2024.12.21 01:22:53.190397 [ 287 ] {8ce206ad-f221-4143-b7c3-7d07e5f42494} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10825 | 2024.12.21 01:22:53.190538 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10826 | 2024.12.21 01:22:53.190696 [ 287 ] {8ce206ad-f221-4143-b7c3-7d07e5f42494} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10827 | 2024.12.21 01:22:53.190719 [ 189 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10828 | 2024.12.21 01:22:53.190941 [ 189 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 67 rows starting from the beginning of the part | ||
| 10829 | 2024.12.21 01:22:53.191705 [ 189 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 38 rows starting from the beginning of the part | ||
| 10830 | 2024.12.21 01:22:53.192317 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_86_17} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10831 | 2024.12.21 01:22:53.192521 [ 189 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 15 rows starting from the beginning of the part | ||
| 10832 | 2024.12.21 01:22:53.192932 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_86_17} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10833 | 2024.12.21 01:22:53.193183 [ 189 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 34 rows starting from the beginning of the part | ||
| 10834 | 2024.12.21 01:22:53.193355 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 10835 | 2024.12.21 01:22:53.193670 [ 189 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 27 rows starting from the beginning of the part | ||
| 10836 | 2024.12.21 01:22:53.194109 [ 189 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 34 rows starting from the beginning of the part | ||
| 10837 | 2024.12.21 01:22:53.195477 [ 287 ] {8ce206ad-f221-4143-b7c3-7d07e5f42494} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10838 | 2024.12.21 01:22:53.195557 [ 287 ] {8ce206ad-f221-4143-b7c3-7d07e5f42494} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10839 | 2024.12.21 01:22:53.196647 [ 287 ] {8ce206ad-f221-4143-b7c3-7d07e5f42494} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10840 | 2024.12.21 01:22:53.197215 [ 192 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 215 rows, containing 5 columns (5 merged, 0 gathered) in 0.008115536 sec., 26492.39680533732 rows/sec., 2.00 MiB/sec. | ||
| 10841 | 2024.12.21 01:22:53.197229 [ 287 ] {8ce206ad-f221-4143-b7c3-7d07e5f42494} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10842 | 2024.12.21 01:22:53.197499 [ 192 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10843 | 2024.12.21 01:22:53.197506 [ 92 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10844 | 2024.12.21 01:22:53.197609 [ 92 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10845 | 2024.12.21 01:22:53.197687 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10846 | 2024.12.21 01:22:53.197797 [ 287 ] {8ce206ad-f221-4143-b7c3-7d07e5f42494} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.007528 sec., 13018.06588735388 rows/sec., 1.02 MiB/sec. | ||
| 10847 | 2024.12.21 01:22:53.198118 [ 187 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10848 | 2024.12.21 01:22:53.198140 [ 287 ] {8ce206ad-f221-4143-b7c3-7d07e5f42494} <Debug> TCPHandler: Processed in 0.008514333 sec. | ||
| 10849 | 2024.12.21 01:22:53.198465 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10850 | 2024.12.21 01:22:53.198527 [ 192 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_71_14} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10851 | 2024.12.21 01:22:53.198583 [ 187 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10852 | 2024.12.21 01:22:53.198709 [ 187 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 916 rows starting from the beginning of the part | ||
| 10853 | 2024.12.21 01:22:53.198839 [ 285 ] {904433c4-e09d-4bab-bfcc-37b0a62da27f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10854 | 2024.12.21 01:22:53.198916 [ 192 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_71_14} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10855 | 2024.12.21 01:22:53.199103 [ 187 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 390 rows starting from the beginning of the part | ||
| 10856 | 2024.12.21 01:22:53.199123 [ 285 ] {904433c4-e09d-4bab-bfcc-37b0a62da27f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10857 | 2024.12.21 01:22:53.199575 [ 187 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 98 rows starting from the beginning of the part | ||
| 10858 | 2024.12.21 01:22:53.199867 [ 187 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 858 rows starting from the beginning of the part | ||
| 10859 | 2024.12.21 01:22:53.200126 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10860 | 2024.12.21 01:22:53.200178 [ 187 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part | ||
| 10861 | 2024.12.21 01:22:53.200648 [ 187 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 98 rows starting from the beginning of the part | ||
| 10862 | 2024.12.21 01:22:53.201797 [ 285 ] {904433c4-e09d-4bab-bfcc-37b0a62da27f} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10863 | 2024.12.21 01:22:53.201846 [ 285 ] {904433c4-e09d-4bab-bfcc-37b0a62da27f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10864 | 2024.12.21 01:22:53.202485 [ 285 ] {904433c4-e09d-4bab-bfcc-37b0a62da27f} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10865 | 2024.12.21 01:22:53.202804 [ 285 ] {904433c4-e09d-4bab-bfcc-37b0a62da27f} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10866 | 2024.12.21 01:22:53.202935 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.005121767 sec., 473274.16495127557 rows/sec., 36.31 MiB/sec. | ||
| 10867 | 2024.12.21 01:22:53.203095 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10868 | 2024.12.21 01:22:53.203181 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10869 | 2024.12.21 01:22:53.203238 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10870 | 2024.12.21 01:22:53.203314 [ 285 ] {904433c4-e09d-4bab-bfcc-37b0a62da27f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004569 sec., 35018.60363318012 rows/sec., 2.44 MiB/sec. | ||
| 10871 | 2024.12.21 01:22:53.203342 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10872 | 2024.12.21 01:22:53.203676 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10873 | 2024.12.21 01:22:53.203703 [ 285 ] {904433c4-e09d-4bab-bfcc-37b0a62da27f} <Debug> TCPHandler: Processed in 0.005429232 sec. | ||
| 10874 | 2024.12.21 01:22:53.204009 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10875 | 2024.12.21 01:22:53.204095 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10876 | 2024.12.21 01:22:53.204190 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 24787 rows starting from the beginning of the part | ||
| 10877 | 2024.12.21 01:22:53.204539 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_86_17} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10878 | 2024.12.21 01:22:53.204559 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
| 10879 | 2024.12.21 01:22:53.204707 [ 287 ] {21e9fca7-36d4-440c-91a6-0f9845d33d28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10880 | 2024.12.21 01:22:53.204939 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_86_17} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10881 | 2024.12.21 01:22:53.204970 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
| 10882 | 2024.12.21 01:22:53.205341 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 10883 | 2024.12.21 01:22:53.205357 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 961 rows starting from the beginning of the part | ||
| 10884 | 2024.12.21 01:22:53.205547 [ 287 ] {21e9fca7-36d4-440c-91a6-0f9845d33d28} <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 | ||
| 10885 | 2024.12.21 01:22:53.205843 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 128 rows starting from the beginning of the part | ||
| 10886 | 2024.12.21 01:22:53.206350 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
| 10887 | 2024.12.21 01:22:53.209582 [ 287 ] {21e9fca7-36d4-440c-91a6-0f9845d33d28} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10888 | 2024.12.21 01:22:53.209656 [ 287 ] {21e9fca7-36d4-440c-91a6-0f9845d33d28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10889 | 2024.12.21 01:22:53.211296 [ 287 ] {21e9fca7-36d4-440c-91a6-0f9845d33d28} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10890 | 2024.12.21 01:22:53.212058 [ 287 ] {21e9fca7-36d4-440c-91a6-0f9845d33d28} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10891 | 2024.12.21 01:22:53.212331 [ 92 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10892 | 2024.12.21 01:22:53.212399 [ 92 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10893 | 2024.12.21 01:22:53.212441 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10894 | 2024.12.21 01:22:53.212526 [ 287 ] {21e9fca7-36d4-440c-91a6-0f9845d33d28} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.008221 sec., 4135.749908770223 rows/sec., 7.41 MiB/sec. | ||
| 10895 | 2024.12.21 01:22:53.212756 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 10896 | 2024.12.21 01:22:53.213235 [ 287 ] {21e9fca7-36d4-440c-91a6-0f9845d33d28} <Debug> TCPHandler: Processed in 0.009383188 sec. | ||
| 10897 | 2024.12.21 01:22:53.213487 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10898 | 2024.12.21 01:22:53.213834 [ 285 ] {d88ebc3b-b17d-4b62-ae58-e40b93715453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10899 | 2024.12.21 01:22:53.213940 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10900 | 2024.12.21 01:22:53.213981 [ 285 ] {d88ebc3b-b17d-4b62-ae58-e40b93715453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10901 | 2024.12.21 01:22:53.214174 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1324 rows starting from the beginning of the part | ||
| 10902 | 2024.12.21 01:22:53.215454 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 34 rows starting from the beginning of the part | ||
| 10903 | 2024.12.21 01:22:53.216455 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
| 10904 | 2024.12.21 01:22:53.217173 [ 285 ] {d88ebc3b-b17d-4b62-ae58-e40b93715453} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10905 | 2024.12.21 01:22:53.217255 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 34 rows starting from the beginning of the part | ||
| 10906 | 2024.12.21 01:22:53.217283 [ 285 ] {d88ebc3b-b17d-4b62-ae58-e40b93715453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10907 | 2024.12.21 01:22:53.218490 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26433 rows, containing 5 columns (5 merged, 0 gathered) in 0.015106984 sec., 1749720.5266120622 rows/sec., 118.12 MiB/sec. | ||
| 10908 | 2024.12.21 01:22:53.218655 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
| 10909 | 2024.12.21 01:22:53.218899 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10910 | 2024.12.21 01:22:53.219640 [ 285 ] {d88ebc3b-b17d-4b62-ae58-e40b93715453} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10911 | 2024.12.21 01:22:53.219845 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 34 rows starting from the beginning of the part | ||
| 10912 | 2024.12.21 01:22:53.220061 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10913 | 2024.12.21 01:22:53.220433 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10914 | 2024.12.21 01:22:53.220823 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 10915 | 2024.12.21 01:22:53.220904 [ 285 ] {d88ebc3b-b17d-4b62-ae58-e40b93715453} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10916 | 2024.12.21 01:22:53.221338 [ 92 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10917 | 2024.12.21 01:22:53.221434 [ 92 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10918 | 2024.12.21 01:22:53.221512 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10919 | 2024.12.21 01:22:53.221902 [ 285 ] {d88ebc3b-b17d-4b62-ae58-e40b93715453} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008086 sec., 7420.232500618353 rows/sec., 512.07 KiB/sec. | ||
| 10920 | 2024.12.21 01:22:53.222092 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 10921 | 2024.12.21 01:22:53.222505 [ 285 ] {d88ebc3b-b17d-4b62-ae58-e40b93715453} <Debug> TCPHandler: Processed in 0.009116284 sec. | ||
| 10922 | 2024.12.21 01:22:53.222872 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10923 | 2024.12.21 01:22:53.222990 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4936 rows starting from the beginning of the part | ||
| 10924 | 2024.12.21 01:22:53.223449 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
| 10925 | 2024.12.21 01:22:53.223948 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
| 10926 | 2024.12.21 01:22:53.224336 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 34 rows starting from the beginning of the part | ||
| 10927 | 2024.12.21 01:22:53.224654 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 48 rows starting from the beginning of the part | ||
| 10928 | 2024.12.21 01:22:53.224845 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
| 10929 | 2024.12.21 01:22:53.227142 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5220 rows, containing 4 columns (4 merged, 0 gathered) in 0.005468292 sec., 954594.2316174777 rows/sec., 62.24 MiB/sec. | ||
| 10930 | 2024.12.21 01:22:53.227631 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10931 | 2024.12.21 01:22:53.228002 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_86_17} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10932 | 2024.12.21 01:22:53.228093 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_86_17} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10933 | 2024.12.21 01:22:53.228170 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
| 10934 | 2024.12.21 01:22:53.231965 [ 200 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1442 rows, containing 19 columns (19 merged, 0 gathered) in 0.019413957 sec., 74276.45997155552 rows/sec., 133.10 MiB/sec. | ||
| 10935 | 2024.12.21 01:22:53.233385 [ 194 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10936 | 2024.12.21 01:22:53.233825 [ 194 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10937 | 2024.12.21 01:22:53.233909 [ 194 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10938 | 2024.12.21 01:22:53.234057 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.65 MiB. | ||
| 10939 | 2024.12.21 01:22:53.825710 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10940 | 2024.12.21 01:22:53.825771 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10941 | 2024.12.21 01:22:53.985724 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 | ||
| 10942 | 2024.12.21 01:22:53.986415 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10943 | 2024.12.21 01:22:53.986468 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10944 | 2024.12.21 01:22:53.987009 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10945 | 2024.12.21 01:22:53.987278 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10946 | 2024.12.21 01:22:53.987523 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 10947 | 2024.12.21 01:22:54.000222 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 237.31 MiB, peak 248.93 MiB, free memory in arenas 0.00 B, will set to 240.36 MiB (RSS), difference: 3.05 MiB | ||
| 10948 | 2024.12.21 01:22:54.010395 [ 89 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Selected 5 parts from all_1_32_7 to all_36_36_0 | ||
| 10949 | 2024.12.21 01:22:54.010462 [ 89 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10950 | 2024.12.21 01:22:54.010487 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10951 | 2024.12.21 01:22:54.010666 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_36_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_32_7 to all_36_36_0 into Compact with storage Full | ||
| 10952 | 2024.12.21 01:22:54.010864 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_36_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10953 | 2024.12.21 01:22:54.010912 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 32 rows starting from the beginning of the part | ||
| 10954 | 2024.12.21 01:22:54.011000 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 10955 | 2024.12.21 01:22:54.011190 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 10956 | 2024.12.21 01:22:54.011363 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 10957 | 2024.12.21 01:22:54.011594 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 10958 | 2024.12.21 01:22:54.012874 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_36_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.002303259 sec., 15630.026844571104 rows/sec., 1.03 MiB/sec. | ||
| 10959 | 2024.12.21 01:22:54.013085 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_36_8} <Trace> MergedBlockOutputStream: filled checksums all_1_36_8 (state Temporary) | ||
| 10960 | 2024.12.21 01:22:54.013443 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_36_8} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_merge_all_1_36_8 to all_1_36_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10961 | 2024.12.21 01:22:54.013543 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_36_8} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Merged 5 parts: [all_1_32_7, all_36_36_0] -> all_1_36_8 | ||
| 10962 | 2024.12.21 01:22:54.013659 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 10963 | 2024.12.21 01:22:54.166942 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1550 | ||
| 10964 | 2024.12.21 01:22:54.169940 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10965 | 2024.12.21 01:22:54.169987 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10966 | 2024.12.21 01:22:54.171488 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10967 | 2024.12.21 01:22:54.171828 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10968 | 2024.12.21 01:22:54.172450 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1550 | ||
| 10969 | 2024.12.21 01:22:55.672350 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 10970 | 2024.12.21 01:22:55.691726 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10971 | 2024.12.21 01:22:55.691793 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10972 | 2024.12.21 01:22:55.698859 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10973 | 2024.12.21 01:22:55.699638 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10974 | 2024.12.21 01:22:55.702335 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 10975 | 2024.12.21 01:22:58.185635 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10976 | 2024.12.21 01:22:58.185950 [ 287 ] {287e83f9-a36d-4541-9818-4da0f394a8d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10977 | 2024.12.21 01:22:58.186072 [ 287 ] {287e83f9-a36d-4541-9818-4da0f394a8d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10978 | 2024.12.21 01:22:58.186922 [ 287 ] {287e83f9-a36d-4541-9818-4da0f394a8d2} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10979 | 2024.12.21 01:22:58.186980 [ 287 ] {287e83f9-a36d-4541-9818-4da0f394a8d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10980 | 2024.12.21 01:22:58.187460 [ 287 ] {287e83f9-a36d-4541-9818-4da0f394a8d2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10981 | 2024.12.21 01:22:58.187732 [ 287 ] {287e83f9-a36d-4541-9818-4da0f394a8d2} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10982 | 2024.12.21 01:22:58.187924 [ 84 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10983 | 2024.12.21 01:22:58.188014 [ 84 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10984 | 2024.12.21 01:22:58.188014 [ 287 ] {287e83f9-a36d-4541-9818-4da0f394a8d2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002146 sec., 6523.7651444548 rows/sec., 469.62 KiB/sec. | ||
| 10985 | 2024.12.21 01:22:58.188050 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10986 | 2024.12.21 01:22:58.188202 [ 287 ] {287e83f9-a36d-4541-9818-4da0f394a8d2} <Debug> TCPHandler: Processed in 0.002760306 sec. | ||
| 10987 | 2024.12.21 01:22:58.188347 [ 199 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 10988 | 2024.12.21 01:22:58.188477 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10989 | 2024.12.21 01:22:58.188533 [ 199 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10990 | 2024.12.21 01:22:58.188582 [ 199 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 14 rows starting from the beginning of the part | ||
| 10991 | 2024.12.21 01:22:58.188723 [ 285 ] {ad8a3e04-e8c2-4193-9d09-d8d1502e156b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10992 | 2024.12.21 01:22:58.188776 [ 199 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 10993 | 2024.12.21 01:22:58.188944 [ 285 ] {ad8a3e04-e8c2-4193-9d09-d8d1502e156b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10994 | 2024.12.21 01:22:58.189224 [ 199 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 10995 | 2024.12.21 01:22:58.189663 [ 199 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 10996 | 2024.12.21 01:22:58.189994 [ 199 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 10997 | 2024.12.21 01:22:58.191465 [ 285 ] {ad8a3e04-e8c2-4193-9d09-d8d1502e156b} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10998 | 2024.12.21 01:22:58.191514 [ 285 ] {ad8a3e04-e8c2-4193-9d09-d8d1502e156b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 10999 | 2024.12.21 01:22:58.191833 [ 194 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003619961 sec., 19337.22490380421 rows/sec., 1.43 MiB/sec. | ||
| 11000 | 2024.12.21 01:22:58.192085 [ 194 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11001 | 2024.12.21 01:22:58.192302 [ 285 ] {ad8a3e04-e8c2-4193-9d09-d8d1502e156b} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11002 | 2024.12.21 01:22:58.192570 [ 194 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_37_9} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11003 | 2024.12.21 01:22:58.192729 [ 194 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_37_9} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11004 | 2024.12.21 01:22:58.192743 [ 285 ] {ad8a3e04-e8c2-4193-9d09-d8d1502e156b} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11005 | 2024.12.21 01:22:58.192904 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11006 | 2024.12.21 01:22:58.193109 [ 285 ] {ad8a3e04-e8c2-4193-9d09-d8d1502e156b} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.004487 sec., 48807.66659237799 rows/sec., 4.25 MiB/sec. | ||
| 11007 | 2024.12.21 01:22:58.193182 [ 285 ] {ad8a3e04-e8c2-4193-9d09-d8d1502e156b} <Debug> TCPHandler: Processed in 0.004838091 sec. | ||
| 11008 | 2024.12.21 01:22:58.193391 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11009 | 2024.12.21 01:22:58.193518 [ 287 ] {63d86bba-3b2a-4878-abb6-8e0b355ed9a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11010 | 2024.12.21 01:22:58.193573 [ 287 ] {63d86bba-3b2a-4878-abb6-8e0b355ed9a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11011 | 2024.12.21 01:22:58.194243 [ 287 ] {63d86bba-3b2a-4878-abb6-8e0b355ed9a3} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11012 | 2024.12.21 01:22:58.194285 [ 287 ] {63d86bba-3b2a-4878-abb6-8e0b355ed9a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 11013 | 2024.12.21 01:22:58.194673 [ 287 ] {63d86bba-3b2a-4878-abb6-8e0b355ed9a3} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11014 | 2024.12.21 01:22:58.194919 [ 287 ] {63d86bba-3b2a-4878-abb6-8e0b355ed9a3} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11015 | 2024.12.21 01:22:58.195158 [ 287 ] {63d86bba-3b2a-4878-abb6-8e0b355ed9a3} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001666 sec., 9003.60144057623 rows/sec., 634.82 KiB/sec. | ||
| 11016 | 2024.12.21 01:22:58.195240 [ 287 ] {63d86bba-3b2a-4878-abb6-8e0b355ed9a3} <Debug> TCPHandler: Processed in 0.001909812 sec. | ||
| 11017 | 2024.12.21 01:22:58.195471 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11018 | 2024.12.21 01:22:58.195629 [ 285 ] {17911113-40f0-4171-bb2a-257fe382454d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11019 | 2024.12.21 01:22:58.195691 [ 285 ] {17911113-40f0-4171-bb2a-257fe382454d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11020 | 2024.12.21 01:22:58.196353 [ 285 ] {17911113-40f0-4171-bb2a-257fe382454d} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11021 | 2024.12.21 01:22:58.196393 [ 285 ] {17911113-40f0-4171-bb2a-257fe382454d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 11022 | 2024.12.21 01:22:58.196781 [ 285 ] {17911113-40f0-4171-bb2a-257fe382454d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11023 | 2024.12.21 01:22:58.197033 [ 285 ] {17911113-40f0-4171-bb2a-257fe382454d} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11024 | 2024.12.21 01:22:58.197249 [ 285 ] {17911113-40f0-4171-bb2a-257fe382454d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001654 sec., 8464.328899637243 rows/sec., 592.79 KiB/sec. | ||
| 11025 | 2024.12.21 01:22:58.197305 [ 285 ] {17911113-40f0-4171-bb2a-257fe382454d} <Debug> TCPHandler: Processed in 0.001948273 sec. | ||
| 11026 | 2024.12.21 01:22:58.197453 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11027 | 2024.12.21 01:22:58.197577 [ 287 ] {bbe64b26-5be4-4c7b-a175-8e0e066878b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11028 | 2024.12.21 01:22:58.197629 [ 287 ] {bbe64b26-5be4-4c7b-a175-8e0e066878b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11029 | 2024.12.21 01:22:58.198226 [ 287 ] {bbe64b26-5be4-4c7b-a175-8e0e066878b9} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11030 | 2024.12.21 01:22:58.198266 [ 287 ] {bbe64b26-5be4-4c7b-a175-8e0e066878b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 11031 | 2024.12.21 01:22:58.198642 [ 287 ] {bbe64b26-5be4-4c7b-a175-8e0e066878b9} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11032 | 2024.12.21 01:22:58.198902 [ 287 ] {bbe64b26-5be4-4c7b-a175-8e0e066878b9} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11033 | 2024.12.21 01:22:58.199066 [ 84 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11034 | 2024.12.21 01:22:58.199126 [ 84 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11035 | 2024.12.21 01:22:58.199161 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 11036 | 2024.12.21 01:22:58.199169 [ 287 ] {bbe64b26-5be4-4c7b-a175-8e0e066878b9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00161 sec., 8074.534161490683 rows/sec., 503.45 KiB/sec. | ||
| 11037 | 2024.12.21 01:22:58.199461 [ 287 ] {bbe64b26-5be4-4c7b-a175-8e0e066878b9} <Debug> TCPHandler: Processed in 0.002056075 sec. | ||
| 11038 | 2024.12.21 01:22:58.199518 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 11039 | 2024.12.21 01:22:58.199772 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11040 | 2024.12.21 01:22:58.200024 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11041 | 2024.12.21 01:22:58.200111 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 13 rows starting from the beginning of the part | ||
| 11042 | 2024.12.21 01:22:58.200113 [ 285 ] {cd10a8e6-e514-41a2-a65a-55f8a9ce47b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11043 | 2024.12.21 01:22:58.200247 [ 285 ] {cd10a8e6-e514-41a2-a65a-55f8a9ce47b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11044 | 2024.12.21 01:22:58.200327 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part | ||
| 11045 | 2024.12.21 01:22:58.200740 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part | ||
| 11046 | 2024.12.21 01:22:58.201071 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part | ||
| 11047 | 2024.12.21 01:22:58.201464 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part | ||
| 11048 | 2024.12.21 01:22:58.203101 [ 285 ] {cd10a8e6-e514-41a2-a65a-55f8a9ce47b5} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11049 | 2024.12.21 01:22:58.203152 [ 285 ] {cd10a8e6-e514-41a2-a65a-55f8a9ce47b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 11050 | 2024.12.21 01:22:58.203364 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.0041086 sec., 15820.474127440006 rows/sec., 1.02 MiB/sec. | ||
| 11051 | 2024.12.21 01:22:58.203601 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11052 | 2024.12.21 01:22:58.203922 [ 285 ] {cd10a8e6-e514-41a2-a65a-55f8a9ce47b5} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11053 | 2024.12.21 01:22:58.204140 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_37_9} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11054 | 2024.12.21 01:22:58.204323 [ 194 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_37_9} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11055 | 2024.12.21 01:22:58.204377 [ 285 ] {cd10a8e6-e514-41a2-a65a-55f8a9ce47b5} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11056 | 2024.12.21 01:22:58.204483 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11057 | 2024.12.21 01:22:58.204706 [ 285 ] {cd10a8e6-e514-41a2-a65a-55f8a9ce47b5} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.004689 sec., 83173.38451695458 rows/sec., 5.90 MiB/sec. | ||
| 11058 | 2024.12.21 01:22:58.204784 [ 285 ] {cd10a8e6-e514-41a2-a65a-55f8a9ce47b5} <Debug> TCPHandler: Processed in 0.005205548 sec. | ||
| 11059 | 2024.12.21 01:22:58.205048 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11060 | 2024.12.21 01:22:58.205208 [ 287 ] {e7e16e14-24d0-474f-a431-6cc726d0c0e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11061 | 2024.12.21 01:22:58.205269 [ 287 ] {e7e16e14-24d0-474f-a431-6cc726d0c0e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11062 | 2024.12.21 01:22:58.205840 [ 287 ] {e7e16e14-24d0-474f-a431-6cc726d0c0e6} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11063 | 2024.12.21 01:22:58.205886 [ 287 ] {e7e16e14-24d0-474f-a431-6cc726d0c0e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 11064 | 2024.12.21 01:22:58.206314 [ 287 ] {e7e16e14-24d0-474f-a431-6cc726d0c0e6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11065 | 2024.12.21 01:22:58.206562 [ 287 ] {e7e16e14-24d0-474f-a431-6cc726d0c0e6} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11066 | 2024.12.21 01:22:58.206782 [ 287 ] {e7e16e14-24d0-474f-a431-6cc726d0c0e6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001607 sec., 3733.66521468575 rows/sec., 195.07 KiB/sec. | ||
| 11067 | 2024.12.21 01:22:58.206832 [ 287 ] {e7e16e14-24d0-474f-a431-6cc726d0c0e6} <Debug> TCPHandler: Processed in 0.001908832 sec. | ||
| 11068 | 2024.12.21 01:22:58.206978 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11069 | 2024.12.21 01:22:58.207103 [ 285 ] {6744a0b5-f3e2-4177-9bf7-edacac8bc2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11070 | 2024.12.21 01:22:58.207162 [ 285 ] {6744a0b5-f3e2-4177-9bf7-edacac8bc2c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11071 | 2024.12.21 01:22:58.207874 [ 285 ] {6744a0b5-f3e2-4177-9bf7-edacac8bc2c1} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11072 | 2024.12.21 01:22:58.207922 [ 285 ] {6744a0b5-f3e2-4177-9bf7-edacac8bc2c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 11073 | 2024.12.21 01:22:58.208371 [ 285 ] {6744a0b5-f3e2-4177-9bf7-edacac8bc2c1} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11074 | 2024.12.21 01:22:58.208627 [ 285 ] {6744a0b5-f3e2-4177-9bf7-edacac8bc2c1} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11075 | 2024.12.21 01:22:58.208841 [ 285 ] {6744a0b5-f3e2-4177-9bf7-edacac8bc2c1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001763 sec., 134429.9489506523 rows/sec., 9.01 MiB/sec. | ||
| 11076 | 2024.12.21 01:22:58.208893 [ 285 ] {6744a0b5-f3e2-4177-9bf7-edacac8bc2c1} <Debug> TCPHandler: Processed in 0.001971093 sec. | ||
| 11077 | 2024.12.21 01:22:58.209040 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11078 | 2024.12.21 01:22:58.209173 [ 287 ] {94c30016-3e4e-4ca8-b32d-5a2659a965ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11079 | 2024.12.21 01:22:58.209267 [ 287 ] {94c30016-3e4e-4ca8-b32d-5a2659a965ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11080 | 2024.12.21 01:22:58.210623 [ 287 ] {94c30016-3e4e-4ca8-b32d-5a2659a965ef} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11081 | 2024.12.21 01:22:58.210699 [ 287 ] {94c30016-3e4e-4ca8-b32d-5a2659a965ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 11082 | 2024.12.21 01:22:58.211106 [ 287 ] {94c30016-3e4e-4ca8-b32d-5a2659a965ef} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11083 | 2024.12.21 01:22:58.211351 [ 287 ] {94c30016-3e4e-4ca8-b32d-5a2659a965ef} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11084 | 2024.12.21 01:22:58.211600 [ 287 ] {94c30016-3e4e-4ca8-b32d-5a2659a965ef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002462 sec., 406.17384240454913 rows/sec., 27.37 KiB/sec. | ||
| 11085 | 2024.12.21 01:22:58.211802 [ 287 ] {94c30016-3e4e-4ca8-b32d-5a2659a965ef} <Debug> TCPHandler: Processed in 0.002809108 sec. | ||
| 11086 | 2024.12.21 01:22:58.212028 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11087 | 2024.12.21 01:22:58.212160 [ 285 ] {4922d2e7-b501-4fd0-8e3a-79a539d06996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11088 | 2024.12.21 01:22:58.212247 [ 285 ] {4922d2e7-b501-4fd0-8e3a-79a539d06996} <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 | ||
| 11089 | 2024.12.21 01:22:58.213474 [ 285 ] {4922d2e7-b501-4fd0-8e3a-79a539d06996} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11090 | 2024.12.21 01:22:58.213514 [ 285 ] {4922d2e7-b501-4fd0-8e3a-79a539d06996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 11091 | 2024.12.21 01:22:58.214137 [ 285 ] {4922d2e7-b501-4fd0-8e3a-79a539d06996} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11092 | 2024.12.21 01:22:58.214406 [ 285 ] {4922d2e7-b501-4fd0-8e3a-79a539d06996} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11093 | 2024.12.21 01:22:58.214650 [ 285 ] {4922d2e7-b501-4fd0-8e3a-79a539d06996} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00252 sec., 3174.6031746031745 rows/sec., 5.69 MiB/sec. | ||
| 11094 | 2024.12.21 01:22:58.214745 [ 285 ] {4922d2e7-b501-4fd0-8e3a-79a539d06996} <Debug> TCPHandler: Processed in 0.002829967 sec. | ||
| 11095 | 2024.12.21 01:22:58.214905 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11096 | 2024.12.21 01:22:58.215046 [ 287 ] {91b50693-ee36-437a-84e3-a79867f1f259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11097 | 2024.12.21 01:22:58.215106 [ 287 ] {91b50693-ee36-437a-84e3-a79867f1f259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11098 | 2024.12.21 01:22:58.215628 [ 287 ] {91b50693-ee36-437a-84e3-a79867f1f259} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11099 | 2024.12.21 01:22:58.215669 [ 287 ] {91b50693-ee36-437a-84e3-a79867f1f259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 11100 | 2024.12.21 01:22:58.216059 [ 287 ] {91b50693-ee36-437a-84e3-a79867f1f259} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11101 | 2024.12.21 01:22:58.216332 [ 287 ] {91b50693-ee36-437a-84e3-a79867f1f259} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11102 | 2024.12.21 01:22:58.216537 [ 287 ] {91b50693-ee36-437a-84e3-a79867f1f259} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001523 sec., 53841.103086014446 rows/sec., 3.42 MiB/sec. | ||
| 11103 | 2024.12.21 01:22:58.216587 [ 287 ] {91b50693-ee36-437a-84e3-a79867f1f259} <Debug> TCPHandler: Processed in 0.001751299 sec. | ||
| 11104 | 2024.12.21 01:23:01.487637 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
| 11105 | 2024.12.21 01:23:01.488401 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11106 | 2024.12.21 01:23:01.488448 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 11107 | 2024.12.21 01:23:01.488983 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11108 | 2024.12.21 01:23:01.489243 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11109 | 2024.12.21 01:23:01.489502 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
| 11110 | 2024.12.21 01:23:03.182589 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11111 | 2024.12.21 01:23:03.182809 [ 287 ] {9e29c17f-c646-441d-aec9-e02323f7e3a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11112 | 2024.12.21 01:23:03.182895 [ 287 ] {9e29c17f-c646-441d-aec9-e02323f7e3a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11113 | 2024.12.21 01:23:03.183708 [ 287 ] {9e29c17f-c646-441d-aec9-e02323f7e3a9} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11114 | 2024.12.21 01:23:03.183760 [ 287 ] {9e29c17f-c646-441d-aec9-e02323f7e3a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 11115 | 2024.12.21 01:23:03.184212 [ 287 ] {9e29c17f-c646-441d-aec9-e02323f7e3a9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 11116 | 2024.12.21 01:23:03.184475 [ 287 ] {9e29c17f-c646-441d-aec9-e02323f7e3a9} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11117 | 2024.12.21 01:23:03.184705 [ 287 ] {9e29c17f-c646-441d-aec9-e02323f7e3a9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001952 sec., 1024.5901639344263 rows/sec., 83.55 KiB/sec. | ||
| 11118 | 2024.12.21 01:23:03.184904 [ 287 ] {9e29c17f-c646-441d-aec9-e02323f7e3a9} <Debug> TCPHandler: Processed in 0.002458372 sec. | ||
| 11119 | 2024.12.21 01:23:03.185265 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11120 | 2024.12.21 01:23:03.185518 [ 285 ] {33021d15-12c6-40a7-963e-aa2c3e0e5d65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11121 | 2024.12.21 01:23:03.185605 [ 285 ] {33021d15-12c6-40a7-963e-aa2c3e0e5d65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11122 | 2024.12.21 01:23:03.186535 [ 285 ] {33021d15-12c6-40a7-963e-aa2c3e0e5d65} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11123 | 2024.12.21 01:23:03.186592 [ 285 ] {33021d15-12c6-40a7-963e-aa2c3e0e5d65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 11124 | 2024.12.21 01:23:03.187062 [ 285 ] {33021d15-12c6-40a7-963e-aa2c3e0e5d65} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11125 | 2024.12.21 01:23:03.187339 [ 285 ] {33021d15-12c6-40a7-963e-aa2c3e0e5d65} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11126 | 2024.12.21 01:23:03.187604 [ 285 ] {33021d15-12c6-40a7-963e-aa2c3e0e5d65} <Debug> executeQuery: Read 125 rows, 10.86 KiB in 0.002144 sec., 58302.23880597015 rows/sec., 4.94 MiB/sec. | ||
| 11127 | 2024.12.21 01:23:03.187680 [ 285 ] {33021d15-12c6-40a7-963e-aa2c3e0e5d65} <Debug> TCPHandler: Processed in 0.002608644 sec. | ||
| 11128 | 2024.12.21 01:23:03.187856 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11129 | 2024.12.21 01:23:03.187994 [ 287 ] {aabd4384-3beb-4e58-bb6c-77b09c649a60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11130 | 2024.12.21 01:23:03.188051 [ 287 ] {aabd4384-3beb-4e58-bb6c-77b09c649a60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11131 | 2024.12.21 01:23:03.188684 [ 287 ] {aabd4384-3beb-4e58-bb6c-77b09c649a60} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11132 | 2024.12.21 01:23:03.188725 [ 287 ] {aabd4384-3beb-4e58-bb6c-77b09c649a60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 11133 | 2024.12.21 01:23:03.189121 [ 287 ] {aabd4384-3beb-4e58-bb6c-77b09c649a60} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11134 | 2024.12.21 01:23:03.189374 [ 287 ] {aabd4384-3beb-4e58-bb6c-77b09c649a60} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11135 | 2024.12.21 01:23:03.189563 [ 287 ] {aabd4384-3beb-4e58-bb6c-77b09c649a60} <Debug> executeQuery: Read 36 rows, 2.70 KiB in 0.0016 sec., 22500 rows/sec., 1.65 MiB/sec. | ||
| 11136 | 2024.12.21 01:23:03.189630 [ 287 ] {aabd4384-3beb-4e58-bb6c-77b09c649a60} <Debug> TCPHandler: Processed in 0.001837511 sec. | ||
| 11137 | 2024.12.21 01:23:03.189795 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11138 | 2024.12.21 01:23:03.189932 [ 285 ] {6d3b75ad-690e-4a99-824a-f41469e19a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11139 | 2024.12.21 01:23:03.189988 [ 285 ] {6d3b75ad-690e-4a99-824a-f41469e19a95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11140 | 2024.12.21 01:23:03.190662 [ 285 ] {6d3b75ad-690e-4a99-824a-f41469e19a95} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11141 | 2024.12.21 01:23:03.190707 [ 285 ] {6d3b75ad-690e-4a99-824a-f41469e19a95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 11142 | 2024.12.21 01:23:03.191108 [ 285 ] {6d3b75ad-690e-4a99-824a-f41469e19a95} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11143 | 2024.12.21 01:23:03.191370 [ 285 ] {6d3b75ad-690e-4a99-824a-f41469e19a95} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11144 | 2024.12.21 01:23:03.191591 [ 285 ] {6d3b75ad-690e-4a99-824a-f41469e19a95} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001689 sec., 59206.631142687984 rows/sec., 4.63 MiB/sec. | ||
| 11145 | 2024.12.21 01:23:03.191652 [ 285 ] {6d3b75ad-690e-4a99-824a-f41469e19a95} <Debug> TCPHandler: Processed in 0.001919322 sec. | ||
| 11146 | 2024.12.21 01:23:03.191831 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11147 | 2024.12.21 01:23:03.191979 [ 287 ] {b7e2e95d-fd44-48ba-ae36-1ab8040c7401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11148 | 2024.12.21 01:23:03.192051 [ 287 ] {b7e2e95d-fd44-48ba-ae36-1ab8040c7401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11149 | 2024.12.21 01:23:03.192688 [ 287 ] {b7e2e95d-fd44-48ba-ae36-1ab8040c7401} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11150 | 2024.12.21 01:23:03.192727 [ 287 ] {b7e2e95d-fd44-48ba-ae36-1ab8040c7401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 11151 | 2024.12.21 01:23:03.193143 [ 287 ] {b7e2e95d-fd44-48ba-ae36-1ab8040c7401} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11152 | 2024.12.21 01:23:03.193391 [ 287 ] {b7e2e95d-fd44-48ba-ae36-1ab8040c7401} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11153 | 2024.12.21 01:23:03.193576 [ 287 ] {b7e2e95d-fd44-48ba-ae36-1ab8040c7401} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001634 sec., 98531.211750306 rows/sec., 6.86 MiB/sec. | ||
| 11154 | 2024.12.21 01:23:03.193632 [ 287 ] {b7e2e95d-fd44-48ba-ae36-1ab8040c7401} <Debug> TCPHandler: Processed in 0.001870592 sec. | ||
| 11155 | 2024.12.21 01:23:03.193795 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11156 | 2024.12.21 01:23:03.193941 [ 285 ] {05f750fa-e3d6-4d49-a9ef-519fa6a497d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11157 | 2024.12.21 01:23:03.194039 [ 285 ] {05f750fa-e3d6-4d49-a9ef-519fa6a497d4} <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 | ||
| 11158 | 2024.12.21 01:23:03.195295 [ 285 ] {05f750fa-e3d6-4d49-a9ef-519fa6a497d4} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11159 | 2024.12.21 01:23:03.195338 [ 285 ] {05f750fa-e3d6-4d49-a9ef-519fa6a497d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 11160 | 2024.12.21 01:23:03.196020 [ 285 ] {05f750fa-e3d6-4d49-a9ef-519fa6a497d4} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11161 | 2024.12.21 01:23:03.196293 [ 285 ] {05f750fa-e3d6-4d49-a9ef-519fa6a497d4} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11162 | 2024.12.21 01:23:03.196578 [ 285 ] {05f750fa-e3d6-4d49-a9ef-519fa6a497d4} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002665 sec., 12757.97373358349 rows/sec., 22.86 MiB/sec. | ||
| 11163 | 2024.12.21 01:23:03.196849 [ 285 ] {05f750fa-e3d6-4d49-a9ef-519fa6a497d4} <Debug> TCPHandler: Processed in 0.003119913 sec. | ||
| 11164 | 2024.12.21 01:23:03.197139 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11165 | 2024.12.21 01:23:03.197321 [ 287 ] {825b0224-6162-4dec-bac4-dea7a3d912a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11166 | 2024.12.21 01:23:03.197374 [ 287 ] {825b0224-6162-4dec-bac4-dea7a3d912a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11167 | 2024.12.21 01:23:03.197882 [ 287 ] {825b0224-6162-4dec-bac4-dea7a3d912a0} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11168 | 2024.12.21 01:23:03.197921 [ 287 ] {825b0224-6162-4dec-bac4-dea7a3d912a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 11169 | 2024.12.21 01:23:03.198325 [ 287 ] {825b0224-6162-4dec-bac4-dea7a3d912a0} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11170 | 2024.12.21 01:23:03.198566 [ 287 ] {825b0224-6162-4dec-bac4-dea7a3d912a0} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11171 | 2024.12.21 01:23:03.198761 [ 287 ] {825b0224-6162-4dec-bac4-dea7a3d912a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001469 sec., 40844.11164057181 rows/sec., 2.75 MiB/sec. | ||
| 11172 | 2024.12.21 01:23:03.198863 [ 287 ] {825b0224-6162-4dec-bac4-dea7a3d912a0} <Debug> TCPHandler: Processed in 0.001889082 sec. | ||
| 11173 | 2024.12.21 01:23:03.202390 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 11174 | 2024.12.21 01:23:03.223640 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11175 | 2024.12.21 01:23:03.223686 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 11176 | 2024.12.21 01:23:03.230953 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11177 | 2024.12.21 01:23:03.231736 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11178 | 2024.12.21 01:23:03.234417 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 11179 | 2024.12.21 01:23:04.000165 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 241.61 MiB, peak 248.93 MiB, free memory in arenas 0.00 B, will set to 240.57 MiB (RSS), difference: -1.03 MiB | ||
| 11180 | 2024.12.21 01:23:04.172606 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1586 | ||
| 11181 | 2024.12.21 01:23:04.175968 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11182 | 2024.12.21 01:23:04.176034 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11183 | 2024.12.21 01:23:04.177508 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11184 | 2024.12.21 01:23:04.177813 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11185 | 2024.12.21 01:23:04.178370 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1586 | ||
| 11186 | 2024.12.21 01:23:08.185510 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11187 | 2024.12.21 01:23:08.185825 [ 287 ] {7d730e2e-c612-47be-b96e-e73e7b3e3de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11188 | 2024.12.21 01:23:08.185940 [ 287 ] {7d730e2e-c612-47be-b96e-e73e7b3e3de2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11189 | 2024.12.21 01:23:08.186912 [ 287 ] {7d730e2e-c612-47be-b96e-e73e7b3e3de2} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11190 | 2024.12.21 01:23:08.186955 [ 287 ] {7d730e2e-c612-47be-b96e-e73e7b3e3de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11191 | 2024.12.21 01:23:08.187389 [ 287 ] {7d730e2e-c612-47be-b96e-e73e7b3e3de2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11192 | 2024.12.21 01:23:08.187639 [ 287 ] {7d730e2e-c612-47be-b96e-e73e7b3e3de2} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11193 | 2024.12.21 01:23:08.187845 [ 287 ] {7d730e2e-c612-47be-b96e-e73e7b3e3de2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002104 sec., 6653.9923954372625 rows/sec., 479.00 KiB/sec. | ||
| 11194 | 2024.12.21 01:23:08.187949 [ 287 ] {7d730e2e-c612-47be-b96e-e73e7b3e3de2} <Debug> TCPHandler: Processed in 0.002642054 sec. | ||
| 11195 | 2024.12.21 01:23:08.188295 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11196 | 2024.12.21 01:23:08.188567 [ 285 ] {33a7ced1-49b6-4ed8-933c-40dca9001fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11197 | 2024.12.21 01:23:08.188643 [ 285 ] {33a7ced1-49b6-4ed8-933c-40dca9001fbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11198 | 2024.12.21 01:23:08.189490 [ 285 ] {33a7ced1-49b6-4ed8-933c-40dca9001fbf} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11199 | 2024.12.21 01:23:08.189540 [ 285 ] {33a7ced1-49b6-4ed8-933c-40dca9001fbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11200 | 2024.12.21 01:23:08.190015 [ 285 ] {33a7ced1-49b6-4ed8-933c-40dca9001fbf} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11201 | 2024.12.21 01:23:08.190287 [ 285 ] {33a7ced1-49b6-4ed8-933c-40dca9001fbf} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11202 | 2024.12.21 01:23:08.190525 [ 285 ] {33a7ced1-49b6-4ed8-933c-40dca9001fbf} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.00201 sec., 108955.22388059701 rows/sec., 9.49 MiB/sec. | ||
| 11203 | 2024.12.21 01:23:08.190593 [ 285 ] {33a7ced1-49b6-4ed8-933c-40dca9001fbf} <Debug> TCPHandler: Processed in 0.002484872 sec. | ||
| 11204 | 2024.12.21 01:23:08.190756 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11205 | 2024.12.21 01:23:08.190896 [ 287 ] {e60d21f8-b50c-46ed-8cd0-ca1b5fae4fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11206 | 2024.12.21 01:23:08.190955 [ 287 ] {e60d21f8-b50c-46ed-8cd0-ca1b5fae4fba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11207 | 2024.12.21 01:23:08.191600 [ 287 ] {e60d21f8-b50c-46ed-8cd0-ca1b5fae4fba} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11208 | 2024.12.21 01:23:08.191638 [ 287 ] {e60d21f8-b50c-46ed-8cd0-ca1b5fae4fba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11209 | 2024.12.21 01:23:08.191989 [ 287 ] {e60d21f8-b50c-46ed-8cd0-ca1b5fae4fba} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11210 | 2024.12.21 01:23:08.192230 [ 287 ] {e60d21f8-b50c-46ed-8cd0-ca1b5fae4fba} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11211 | 2024.12.21 01:23:08.192401 [ 287 ] {e60d21f8-b50c-46ed-8cd0-ca1b5fae4fba} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001536 sec., 9765.625 rows/sec., 688.55 KiB/sec. | ||
| 11212 | 2024.12.21 01:23:08.192452 [ 287 ] {e60d21f8-b50c-46ed-8cd0-ca1b5fae4fba} <Debug> TCPHandler: Processed in 0.00176265 sec. | ||
| 11213 | 2024.12.21 01:23:08.192659 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11214 | 2024.12.21 01:23:08.192889 [ 285 ] {d235ca4d-41e2-46a5-a0cf-79d612f05aa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11215 | 2024.12.21 01:23:08.192985 [ 285 ] {d235ca4d-41e2-46a5-a0cf-79d612f05aa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11216 | 2024.12.21 01:23:08.193827 [ 285 ] {d235ca4d-41e2-46a5-a0cf-79d612f05aa6} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11217 | 2024.12.21 01:23:08.193870 [ 285 ] {d235ca4d-41e2-46a5-a0cf-79d612f05aa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11218 | 2024.12.21 01:23:08.194255 [ 285 ] {d235ca4d-41e2-46a5-a0cf-79d612f05aa6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11219 | 2024.12.21 01:23:08.194506 [ 285 ] {d235ca4d-41e2-46a5-a0cf-79d612f05aa6} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11220 | 2024.12.21 01:23:08.194679 [ 70 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 11221 | 2024.12.21 01:23:08.194755 [ 70 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11222 | 2024.12.21 01:23:08.194765 [ 285 ] {d235ca4d-41e2-46a5-a0cf-79d612f05aa6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001926 sec., 7268.95119418484 rows/sec., 509.07 KiB/sec. | ||
| 11223 | 2024.12.21 01:23:08.194795 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11224 | 2024.12.21 01:23:08.194913 [ 285 ] {d235ca4d-41e2-46a5-a0cf-79d612f05aa6} <Debug> TCPHandler: Processed in 0.00236254 sec. | ||
| 11225 | 2024.12.21 01:23:08.195025 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
| 11226 | 2024.12.21 01:23:08.195100 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11227 | 2024.12.21 01:23:08.195173 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11228 | 2024.12.21 01:23:08.195220 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 242 rows starting from the beginning of the part | ||
| 11229 | 2024.12.21 01:23:08.195228 [ 287 ] {16dc4712-e66c-40f8-ae8c-d03dab2c549c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11230 | 2024.12.21 01:23:08.195288 [ 287 ] {16dc4712-e66c-40f8-ae8c-d03dab2c549c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11231 | 2024.12.21 01:23:08.195347 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 11232 | 2024.12.21 01:23:08.195892 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 11233 | 2024.12.21 01:23:08.196126 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 242 rows starting from the beginning of the part | ||
| 11234 | 2024.12.21 01:23:08.196360 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 11235 | 2024.12.21 01:23:08.196585 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 11236 | 2024.12.21 01:23:08.197314 [ 287 ] {16dc4712-e66c-40f8-ae8c-d03dab2c549c} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11237 | 2024.12.21 01:23:08.197360 [ 287 ] {16dc4712-e66c-40f8-ae8c-d03dab2c549c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11238 | 2024.12.21 01:23:08.197917 [ 287 ] {16dc4712-e66c-40f8-ae8c-d03dab2c549c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11239 | 2024.12.21 01:23:08.198197 [ 193 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.003278195 sec., 164724.79519979746 rows/sec., 11.80 MiB/sec. | ||
| 11240 | 2024.12.21 01:23:08.198291 [ 287 ] {16dc4712-e66c-40f8-ae8c-d03dab2c549c} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11241 | 2024.12.21 01:23:08.198551 [ 193 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 11242 | 2024.12.21 01:23:08.198666 [ 287 ] {16dc4712-e66c-40f8-ae8c-d03dab2c549c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003442 sec., 3776.873910517141 rows/sec., 235.49 KiB/sec. | ||
| 11243 | 2024.12.21 01:23:08.198755 [ 287 ] {16dc4712-e66c-40f8-ae8c-d03dab2c549c} <Debug> TCPHandler: Processed in 0.003711232 sec. | ||
| 11244 | 2024.12.21 01:23:08.198929 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11245 | 2024.12.21 01:23:08.199067 [ 193 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_38_8} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11246 | 2024.12.21 01:23:08.199103 [ 285 ] {f9a3a7c0-f7f9-485b-8df6-445c8b39664a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11247 | 2024.12.21 01:23:08.199209 [ 285 ] {f9a3a7c0-f7f9-485b-8df6-445c8b39664a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11248 | 2024.12.21 01:23:08.199264 [ 193 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_38_8} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 11249 | 2024.12.21 01:23:08.199458 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 11250 | 2024.12.21 01:23:08.200116 [ 285 ] {f9a3a7c0-f7f9-485b-8df6-445c8b39664a} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11251 | 2024.12.21 01:23:08.200162 [ 285 ] {f9a3a7c0-f7f9-485b-8df6-445c8b39664a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11252 | 2024.12.21 01:23:08.200585 [ 285 ] {f9a3a7c0-f7f9-485b-8df6-445c8b39664a} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11253 | 2024.12.21 01:23:08.200845 [ 285 ] {f9a3a7c0-f7f9-485b-8df6-445c8b39664a} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11254 | 2024.12.21 01:23:08.201072 [ 285 ] {f9a3a7c0-f7f9-485b-8df6-445c8b39664a} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002014 sec., 193644.4885799404 rows/sec., 13.73 MiB/sec. | ||
| 11255 | 2024.12.21 01:23:08.201185 [ 285 ] {f9a3a7c0-f7f9-485b-8df6-445c8b39664a} <Debug> TCPHandler: Processed in 0.002324209 sec. | ||
| 11256 | 2024.12.21 01:23:08.201389 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11257 | 2024.12.21 01:23:08.201585 [ 287 ] {e7c94574-a802-4542-a74c-9814af2bb5da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11258 | 2024.12.21 01:23:08.201637 [ 287 ] {e7c94574-a802-4542-a74c-9814af2bb5da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11259 | 2024.12.21 01:23:08.202132 [ 287 ] {e7c94574-a802-4542-a74c-9814af2bb5da} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11260 | 2024.12.21 01:23:08.202170 [ 287 ] {e7c94574-a802-4542-a74c-9814af2bb5da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11261 | 2024.12.21 01:23:08.202544 [ 287 ] {e7c94574-a802-4542-a74c-9814af2bb5da} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11262 | 2024.12.21 01:23:08.202786 [ 287 ] {e7c94574-a802-4542-a74c-9814af2bb5da} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11263 | 2024.12.21 01:23:08.202925 [ 70 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 11264 | 2024.12.21 01:23:08.202970 [ 70 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11265 | 2024.12.21 01:23:08.202983 [ 287 ] {e7c94574-a802-4542-a74c-9814af2bb5da} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001438 sec., 4172.4617524339355 rows/sec., 217.99 KiB/sec. | ||
| 11266 | 2024.12.21 01:23:08.202998 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11267 | 2024.12.21 01:23:08.203074 [ 287 ] {e7c94574-a802-4542-a74c-9814af2bb5da} <Debug> TCPHandler: Processed in 0.00178965 sec. | ||
| 11268 | 2024.12.21 01:23:08.203357 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11269 | 2024.12.21 01:23:08.203546 [ 197 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
| 11270 | 2024.12.21 01:23:08.203815 [ 285 ] {8e79f6f0-9c03-4973-8e4b-6c0d95d1f0f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11271 | 2024.12.21 01:23:08.204051 [ 197 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11272 | 2024.12.21 01:23:08.204066 [ 285 ] {8e79f6f0-9c03-4973-8e4b-6c0d95d1f0f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11273 | 2024.12.21 01:23:08.204169 [ 197 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 198 rows starting from the beginning of the part | ||
| 11274 | 2024.12.21 01:23:08.204571 [ 197 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 11275 | 2024.12.21 01:23:08.204895 [ 197 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 11276 | 2024.12.21 01:23:08.205337 [ 197 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 11277 | 2024.12.21 01:23:08.205698 [ 197 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 11278 | 2024.12.21 01:23:08.206070 [ 197 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 11279 | 2024.12.21 01:23:08.207213 [ 285 ] {8e79f6f0-9c03-4973-8e4b-6c0d95d1f0f7} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11280 | 2024.12.21 01:23:08.207284 [ 285 ] {8e79f6f0-9c03-4973-8e4b-6c0d95d1f0f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11281 | 2024.12.21 01:23:08.208365 [ 285 ] {8e79f6f0-9c03-4973-8e4b-6c0d95d1f0f7} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11282 | 2024.12.21 01:23:08.208778 [ 197 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 4 columns (4 merged, 0 gathered) in 0.005663996 sec., 40254.265716289345 rows/sec., 2.05 MiB/sec. | ||
| 11283 | 2024.12.21 01:23:08.208937 [ 285 ] {8e79f6f0-9c03-4973-8e4b-6c0d95d1f0f7} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11284 | 2024.12.21 01:23:08.208981 [ 197 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 11285 | 2024.12.21 01:23:08.209364 [ 285 ] {8e79f6f0-9c03-4973-8e4b-6c0d95d1f0f7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005729 sec., 41368.47617385233 rows/sec., 2.77 MiB/sec. | ||
| 11286 | 2024.12.21 01:23:08.209517 [ 285 ] {8e79f6f0-9c03-4973-8e4b-6c0d95d1f0f7} <Debug> TCPHandler: Processed in 0.006332157 sec. | ||
| 11287 | 2024.12.21 01:23:08.209569 [ 197 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_38_8} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11288 | 2024.12.21 01:23:08.209725 [ 197 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_38_8} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 11289 | 2024.12.21 01:23:08.209739 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11290 | 2024.12.21 01:23:08.209847 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11291 | 2024.12.21 01:23:08.209943 [ 287 ] {5ad31978-f705-416f-98c9-ae9ffde88c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11292 | 2024.12.21 01:23:08.210008 [ 287 ] {5ad31978-f705-416f-98c9-ae9ffde88c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11293 | 2024.12.21 01:23:08.210542 [ 287 ] {5ad31978-f705-416f-98c9-ae9ffde88c1d} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11294 | 2024.12.21 01:23:08.210581 [ 287 ] {5ad31978-f705-416f-98c9-ae9ffde88c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11295 | 2024.12.21 01:23:08.210950 [ 287 ] {5ad31978-f705-416f-98c9-ae9ffde88c1d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11296 | 2024.12.21 01:23:08.211199 [ 287 ] {5ad31978-f705-416f-98c9-ae9ffde88c1d} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11297 | 2024.12.21 01:23:08.211377 [ 287 ] {5ad31978-f705-416f-98c9-ae9ffde88c1d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001472 sec., 679.3478260869565 rows/sec., 45.78 KiB/sec. | ||
| 11298 | 2024.12.21 01:23:08.211426 [ 287 ] {5ad31978-f705-416f-98c9-ae9ffde88c1d} <Debug> TCPHandler: Processed in 0.00179495 sec. | ||
| 11299 | 2024.12.21 01:23:08.211622 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11300 | 2024.12.21 01:23:08.211848 [ 285 ] {27f04225-6991-4208-83ea-66e867e30aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11301 | 2024.12.21 01:23:08.211992 [ 285 ] {27f04225-6991-4208-83ea-66e867e30aa4} <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 | ||
| 11302 | 2024.12.21 01:23:08.213333 [ 285 ] {27f04225-6991-4208-83ea-66e867e30aa4} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11303 | 2024.12.21 01:23:08.213373 [ 285 ] {27f04225-6991-4208-83ea-66e867e30aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11304 | 2024.12.21 01:23:08.214008 [ 285 ] {27f04225-6991-4208-83ea-66e867e30aa4} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11305 | 2024.12.21 01:23:08.214278 [ 285 ] {27f04225-6991-4208-83ea-66e867e30aa4} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11306 | 2024.12.21 01:23:08.214519 [ 285 ] {27f04225-6991-4208-83ea-66e867e30aa4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002726 sec., 2934.7028613352895 rows/sec., 5.26 MiB/sec. | ||
| 11307 | 2024.12.21 01:23:08.214613 [ 285 ] {27f04225-6991-4208-83ea-66e867e30aa4} <Debug> TCPHandler: Processed in 0.003100292 sec. | ||
| 11308 | 2024.12.21 01:23:08.214780 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11309 | 2024.12.21 01:23:08.214921 [ 287 ] {9904b229-7822-4c72-8aab-585cd2bcacfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11310 | 2024.12.21 01:23:08.214981 [ 287 ] {9904b229-7822-4c72-8aab-585cd2bcacfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11311 | 2024.12.21 01:23:08.215548 [ 287 ] {9904b229-7822-4c72-8aab-585cd2bcacfd} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11312 | 2024.12.21 01:23:08.215585 [ 287 ] {9904b229-7822-4c72-8aab-585cd2bcacfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11313 | 2024.12.21 01:23:08.215965 [ 287 ] {9904b229-7822-4c72-8aab-585cd2bcacfd} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11314 | 2024.12.21 01:23:08.216217 [ 287 ] {9904b229-7822-4c72-8aab-585cd2bcacfd} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11315 | 2024.12.21 01:23:08.216427 [ 287 ] {9904b229-7822-4c72-8aab-585cd2bcacfd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001534 sec., 53455.01955671447 rows/sec., 3.40 MiB/sec. | ||
| 11316 | 2024.12.21 01:23:08.216506 [ 287 ] {9904b229-7822-4c72-8aab-585cd2bcacfd} <Debug> TCPHandler: Processed in 0.001798501 sec. | ||
| 11317 | 2024.12.21 01:23:08.826015 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11318 | 2024.12.21 01:23:08.826110 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11319 | 2024.12.21 01:23:08.989652 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 | ||
| 11320 | 2024.12.21 01:23:08.990400 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11321 | 2024.12.21 01:23:08.990461 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11322 | 2024.12.21 01:23:08.991000 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11323 | 2024.12.21 01:23:08.991266 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11324 | 2024.12.21 01:23:08.991559 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 11325 | 2024.12.21 01:23:10.734487 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 11326 | 2024.12.21 01:23:10.755836 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11327 | 2024.12.21 01:23:10.755902 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11328 | 2024.12.21 01:23:10.763229 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11329 | 2024.12.21 01:23:10.764025 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11330 | 2024.12.21 01:23:10.766863 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 11331 | 2024.12.21 01:23:13.183832 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11332 | 2024.12.21 01:23:13.184027 [ 287 ] {362335f3-adcc-47a0-a057-00bd53437431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11333 | 2024.12.21 01:23:13.184102 [ 287 ] {362335f3-adcc-47a0-a057-00bd53437431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11334 | 2024.12.21 01:23:13.184977 [ 287 ] {362335f3-adcc-47a0-a057-00bd53437431} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11335 | 2024.12.21 01:23:13.185032 [ 287 ] {362335f3-adcc-47a0-a057-00bd53437431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11336 | 2024.12.21 01:23:13.185498 [ 287 ] {362335f3-adcc-47a0-a057-00bd53437431} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11337 | 2024.12.21 01:23:13.185761 [ 287 ] {362335f3-adcc-47a0-a057-00bd53437431} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11338 | 2024.12.21 01:23:13.185978 [ 287 ] {362335f3-adcc-47a0-a057-00bd53437431} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002004 sec., 61876.24750499002 rows/sec., 5.25 MiB/sec. | ||
| 11339 | 2024.12.21 01:23:13.186044 [ 287 ] {362335f3-adcc-47a0-a057-00bd53437431} <Debug> TCPHandler: Processed in 0.00235246 sec. | ||
| 11340 | 2024.12.21 01:23:13.186309 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11341 | 2024.12.21 01:23:13.186524 [ 285 ] {9a5b4a17-3343-4477-af39-a7704d531da2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11342 | 2024.12.21 01:23:13.186609 [ 285 ] {9a5b4a17-3343-4477-af39-a7704d531da2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11343 | 2024.12.21 01:23:13.187370 [ 285 ] {9a5b4a17-3343-4477-af39-a7704d531da2} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11344 | 2024.12.21 01:23:13.187421 [ 285 ] {9a5b4a17-3343-4477-af39-a7704d531da2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11345 | 2024.12.21 01:23:13.187887 [ 285 ] {9a5b4a17-3343-4477-af39-a7704d531da2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11346 | 2024.12.21 01:23:13.188164 [ 285 ] {9a5b4a17-3343-4477-af39-a7704d531da2} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11347 | 2024.12.21 01:23:13.188413 [ 285 ] {9a5b4a17-3343-4477-af39-a7704d531da2} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001945 sec., 17480.719794344473 rows/sec., 1.28 MiB/sec. | ||
| 11348 | 2024.12.21 01:23:13.188481 [ 285 ] {9a5b4a17-3343-4477-af39-a7704d531da2} <Debug> TCPHandler: Processed in 0.002311209 sec. | ||
| 11349 | 2024.12.21 01:23:13.188649 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11350 | 2024.12.21 01:23:13.188798 [ 287 ] {d166a135-7eb0-42a0-ac07-25426e7d2a7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11351 | 2024.12.21 01:23:13.188862 [ 287 ] {d166a135-7eb0-42a0-ac07-25426e7d2a7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11352 | 2024.12.21 01:23:13.189609 [ 287 ] {d166a135-7eb0-42a0-ac07-25426e7d2a7f} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11353 | 2024.12.21 01:23:13.189648 [ 287 ] {d166a135-7eb0-42a0-ac07-25426e7d2a7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11354 | 2024.12.21 01:23:13.190030 [ 287 ] {d166a135-7eb0-42a0-ac07-25426e7d2a7f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11355 | 2024.12.21 01:23:13.190274 [ 287 ] {d166a135-7eb0-42a0-ac07-25426e7d2a7f} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11356 | 2024.12.21 01:23:13.190473 [ 287 ] {d166a135-7eb0-42a0-ac07-25426e7d2a7f} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001706 sec., 57444.314185228606 rows/sec., 4.49 MiB/sec. | ||
| 11357 | 2024.12.21 01:23:13.190573 [ 287 ] {d166a135-7eb0-42a0-ac07-25426e7d2a7f} <Debug> TCPHandler: Processed in 0.001991554 sec. | ||
| 11358 | 2024.12.21 01:23:13.190834 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11359 | 2024.12.21 01:23:13.191111 [ 285 ] {f9cd3e4a-eea9-486b-ab5b-22b637cc0173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11360 | 2024.12.21 01:23:13.191216 [ 285 ] {f9cd3e4a-eea9-486b-ab5b-22b637cc0173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11361 | 2024.12.21 01:23:13.192014 [ 285 ] {f9cd3e4a-eea9-486b-ab5b-22b637cc0173} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11362 | 2024.12.21 01:23:13.192055 [ 285 ] {f9cd3e4a-eea9-486b-ab5b-22b637cc0173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11363 | 2024.12.21 01:23:13.192475 [ 285 ] {f9cd3e4a-eea9-486b-ab5b-22b637cc0173} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11364 | 2024.12.21 01:23:13.192727 [ 285 ] {f9cd3e4a-eea9-486b-ab5b-22b637cc0173} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11365 | 2024.12.21 01:23:13.192951 [ 285 ] {f9cd3e4a-eea9-486b-ab5b-22b637cc0173} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001908 sec., 83857.4423480084 rows/sec., 5.84 MiB/sec. | ||
| 11366 | 2024.12.21 01:23:13.193007 [ 285 ] {f9cd3e4a-eea9-486b-ab5b-22b637cc0173} <Debug> TCPHandler: Processed in 0.002340529 sec. | ||
| 11367 | 2024.12.21 01:23:13.193182 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11368 | 2024.12.21 01:23:13.193304 [ 287 ] {cbbc2f39-39ee-4825-9995-81ff2f4a7c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11369 | 2024.12.21 01:23:13.193389 [ 287 ] {cbbc2f39-39ee-4825-9995-81ff2f4a7c89} <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 | ||
| 11370 | 2024.12.21 01:23:13.194627 [ 287 ] {cbbc2f39-39ee-4825-9995-81ff2f4a7c89} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11371 | 2024.12.21 01:23:13.194666 [ 287 ] {cbbc2f39-39ee-4825-9995-81ff2f4a7c89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11372 | 2024.12.21 01:23:13.195337 [ 287 ] {cbbc2f39-39ee-4825-9995-81ff2f4a7c89} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11373 | 2024.12.21 01:23:13.195618 [ 287 ] {cbbc2f39-39ee-4825-9995-81ff2f4a7c89} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11374 | 2024.12.21 01:23:13.195852 [ 287 ] {cbbc2f39-39ee-4825-9995-81ff2f4a7c89} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002574 sec., 13209.01320901321 rows/sec., 23.67 MiB/sec. | ||
| 11375 | 2024.12.21 01:23:13.196033 [ 287 ] {cbbc2f39-39ee-4825-9995-81ff2f4a7c89} <Debug> TCPHandler: Processed in 0.002909419 sec. | ||
| 11376 | 2024.12.21 01:23:13.196294 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11377 | 2024.12.21 01:23:13.196632 [ 285 ] {24c25d17-f143-4aba-94a3-24501a94a474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11378 | 2024.12.21 01:23:13.196770 [ 285 ] {24c25d17-f143-4aba-94a3-24501a94a474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11379 | 2024.12.21 01:23:13.197347 [ 285 ] {24c25d17-f143-4aba-94a3-24501a94a474} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11380 | 2024.12.21 01:23:13.197388 [ 285 ] {24c25d17-f143-4aba-94a3-24501a94a474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11381 | 2024.12.21 01:23:13.197784 [ 285 ] {24c25d17-f143-4aba-94a3-24501a94a474} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11382 | 2024.12.21 01:23:13.198032 [ 285 ] {24c25d17-f143-4aba-94a3-24501a94a474} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11383 | 2024.12.21 01:23:13.198245 [ 285 ] {24c25d17-f143-4aba-94a3-24501a94a474} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001733 sec., 34622.042700519334 rows/sec., 2.33 MiB/sec. | ||
| 11384 | 2024.12.21 01:23:13.198299 [ 285 ] {24c25d17-f143-4aba-94a3-24501a94a474} <Debug> TCPHandler: Processed in 0.002158666 sec. | ||
| 11385 | 2024.12.21 01:23:13.470491 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11386 | 2024.12.21 01:23:13.470711 [ 287 ] {a8c37bdb-c0a9-4b7a-bdd5-0c1a64c33301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11387 | 2024.12.21 01:23:13.470797 [ 287 ] {a8c37bdb-c0a9-4b7a-bdd5-0c1a64c33301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11388 | 2024.12.21 01:23:13.471692 [ 287 ] {a8c37bdb-c0a9-4b7a-bdd5-0c1a64c33301} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11389 | 2024.12.21 01:23:13.471742 [ 287 ] {a8c37bdb-c0a9-4b7a-bdd5-0c1a64c33301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11390 | 2024.12.21 01:23:13.472208 [ 287 ] {a8c37bdb-c0a9-4b7a-bdd5-0c1a64c33301} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11391 | 2024.12.21 01:23:13.472479 [ 287 ] {a8c37bdb-c0a9-4b7a-bdd5-0c1a64c33301} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11392 | 2024.12.21 01:23:13.472709 [ 287 ] {a8c37bdb-c0a9-4b7a-bdd5-0c1a64c33301} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002058 sec., 6802.721088435374 rows/sec., 489.70 KiB/sec. | ||
| 11393 | 2024.12.21 01:23:13.472780 [ 287 ] {a8c37bdb-c0a9-4b7a-bdd5-0c1a64c33301} <Debug> TCPHandler: Processed in 0.002442191 sec. | ||
| 11394 | 2024.12.21 01:23:13.473029 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11395 | 2024.12.21 01:23:13.473248 [ 285 ] {730071a2-a045-42f0-ac0f-8c5857546a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11396 | 2024.12.21 01:23:13.473334 [ 285 ] {730071a2-a045-42f0-ac0f-8c5857546a5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11397 | 2024.12.21 01:23:13.474690 [ 285 ] {730071a2-a045-42f0-ac0f-8c5857546a5d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11398 | 2024.12.21 01:23:13.474745 [ 285 ] {730071a2-a045-42f0-ac0f-8c5857546a5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11399 | 2024.12.21 01:23:13.475280 [ 285 ] {730071a2-a045-42f0-ac0f-8c5857546a5d} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11400 | 2024.12.21 01:23:13.475570 [ 285 ] {730071a2-a045-42f0-ac0f-8c5857546a5d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11401 | 2024.12.21 01:23:13.475760 [ 58 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11402 | 2024.12.21 01:23:13.475820 [ 58 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11403 | 2024.12.21 01:23:13.475843 [ 285 ] {730071a2-a045-42f0-ac0f-8c5857546a5d} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.002641 sec., 514577.81143506244 rows/sec., 42.76 MiB/sec. | ||
| 11404 | 2024.12.21 01:23:13.475854 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11405 | 2024.12.21 01:23:13.476016 [ 285 ] {730071a2-a045-42f0-ac0f-8c5857546a5d} <Debug> TCPHandler: Processed in 0.003114143 sec. | ||
| 11406 | 2024.12.21 01:23:13.476121 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11407 | 2024.12.21 01:23:13.476225 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11408 | 2024.12.21 01:23:13.476419 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11409 | 2024.12.21 01:23:13.476445 [ 287 ] {74ff9feb-5c36-44dd-8062-707fffa9794a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11410 | 2024.12.21 01:23:13.476501 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1436 rows starting from the beginning of the part | ||
| 11411 | 2024.12.21 01:23:13.476540 [ 287 ] {74ff9feb-5c36-44dd-8062-707fffa9794a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11412 | 2024.12.21 01:23:13.476787 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 219 rows starting from the beginning of the part | ||
| 11413 | 2024.12.21 01:23:13.477192 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 125 rows starting from the beginning of the part | ||
| 11414 | 2024.12.21 01:23:13.477498 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 219 rows starting from the beginning of the part | ||
| 11415 | 2024.12.21 01:23:13.477938 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 124 rows starting from the beginning of the part | ||
| 11416 | 2024.12.21 01:23:13.478284 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1359 rows starting from the beginning of the part | ||
| 11417 | 2024.12.21 01:23:13.479669 [ 287 ] {74ff9feb-5c36-44dd-8062-707fffa9794a} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11418 | 2024.12.21 01:23:13.479723 [ 287 ] {74ff9feb-5c36-44dd-8062-707fffa9794a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11419 | 2024.12.21 01:23:13.480664 [ 287 ] {74ff9feb-5c36-44dd-8062-707fffa9794a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11420 | 2024.12.21 01:23:13.481113 [ 287 ] {74ff9feb-5c36-44dd-8062-707fffa9794a} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11421 | 2024.12.21 01:23:13.481283 [ 58 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11422 | 2024.12.21 01:23:13.481325 [ 58 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11423 | 2024.12.21 01:23:13.481375 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11424 | 2024.12.21 01:23:13.481378 [ 287 ] {74ff9feb-5c36-44dd-8062-707fffa9794a} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.004986 sec., 3008.4235860409144 rows/sec., 212.12 KiB/sec. | ||
| 11425 | 2024.12.21 01:23:13.481717 [ 287 ] {74ff9feb-5c36-44dd-8062-707fffa9794a} <Debug> TCPHandler: Processed in 0.005576134 sec. | ||
| 11426 | 2024.12.21 01:23:13.481829 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 11427 | 2024.12.21 01:23:13.482098 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11428 | 2024.12.21 01:23:13.482398 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11429 | 2024.12.21 01:23:13.482488 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 67 rows starting from the beginning of the part | ||
| 11430 | 2024.12.21 01:23:13.482503 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3482 rows, containing 5 columns (5 merged, 0 gathered) in 0.006483889 sec., 537023.3821091015 rows/sec., 47.09 MiB/sec. | ||
| 11431 | 2024.12.21 01:23:13.482536 [ 285 ] {cd9f1642-4067-492f-9066-733bc1f86c3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11432 | 2024.12.21 01:23:13.482729 [ 285 ] {cd9f1642-4067-492f-9066-733bc1f86c3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11433 | 2024.12.21 01:23:13.482764 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 15 rows starting from the beginning of the part | ||
| 11434 | 2024.12.21 01:23:13.483141 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 36 rows starting from the beginning of the part | ||
| 11435 | 2024.12.21 01:23:13.483557 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 15 rows starting from the beginning of the part | ||
| 11436 | 2024.12.21 01:23:13.483948 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 34 rows starting from the beginning of the part | ||
| 11437 | 2024.12.21 01:23:13.484049 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11438 | 2024.12.21 01:23:13.484397 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 15 rows starting from the beginning of the part | ||
| 11439 | 2024.12.21 01:23:13.485998 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_91_18} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11440 | 2024.12.21 01:23:13.486544 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_91_18} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11441 | 2024.12.21 01:23:13.486931 [ 285 ] {cd9f1642-4067-492f-9066-733bc1f86c3f} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11442 | 2024.12.21 01:23:13.486924 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 11443 | 2024.12.21 01:23:13.487042 [ 285 ] {cd9f1642-4067-492f-9066-733bc1f86c3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11444 | 2024.12.21 01:23:13.488142 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 5 columns (5 merged, 0 gathered) in 0.006668153 sec., 27293.914821690505 rows/sec., 2.05 MiB/sec. | ||
| 11445 | 2024.12.21 01:23:13.488207 [ 285 ] {cd9f1642-4067-492f-9066-733bc1f86c3f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11446 | 2024.12.21 01:23:13.488325 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11447 | 2024.12.21 01:23:13.488688 [ 285 ] {cd9f1642-4067-492f-9066-733bc1f86c3f} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11448 | 2024.12.21 01:23:13.488859 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_76_15} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11449 | 2024.12.21 01:23:13.489231 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_76_15} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11450 | 2024.12.21 01:23:13.489264 [ 285 ] {cd9f1642-4067-492f-9066-733bc1f86c3f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.006812 sec., 35525.543159130946 rows/sec., 2.41 MiB/sec. | ||
| 11451 | 2024.12.21 01:23:13.489590 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11452 | 2024.12.21 01:23:13.489620 [ 285 ] {cd9f1642-4067-492f-9066-733bc1f86c3f} <Debug> TCPHandler: Processed in 0.007744491 sec. | ||
| 11453 | 2024.12.21 01:23:13.489858 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11454 | 2024.12.21 01:23:13.489981 [ 287 ] {135bdc7d-38af-4c10-99de-8ebf7ae1cba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11455 | 2024.12.21 01:23:13.490033 [ 287 ] {135bdc7d-38af-4c10-99de-8ebf7ae1cba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11456 | 2024.12.21 01:23:13.490640 [ 287 ] {135bdc7d-38af-4c10-99de-8ebf7ae1cba6} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11457 | 2024.12.21 01:23:13.490680 [ 287 ] {135bdc7d-38af-4c10-99de-8ebf7ae1cba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11458 | 2024.12.21 01:23:13.491062 [ 287 ] {135bdc7d-38af-4c10-99de-8ebf7ae1cba6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11459 | 2024.12.21 01:23:13.491323 [ 287 ] {135bdc7d-38af-4c10-99de-8ebf7ae1cba6} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11460 | 2024.12.21 01:23:13.491543 [ 287 ] {135bdc7d-38af-4c10-99de-8ebf7ae1cba6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001588 sec., 8186.39798488665 rows/sec., 510.42 KiB/sec. | ||
| 11461 | 2024.12.21 01:23:13.491596 [ 287 ] {135bdc7d-38af-4c10-99de-8ebf7ae1cba6} <Debug> TCPHandler: Processed in 0.001841191 sec. | ||
| 11462 | 2024.12.21 01:23:13.491742 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11463 | 2024.12.21 01:23:13.491888 [ 285 ] {0bb0d53d-c14a-46c8-be9b-13afa8a4ea54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11464 | 2024.12.21 01:23:13.491952 [ 285 ] {0bb0d53d-c14a-46c8-be9b-13afa8a4ea54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11465 | 2024.12.21 01:23:13.492992 [ 285 ] {0bb0d53d-c14a-46c8-be9b-13afa8a4ea54} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11466 | 2024.12.21 01:23:13.493033 [ 285 ] {0bb0d53d-c14a-46c8-be9b-13afa8a4ea54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11467 | 2024.12.21 01:23:13.493456 [ 285 ] {0bb0d53d-c14a-46c8-be9b-13afa8a4ea54} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11468 | 2024.12.21 01:23:13.493717 [ 285 ] {0bb0d53d-c14a-46c8-be9b-13afa8a4ea54} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11469 | 2024.12.21 01:23:13.493878 [ 59 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11470 | 2024.12.21 01:23:13.493918 [ 285 ] {0bb0d53d-c14a-46c8-be9b-13afa8a4ea54} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.002063 sec., 410082.40426563256 rows/sec., 29.64 MiB/sec. | ||
| 11471 | 2024.12.21 01:23:13.493928 [ 59 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11472 | 2024.12.21 01:23:13.493977 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11473 | 2024.12.21 01:23:13.493994 [ 285 ] {0bb0d53d-c14a-46c8-be9b-13afa8a4ea54} <Debug> TCPHandler: Processed in 0.002319119 sec. | ||
| 11474 | 2024.12.21 01:23:13.494216 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11475 | 2024.12.21 01:23:13.494234 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11476 | 2024.12.21 01:23:13.494457 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11477 | 2024.12.21 01:23:13.494475 [ 287 ] {3c3edf21-c37e-468c-bdc9-1d119a2b51fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11478 | 2024.12.21 01:23:13.494515 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 916 rows starting from the beginning of the part | ||
| 11479 | 2024.12.21 01:23:13.494582 [ 287 ] {3c3edf21-c37e-468c-bdc9-1d119a2b51fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11480 | 2024.12.21 01:23:13.494798 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 390 rows starting from the beginning of the part | ||
| 11481 | 2024.12.21 01:23:13.495219 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 100 rows starting from the beginning of the part | ||
| 11482 | 2024.12.21 01:23:13.495639 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 390 rows starting from the beginning of the part | ||
| 11483 | 2024.12.21 01:23:13.495927 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 98 rows starting from the beginning of the part | ||
| 11484 | 2024.12.21 01:23:13.496156 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 846 rows starting from the beginning of the part | ||
| 11485 | 2024.12.21 01:23:13.497033 [ 287 ] {3c3edf21-c37e-468c-bdc9-1d119a2b51fc} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11486 | 2024.12.21 01:23:13.497093 [ 287 ] {3c3edf21-c37e-468c-bdc9-1d119a2b51fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11487 | 2024.12.21 01:23:13.498011 [ 287 ] {3c3edf21-c37e-468c-bdc9-1d119a2b51fc} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11488 | 2024.12.21 01:23:13.498546 [ 287 ] {3c3edf21-c37e-468c-bdc9-1d119a2b51fc} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11489 | 2024.12.21 01:23:13.498836 [ 287 ] {3c3edf21-c37e-468c-bdc9-1d119a2b51fc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004445 sec., 1349.8312710911136 rows/sec., 70.52 KiB/sec. | ||
| 11490 | 2024.12.21 01:23:13.498896 [ 287 ] {3c3edf21-c37e-468c-bdc9-1d119a2b51fc} <Debug> TCPHandler: Processed in 0.004803541 sec. | ||
| 11491 | 2024.12.21 01:23:13.499118 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11492 | 2024.12.21 01:23:13.499305 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2740 rows, containing 5 columns (5 merged, 0 gathered) in 0.005229368 sec., 523963.8900914986 rows/sec., 39.97 MiB/sec. | ||
| 11493 | 2024.12.21 01:23:13.499368 [ 285 ] {52caba74-7d40-44d4-8052-ef340ed1d704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11494 | 2024.12.21 01:23:13.499474 [ 285 ] {52caba74-7d40-44d4-8052-ef340ed1d704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11495 | 2024.12.21 01:23:13.499553 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11496 | 2024.12.21 01:23:13.500141 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_91_18} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11497 | 2024.12.21 01:23:13.500224 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_91_18} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11498 | 2024.12.21 01:23:13.500363 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 11499 | 2024.12.21 01:23:13.500720 [ 285 ] {52caba74-7d40-44d4-8052-ef340ed1d704} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11500 | 2024.12.21 01:23:13.500764 [ 285 ] {52caba74-7d40-44d4-8052-ef340ed1d704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11501 | 2024.12.21 01:23:13.501233 [ 285 ] {52caba74-7d40-44d4-8052-ef340ed1d704} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11502 | 2024.12.21 01:23:13.501498 [ 285 ] {52caba74-7d40-44d4-8052-ef340ed1d704} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11503 | 2024.12.21 01:23:13.501644 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11504 | 2024.12.21 01:23:13.501683 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11505 | 2024.12.21 01:23:13.501694 [ 285 ] {52caba74-7d40-44d4-8052-ef340ed1d704} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.002389 sec., 399748.8488907493 rows/sec., 26.56 MiB/sec. | ||
| 11506 | 2024.12.21 01:23:13.501716 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11507 | 2024.12.21 01:23:13.501815 [ 285 ] {52caba74-7d40-44d4-8052-ef340ed1d704} <Debug> TCPHandler: Processed in 0.002832398 sec. | ||
| 11508 | 2024.12.21 01:23:13.502076 [ 190 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11509 | 2024.12.21 01:23:13.502081 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11510 | 2024.12.21 01:23:13.502428 [ 190 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11511 | 2024.12.21 01:23:13.502439 [ 287 ] {94de3142-9a2d-4f35-89f3-ed7b94b45c07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11512 | 2024.12.21 01:23:13.502504 [ 190 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 26433 rows starting from the beginning of the part | ||
| 11513 | 2024.12.21 01:23:13.502579 [ 287 ] {94de3142-9a2d-4f35-89f3-ed7b94b45c07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11514 | 2024.12.21 01:23:13.503002 [ 190 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 237 rows starting from the beginning of the part | ||
| 11515 | 2024.12.21 01:23:13.503472 [ 190 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 161 rows starting from the beginning of the part | ||
| 11516 | 2024.12.21 01:23:13.504079 [ 190 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 237 rows starting from the beginning of the part | ||
| 11517 | 2024.12.21 01:23:13.504410 [ 190 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
| 11518 | 2024.12.21 01:23:13.504715 [ 190 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 955 rows starting from the beginning of the part | ||
| 11519 | 2024.12.21 01:23:13.505236 [ 287 ] {94de3142-9a2d-4f35-89f3-ed7b94b45c07} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11520 | 2024.12.21 01:23:13.505280 [ 287 ] {94de3142-9a2d-4f35-89f3-ed7b94b45c07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11521 | 2024.12.21 01:23:13.505764 [ 287 ] {94de3142-9a2d-4f35-89f3-ed7b94b45c07} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11522 | 2024.12.21 01:23:13.506055 [ 287 ] {94de3142-9a2d-4f35-89f3-ed7b94b45c07} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11523 | 2024.12.21 01:23:13.506334 [ 287 ] {94de3142-9a2d-4f35-89f3-ed7b94b45c07} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004017 sec., 248.94199651481208 rows/sec., 16.77 KiB/sec. | ||
| 11524 | 2024.12.21 01:23:13.506431 [ 287 ] {94de3142-9a2d-4f35-89f3-ed7b94b45c07} <Debug> TCPHandler: Processed in 0.004501046 sec. | ||
| 11525 | 2024.12.21 01:23:13.506629 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11526 | 2024.12.21 01:23:13.506890 [ 285 ] {a3bf5b70-e53b-403b-957e-6b526b3b5420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11527 | 2024.12.21 01:23:13.507083 [ 285 ] {a3bf5b70-e53b-403b-957e-6b526b3b5420} <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 | ||
| 11528 | 2024.12.21 01:23:13.508781 [ 285 ] {a3bf5b70-e53b-403b-957e-6b526b3b5420} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11529 | 2024.12.21 01:23:13.508820 [ 285 ] {a3bf5b70-e53b-403b-957e-6b526b3b5420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11530 | 2024.12.21 01:23:13.509679 [ 285 ] {a3bf5b70-e53b-403b-957e-6b526b3b5420} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11531 | 2024.12.21 01:23:13.510214 [ 285 ] {a3bf5b70-e53b-403b-957e-6b526b3b5420} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11532 | 2024.12.21 01:23:13.510381 [ 59 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11533 | 2024.12.21 01:23:13.510426 [ 59 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11534 | 2024.12.21 01:23:13.510455 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11535 | 2024.12.21 01:23:13.510466 [ 285 ] {a3bf5b70-e53b-403b-957e-6b526b3b5420} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003651 sec., 2191.1804984935634 rows/sec., 3.93 MiB/sec. | ||
| 11536 | 2024.12.21 01:23:13.510817 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 11537 | 2024.12.21 01:23:13.510835 [ 285 ] {a3bf5b70-e53b-403b-957e-6b526b3b5420} <Debug> TCPHandler: Processed in 0.004306362 sec. | ||
| 11538 | 2024.12.21 01:23:13.511091 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11539 | 2024.12.21 01:23:13.511452 [ 287 ] {b354a95a-14b5-47fe-88c3-5fdc7024de08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11540 | 2024.12.21 01:23:13.511566 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11541 | 2024.12.21 01:23:13.511605 [ 287 ] {b354a95a-14b5-47fe-88c3-5fdc7024de08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11542 | 2024.12.21 01:23:13.511788 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1442 rows starting from the beginning of the part | ||
| 11543 | 2024.12.21 01:23:13.513128 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part | ||
| 11544 | 2024.12.21 01:23:13.513844 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28183 rows, containing 5 columns (5 merged, 0 gathered) in 0.011985252 sec., 2351473.294011674 rows/sec., 158.70 MiB/sec. | ||
| 11545 | 2024.12.21 01:23:13.514275 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 34 rows starting from the beginning of the part | ||
| 11546 | 2024.12.21 01:23:13.514618 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11547 | 2024.12.21 01:23:13.515160 [ 287 ] {b354a95a-14b5-47fe-88c3-5fdc7024de08} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11548 | 2024.12.21 01:23:13.515356 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part | ||
| 11549 | 2024.12.21 01:23:13.515356 [ 287 ] {b354a95a-14b5-47fe-88c3-5fdc7024de08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11550 | 2024.12.21 01:23:13.515723 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11551 | 2024.12.21 01:23:13.516088 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11552 | 2024.12.21 01:23:13.516410 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 34 rows starting from the beginning of the part | ||
| 11553 | 2024.12.21 01:23:13.516416 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 11554 | 2024.12.21 01:23:13.517113 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part | ||
| 11555 | 2024.12.21 01:23:13.517589 [ 287 ] {b354a95a-14b5-47fe-88c3-5fdc7024de08} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11556 | 2024.12.21 01:23:13.518295 [ 287 ] {b354a95a-14b5-47fe-88c3-5fdc7024de08} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11557 | 2024.12.21 01:23:13.518591 [ 59 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11558 | 2024.12.21 01:23:13.518692 [ 59 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11559 | 2024.12.21 01:23:13.518782 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11560 | 2024.12.21 01:23:13.519134 [ 287 ] {b354a95a-14b5-47fe-88c3-5fdc7024de08} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.007737 sec., 4394.468140105984 rows/sec., 261.15 KiB/sec. | ||
| 11561 | 2024.12.21 01:23:13.519363 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 11562 | 2024.12.21 01:23:13.519524 [ 287 ] {b354a95a-14b5-47fe-88c3-5fdc7024de08} <Debug> TCPHandler: Processed in 0.008554504 sec. | ||
| 11563 | 2024.12.21 01:23:13.519816 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11564 | 2024.12.21 01:23:13.519866 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5220 rows starting from the beginning of the part | ||
| 11565 | 2024.12.21 01:23:13.520058 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part | ||
| 11566 | 2024.12.21 01:23:13.520262 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
| 11567 | 2024.12.21 01:23:13.520482 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part | ||
| 11568 | 2024.12.21 01:23:13.520711 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
| 11569 | 2024.12.21 01:23:13.520926 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 34 rows starting from the beginning of the part | ||
| 11570 | 2024.12.21 01:23:13.525295 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5538 rows, containing 4 columns (4 merged, 0 gathered) in 0.006307076 sec., 878061.4027799887 rows/sec., 57.21 MiB/sec. | ||
| 11571 | 2024.12.21 01:23:13.526391 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11572 | 2024.12.21 01:23:13.526732 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_91_18} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11573 | 2024.12.21 01:23:13.526825 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_91_18} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11574 | 2024.12.21 01:23:13.526918 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 11575 | 2024.12.21 01:23:13.529022 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1534 rows, containing 19 columns (19 merged, 0 gathered) in 0.018507041 sec., 82887.37243301078 rows/sec., 148.53 MiB/sec. | ||
| 11576 | 2024.12.21 01:23:13.530538 [ 195 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11577 | 2024.12.21 01:23:13.530960 [ 195 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11578 | 2024.12.21 01:23:13.531039 [ 195 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11579 | 2024.12.21 01:23:13.531154 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.53 MiB. | ||
| 11580 | 2024.12.21 01:23:14.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.01 MiB, peak 253.50 MiB, free memory in arenas 0.00 B, will set to 243.45 MiB (RSS), difference: 1.44 MiB | ||
| 11581 | 2024.12.21 01:23:14.178572 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1642 | ||
| 11582 | 2024.12.21 01:23:14.182180 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11583 | 2024.12.21 01:23:14.182242 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11584 | 2024.12.21 01:23:14.183760 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11585 | 2024.12.21 01:23:14.184072 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11586 | 2024.12.21 01:23:14.185406 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1642 | ||
| 11587 | 2024.12.21 01:23:16.491679 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254 | ||
| 11588 | 2024.12.21 01:23:16.492452 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11589 | 2024.12.21 01:23:16.492509 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11590 | 2024.12.21 01:23:16.493073 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11591 | 2024.12.21 01:23:16.493335 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11592 | 2024.12.21 01:23:16.493594 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 | ||
| 11593 | 2024.12.21 01:23:18.178682 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11594 | 2024.12.21 01:23:18.178895 [ 287 ] {c59ccbf4-5a06-48d0-909c-9cba95496df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11595 | 2024.12.21 01:23:18.178977 [ 287 ] {c59ccbf4-5a06-48d0-909c-9cba95496df2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11596 | 2024.12.21 01:23:18.179859 [ 287 ] {c59ccbf4-5a06-48d0-909c-9cba95496df2} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11597 | 2024.12.21 01:23:18.179905 [ 287 ] {c59ccbf4-5a06-48d0-909c-9cba95496df2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11598 | 2024.12.21 01:23:18.180338 [ 287 ] {c59ccbf4-5a06-48d0-909c-9cba95496df2} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11599 | 2024.12.21 01:23:18.180585 [ 287 ] {c59ccbf4-5a06-48d0-909c-9cba95496df2} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11600 | 2024.12.21 01:23:18.180820 [ 287 ] {c59ccbf4-5a06-48d0-909c-9cba95496df2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001983 sec., 28240.040342914777 rows/sec., 2.16 MiB/sec. | ||
| 11601 | 2024.12.21 01:23:18.180912 [ 287 ] {c59ccbf4-5a06-48d0-909c-9cba95496df2} <Debug> TCPHandler: Processed in 0.0023763 sec. | ||
| 11602 | 2024.12.21 01:23:18.181282 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11603 | 2024.12.21 01:23:18.181583 [ 285 ] {762b5bbf-ed12-45d1-9326-1977b2baffad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11604 | 2024.12.21 01:23:18.181700 [ 285 ] {762b5bbf-ed12-45d1-9326-1977b2baffad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11605 | 2024.12.21 01:23:18.182502 [ 285 ] {762b5bbf-ed12-45d1-9326-1977b2baffad} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11606 | 2024.12.21 01:23:18.182548 [ 285 ] {762b5bbf-ed12-45d1-9326-1977b2baffad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11607 | 2024.12.21 01:23:18.182998 [ 285 ] {762b5bbf-ed12-45d1-9326-1977b2baffad} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11608 | 2024.12.21 01:23:18.183267 [ 285 ] {762b5bbf-ed12-45d1-9326-1977b2baffad} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11609 | 2024.12.21 01:23:18.183472 [ 285 ] {762b5bbf-ed12-45d1-9326-1977b2baffad} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001975 sec., 32405.06329113924 rows/sec., 2.53 MiB/sec. | ||
| 11610 | 2024.12.21 01:23:18.183541 [ 285 ] {762b5bbf-ed12-45d1-9326-1977b2baffad} <Debug> TCPHandler: Processed in 0.002482432 sec. | ||
| 11611 | 2024.12.21 01:23:18.183700 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11612 | 2024.12.21 01:23:18.183825 [ 287 ] {e5d70e56-bc38-45f4-ad3b-b4ee4ae774c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11613 | 2024.12.21 01:23:18.183879 [ 287 ] {e5d70e56-bc38-45f4-ad3b-b4ee4ae774c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11614 | 2024.12.21 01:23:18.184454 [ 287 ] {e5d70e56-bc38-45f4-ad3b-b4ee4ae774c7} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11615 | 2024.12.21 01:23:18.184492 [ 287 ] {e5d70e56-bc38-45f4-ad3b-b4ee4ae774c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11616 | 2024.12.21 01:23:18.184887 [ 287 ] {e5d70e56-bc38-45f4-ad3b-b4ee4ae774c7} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11617 | 2024.12.21 01:23:18.185122 [ 287 ] {e5d70e56-bc38-45f4-ad3b-b4ee4ae774c7} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11618 | 2024.12.21 01:23:18.185338 [ 287 ] {e5d70e56-bc38-45f4-ad3b-b4ee4ae774c7} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001537 sec., 83279.11515940144 rows/sec., 5.80 MiB/sec. | ||
| 11619 | 2024.12.21 01:23:18.185390 [ 287 ] {e5d70e56-bc38-45f4-ad3b-b4ee4ae774c7} <Debug> TCPHandler: Processed in 0.001759059 sec. | ||
| 11620 | 2024.12.21 01:23:18.185547 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11621 | 2024.12.21 01:23:18.185673 [ 285 ] {0a57104f-41e9-4dc7-8874-eb664e266c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11622 | 2024.12.21 01:23:18.185734 [ 285 ] {0a57104f-41e9-4dc7-8874-eb664e266c58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11623 | 2024.12.21 01:23:18.186326 [ 285 ] {0a57104f-41e9-4dc7-8874-eb664e266c58} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11624 | 2024.12.21 01:23:18.186372 [ 285 ] {0a57104f-41e9-4dc7-8874-eb664e266c58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11625 | 2024.12.21 01:23:18.186816 [ 285 ] {0a57104f-41e9-4dc7-8874-eb664e266c58} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11626 | 2024.12.21 01:23:18.187077 [ 285 ] {0a57104f-41e9-4dc7-8874-eb664e266c58} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11627 | 2024.12.21 01:23:18.187259 [ 285 ] {0a57104f-41e9-4dc7-8874-eb664e266c58} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001616 sec., 29702.970297029704 rows/sec., 2.00 MiB/sec. | ||
| 11628 | 2024.12.21 01:23:18.187313 [ 285 ] {0a57104f-41e9-4dc7-8874-eb664e266c58} <Debug> TCPHandler: Processed in 0.001822471 sec. | ||
| 11629 | 2024.12.21 01:23:18.266934 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 11630 | 2024.12.21 01:23:18.289127 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11631 | 2024.12.21 01:23:18.289187 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11632 | 2024.12.21 01:23:18.296522 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11633 | 2024.12.21 01:23:18.297304 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11634 | 2024.12.21 01:23:18.300171 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 11635 | 2024.12.21 01:23:23.182331 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11636 | 2024.12.21 01:23:23.182539 [ 287 ] {eab0eab8-6673-4610-a2ea-d20bfd99a609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11637 | 2024.12.21 01:23:23.182616 [ 287 ] {eab0eab8-6673-4610-a2ea-d20bfd99a609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11638 | 2024.12.21 01:23:23.183417 [ 287 ] {eab0eab8-6673-4610-a2ea-d20bfd99a609} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11639 | 2024.12.21 01:23:23.183472 [ 287 ] {eab0eab8-6673-4610-a2ea-d20bfd99a609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11640 | 2024.12.21 01:23:23.183927 [ 287 ] {eab0eab8-6673-4610-a2ea-d20bfd99a609} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11641 | 2024.12.21 01:23:23.184180 [ 287 ] {eab0eab8-6673-4610-a2ea-d20bfd99a609} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11642 | 2024.12.21 01:23:23.184432 [ 287 ] {eab0eab8-6673-4610-a2ea-d20bfd99a609} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.001947 sec., 63687.724704673856 rows/sec., 5.41 MiB/sec. | ||
| 11643 | 2024.12.21 01:23:23.184501 [ 287 ] {eab0eab8-6673-4610-a2ea-d20bfd99a609} <Debug> TCPHandler: Processed in 0.002309819 sec. | ||
| 11644 | 2024.12.21 01:23:23.184741 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11645 | 2024.12.21 01:23:23.184943 [ 285 ] {92087d86-24cd-4387-a231-d7812a976cd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11646 | 2024.12.21 01:23:23.185030 [ 285 ] {92087d86-24cd-4387-a231-d7812a976cd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11647 | 2024.12.21 01:23:23.185911 [ 285 ] {92087d86-24cd-4387-a231-d7812a976cd0} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11648 | 2024.12.21 01:23:23.185966 [ 285 ] {92087d86-24cd-4387-a231-d7812a976cd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11649 | 2024.12.21 01:23:23.186425 [ 285 ] {92087d86-24cd-4387-a231-d7812a976cd0} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11650 | 2024.12.21 01:23:23.186694 [ 285 ] {92087d86-24cd-4387-a231-d7812a976cd0} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11651 | 2024.12.21 01:23:23.186937 [ 285 ] {92087d86-24cd-4387-a231-d7812a976cd0} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.002049 sec., 16593.460224499755 rows/sec., 1.22 MiB/sec. | ||
| 11652 | 2024.12.21 01:23:23.187008 [ 285 ] {92087d86-24cd-4387-a231-d7812a976cd0} <Debug> TCPHandler: Processed in 0.002396701 sec. | ||
| 11653 | 2024.12.21 01:23:23.187163 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11654 | 2024.12.21 01:23:23.187311 [ 287 ] {727f1251-5a91-4a19-9309-2503dd8fe794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11655 | 2024.12.21 01:23:23.187375 [ 287 ] {727f1251-5a91-4a19-9309-2503dd8fe794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11656 | 2024.12.21 01:23:23.188084 [ 287 ] {727f1251-5a91-4a19-9309-2503dd8fe794} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11657 | 2024.12.21 01:23:23.188126 [ 287 ] {727f1251-5a91-4a19-9309-2503dd8fe794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11658 | 2024.12.21 01:23:23.188519 [ 287 ] {727f1251-5a91-4a19-9309-2503dd8fe794} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11659 | 2024.12.21 01:23:23.188755 [ 287 ] {727f1251-5a91-4a19-9309-2503dd8fe794} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11660 | 2024.12.21 01:23:23.188971 [ 287 ] {727f1251-5a91-4a19-9309-2503dd8fe794} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001695 sec., 57817.109144542774 rows/sec., 4.52 MiB/sec. | ||
| 11661 | 2024.12.21 01:23:23.189027 [ 287 ] {727f1251-5a91-4a19-9309-2503dd8fe794} <Debug> TCPHandler: Processed in 0.001931793 sec. | ||
| 11662 | 2024.12.21 01:23:23.189187 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11663 | 2024.12.21 01:23:23.189337 [ 285 ] {1b9dac6d-a5b4-44cb-9551-6accb07ff210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11664 | 2024.12.21 01:23:23.189405 [ 285 ] {1b9dac6d-a5b4-44cb-9551-6accb07ff210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11665 | 2024.12.21 01:23:23.190079 [ 285 ] {1b9dac6d-a5b4-44cb-9551-6accb07ff210} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11666 | 2024.12.21 01:23:23.190122 [ 285 ] {1b9dac6d-a5b4-44cb-9551-6accb07ff210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11667 | 2024.12.21 01:23:23.190548 [ 285 ] {1b9dac6d-a5b4-44cb-9551-6accb07ff210} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11668 | 2024.12.21 01:23:23.190806 [ 285 ] {1b9dac6d-a5b4-44cb-9551-6accb07ff210} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11669 | 2024.12.21 01:23:23.191038 [ 285 ] {1b9dac6d-a5b4-44cb-9551-6accb07ff210} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001737 sec., 92112.83822682787 rows/sec., 6.42 MiB/sec. | ||
| 11670 | 2024.12.21 01:23:23.191101 [ 285 ] {1b9dac6d-a5b4-44cb-9551-6accb07ff210} <Debug> TCPHandler: Processed in 0.001980633 sec. | ||
| 11671 | 2024.12.21 01:23:23.191285 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11672 | 2024.12.21 01:23:23.191425 [ 287 ] {4bf65608-1288-4e12-b45f-31296d8bfbf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11673 | 2024.12.21 01:23:23.191523 [ 287 ] {4bf65608-1288-4e12-b45f-31296d8bfbf4} <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 | ||
| 11674 | 2024.12.21 01:23:23.192760 [ 287 ] {4bf65608-1288-4e12-b45f-31296d8bfbf4} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11675 | 2024.12.21 01:23:23.192800 [ 287 ] {4bf65608-1288-4e12-b45f-31296d8bfbf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11676 | 2024.12.21 01:23:23.193463 [ 287 ] {4bf65608-1288-4e12-b45f-31296d8bfbf4} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11677 | 2024.12.21 01:23:23.193710 [ 287 ] {4bf65608-1288-4e12-b45f-31296d8bfbf4} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11678 | 2024.12.21 01:23:23.193954 [ 287 ] {4bf65608-1288-4e12-b45f-31296d8bfbf4} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.00256 sec., 13281.249999999998 rows/sec., 23.80 MiB/sec. | ||
| 11679 | 2024.12.21 01:23:23.194065 [ 287 ] {4bf65608-1288-4e12-b45f-31296d8bfbf4} <Debug> TCPHandler: Processed in 0.002849128 sec. | ||
| 11680 | 2024.12.21 01:23:23.194223 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11681 | 2024.12.21 01:23:23.194366 [ 285 ] {511a0f92-91b0-4812-91f6-93166ed6cb47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11682 | 2024.12.21 01:23:23.194431 [ 285 ] {511a0f92-91b0-4812-91f6-93166ed6cb47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11683 | 2024.12.21 01:23:23.194997 [ 285 ] {511a0f92-91b0-4812-91f6-93166ed6cb47} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11684 | 2024.12.21 01:23:23.195037 [ 285 ] {511a0f92-91b0-4812-91f6-93166ed6cb47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11685 | 2024.12.21 01:23:23.195438 [ 285 ] {511a0f92-91b0-4812-91f6-93166ed6cb47} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11686 | 2024.12.21 01:23:23.195699 [ 285 ] {511a0f92-91b0-4812-91f6-93166ed6cb47} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11687 | 2024.12.21 01:23:23.195929 [ 285 ] {511a0f92-91b0-4812-91f6-93166ed6cb47} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001595 sec., 37617.55485893417 rows/sec., 2.54 MiB/sec. | ||
| 11688 | 2024.12.21 01:23:23.195998 [ 285 ] {511a0f92-91b0-4812-91f6-93166ed6cb47} <Debug> TCPHandler: Processed in 0.001840161 sec. | ||
| 11689 | 2024.12.21 01:23:23.826366 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11690 | 2024.12.21 01:23:23.826429 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11691 | 2024.12.21 01:23:23.993725 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681 | ||
| 11692 | 2024.12.21 01:23:23.994466 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11693 | 2024.12.21 01:23:23.994524 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11694 | 2024.12.21 01:23:23.995114 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11695 | 2024.12.21 01:23:23.995370 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11696 | 2024.12.21 01:23:23.995581 [ 39 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11697 | 2024.12.21 01:23:23.995641 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 11698 | 2024.12.21 01:23:23.995672 [ 39 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11699 | 2024.12.21 01:23:23.995706 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11700 | 2024.12.21 01:23:23.995845 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 11701 | 2024.12.21 01:23:23.995973 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11702 | 2024.12.21 01:23:23.996011 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part | ||
| 11703 | 2024.12.21 01:23:23.996088 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part | ||
| 11704 | 2024.12.21 01:23:23.996277 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part | ||
| 11705 | 2024.12.21 01:23:23.996576 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part | ||
| 11706 | 2024.12.21 01:23:23.996725 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part | ||
| 11707 | 2024.12.21 01:23:23.996826 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part | ||
| 11708 | 2024.12.21 01:23:23.999501 [ 199 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003720693 sec., 6902208.808950376 rows/sec., 98.74 MiB/sec. | ||
| 11709 | 2024.12.21 01:23:23.999810 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11710 | 2024.12.21 01:23:24.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.18 MiB, peak 253.50 MiB, free memory in arenas 0.00 B, will set to 243.45 MiB (RSS), difference: -6.74 MiB | ||
| 11711 | 2024.12.21 01:23:24.000376 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_56_11} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11712 | 2024.12.21 01:23:24.000529 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_56_11} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11713 | 2024.12.21 01:23:24.000746 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 11714 | 2024.12.21 01:23:24.185619 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1662 | ||
| 11715 | 2024.12.21 01:23:24.189024 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11716 | 2024.12.21 01:23:24.189070 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11717 | 2024.12.21 01:23:24.190578 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11718 | 2024.12.21 01:23:24.190893 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11719 | 2024.12.21 01:23:24.191094 [ 39 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11720 | 2024.12.21 01:23:24.191200 [ 39 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11721 | 2024.12.21 01:23:24.191270 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11722 | 2024.12.21 01:23:24.191583 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::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 | ||
| 11723 | 2024.12.21 01:23:24.191959 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1662 | ||
| 11724 | 2024.12.21 01:23:24.192345 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11725 | 2024.12.21 01:23:24.192472 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1472 rows starting from the beginning of the part | ||
| 11726 | 2024.12.21 01:23:24.193091 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 58 rows starting from the beginning of the part | ||
| 11727 | 2024.12.21 01:23:24.193747 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 20 rows starting from the beginning of the part | ||
| 11728 | 2024.12.21 01:23:24.194368 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part | ||
| 11729 | 2024.12.21 01:23:24.194934 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part | ||
| 11730 | 2024.12.21 01:23:24.195571 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 20 rows starting from the beginning of the part | ||
| 11731 | 2024.12.21 01:23:24.204495 [ 187 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1662 rows, containing 72 columns (72 merged, 0 gathered) in 0.0130864 sec., 127002.07849370339 rows/sec., 97.51 MiB/sec. | ||
| 11732 | 2024.12.21 01:23:24.206043 [ 198 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11733 | 2024.12.21 01:23:24.206754 [ 198 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_41_8} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11734 | 2024.12.21 01:23:24.206841 [ 198 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_41_8} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11735 | 2024.12.21 01:23:24.207057 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
| 11736 | 2024.12.21 01:23:25.000174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 237.27 MiB, peak 253.50 MiB, free memory in arenas 0.00 B, will set to 243.45 MiB (RSS), difference: 6.17 MiB | ||
| 11737 | 2024.12.21 01:23:25.800233 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
| 11738 | 2024.12.21 01:23:25.822095 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11739 | 2024.12.21 01:23:25.822160 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11740 | 2024.12.21 01:23:25.829384 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11741 | 2024.12.21 01:23:25.830158 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11742 | 2024.12.21 01:23:25.830632 [ 37 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11743 | 2024.12.21 01:23:25.830799 [ 37 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11744 | 2024.12.21 01:23:25.830900 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11745 | 2024.12.21 01:23:25.832094 [ 187 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 11746 | 2024.12.21 01:23:25.840050 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
| 11747 | 2024.12.21 01:23:25.841512 [ 187 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11748 | 2024.12.21 01:23:25.842444 [ 187 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 385 rows starting from the beginning of the part | ||
| 11749 | 2024.12.21 01:23:25.847086 [ 187 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part | ||
| 11750 | 2024.12.21 01:23:25.851894 [ 187 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part | ||
| 11751 | 2024.12.21 01:23:25.856962 [ 187 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part | ||
| 11752 | 2024.12.21 01:23:25.862622 [ 187 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part | ||
| 11753 | 2024.12.21 01:23:25.867353 [ 187 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part | ||
| 11754 | 2024.12.21 01:23:25.925611 [ 194 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.094498881 sec., 4465.661344709468 rows/sec., 23.09 MiB/sec. | ||
| 11755 | 2024.12.21 01:23:25.929132 [ 194 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11756 | 2024.12.21 01:23:25.932389 [ 194 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_56_11} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11757 | 2024.12.21 01:23:25.932532 [ 194 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_56_11} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11758 | 2024.12.21 01:23:25.935318 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.95 MiB. | ||
| 11759 | 2024.12.21 01:23:28.185344 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11760 | 2024.12.21 01:23:28.185565 [ 287 ] {e2e77197-96c8-479f-9d07-f5ff0648bdf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11761 | 2024.12.21 01:23:28.185648 [ 287 ] {e2e77197-96c8-479f-9d07-f5ff0648bdf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11762 | 2024.12.21 01:23:28.186469 [ 287 ] {e2e77197-96c8-479f-9d07-f5ff0648bdf6} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11763 | 2024.12.21 01:23:28.186523 [ 287 ] {e2e77197-96c8-479f-9d07-f5ff0648bdf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11764 | 2024.12.21 01:23:28.186966 [ 287 ] {e2e77197-96c8-479f-9d07-f5ff0648bdf6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11765 | 2024.12.21 01:23:28.187229 [ 287 ] {e2e77197-96c8-479f-9d07-f5ff0648bdf6} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11766 | 2024.12.21 01:23:28.187495 [ 287 ] {e2e77197-96c8-479f-9d07-f5ff0648bdf6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001993 sec., 7024.586051179127 rows/sec., 505.68 KiB/sec. | ||
| 11767 | 2024.12.21 01:23:28.187565 [ 287 ] {e2e77197-96c8-479f-9d07-f5ff0648bdf6} <Debug> TCPHandler: Processed in 0.00236868 sec. | ||
| 11768 | 2024.12.21 01:23:28.187878 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11769 | 2024.12.21 01:23:28.188147 [ 285 ] {e047a730-a87d-4370-ad86-49516019c928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11770 | 2024.12.21 01:23:28.188229 [ 285 ] {e047a730-a87d-4370-ad86-49516019c928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11771 | 2024.12.21 01:23:28.189188 [ 285 ] {e047a730-a87d-4370-ad86-49516019c928} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11772 | 2024.12.21 01:23:28.189233 [ 285 ] {e047a730-a87d-4370-ad86-49516019c928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11773 | 2024.12.21 01:23:28.189723 [ 285 ] {e047a730-a87d-4370-ad86-49516019c928} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11774 | 2024.12.21 01:23:28.190004 [ 285 ] {e047a730-a87d-4370-ad86-49516019c928} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11775 | 2024.12.21 01:23:28.190217 [ 285 ] {e047a730-a87d-4370-ad86-49516019c928} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002128 sec., 102913.53383458646 rows/sec., 8.96 MiB/sec. | ||
| 11776 | 2024.12.21 01:23:28.190286 [ 285 ] {e047a730-a87d-4370-ad86-49516019c928} <Debug> TCPHandler: Processed in 0.002588494 sec. | ||
| 11777 | 2024.12.21 01:23:28.190461 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11778 | 2024.12.21 01:23:28.190593 [ 287 ] {5d0ddecc-6b00-4c1d-afb9-8b88acba8f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11779 | 2024.12.21 01:23:28.190648 [ 287 ] {5d0ddecc-6b00-4c1d-afb9-8b88acba8f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11780 | 2024.12.21 01:23:28.191255 [ 287 ] {5d0ddecc-6b00-4c1d-afb9-8b88acba8f86} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11781 | 2024.12.21 01:23:28.191323 [ 287 ] {5d0ddecc-6b00-4c1d-afb9-8b88acba8f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11782 | 2024.12.21 01:23:28.191700 [ 287 ] {5d0ddecc-6b00-4c1d-afb9-8b88acba8f86} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11783 | 2024.12.21 01:23:28.191978 [ 287 ] {5d0ddecc-6b00-4c1d-afb9-8b88acba8f86} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11784 | 2024.12.21 01:23:28.192247 [ 287 ] {5d0ddecc-6b00-4c1d-afb9-8b88acba8f86} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001675 sec., 8955.223880597016 rows/sec., 631.41 KiB/sec. | ||
| 11785 | 2024.12.21 01:23:28.192365 [ 287 ] {5d0ddecc-6b00-4c1d-afb9-8b88acba8f86} <Debug> TCPHandler: Processed in 0.001966423 sec. | ||
| 11786 | 2024.12.21 01:23:28.192584 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11787 | 2024.12.21 01:23:28.192959 [ 285 ] {00982950-2f0c-41f7-956c-062bcb9bcd35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11788 | 2024.12.21 01:23:28.193109 [ 285 ] {00982950-2f0c-41f7-956c-062bcb9bcd35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11789 | 2024.12.21 01:23:28.193753 [ 285 ] {00982950-2f0c-41f7-956c-062bcb9bcd35} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11790 | 2024.12.21 01:23:28.193793 [ 285 ] {00982950-2f0c-41f7-956c-062bcb9bcd35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11791 | 2024.12.21 01:23:28.194180 [ 285 ] {00982950-2f0c-41f7-956c-062bcb9bcd35} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11792 | 2024.12.21 01:23:28.194440 [ 285 ] {00982950-2f0c-41f7-956c-062bcb9bcd35} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11793 | 2024.12.21 01:23:28.194628 [ 285 ] {00982950-2f0c-41f7-956c-062bcb9bcd35} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001806 sec., 7751.937984496124 rows/sec., 542.90 KiB/sec. | ||
| 11794 | 2024.12.21 01:23:28.194684 [ 285 ] {00982950-2f0c-41f7-956c-062bcb9bcd35} <Debug> TCPHandler: Processed in 0.002211768 sec. | ||
| 11795 | 2024.12.21 01:23:28.194841 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11796 | 2024.12.21 01:23:28.194964 [ 287 ] {e5f72ba5-f65e-4a06-9f2c-59e73d4e9abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11797 | 2024.12.21 01:23:28.195020 [ 287 ] {e5f72ba5-f65e-4a06-9f2c-59e73d4e9abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11798 | 2024.12.21 01:23:28.195722 [ 287 ] {e5f72ba5-f65e-4a06-9f2c-59e73d4e9abb} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11799 | 2024.12.21 01:23:28.195771 [ 287 ] {e5f72ba5-f65e-4a06-9f2c-59e73d4e9abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11800 | 2024.12.21 01:23:28.196193 [ 287 ] {e5f72ba5-f65e-4a06-9f2c-59e73d4e9abb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11801 | 2024.12.21 01:23:28.196431 [ 287 ] {e5f72ba5-f65e-4a06-9f2c-59e73d4e9abb} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11802 | 2024.12.21 01:23:28.196668 [ 287 ] {e5f72ba5-f65e-4a06-9f2c-59e73d4e9abb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001721 sec., 7553.747821034282 rows/sec., 470.97 KiB/sec. | ||
| 11803 | 2024.12.21 01:23:28.196740 [ 287 ] {e5f72ba5-f65e-4a06-9f2c-59e73d4e9abb} <Debug> TCPHandler: Processed in 0.001955793 sec. | ||
| 11804 | 2024.12.21 01:23:28.196973 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11805 | 2024.12.21 01:23:28.197137 [ 285 ] {94f73cde-2ff7-435a-ae2b-c293a6208de0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11806 | 2024.12.21 01:23:28.197199 [ 285 ] {94f73cde-2ff7-435a-ae2b-c293a6208de0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11807 | 2024.12.21 01:23:28.198046 [ 285 ] {94f73cde-2ff7-435a-ae2b-c293a6208de0} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11808 | 2024.12.21 01:23:28.198087 [ 285 ] {94f73cde-2ff7-435a-ae2b-c293a6208de0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11809 | 2024.12.21 01:23:28.198492 [ 285 ] {94f73cde-2ff7-435a-ae2b-c293a6208de0} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11810 | 2024.12.21 01:23:28.198748 [ 285 ] {94f73cde-2ff7-435a-ae2b-c293a6208de0} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11811 | 2024.12.21 01:23:28.198949 [ 285 ] {94f73cde-2ff7-435a-ae2b-c293a6208de0} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001838 sec., 212187.15995647444 rows/sec., 15.05 MiB/sec. | ||
| 11812 | 2024.12.21 01:23:28.199043 [ 285 ] {94f73cde-2ff7-435a-ae2b-c293a6208de0} <Debug> TCPHandler: Processed in 0.002189817 sec. | ||
| 11813 | 2024.12.21 01:23:28.199232 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11814 | 2024.12.21 01:23:28.199406 [ 287 ] {034f73de-76ea-4306-8f10-2aa1704bc9c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11815 | 2024.12.21 01:23:28.199466 [ 287 ] {034f73de-76ea-4306-8f10-2aa1704bc9c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11816 | 2024.12.21 01:23:28.200033 [ 287 ] {034f73de-76ea-4306-8f10-2aa1704bc9c1} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11817 | 2024.12.21 01:23:28.200073 [ 287 ] {034f73de-76ea-4306-8f10-2aa1704bc9c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11818 | 2024.12.21 01:23:28.200447 [ 287 ] {034f73de-76ea-4306-8f10-2aa1704bc9c1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11819 | 2024.12.21 01:23:28.200695 [ 287 ] {034f73de-76ea-4306-8f10-2aa1704bc9c1} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11820 | 2024.12.21 01:23:28.200908 [ 287 ] {034f73de-76ea-4306-8f10-2aa1704bc9c1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001541 sec., 3893.5756002595717 rows/sec., 203.42 KiB/sec. | ||
| 11821 | 2024.12.21 01:23:28.200960 [ 287 ] {034f73de-76ea-4306-8f10-2aa1704bc9c1} <Debug> TCPHandler: Processed in 0.001819901 sec. | ||
| 11822 | 2024.12.21 01:23:28.201168 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11823 | 2024.12.21 01:23:28.201392 [ 285 ] {72212a7f-6dad-4e87-bf8c-5e4ec52733ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11824 | 2024.12.21 01:23:28.201494 [ 285 ] {72212a7f-6dad-4e87-bf8c-5e4ec52733ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11825 | 2024.12.21 01:23:28.202317 [ 285 ] {72212a7f-6dad-4e87-bf8c-5e4ec52733ab} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11826 | 2024.12.21 01:23:28.202355 [ 285 ] {72212a7f-6dad-4e87-bf8c-5e4ec52733ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11827 | 2024.12.21 01:23:28.202778 [ 285 ] {72212a7f-6dad-4e87-bf8c-5e4ec52733ab} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11828 | 2024.12.21 01:23:28.203029 [ 285 ] {72212a7f-6dad-4e87-bf8c-5e4ec52733ab} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11829 | 2024.12.21 01:23:28.203222 [ 285 ] {72212a7f-6dad-4e87-bf8c-5e4ec52733ab} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001886 sec., 125662.77836691409 rows/sec., 8.42 MiB/sec. | ||
| 11830 | 2024.12.21 01:23:28.203278 [ 285 ] {72212a7f-6dad-4e87-bf8c-5e4ec52733ab} <Debug> TCPHandler: Processed in 0.002225957 sec. | ||
| 11831 | 2024.12.21 01:23:28.203492 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11832 | 2024.12.21 01:23:28.203720 [ 287 ] {ac502d22-406f-41c5-a1e6-9ddcb2f1b8e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11833 | 2024.12.21 01:23:28.203781 [ 287 ] {ac502d22-406f-41c5-a1e6-9ddcb2f1b8e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11834 | 2024.12.21 01:23:28.204296 [ 287 ] {ac502d22-406f-41c5-a1e6-9ddcb2f1b8e3} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11835 | 2024.12.21 01:23:28.204335 [ 287 ] {ac502d22-406f-41c5-a1e6-9ddcb2f1b8e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11836 | 2024.12.21 01:23:28.204706 [ 287 ] {ac502d22-406f-41c5-a1e6-9ddcb2f1b8e3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11837 | 2024.12.21 01:23:28.204943 [ 287 ] {ac502d22-406f-41c5-a1e6-9ddcb2f1b8e3} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11838 | 2024.12.21 01:23:28.205156 [ 287 ] {ac502d22-406f-41c5-a1e6-9ddcb2f1b8e3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001479 sec., 676.1325219743069 rows/sec., 45.56 KiB/sec. | ||
| 11839 | 2024.12.21 01:23:28.205208 [ 287 ] {ac502d22-406f-41c5-a1e6-9ddcb2f1b8e3} <Debug> TCPHandler: Processed in 0.001851361 sec. | ||
| 11840 | 2024.12.21 01:23:28.205358 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11841 | 2024.12.21 01:23:28.205498 [ 285 ] {e732f3e1-d191-41c0-8ffa-432ed0e3bffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11842 | 2024.12.21 01:23:28.205593 [ 285 ] {e732f3e1-d191-41c0-8ffa-432ed0e3bffa} <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 | ||
| 11843 | 2024.12.21 01:23:28.206780 [ 285 ] {e732f3e1-d191-41c0-8ffa-432ed0e3bffa} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11844 | 2024.12.21 01:23:28.206821 [ 285 ] {e732f3e1-d191-41c0-8ffa-432ed0e3bffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11845 | 2024.12.21 01:23:28.207464 [ 285 ] {e732f3e1-d191-41c0-8ffa-432ed0e3bffa} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11846 | 2024.12.21 01:23:28.207744 [ 285 ] {e732f3e1-d191-41c0-8ffa-432ed0e3bffa} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11847 | 2024.12.21 01:23:28.208054 [ 285 ] {e732f3e1-d191-41c0-8ffa-432ed0e3bffa} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002579 sec., 3101.9775106630477 rows/sec., 5.56 MiB/sec. | ||
| 11848 | 2024.12.21 01:23:28.208416 [ 285 ] {e732f3e1-d191-41c0-8ffa-432ed0e3bffa} <Debug> TCPHandler: Processed in 0.003118083 sec. | ||
| 11849 | 2024.12.21 01:23:28.208654 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11850 | 2024.12.21 01:23:28.208837 [ 287 ] {42ce0f95-3c24-460f-a9d6-e8a0ff511ad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11851 | 2024.12.21 01:23:28.208896 [ 287 ] {42ce0f95-3c24-460f-a9d6-e8a0ff511ad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11852 | 2024.12.21 01:23:28.209382 [ 287 ] {42ce0f95-3c24-460f-a9d6-e8a0ff511ad9} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11853 | 2024.12.21 01:23:28.209423 [ 287 ] {42ce0f95-3c24-460f-a9d6-e8a0ff511ad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11854 | 2024.12.21 01:23:28.209816 [ 287 ] {42ce0f95-3c24-460f-a9d6-e8a0ff511ad9} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11855 | 2024.12.21 01:23:28.210061 [ 287 ] {42ce0f95-3c24-460f-a9d6-e8a0ff511ad9} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11856 | 2024.12.21 01:23:28.210301 [ 287 ] {42ce0f95-3c24-460f-a9d6-e8a0ff511ad9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001497 sec., 54776.219104876414 rows/sec., 3.48 MiB/sec. | ||
| 11857 | 2024.12.21 01:23:28.210353 [ 287 ] {42ce0f95-3c24-460f-a9d6-e8a0ff511ad9} <Debug> TCPHandler: Processed in 0.001826741 sec. | ||
| 11858 | 2024.12.21 01:23:31.495769 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169 | ||
| 11859 | 2024.12.21 01:23:31.496549 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11860 | 2024.12.21 01:23:31.496604 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11861 | 2024.12.21 01:23:31.497140 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11862 | 2024.12.21 01:23:31.497410 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11863 | 2024.12.21 01:23:31.497764 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 | ||
| 11864 | 2024.12.21 01:23:33.182142 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11865 | 2024.12.21 01:23:33.182424 [ 287 ] {a58d78a9-0d39-4510-b626-489dd7030e7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11866 | 2024.12.21 01:23:33.182507 [ 287 ] {a58d78a9-0d39-4510-b626-489dd7030e7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11867 | 2024.12.21 01:23:33.183348 [ 287 ] {a58d78a9-0d39-4510-b626-489dd7030e7e} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11868 | 2024.12.21 01:23:33.183400 [ 287 ] {a58d78a9-0d39-4510-b626-489dd7030e7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11869 | 2024.12.21 01:23:33.183824 [ 287 ] {a58d78a9-0d39-4510-b626-489dd7030e7e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 11870 | 2024.12.21 01:23:33.184081 [ 287 ] {a58d78a9-0d39-4510-b626-489dd7030e7e} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11871 | 2024.12.21 01:23:33.184327 [ 287 ] {a58d78a9-0d39-4510-b626-489dd7030e7e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001957 sec., 2043.9448134900358 rows/sec., 166.67 KiB/sec. | ||
| 11872 | 2024.12.21 01:23:33.184498 [ 287 ] {a58d78a9-0d39-4510-b626-489dd7030e7e} <Debug> TCPHandler: Processed in 0.002552883 sec. | ||
| 11873 | 2024.12.21 01:23:33.184759 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11874 | 2024.12.21 01:23:33.184953 [ 285 ] {2db8c5cb-3f7a-40b3-b727-002282bd9852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11875 | 2024.12.21 01:23:33.185032 [ 285 ] {2db8c5cb-3f7a-40b3-b727-002282bd9852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11876 | 2024.12.21 01:23:33.185844 [ 285 ] {2db8c5cb-3f7a-40b3-b727-002282bd9852} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11877 | 2024.12.21 01:23:33.185894 [ 285 ] {2db8c5cb-3f7a-40b3-b727-002282bd9852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11878 | 2024.12.21 01:23:33.186333 [ 285 ] {2db8c5cb-3f7a-40b3-b727-002282bd9852} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11879 | 2024.12.21 01:23:33.186595 [ 285 ] {2db8c5cb-3f7a-40b3-b727-002282bd9852} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11880 | 2024.12.21 01:23:33.186807 [ 285 ] {2db8c5cb-3f7a-40b3-b727-002282bd9852} <Debug> executeQuery: Read 126 rows, 10.93 KiB in 0.001908 sec., 66037.73584905661 rows/sec., 5.59 MiB/sec. | ||
| 11881 | 2024.12.21 01:23:33.186875 [ 285 ] {2db8c5cb-3f7a-40b3-b727-002282bd9852} <Debug> TCPHandler: Processed in 0.002244378 sec. | ||
| 11882 | 2024.12.21 01:23:33.187037 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11883 | 2024.12.21 01:23:33.187188 [ 287 ] {24e98c7e-8a96-4603-831b-538faf0b3148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11884 | 2024.12.21 01:23:33.187252 [ 287 ] {24e98c7e-8a96-4603-831b-538faf0b3148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11885 | 2024.12.21 01:23:33.187979 [ 287 ] {24e98c7e-8a96-4603-831b-538faf0b3148} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11886 | 2024.12.21 01:23:33.188027 [ 287 ] {24e98c7e-8a96-4603-831b-538faf0b3148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11887 | 2024.12.21 01:23:33.188437 [ 287 ] {24e98c7e-8a96-4603-831b-538faf0b3148} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 11888 | 2024.12.21 01:23:33.188676 [ 287 ] {24e98c7e-8a96-4603-831b-538faf0b3148} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11889 | 2024.12.21 01:23:33.188921 [ 287 ] {24e98c7e-8a96-4603-831b-538faf0b3148} <Debug> executeQuery: Read 38 rows, 2.84 KiB in 0.001764 sec., 21541.950113378687 rows/sec., 1.57 MiB/sec. | ||
| 11890 | 2024.12.21 01:23:33.189007 [ 287 ] {24e98c7e-8a96-4603-831b-538faf0b3148} <Debug> TCPHandler: Processed in 0.002038754 sec. | ||
| 11891 | 2024.12.21 01:23:33.189203 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11892 | 2024.12.21 01:23:33.189391 [ 285 ] {c89879a9-5117-474d-922e-72e3798a988d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11893 | 2024.12.21 01:23:33.189453 [ 285 ] {c89879a9-5117-474d-922e-72e3798a988d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11894 | 2024.12.21 01:23:33.190213 [ 285 ] {c89879a9-5117-474d-922e-72e3798a988d} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11895 | 2024.12.21 01:23:33.190252 [ 285 ] {c89879a9-5117-474d-922e-72e3798a988d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11896 | 2024.12.21 01:23:33.190635 [ 285 ] {c89879a9-5117-474d-922e-72e3798a988d} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11897 | 2024.12.21 01:23:33.190903 [ 285 ] {c89879a9-5117-474d-922e-72e3798a988d} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11898 | 2024.12.21 01:23:33.191107 [ 285 ] {c89879a9-5117-474d-922e-72e3798a988d} <Debug> executeQuery: Read 102 rows, 8.16 KiB in 0.001759 sec., 57987.492893689596 rows/sec., 4.53 MiB/sec. | ||
| 11899 | 2024.12.21 01:23:33.191212 [ 285 ] {c89879a9-5117-474d-922e-72e3798a988d} <Debug> TCPHandler: Processed in 0.002120475 sec. | ||
| 11900 | 2024.12.21 01:23:33.191421 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11901 | 2024.12.21 01:23:33.191566 [ 287 ] {8b865351-50e5-4b74-aebd-3dcee4e8c049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11902 | 2024.12.21 01:23:33.191631 [ 287 ] {8b865351-50e5-4b74-aebd-3dcee4e8c049} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11903 | 2024.12.21 01:23:33.192287 [ 287 ] {8b865351-50e5-4b74-aebd-3dcee4e8c049} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11904 | 2024.12.21 01:23:33.192325 [ 287 ] {8b865351-50e5-4b74-aebd-3dcee4e8c049} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11905 | 2024.12.21 01:23:33.192744 [ 287 ] {8b865351-50e5-4b74-aebd-3dcee4e8c049} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11906 | 2024.12.21 01:23:33.193000 [ 287 ] {8b865351-50e5-4b74-aebd-3dcee4e8c049} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11907 | 2024.12.21 01:23:33.193243 [ 287 ] {8b865351-50e5-4b74-aebd-3dcee4e8c049} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001711 sec., 94681.47282291058 rows/sec., 6.59 MiB/sec. | ||
| 11908 | 2024.12.21 01:23:33.193298 [ 287 ] {8b865351-50e5-4b74-aebd-3dcee4e8c049} <Debug> TCPHandler: Processed in 0.001954902 sec. | ||
| 11909 | 2024.12.21 01:23:33.193539 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11910 | 2024.12.21 01:23:33.193780 [ 285 ] {45108ef2-0a33-4278-974b-e15817a7439a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11911 | 2024.12.21 01:23:33.193926 [ 285 ] {45108ef2-0a33-4278-974b-e15817a7439a} <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 | ||
| 11912 | 2024.12.21 01:23:33.195255 [ 285 ] {45108ef2-0a33-4278-974b-e15817a7439a} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11913 | 2024.12.21 01:23:33.195293 [ 285 ] {45108ef2-0a33-4278-974b-e15817a7439a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11914 | 2024.12.21 01:23:33.195973 [ 285 ] {45108ef2-0a33-4278-974b-e15817a7439a} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 11915 | 2024.12.21 01:23:33.196255 [ 285 ] {45108ef2-0a33-4278-974b-e15817a7439a} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11916 | 2024.12.21 01:23:33.196472 [ 285 ] {45108ef2-0a33-4278-974b-e15817a7439a} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002752 sec., 12354.651162790697 rows/sec., 22.14 MiB/sec. | ||
| 11917 | 2024.12.21 01:23:33.196584 [ 285 ] {45108ef2-0a33-4278-974b-e15817a7439a} <Debug> TCPHandler: Processed in 0.003177384 sec. | ||
| 11918 | 2024.12.21 01:23:33.196740 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11919 | 2024.12.21 01:23:33.196881 [ 287 ] {10a6816f-35a1-4dd0-a135-8d7107bd1fc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11920 | 2024.12.21 01:23:33.196940 [ 287 ] {10a6816f-35a1-4dd0-a135-8d7107bd1fc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11921 | 2024.12.21 01:23:33.197476 [ 287 ] {10a6816f-35a1-4dd0-a135-8d7107bd1fc5} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11922 | 2024.12.21 01:23:33.197514 [ 287 ] {10a6816f-35a1-4dd0-a135-8d7107bd1fc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11923 | 2024.12.21 01:23:33.197896 [ 287 ] {10a6816f-35a1-4dd0-a135-8d7107bd1fc5} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11924 | 2024.12.21 01:23:33.198146 [ 287 ] {10a6816f-35a1-4dd0-a135-8d7107bd1fc5} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11925 | 2024.12.21 01:23:33.198380 [ 287 ] {10a6816f-35a1-4dd0-a135-8d7107bd1fc5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.65 MiB/sec. | ||
| 11926 | 2024.12.21 01:23:33.198451 [ 287 ] {10a6816f-35a1-4dd0-a135-8d7107bd1fc5} <Debug> TCPHandler: Processed in 0.00178126 sec. | ||
| 11927 | 2024.12.21 01:23:33.340114 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
| 11928 | 2024.12.21 01:23:33.359157 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11929 | 2024.12.21 01:23:33.359203 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 11930 | 2024.12.21 01:23:33.366093 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11931 | 2024.12.21 01:23:33.366840 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11932 | 2024.12.21 01:23:33.371635 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 11933 | 2024.12.21 01:23:34.000157 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.41 MiB, peak 257.92 MiB, free memory in arenas 0.00 B, will set to 244.38 MiB (RSS), difference: -1.03 MiB | ||
| 11934 | 2024.12.21 01:23:34.192152 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1698 | ||
| 11935 | 2024.12.21 01:23:34.195745 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11936 | 2024.12.21 01:23:34.195806 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11937 | 2024.12.21 01:23:34.197269 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11938 | 2024.12.21 01:23:34.197586 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11939 | 2024.12.21 01:23:34.198625 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1698 | ||
| 11940 | 2024.12.21 01:23:38.185311 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11941 | 2024.12.21 01:23:38.185638 [ 287 ] {d7718a3b-7a10-4ef4-bb18-e4245467eb2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11942 | 2024.12.21 01:23:38.185758 [ 287 ] {d7718a3b-7a10-4ef4-bb18-e4245467eb2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11943 | 2024.12.21 01:23:38.186795 [ 287 ] {d7718a3b-7a10-4ef4-bb18-e4245467eb2f} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11944 | 2024.12.21 01:23:38.186848 [ 287 ] {d7718a3b-7a10-4ef4-bb18-e4245467eb2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11945 | 2024.12.21 01:23:38.187284 [ 287 ] {d7718a3b-7a10-4ef4-bb18-e4245467eb2f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11946 | 2024.12.21 01:23:38.187542 [ 287 ] {d7718a3b-7a10-4ef4-bb18-e4245467eb2f} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11947 | 2024.12.21 01:23:38.187761 [ 23 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 11948 | 2024.12.21 01:23:38.187833 [ 287 ] {d7718a3b-7a10-4ef4-bb18-e4245467eb2f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002273 sec., 6159.260888693358 rows/sec., 443.38 KiB/sec. | ||
| 11949 | 2024.12.21 01:23:38.187886 [ 23 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11950 | 2024.12.21 01:23:38.187987 [ 287 ] {d7718a3b-7a10-4ef4-bb18-e4245467eb2f} <Debug> TCPHandler: Processed in 0.002870799 sec. | ||
| 11951 | 2024.12.21 01:23:38.187988 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11952 | 2024.12.21 01:23:38.188252 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 11953 | 2024.12.21 01:23:38.188328 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11954 | 2024.12.21 01:23:38.188459 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11955 | 2024.12.21 01:23:38.188511 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 14 rows starting from the beginning of the part | ||
| 11956 | 2024.12.21 01:23:38.188544 [ 285 ] {eab1fcf4-4e4f-4c0d-b1a8-8147edfaa6c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11957 | 2024.12.21 01:23:38.188684 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 11958 | 2024.12.21 01:23:38.188704 [ 285 ] {eab1fcf4-4e4f-4c0d-b1a8-8147edfaa6c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11959 | 2024.12.21 01:23:38.189220 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 11960 | 2024.12.21 01:23:38.189548 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 11961 | 2024.12.21 01:23:38.189853 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 11962 | 2024.12.21 01:23:38.191136 [ 285 ] {eab1fcf4-4e4f-4c0d-b1a8-8147edfaa6c0} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11963 | 2024.12.21 01:23:38.191186 [ 285 ] {eab1fcf4-4e4f-4c0d-b1a8-8147edfaa6c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11964 | 2024.12.21 01:23:38.191584 [ 201 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003417787 sec., 20481.089078985908 rows/sec., 1.52 MiB/sec. | ||
| 11965 | 2024.12.21 01:23:38.191874 [ 285 ] {eab1fcf4-4e4f-4c0d-b1a8-8147edfaa6c0} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11966 | 2024.12.21 01:23:38.191882 [ 201 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 11967 | 2024.12.21 01:23:38.192319 [ 285 ] {eab1fcf4-4e4f-4c0d-b1a8-8147edfaa6c0} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11968 | 2024.12.21 01:23:38.192443 [ 201 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_41_10} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11969 | 2024.12.21 01:23:38.192561 [ 23 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11970 | 2024.12.21 01:23:38.192653 [ 23 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11971 | 2024.12.21 01:23:38.192724 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11972 | 2024.12.21 01:23:38.192824 [ 201 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_41_10} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 11973 | 2024.12.21 01:23:38.192874 [ 285 ] {eab1fcf4-4e4f-4c0d-b1a8-8147edfaa6c0} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.004382 sec., 49977.17937015062 rows/sec., 4.35 MiB/sec. | ||
| 11974 | 2024.12.21 01:23:38.192988 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11975 | 2024.12.21 01:23:38.193176 [ 285 ] {eab1fcf4-4e4f-4c0d-b1a8-8147edfaa6c0} <Debug> TCPHandler: Processed in 0.005043135 sec. | ||
| 11976 | 2024.12.21 01:23:38.193188 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11977 | 2024.12.21 01:23:38.193401 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11978 | 2024.12.21 01:23:38.193447 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1436 rows starting from the beginning of the part | ||
| 11979 | 2024.12.21 01:23:38.193458 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11980 | 2024.12.21 01:23:38.193725 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part | ||
| 11981 | 2024.12.21 01:23:38.193827 [ 287 ] {3d5d0cfd-e733-4d03-8765-317a3b4102ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11982 | 2024.12.21 01:23:38.194006 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 124 rows starting from the beginning of the part | ||
| 11983 | 2024.12.21 01:23:38.194017 [ 287 ] {3d5d0cfd-e733-4d03-8765-317a3b4102ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11984 | 2024.12.21 01:23:38.194292 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 219 rows starting from the beginning of the part | ||
| 11985 | 2024.12.21 01:23:38.194583 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 126 rows starting from the beginning of the part | ||
| 11986 | 2024.12.21 01:23:38.194860 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 219 rows starting from the beginning of the part | ||
| 11987 | 2024.12.21 01:23:38.196693 [ 287 ] {3d5d0cfd-e733-4d03-8765-317a3b4102ce} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11988 | 2024.12.21 01:23:38.196781 [ 287 ] {3d5d0cfd-e733-4d03-8765-317a3b4102ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 11989 | 2024.12.21 01:23:38.197679 [ 287 ] {3d5d0cfd-e733-4d03-8765-317a3b4102ce} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 11990 | 2024.12.21 01:23:38.198220 [ 287 ] {3d5d0cfd-e733-4d03-8765-317a3b4102ce} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11991 | 2024.12.21 01:23:38.198296 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2180 rows, containing 5 columns (5 merged, 0 gathered) in 0.005448051 sec., 400143.0970451635 rows/sec., 35.20 MiB/sec. | ||
| 11992 | 2024.12.21 01:23:38.198545 [ 287 ] {3d5d0cfd-e733-4d03-8765-317a3b4102ce} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.004828 sec., 3106.876553438277 rows/sec., 219.06 KiB/sec. | ||
| 11993 | 2024.12.21 01:23:38.198673 [ 287 ] {3d5d0cfd-e733-4d03-8765-317a3b4102ce} <Debug> TCPHandler: Processed in 0.00536329 sec. | ||
| 11994 | 2024.12.21 01:23:38.198745 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11995 | 2024.12.21 01:23:38.198864 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11996 | 2024.12.21 01:23:38.199085 [ 285 ] {00122523-d876-4428-b976-94fd38db224f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11997 | 2024.12.21 01:23:38.199178 [ 285 ] {00122523-d876-4428-b976-94fd38db224f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11998 | 2024.12.21 01:23:38.199323 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_96_19} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11999 | 2024.12.21 01:23:38.199499 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_96_19} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12000 | 2024.12.21 01:23:38.199721 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 12001 | 2024.12.21 01:23:38.200172 [ 285 ] {00122523-d876-4428-b976-94fd38db224f} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12002 | 2024.12.21 01:23:38.200215 [ 285 ] {00122523-d876-4428-b976-94fd38db224f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12003 | 2024.12.21 01:23:38.200580 [ 285 ] {00122523-d876-4428-b976-94fd38db224f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12004 | 2024.12.21 01:23:38.200827 [ 285 ] {00122523-d876-4428-b976-94fd38db224f} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12005 | 2024.12.21 01:23:38.201013 [ 285 ] {00122523-d876-4428-b976-94fd38db224f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002006 sec., 6979.062811565304 rows/sec., 488.77 KiB/sec. | ||
| 12006 | 2024.12.21 01:23:38.201072 [ 285 ] {00122523-d876-4428-b976-94fd38db224f} <Debug> TCPHandler: Processed in 0.002295438 sec. | ||
| 12007 | 2024.12.21 01:23:38.201249 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12008 | 2024.12.21 01:23:38.201392 [ 287 ] {0f448cb5-1099-43be-8ba7-677447d53c20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12009 | 2024.12.21 01:23:38.201450 [ 287 ] {0f448cb5-1099-43be-8ba7-677447d53c20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12010 | 2024.12.21 01:23:38.202138 [ 287 ] {0f448cb5-1099-43be-8ba7-677447d53c20} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12011 | 2024.12.21 01:23:38.202185 [ 287 ] {0f448cb5-1099-43be-8ba7-677447d53c20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12012 | 2024.12.21 01:23:38.202558 [ 287 ] {0f448cb5-1099-43be-8ba7-677447d53c20} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12013 | 2024.12.21 01:23:38.202798 [ 287 ] {0f448cb5-1099-43be-8ba7-677447d53c20} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12014 | 2024.12.21 01:23:38.202951 [ 23 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12015 | 2024.12.21 01:23:38.203014 [ 23 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12016 | 2024.12.21 01:23:38.203045 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12017 | 2024.12.21 01:23:38.203062 [ 287 ] {0f448cb5-1099-43be-8ba7-677447d53c20} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001692 sec., 7683.215130023641 rows/sec., 479.05 KiB/sec. | ||
| 12018 | 2024.12.21 01:23:38.203205 [ 287 ] {0f448cb5-1099-43be-8ba7-677447d53c20} <Debug> TCPHandler: Processed in 0.002021944 sec. | ||
| 12019 | 2024.12.21 01:23:38.203228 [ 190 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 12020 | 2024.12.21 01:23:38.203372 [ 190 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12021 | 2024.12.21 01:23:38.203416 [ 190 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 13 rows starting from the beginning of the part | ||
| 12022 | 2024.12.21 01:23:38.203425 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12023 | 2024.12.21 01:23:38.203579 [ 190 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part | ||
| 12024 | 2024.12.21 01:23:38.203785 [ 285 ] {157fb4e0-6ce6-4f88-886a-475959abe73d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12025 | 2024.12.21 01:23:38.203908 [ 190 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part | ||
| 12026 | 2024.12.21 01:23:38.203973 [ 285 ] {157fb4e0-6ce6-4f88-886a-475959abe73d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12027 | 2024.12.21 01:23:38.204315 [ 190 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part | ||
| 12028 | 2024.12.21 01:23:38.204831 [ 190 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part | ||
| 12029 | 2024.12.21 01:23:38.206822 [ 285 ] {157fb4e0-6ce6-4f88-886a-475959abe73d} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12030 | 2024.12.21 01:23:38.206897 [ 285 ] {157fb4e0-6ce6-4f88-886a-475959abe73d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12031 | 2024.12.21 01:23:38.207321 [ 201 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00418705 sec., 15524.056316499682 rows/sec., 1.00 MiB/sec. | ||
| 12032 | 2024.12.21 01:23:38.207510 [ 201 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12033 | 2024.12.21 01:23:38.207841 [ 285 ] {157fb4e0-6ce6-4f88-886a-475959abe73d} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12034 | 2024.12.21 01:23:38.208090 [ 189 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_41_10} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12035 | 2024.12.21 01:23:38.208330 [ 189 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_41_10} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12036 | 2024.12.21 01:23:38.208330 [ 285 ] {157fb4e0-6ce6-4f88-886a-475959abe73d} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12037 | 2024.12.21 01:23:38.208506 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12038 | 2024.12.21 01:23:38.208617 [ 23 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12039 | 2024.12.21 01:23:38.208655 [ 23 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12040 | 2024.12.21 01:23:38.208677 [ 285 ] {157fb4e0-6ce6-4f88-886a-475959abe73d} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005031 sec., 77519.37984496124 rows/sec., 5.50 MiB/sec. | ||
| 12041 | 2024.12.21 01:23:38.208680 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12042 | 2024.12.21 01:23:38.208845 [ 285 ] {157fb4e0-6ce6-4f88-886a-475959abe73d} <Debug> TCPHandler: Processed in 0.005510313 sec. | ||
| 12043 | 2024.12.21 01:23:38.208919 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 12044 | 2024.12.21 01:23:38.209065 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12045 | 2024.12.21 01:23:38.209118 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12046 | 2024.12.21 01:23:38.209171 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 916 rows starting from the beginning of the part | ||
| 12047 | 2024.12.21 01:23:38.209333 [ 287 ] {f7d81f20-84e8-4bfb-825f-53584b43c197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12048 | 2024.12.21 01:23:38.209449 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part | ||
| 12049 | 2024.12.21 01:23:38.209516 [ 287 ] {f7d81f20-84e8-4bfb-825f-53584b43c197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12050 | 2024.12.21 01:23:38.209795 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 98 rows starting from the beginning of the part | ||
| 12051 | 2024.12.21 01:23:38.210182 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 390 rows starting from the beginning of the part | ||
| 12052 | 2024.12.21 01:23:38.210539 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 102 rows starting from the beginning of the part | ||
| 12053 | 2024.12.21 01:23:38.210914 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 390 rows starting from the beginning of the part | ||
| 12054 | 2024.12.21 01:23:38.211934 [ 287 ] {f7d81f20-84e8-4bfb-825f-53584b43c197} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12055 | 2024.12.21 01:23:38.212012 [ 287 ] {f7d81f20-84e8-4bfb-825f-53584b43c197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12056 | 2024.12.21 01:23:38.213031 [ 287 ] {f7d81f20-84e8-4bfb-825f-53584b43c197} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12057 | 2024.12.21 01:23:38.213381 [ 287 ] {f7d81f20-84e8-4bfb-825f-53584b43c197} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12058 | 2024.12.21 01:23:38.213995 [ 287 ] {f7d81f20-84e8-4bfb-825f-53584b43c197} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00477 sec., 1257.861635220126 rows/sec., 65.72 KiB/sec. | ||
| 12059 | 2024.12.21 01:23:38.214019 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.005228498 sec., 374868.6525269781 rows/sec., 28.70 MiB/sec. | ||
| 12060 | 2024.12.21 01:23:38.214128 [ 287 ] {f7d81f20-84e8-4bfb-825f-53584b43c197} <Debug> TCPHandler: Processed in 0.005148787 sec. | ||
| 12061 | 2024.12.21 01:23:38.214309 [ 193 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12062 | 2024.12.21 01:23:38.214379 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12063 | 2024.12.21 01:23:38.214583 [ 285 ] {d85e4140-8761-44be-9f34-ade4357ee3bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12064 | 2024.12.21 01:23:38.214693 [ 285 ] {d85e4140-8761-44be-9f34-ade4357ee3bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12065 | 2024.12.21 01:23:38.214826 [ 193 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_96_19} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12066 | 2024.12.21 01:23:38.215095 [ 193 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_96_19} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12067 | 2024.12.21 01:23:38.215293 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 12068 | 2024.12.21 01:23:38.215764 [ 285 ] {d85e4140-8761-44be-9f34-ade4357ee3bd} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12069 | 2024.12.21 01:23:38.215808 [ 285 ] {d85e4140-8761-44be-9f34-ade4357ee3bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12070 | 2024.12.21 01:23:38.216223 [ 285 ] {d85e4140-8761-44be-9f34-ade4357ee3bd} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12071 | 2024.12.21 01:23:38.216470 [ 285 ] {d85e4140-8761-44be-9f34-ade4357ee3bd} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12072 | 2024.12.21 01:23:38.216607 [ 23 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12073 | 2024.12.21 01:23:38.216637 [ 23 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12074 | 2024.12.21 01:23:38.216660 [ 285 ] {d85e4140-8761-44be-9f34-ade4357ee3bd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002145 sec., 110489.51048951047 rows/sec., 7.41 MiB/sec. | ||
| 12075 | 2024.12.21 01:23:38.216664 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12076 | 2024.12.21 01:23:38.216824 [ 285 ] {d85e4140-8761-44be-9f34-ade4357ee3bd} <Debug> TCPHandler: Processed in 0.002545633 sec. | ||
| 12077 | 2024.12.21 01:23:38.216958 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 12078 | 2024.12.21 01:23:38.217117 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12079 | 2024.12.21 01:23:38.217377 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12080 | 2024.12.21 01:23:38.217532 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 28183 rows starting from the beginning of the part | ||
| 12081 | 2024.12.21 01:23:38.217602 [ 287 ] {accd2f63-64d0-40cc-8163-7d31be8422b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12082 | 2024.12.21 01:23:38.217977 [ 287 ] {accd2f63-64d0-40cc-8163-7d31be8422b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12083 | 2024.12.21 01:23:38.218099 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 128 rows starting from the beginning of the part | ||
| 12084 | 2024.12.21 01:23:38.218825 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
| 12085 | 2024.12.21 01:23:38.219565 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 237 rows starting from the beginning of the part | ||
| 12086 | 2024.12.21 01:23:38.220018 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 162 rows starting from the beginning of the part | ||
| 12087 | 2024.12.21 01:23:38.220463 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part | ||
| 12088 | 2024.12.21 01:23:38.221453 [ 287 ] {accd2f63-64d0-40cc-8163-7d31be8422b3} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12089 | 2024.12.21 01:23:38.221531 [ 287 ] {accd2f63-64d0-40cc-8163-7d31be8422b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12090 | 2024.12.21 01:23:38.222091 [ 287 ] {accd2f63-64d0-40cc-8163-7d31be8422b3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12091 | 2024.12.21 01:23:38.222422 [ 287 ] {accd2f63-64d0-40cc-8163-7d31be8422b3} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12092 | 2024.12.21 01:23:38.222647 [ 23 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Selected 6 parts from all_1_36_8 to all_41_41_0 | ||
| 12093 | 2024.12.21 01:23:38.222764 [ 23 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12094 | 2024.12.21 01:23:38.222840 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12095 | 2024.12.21 01:23:38.223081 [ 287 ] {accd2f63-64d0-40cc-8163-7d31be8422b3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005616 sec., 178.06267806267806 rows/sec., 12.00 KiB/sec. | ||
| 12096 | 2024.12.21 01:23:38.223270 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_41_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_8 to all_41_41_0 into Compact with storage Full | ||
| 12097 | 2024.12.21 01:23:38.223479 [ 287 ] {accd2f63-64d0-40cc-8163-7d31be8422b3} <Debug> TCPHandler: Processed in 0.00653041 sec. | ||
| 12098 | 2024.12.21 01:23:38.223800 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_41_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12099 | 2024.12.21 01:23:38.223812 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12100 | 2024.12.21 01:23:38.223925 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_8, total 36 rows starting from the beginning of the part | ||
| 12101 | 2024.12.21 01:23:38.224322 [ 285 ] {32bc4692-30f1-4502-80a6-6f015c293a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12102 | 2024.12.21 01:23:38.224322 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 12103 | 2024.12.21 01:23:38.224778 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 12104 | 2024.12.21 01:23:38.224881 [ 285 ] {32bc4692-30f1-4502-80a6-6f015c293a3d} <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 | ||
| 12105 | 2024.12.21 01:23:38.225304 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 12106 | 2024.12.21 01:23:38.225871 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 12107 | 2024.12.21 01:23:38.226220 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 12108 | 2024.12.21 01:23:38.230161 [ 196 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_41_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.007196031 sec., 5697.5852383070605 rows/sec., 383.92 KiB/sec. | ||
| 12109 | 2024.12.21 01:23:38.230517 [ 188 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_41_9} <Trace> MergedBlockOutputStream: filled checksums all_1_41_9 (state Temporary) | ||
| 12110 | 2024.12.21 01:23:38.231224 [ 285 ] {32bc4692-30f1-4502-80a6-6f015c293a3d} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12111 | 2024.12.21 01:23:38.231309 [ 285 ] {32bc4692-30f1-4502-80a6-6f015c293a3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12112 | 2024.12.21 01:23:38.231556 [ 186 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_41_9} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_merge_all_1_41_9 to all_1_41_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12113 | 2024.12.21 01:23:38.231928 [ 186 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_41_9} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Merged 6 parts: [all_1_36_8, all_41_41_0] -> all_1_41_9 | ||
| 12114 | 2024.12.21 01:23:38.232628 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12115 | 2024.12.21 01:23:38.232741 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29107 rows, containing 5 columns (5 merged, 0 gathered) in 0.015957009 sec., 1824088.7123645789 rows/sec., 123.15 MiB/sec. | ||
| 12116 | 2024.12.21 01:23:38.233122 [ 285 ] {32bc4692-30f1-4502-80a6-6f015c293a3d} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12117 | 2024.12.21 01:23:38.233134 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12118 | 2024.12.21 01:23:38.233634 [ 285 ] {32bc4692-30f1-4502-80a6-6f015c293a3d} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12119 | 2024.12.21 01:23:38.233649 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12120 | 2024.12.21 01:23:38.233836 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12121 | 2024.12.21 01:23:38.234060 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 12122 | 2024.12.21 01:23:38.234123 [ 285 ] {32bc4692-30f1-4502-80a6-6f015c293a3d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.010011 sec., 799.1209669363699 rows/sec., 1.43 MiB/sec. | ||
| 12123 | 2024.12.21 01:23:38.234251 [ 285 ] {32bc4692-30f1-4502-80a6-6f015c293a3d} <Debug> TCPHandler: Processed in 0.010614629 sec. | ||
| 12124 | 2024.12.21 01:23:38.234427 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12125 | 2024.12.21 01:23:38.234568 [ 287 ] {1533cf85-bd69-4f6b-8a7e-6e9690bcdf67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12126 | 2024.12.21 01:23:38.234627 [ 287 ] {1533cf85-bd69-4f6b-8a7e-6e9690bcdf67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12127 | 2024.12.21 01:23:38.235225 [ 287 ] {1533cf85-bd69-4f6b-8a7e-6e9690bcdf67} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12128 | 2024.12.21 01:23:38.235272 [ 287 ] {1533cf85-bd69-4f6b-8a7e-6e9690bcdf67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12129 | 2024.12.21 01:23:38.235669 [ 287 ] {1533cf85-bd69-4f6b-8a7e-6e9690bcdf67} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12130 | 2024.12.21 01:23:38.235920 [ 287 ] {1533cf85-bd69-4f6b-8a7e-6e9690bcdf67} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12131 | 2024.12.21 01:23:38.236089 [ 23 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12132 | 2024.12.21 01:23:38.236143 [ 23 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12133 | 2024.12.21 01:23:38.236174 [ 287 ] {1533cf85-bd69-4f6b-8a7e-6e9690bcdf67} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001628 sec., 50368.550368550365 rows/sec., 3.20 MiB/sec. | ||
| 12134 | 2024.12.21 01:23:38.236185 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12135 | 2024.12.21 01:23:38.236348 [ 287 ] {1533cf85-bd69-4f6b-8a7e-6e9690bcdf67} <Debug> TCPHandler: Processed in 0.001987223 sec. | ||
| 12136 | 2024.12.21 01:23:38.236413 [ 186 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 12137 | 2024.12.21 01:23:38.236529 [ 186 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12138 | 2024.12.21 01:23:38.236562 [ 186 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5538 rows starting from the beginning of the part | ||
| 12139 | 2024.12.21 01:23:38.236666 [ 186 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 48 rows starting from the beginning of the part | ||
| 12140 | 2024.12.21 01:23:38.236881 [ 186 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
| 12141 | 2024.12.21 01:23:38.237079 [ 186 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part | ||
| 12142 | 2024.12.21 01:23:38.237201 [ 186 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
| 12143 | 2024.12.21 01:23:38.237401 [ 186 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part | ||
| 12144 | 2024.12.21 01:23:38.239763 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5870 rows, containing 4 columns (4 merged, 0 gathered) in 0.003441668 sec., 1705568.3465110522 rows/sec., 111.15 MiB/sec. | ||
| 12145 | 2024.12.21 01:23:38.240322 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12146 | 2024.12.21 01:23:38.240611 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_96_19} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12147 | 2024.12.21 01:23:38.240687 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_96_19} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12148 | 2024.12.21 01:23:38.240760 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 12149 | 2024.12.21 01:23:38.826471 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12150 | 2024.12.21 01:23:38.826539 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12151 | 2024.12.21 01:23:38.997906 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596 | ||
| 12152 | 2024.12.21 01:23:38.998553 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12153 | 2024.12.21 01:23:38.998603 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12154 | 2024.12.21 01:23:38.999149 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12155 | 2024.12.21 01:23:38.999411 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12156 | 2024.12.21 01:23:38.999671 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 12157 | 2024.12.21 01:23:40.871697 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 12158 | 2024.12.21 01:23:40.892549 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12159 | 2024.12.21 01:23:40.892611 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12160 | 2024.12.21 01:23:40.899933 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12161 | 2024.12.21 01:23:40.900692 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12162 | 2024.12.21 01:23:40.905032 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 12163 | 2024.12.21 01:23:43.183373 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12164 | 2024.12.21 01:23:43.183657 [ 287 ] {3a006243-1c6b-4496-9c37-797c41bc6ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12165 | 2024.12.21 01:23:43.183770 [ 287 ] {3a006243-1c6b-4496-9c37-797c41bc6ff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12166 | 2024.12.21 01:23:43.184822 [ 287 ] {3a006243-1c6b-4496-9c37-797c41bc6ff1} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12167 | 2024.12.21 01:23:43.184877 [ 287 ] {3a006243-1c6b-4496-9c37-797c41bc6ff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12168 | 2024.12.21 01:23:43.185334 [ 287 ] {3a006243-1c6b-4496-9c37-797c41bc6ff1} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12169 | 2024.12.21 01:23:43.185593 [ 287 ] {3a006243-1c6b-4496-9c37-797c41bc6ff1} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12170 | 2024.12.21 01:23:43.185846 [ 287 ] {3a006243-1c6b-4496-9c37-797c41bc6ff1} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002263 sec., 54794.52054794521 rows/sec., 4.65 MiB/sec. | ||
| 12171 | 2024.12.21 01:23:43.185941 [ 287 ] {3a006243-1c6b-4496-9c37-797c41bc6ff1} <Debug> TCPHandler: Processed in 0.002716955 sec. | ||
| 12172 | 2024.12.21 01:23:43.186242 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12173 | 2024.12.21 01:23:43.186456 [ 285 ] {c81247c0-14e9-479f-b2a3-8186e2fea42c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12174 | 2024.12.21 01:23:43.186530 [ 285 ] {c81247c0-14e9-479f-b2a3-8186e2fea42c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12175 | 2024.12.21 01:23:43.187303 [ 285 ] {c81247c0-14e9-479f-b2a3-8186e2fea42c} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12176 | 2024.12.21 01:23:43.187346 [ 285 ] {c81247c0-14e9-479f-b2a3-8186e2fea42c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12177 | 2024.12.21 01:23:43.187793 [ 285 ] {c81247c0-14e9-479f-b2a3-8186e2fea42c} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12178 | 2024.12.21 01:23:43.188068 [ 285 ] {c81247c0-14e9-479f-b2a3-8186e2fea42c} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12179 | 2024.12.21 01:23:43.188227 [ 151 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12180 | 2024.12.21 01:23:43.188279 [ 151 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12181 | 2024.12.21 01:23:43.188283 [ 285 ] {c81247c0-14e9-479f-b2a3-8186e2fea42c} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001884 sec., 18046.709129511677 rows/sec., 1.33 MiB/sec. | ||
| 12182 | 2024.12.21 01:23:43.188306 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12183 | 2024.12.21 01:23:43.188401 [ 285 ] {c81247c0-14e9-479f-b2a3-8186e2fea42c} <Debug> TCPHandler: Processed in 0.002344949 sec. | ||
| 12184 | 2024.12.21 01:23:43.188560 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 12185 | 2024.12.21 01:23:43.188603 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12186 | 2024.12.21 01:23:43.188834 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12187 | 2024.12.21 01:23:43.188845 [ 287 ] {2569e5fe-99c5-45dd-9ae1-190e88ff564b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12188 | 2024.12.21 01:23:43.188897 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 67 rows starting from the beginning of the part | ||
| 12189 | 2024.12.21 01:23:43.188943 [ 287 ] {2569e5fe-99c5-45dd-9ae1-190e88ff564b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12190 | 2024.12.21 01:23:43.189187 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 34 rows starting from the beginning of the part | ||
| 12191 | 2024.12.21 01:23:43.189555 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 15 rows starting from the beginning of the part | ||
| 12192 | 2024.12.21 01:23:43.189883 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 38 rows starting from the beginning of the part | ||
| 12193 | 2024.12.21 01:23:43.190251 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 15 rows starting from the beginning of the part | ||
| 12194 | 2024.12.21 01:23:43.190596 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 34 rows starting from the beginning of the part | ||
| 12195 | 2024.12.21 01:23:43.191957 [ 287 ] {2569e5fe-99c5-45dd-9ae1-190e88ff564b} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12196 | 2024.12.21 01:23:43.192026 [ 287 ] {2569e5fe-99c5-45dd-9ae1-190e88ff564b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12197 | 2024.12.21 01:23:43.193053 [ 287 ] {2569e5fe-99c5-45dd-9ae1-190e88ff564b} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12198 | 2024.12.21 01:23:43.193323 [ 194 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 203 rows, containing 5 columns (5 merged, 0 gathered) in 0.004916433 sec., 41290.09792261992 rows/sec., 3.12 MiB/sec. | ||
| 12199 | 2024.12.21 01:23:43.193512 [ 287 ] {2569e5fe-99c5-45dd-9ae1-190e88ff564b} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12200 | 2024.12.21 01:23:43.193574 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12201 | 2024.12.21 01:23:43.193895 [ 287 ] {2569e5fe-99c5-45dd-9ae1-190e88ff564b} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.005123 sec., 19129.416357602968 rows/sec., 1.49 MiB/sec. | ||
| 12202 | 2024.12.21 01:23:43.194064 [ 287 ] {2569e5fe-99c5-45dd-9ae1-190e88ff564b} <Debug> TCPHandler: Processed in 0.005562433 sec. | ||
| 12203 | 2024.12.21 01:23:43.194236 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_81_16} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12204 | 2024.12.21 01:23:43.194283 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12205 | 2024.12.21 01:23:43.194353 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_81_16} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12206 | 2024.12.21 01:23:43.194457 [ 285 ] {e2cdcbb8-374d-4571-8de2-d290c142b4ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12207 | 2024.12.21 01:23:43.194470 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12208 | 2024.12.21 01:23:43.194530 [ 285 ] {e2cdcbb8-374d-4571-8de2-d290c142b4ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12209 | 2024.12.21 01:23:43.195236 [ 285 ] {e2cdcbb8-374d-4571-8de2-d290c142b4ae} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12210 | 2024.12.21 01:23:43.195280 [ 285 ] {e2cdcbb8-374d-4571-8de2-d290c142b4ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12211 | 2024.12.21 01:23:43.195708 [ 285 ] {e2cdcbb8-374d-4571-8de2-d290c142b4ae} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12212 | 2024.12.21 01:23:43.195958 [ 285 ] {e2cdcbb8-374d-4571-8de2-d290c142b4ae} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12213 | 2024.12.21 01:23:43.196150 [ 285 ] {e2cdcbb8-374d-4571-8de2-d290c142b4ae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001755 sec., 91168.09116809117 rows/sec., 6.35 MiB/sec. | ||
| 12214 | 2024.12.21 01:23:43.196211 [ 285 ] {e2cdcbb8-374d-4571-8de2-d290c142b4ae} <Debug> TCPHandler: Processed in 0.002022683 sec. | ||
| 12215 | 2024.12.21 01:23:43.196420 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12216 | 2024.12.21 01:23:43.196645 [ 287 ] {2c4d1a43-80ac-4cae-b373-95c51270c41c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12217 | 2024.12.21 01:23:43.196744 [ 287 ] {2c4d1a43-80ac-4cae-b373-95c51270c41c} <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 | ||
| 12218 | 2024.12.21 01:23:43.198073 [ 287 ] {2c4d1a43-80ac-4cae-b373-95c51270c41c} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12219 | 2024.12.21 01:23:43.198115 [ 287 ] {2c4d1a43-80ac-4cae-b373-95c51270c41c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12220 | 2024.12.21 01:23:43.198809 [ 287 ] {2c4d1a43-80ac-4cae-b373-95c51270c41c} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12221 | 2024.12.21 01:23:43.199068 [ 287 ] {2c4d1a43-80ac-4cae-b373-95c51270c41c} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12222 | 2024.12.21 01:23:43.199287 [ 151 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12223 | 2024.12.21 01:23:43.199343 [ 151 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12224 | 2024.12.21 01:23:43.199389 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12225 | 2024.12.21 01:23:43.199390 [ 287 ] {2c4d1a43-80ac-4cae-b373-95c51270c41c} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002768 sec., 12283.236994219653 rows/sec., 22.01 MiB/sec. | ||
| 12226 | 2024.12.21 01:23:43.199817 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 12227 | 2024.12.21 01:23:43.200285 [ 287 ] {2c4d1a43-80ac-4cae-b373-95c51270c41c} <Debug> TCPHandler: Processed in 0.003964587 sec. | ||
| 12228 | 2024.12.21 01:23:43.200574 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12229 | 2024.12.21 01:23:43.201006 [ 285 ] {8e187c7c-f90e-468b-a86b-72c9e7d72e0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12230 | 2024.12.21 01:23:43.201171 [ 285 ] {8e187c7c-f90e-468b-a86b-72c9e7d72e0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12231 | 2024.12.21 01:23:43.201890 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12232 | 2024.12.21 01:23:43.202368 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1534 rows starting from the beginning of the part | ||
| 12233 | 2024.12.21 01:23:43.203053 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 34 rows starting from the beginning of the part | ||
| 12234 | 2024.12.21 01:23:43.203653 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 8 rows starting from the beginning of the part | ||
| 12235 | 2024.12.21 01:23:43.203664 [ 285 ] {8e187c7c-f90e-468b-a86b-72c9e7d72e0d} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12236 | 2024.12.21 01:23:43.203710 [ 285 ] {8e187c7c-f90e-468b-a86b-72c9e7d72e0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12237 | 2024.12.21 01:23:43.204174 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 34 rows starting from the beginning of the part | ||
| 12238 | 2024.12.21 01:23:43.204766 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part | ||
| 12239 | 2024.12.21 01:23:43.204878 [ 285 ] {8e187c7c-f90e-468b-a86b-72c9e7d72e0d} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12240 | 2024.12.21 01:23:43.205258 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 34 rows starting from the beginning of the part | ||
| 12241 | 2024.12.21 01:23:43.205661 [ 285 ] {8e187c7c-f90e-468b-a86b-72c9e7d72e0d} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12242 | 2024.12.21 01:23:43.206063 [ 285 ] {8e187c7c-f90e-468b-a86b-72c9e7d72e0d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005181 sec., 11580.775911986104 rows/sec., 799.19 KiB/sec. | ||
| 12243 | 2024.12.21 01:23:43.206144 [ 285 ] {8e187c7c-f90e-468b-a86b-72c9e7d72e0d} <Debug> TCPHandler: Processed in 0.005712557 sec. | ||
| 12244 | 2024.12.21 01:23:43.215835 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1652 rows, containing 19 columns (19 merged, 0 gathered) in 0.016352035 sec., 101027.18102058857 rows/sec., 181.04 MiB/sec. | ||
| 12245 | 2024.12.21 01:23:43.217471 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12246 | 2024.12.21 01:23:43.217969 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12247 | 2024.12.21 01:23:43.218069 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12248 | 2024.12.21 01:23:43.218300 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB. | ||
| 12249 | 2024.12.21 01:23:43.468905 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12250 | 2024.12.21 01:23:43.469183 [ 287 ] {41e193f3-fc90-48cf-b027-1516153baca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12251 | 2024.12.21 01:23:43.469299 [ 287 ] {41e193f3-fc90-48cf-b027-1516153baca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12252 | 2024.12.21 01:23:43.470085 [ 287 ] {41e193f3-fc90-48cf-b027-1516153baca3} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12253 | 2024.12.21 01:23:43.470134 [ 287 ] {41e193f3-fc90-48cf-b027-1516153baca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12254 | 2024.12.21 01:23:43.470553 [ 287 ] {41e193f3-fc90-48cf-b027-1516153baca3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12255 | 2024.12.21 01:23:43.470814 [ 287 ] {41e193f3-fc90-48cf-b027-1516153baca3} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12256 | 2024.12.21 01:23:43.471052 [ 287 ] {41e193f3-fc90-48cf-b027-1516153baca3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001931 sec., 7250.1294665976175 rows/sec., 521.91 KiB/sec. | ||
| 12257 | 2024.12.21 01:23:43.471164 [ 287 ] {41e193f3-fc90-48cf-b027-1516153baca3} <Debug> TCPHandler: Processed in 0.002427751 sec. | ||
| 12258 | 2024.12.21 01:23:43.471434 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12259 | 2024.12.21 01:23:43.471640 [ 285 ] {69056942-6030-416f-925f-d7c099adff74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12260 | 2024.12.21 01:23:43.471720 [ 285 ] {69056942-6030-416f-925f-d7c099adff74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12261 | 2024.12.21 01:23:43.472551 [ 285 ] {69056942-6030-416f-925f-d7c099adff74} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12262 | 2024.12.21 01:23:43.472594 [ 285 ] {69056942-6030-416f-925f-d7c099adff74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12263 | 2024.12.21 01:23:43.473049 [ 285 ] {69056942-6030-416f-925f-d7c099adff74} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 12264 | 2024.12.21 01:23:43.473342 [ 285 ] {69056942-6030-416f-925f-d7c099adff74} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12265 | 2024.12.21 01:23:43.473522 [ 52 ] {} <Debug> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 | ||
| 12266 | 2024.12.21 01:23:43.473616 [ 52 ] {} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12267 | 2024.12.21 01:23:43.473614 [ 285 ] {69056942-6030-416f-925f-d7c099adff74} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.002019 sec., 5943.536404160475 rows/sec., 484.65 KiB/sec. | ||
| 12268 | 2024.12.21 01:23:43.473662 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12269 | 2024.12.21 01:23:43.473798 [ 285 ] {69056942-6030-416f-925f-d7c099adff74} <Debug> TCPHandler: Processed in 0.002522492 sec. | ||
| 12270 | 2024.12.21 01:23:43.473902 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full | ||
| 12271 | 2024.12.21 01:23:43.473981 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12272 | 2024.12.21 01:23:43.474039 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12273 | 2024.12.21 01:23:43.474084 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 18 rows starting from the beginning of the part | ||
| 12274 | 2024.12.21 01:23:43.474124 [ 287 ] {6461d62e-1227-4d72-9911-d72b1f48487f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12275 | 2024.12.21 01:23:43.474207 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
| 12276 | 2024.12.21 01:23:43.474218 [ 287 ] {6461d62e-1227-4d72-9911-d72b1f48487f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12277 | 2024.12.21 01:23:43.474535 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part | ||
| 12278 | 2024.12.21 01:23:43.474916 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 12279 | 2024.12.21 01:23:43.475109 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 12280 | 2024.12.21 01:23:43.475316 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part | ||
| 12281 | 2024.12.21 01:23:43.476679 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 5 columns (5 merged, 0 gathered) in 0.002877878 sec., 18068.868798468873 rows/sec., 1.51 MiB/sec. | ||
| 12282 | 2024.12.21 01:23:43.476817 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 12283 | 2024.12.21 01:23:43.476951 [ 287 ] {6461d62e-1227-4d72-9911-d72b1f48487f} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12284 | 2024.12.21 01:23:43.476995 [ 287 ] {6461d62e-1227-4d72-9911-d72b1f48487f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12285 | 2024.12.21 01:23:43.477191 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_19_4} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12286 | 2024.12.21 01:23:43.477300 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_19_4} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 | ||
| 12287 | 2024.12.21 01:23:43.477405 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 12288 | 2024.12.21 01:23:43.477593 [ 287 ] {6461d62e-1227-4d72-9911-d72b1f48487f} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12289 | 2024.12.21 01:23:43.477841 [ 287 ] {6461d62e-1227-4d72-9911-d72b1f48487f} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12290 | 2024.12.21 01:23:43.478069 [ 287 ] {6461d62e-1227-4d72-9911-d72b1f48487f} <Debug> executeQuery: Read 1365 rows, 116.09 KiB in 0.003982 sec., 342792.5665494726 rows/sec., 28.47 MiB/sec. | ||
| 12291 | 2024.12.21 01:23:43.478138 [ 287 ] {6461d62e-1227-4d72-9911-d72b1f48487f} <Debug> TCPHandler: Processed in 0.004229591 sec. | ||
| 12292 | 2024.12.21 01:23:43.478370 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12293 | 2024.12.21 01:23:43.478558 [ 285 ] {5b508448-8b9f-4ea0-82a8-ace4b244279c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12294 | 2024.12.21 01:23:43.478629 [ 285 ] {5b508448-8b9f-4ea0-82a8-ace4b244279c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12295 | 2024.12.21 01:23:43.479380 [ 285 ] {5b508448-8b9f-4ea0-82a8-ace4b244279c} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12296 | 2024.12.21 01:23:43.479429 [ 285 ] {5b508448-8b9f-4ea0-82a8-ace4b244279c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12297 | 2024.12.21 01:23:43.479821 [ 285 ] {5b508448-8b9f-4ea0-82a8-ace4b244279c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12298 | 2024.12.21 01:23:43.480078 [ 285 ] {5b508448-8b9f-4ea0-82a8-ace4b244279c} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12299 | 2024.12.21 01:23:43.480309 [ 285 ] {5b508448-8b9f-4ea0-82a8-ace4b244279c} <Debug> executeQuery: Read 27 rows, 1.90 KiB in 0.001787 sec., 15109.12143256855 rows/sec., 1.04 MiB/sec. | ||
| 12300 | 2024.12.21 01:23:43.480373 [ 285 ] {5b508448-8b9f-4ea0-82a8-ace4b244279c} <Debug> TCPHandler: Processed in 0.002116006 sec. | ||
| 12301 | 2024.12.21 01:23:43.480527 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12302 | 2024.12.21 01:23:43.480647 [ 287 ] {6c339a38-b45b-4348-bf9c-b5b8c6a9fbe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12303 | 2024.12.21 01:23:43.480698 [ 287 ] {6c339a38-b45b-4348-bf9c-b5b8c6a9fbe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12304 | 2024.12.21 01:23:43.481373 [ 287 ] {6c339a38-b45b-4348-bf9c-b5b8c6a9fbe2} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12305 | 2024.12.21 01:23:43.481415 [ 287 ] {6c339a38-b45b-4348-bf9c-b5b8c6a9fbe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12306 | 2024.12.21 01:23:43.481790 [ 287 ] {6c339a38-b45b-4348-bf9c-b5b8c6a9fbe2} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12307 | 2024.12.21 01:23:43.482026 [ 287 ] {6c339a38-b45b-4348-bf9c-b5b8c6a9fbe2} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12308 | 2024.12.21 01:23:43.482241 [ 287 ] {6c339a38-b45b-4348-bf9c-b5b8c6a9fbe2} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001621 sec., 149290.56138186305 rows/sec., 10.11 MiB/sec. | ||
| 12309 | 2024.12.21 01:23:43.482297 [ 287 ] {6c339a38-b45b-4348-bf9c-b5b8c6a9fbe2} <Debug> TCPHandler: Processed in 0.00183002 sec. | ||
| 12310 | 2024.12.21 01:23:43.482485 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12311 | 2024.12.21 01:23:43.482714 [ 285 ] {4d2d4d50-c40c-429c-ae24-834dc802f9a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12312 | 2024.12.21 01:23:43.482811 [ 285 ] {4d2d4d50-c40c-429c-ae24-834dc802f9a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12313 | 2024.12.21 01:23:43.483699 [ 285 ] {4d2d4d50-c40c-429c-ae24-834dc802f9a4} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12314 | 2024.12.21 01:23:43.483739 [ 285 ] {4d2d4d50-c40c-429c-ae24-834dc802f9a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12315 | 2024.12.21 01:23:43.484115 [ 285 ] {4d2d4d50-c40c-429c-ae24-834dc802f9a4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12316 | 2024.12.21 01:23:43.484366 [ 285 ] {4d2d4d50-c40c-429c-ae24-834dc802f9a4} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12317 | 2024.12.21 01:23:43.484577 [ 285 ] {4d2d4d50-c40c-429c-ae24-834dc802f9a4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001921 sec., 6767.30869338886 rows/sec., 421.94 KiB/sec. | ||
| 12318 | 2024.12.21 01:23:43.484633 [ 285 ] {4d2d4d50-c40c-429c-ae24-834dc802f9a4} <Debug> TCPHandler: Processed in 0.002243558 sec. | ||
| 12319 | 2024.12.21 01:23:43.484787 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12320 | 2024.12.21 01:23:43.484924 [ 287 ] {887601a5-cd3b-48d9-b9de-c37a7de14d29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12321 | 2024.12.21 01:23:43.484982 [ 287 ] {887601a5-cd3b-48d9-b9de-c37a7de14d29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12322 | 2024.12.21 01:23:43.485962 [ 287 ] {887601a5-cd3b-48d9-b9de-c37a7de14d29} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12323 | 2024.12.21 01:23:43.486002 [ 287 ] {887601a5-cd3b-48d9-b9de-c37a7de14d29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12324 | 2024.12.21 01:23:43.486400 [ 287 ] {887601a5-cd3b-48d9-b9de-c37a7de14d29} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12325 | 2024.12.21 01:23:43.486639 [ 287 ] {887601a5-cd3b-48d9-b9de-c37a7de14d29} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12326 | 2024.12.21 01:23:43.486861 [ 287 ] {887601a5-cd3b-48d9-b9de-c37a7de14d29} <Debug> executeQuery: Read 858 rows, 63.59 KiB in 0.001967 sec., 436197.2547025928 rows/sec., 31.57 MiB/sec. | ||
| 12327 | 2024.12.21 01:23:43.486914 [ 287 ] {887601a5-cd3b-48d9-b9de-c37a7de14d29} <Debug> TCPHandler: Processed in 0.002193917 sec. | ||
| 12328 | 2024.12.21 01:23:43.487118 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12329 | 2024.12.21 01:23:43.487343 [ 285 ] {66a02313-3e85-4aa4-bb51-4612cc03a890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12330 | 2024.12.21 01:23:43.487439 [ 285 ] {66a02313-3e85-4aa4-bb51-4612cc03a890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12331 | 2024.12.21 01:23:43.487957 [ 285 ] {66a02313-3e85-4aa4-bb51-4612cc03a890} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12332 | 2024.12.21 01:23:43.487997 [ 285 ] {66a02313-3e85-4aa4-bb51-4612cc03a890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12333 | 2024.12.21 01:23:43.488382 [ 285 ] {66a02313-3e85-4aa4-bb51-4612cc03a890} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12334 | 2024.12.21 01:23:43.488638 [ 285 ] {66a02313-3e85-4aa4-bb51-4612cc03a890} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12335 | 2024.12.21 01:23:43.488901 [ 285 ] {66a02313-3e85-4aa4-bb51-4612cc03a890} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001598 sec., 3754.6933667083854 rows/sec., 196.17 KiB/sec. | ||
| 12336 | 2024.12.21 01:23:43.488958 [ 285 ] {66a02313-3e85-4aa4-bb51-4612cc03a890} <Debug> TCPHandler: Processed in 0.001952862 sec. | ||
| 12337 | 2024.12.21 01:23:43.489179 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12338 | 2024.12.21 01:23:43.489326 [ 287 ] {5c417df7-f0b3-410c-9c38-5846bce2aebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12339 | 2024.12.21 01:23:43.489387 [ 287 ] {5c417df7-f0b3-410c-9c38-5846bce2aebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12340 | 2024.12.21 01:23:43.490132 [ 287 ] {5c417df7-f0b3-410c-9c38-5846bce2aebd} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12341 | 2024.12.21 01:23:43.490171 [ 287 ] {5c417df7-f0b3-410c-9c38-5846bce2aebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12342 | 2024.12.21 01:23:43.490601 [ 287 ] {5c417df7-f0b3-410c-9c38-5846bce2aebd} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12343 | 2024.12.21 01:23:43.490849 [ 287 ] {5c417df7-f0b3-410c-9c38-5846bce2aebd} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12344 | 2024.12.21 01:23:43.491069 [ 287 ] {5c417df7-f0b3-410c-9c38-5846bce2aebd} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.001771 sec., 542631.2817617166 rows/sec., 36.06 MiB/sec. | ||
| 12345 | 2024.12.21 01:23:43.491123 [ 287 ] {5c417df7-f0b3-410c-9c38-5846bce2aebd} <Debug> TCPHandler: Processed in 0.002072995 sec. | ||
| 12346 | 2024.12.21 01:23:43.491258 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12347 | 2024.12.21 01:23:43.491376 [ 285 ] {fd10d34e-938a-481d-801a-043dcf9a8b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12348 | 2024.12.21 01:23:43.491442 [ 285 ] {fd10d34e-938a-481d-801a-043dcf9a8b2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12349 | 2024.12.21 01:23:43.492313 [ 285 ] {fd10d34e-938a-481d-801a-043dcf9a8b2d} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12350 | 2024.12.21 01:23:43.492389 [ 285 ] {fd10d34e-938a-481d-801a-043dcf9a8b2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12351 | 2024.12.21 01:23:43.492794 [ 285 ] {fd10d34e-938a-481d-801a-043dcf9a8b2d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12352 | 2024.12.21 01:23:43.493039 [ 285 ] {fd10d34e-938a-481d-801a-043dcf9a8b2d} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12353 | 2024.12.21 01:23:43.493265 [ 285 ] {fd10d34e-938a-481d-801a-043dcf9a8b2d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00191 sec., 523.5602094240837 rows/sec., 35.28 KiB/sec. | ||
| 12354 | 2024.12.21 01:23:43.493371 [ 285 ] {fd10d34e-938a-481d-801a-043dcf9a8b2d} <Debug> TCPHandler: Processed in 0.002168117 sec. | ||
| 12355 | 2024.12.21 01:23:43.493572 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12356 | 2024.12.21 01:23:43.493710 [ 287 ] {6b916189-5db9-4d7a-8894-3d2c6a9dd721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12357 | 2024.12.21 01:23:43.493805 [ 287 ] {6b916189-5db9-4d7a-8894-3d2c6a9dd721} <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 | ||
| 12358 | 2024.12.21 01:23:43.494989 [ 287 ] {6b916189-5db9-4d7a-8894-3d2c6a9dd721} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12359 | 2024.12.21 01:23:43.495029 [ 287 ] {6b916189-5db9-4d7a-8894-3d2c6a9dd721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12360 | 2024.12.21 01:23:43.495639 [ 287 ] {6b916189-5db9-4d7a-8894-3d2c6a9dd721} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12361 | 2024.12.21 01:23:43.495890 [ 287 ] {6b916189-5db9-4d7a-8894-3d2c6a9dd721} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12362 | 2024.12.21 01:23:43.496122 [ 287 ] {6b916189-5db9-4d7a-8894-3d2c6a9dd721} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002442 sec., 3276.003276003276 rows/sec., 5.87 MiB/sec. | ||
| 12363 | 2024.12.21 01:23:43.496216 [ 287 ] {6b916189-5db9-4d7a-8894-3d2c6a9dd721} <Debug> TCPHandler: Processed in 0.002750397 sec. | ||
| 12364 | 2024.12.21 01:23:43.496423 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12365 | 2024.12.21 01:23:43.496648 [ 285 ] {706c1d84-8807-4267-b40e-93cc46a059ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12366 | 2024.12.21 01:23:43.496742 [ 285 ] {706c1d84-8807-4267-b40e-93cc46a059ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12367 | 2024.12.21 01:23:43.497556 [ 285 ] {706c1d84-8807-4267-b40e-93cc46a059ec} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12368 | 2024.12.21 01:23:43.497597 [ 285 ] {706c1d84-8807-4267-b40e-93cc46a059ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12369 | 2024.12.21 01:23:43.497975 [ 285 ] {706c1d84-8807-4267-b40e-93cc46a059ec} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12370 | 2024.12.21 01:23:43.498224 [ 285 ] {706c1d84-8807-4267-b40e-93cc46a059ec} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12371 | 2024.12.21 01:23:43.498445 [ 285 ] {706c1d84-8807-4267-b40e-93cc46a059ec} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001853 sec., 18348.623853211007 rows/sec., 1.06 MiB/sec. | ||
| 12372 | 2024.12.21 01:23:43.498496 [ 285 ] {706c1d84-8807-4267-b40e-93cc46a059ec} <Debug> TCPHandler: Processed in 0.002188757 sec. | ||
| 12373 | 2024.12.21 01:23:44.000155 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 246.45 MiB, peak 257.92 MiB, free memory in arenas 0.00 B, will set to 250.75 MiB (RSS), difference: 4.30 MiB | ||
| 12374 | 2024.12.21 01:23:44.198839 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1756 | ||
| 12375 | 2024.12.21 01:23:44.202463 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12376 | 2024.12.21 01:23:44.202524 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12377 | 2024.12.21 01:23:44.204000 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12378 | 2024.12.21 01:23:44.204303 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12379 | 2024.12.21 01:23:44.205306 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1756 | ||
| 12380 | 2024.12.21 01:23:46.499799 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084 | ||
| 12381 | 2024.12.21 01:23:46.500889 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12382 | 2024.12.21 01:23:46.500945 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12383 | 2024.12.21 01:23:46.501507 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12384 | 2024.12.21 01:23:46.501781 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12385 | 2024.12.21 01:23:46.502033 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 | ||
| 12386 | 2024.12.21 01:23:48.179417 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12387 | 2024.12.21 01:23:48.179675 [ 287 ] {8bb9ea73-3418-4892-be91-e04662b9514c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12388 | 2024.12.21 01:23:48.179749 [ 287 ] {8bb9ea73-3418-4892-be91-e04662b9514c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12389 | 2024.12.21 01:23:48.180526 [ 287 ] {8bb9ea73-3418-4892-be91-e04662b9514c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12390 | 2024.12.21 01:23:48.180577 [ 287 ] {8bb9ea73-3418-4892-be91-e04662b9514c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12391 | 2024.12.21 01:23:48.181016 [ 287 ] {8bb9ea73-3418-4892-be91-e04662b9514c} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12392 | 2024.12.21 01:23:48.181266 [ 287 ] {8bb9ea73-3418-4892-be91-e04662b9514c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12393 | 2024.12.21 01:23:48.181500 [ 287 ] {8bb9ea73-3418-4892-be91-e04662b9514c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001876 sec., 29850.746268656716 rows/sec., 2.28 MiB/sec. | ||
| 12394 | 2024.12.21 01:23:48.181584 [ 287 ] {8bb9ea73-3418-4892-be91-e04662b9514c} <Debug> TCPHandler: Processed in 0.002354909 sec. | ||
| 12395 | 2024.12.21 01:23:48.181945 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12396 | 2024.12.21 01:23:48.182258 [ 285 ] {dd830c37-6723-4ff0-be41-a0777d109ec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12397 | 2024.12.21 01:23:48.182374 [ 285 ] {dd830c37-6723-4ff0-be41-a0777d109ec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12398 | 2024.12.21 01:23:48.183241 [ 285 ] {dd830c37-6723-4ff0-be41-a0777d109ec2} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12399 | 2024.12.21 01:23:48.183284 [ 285 ] {dd830c37-6723-4ff0-be41-a0777d109ec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12400 | 2024.12.21 01:23:48.183733 [ 285 ] {dd830c37-6723-4ff0-be41-a0777d109ec2} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12401 | 2024.12.21 01:23:48.183988 [ 285 ] {dd830c37-6723-4ff0-be41-a0777d109ec2} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12402 | 2024.12.21 01:23:48.184194 [ 285 ] {dd830c37-6723-4ff0-be41-a0777d109ec2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002023 sec., 31636.18388531883 rows/sec., 2.47 MiB/sec. | ||
| 12403 | 2024.12.21 01:23:48.184256 [ 285 ] {dd830c37-6723-4ff0-be41-a0777d109ec2} <Debug> TCPHandler: Processed in 0.002551323 sec. | ||
| 12404 | 2024.12.21 01:23:48.184415 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12405 | 2024.12.21 01:23:48.184563 [ 287 ] {dce38504-aa8a-4717-86dc-51ffeed56f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12406 | 2024.12.21 01:23:48.184629 [ 287 ] {dce38504-aa8a-4717-86dc-51ffeed56f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12407 | 2024.12.21 01:23:48.185305 [ 287 ] {dce38504-aa8a-4717-86dc-51ffeed56f22} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12408 | 2024.12.21 01:23:48.185354 [ 287 ] {dce38504-aa8a-4717-86dc-51ffeed56f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12409 | 2024.12.21 01:23:48.185786 [ 287 ] {dce38504-aa8a-4717-86dc-51ffeed56f22} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12410 | 2024.12.21 01:23:48.186031 [ 287 ] {dce38504-aa8a-4717-86dc-51ffeed56f22} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12411 | 2024.12.21 01:23:48.186252 [ 287 ] {dce38504-aa8a-4717-86dc-51ffeed56f22} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001725 sec., 74202.89855072464 rows/sec., 5.17 MiB/sec. | ||
| 12412 | 2024.12.21 01:23:48.186309 [ 287 ] {dce38504-aa8a-4717-86dc-51ffeed56f22} <Debug> TCPHandler: Processed in 0.001961173 sec. | ||
| 12413 | 2024.12.21 01:23:48.186454 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12414 | 2024.12.21 01:23:48.186586 [ 285 ] {d310497d-6f99-46c5-bb09-f2e0904b19bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12415 | 2024.12.21 01:23:48.186651 [ 285 ] {d310497d-6f99-46c5-bb09-f2e0904b19bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12416 | 2024.12.21 01:23:48.187260 [ 285 ] {d310497d-6f99-46c5-bb09-f2e0904b19bd} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12417 | 2024.12.21 01:23:48.187306 [ 285 ] {d310497d-6f99-46c5-bb09-f2e0904b19bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12418 | 2024.12.21 01:23:48.187729 [ 285 ] {d310497d-6f99-46c5-bb09-f2e0904b19bd} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12419 | 2024.12.21 01:23:48.187975 [ 285 ] {d310497d-6f99-46c5-bb09-f2e0904b19bd} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12420 | 2024.12.21 01:23:48.188156 [ 285 ] {d310497d-6f99-46c5-bb09-f2e0904b19bd} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001606 sec., 29887.920298879202 rows/sec., 2.01 MiB/sec. | ||
| 12421 | 2024.12.21 01:23:48.188207 [ 285 ] {d310497d-6f99-46c5-bb09-f2e0904b19bd} <Debug> TCPHandler: Processed in 0.001815511 sec. | ||
| 12422 | 2024.12.21 01:23:48.405081 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 12423 | 2024.12.21 01:23:48.426225 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12424 | 2024.12.21 01:23:48.426282 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12425 | 2024.12.21 01:23:48.434214 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12426 | 2024.12.21 01:23:48.434986 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12427 | 2024.12.21 01:23:48.437576 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 12428 | 2024.12.21 01:23:53.182596 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12429 | 2024.12.21 01:23:53.182811 [ 287 ] {5fecdd0f-c64d-456f-8b89-9953c0e94f04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12430 | 2024.12.21 01:23:53.182888 [ 287 ] {5fecdd0f-c64d-456f-8b89-9953c0e94f04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12431 | 2024.12.21 01:23:53.183767 [ 287 ] {5fecdd0f-c64d-456f-8b89-9953c0e94f04} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12432 | 2024.12.21 01:23:53.183825 [ 287 ] {5fecdd0f-c64d-456f-8b89-9953c0e94f04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12433 | 2024.12.21 01:23:53.184281 [ 287 ] {5fecdd0f-c64d-456f-8b89-9953c0e94f04} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12434 | 2024.12.21 01:23:53.184555 [ 287 ] {5fecdd0f-c64d-456f-8b89-9953c0e94f04} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12435 | 2024.12.21 01:23:53.184826 [ 287 ] {5fecdd0f-c64d-456f-8b89-9953c0e94f04} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002054 sec., 60370.00973709835 rows/sec., 5.13 MiB/sec. | ||
| 12436 | 2024.12.21 01:23:53.184927 [ 287 ] {5fecdd0f-c64d-456f-8b89-9953c0e94f04} <Debug> TCPHandler: Processed in 0.002476551 sec. | ||
| 12437 | 2024.12.21 01:23:53.185238 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12438 | 2024.12.21 01:23:53.185426 [ 285 ] {be633243-04e1-4311-b030-7454a78a9317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12439 | 2024.12.21 01:23:53.185502 [ 285 ] {be633243-04e1-4311-b030-7454a78a9317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12440 | 2024.12.21 01:23:53.186288 [ 285 ] {be633243-04e1-4311-b030-7454a78a9317} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12441 | 2024.12.21 01:23:53.186341 [ 285 ] {be633243-04e1-4311-b030-7454a78a9317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12442 | 2024.12.21 01:23:53.186778 [ 285 ] {be633243-04e1-4311-b030-7454a78a9317} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12443 | 2024.12.21 01:23:53.187026 [ 285 ] {be633243-04e1-4311-b030-7454a78a9317} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12444 | 2024.12.21 01:23:53.187308 [ 285 ] {be633243-04e1-4311-b030-7454a78a9317} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001927 sec., 17644.006227296315 rows/sec., 1.30 MiB/sec. | ||
| 12445 | 2024.12.21 01:23:53.187394 [ 285 ] {be633243-04e1-4311-b030-7454a78a9317} <Debug> TCPHandler: Processed in 0.002327709 sec. | ||
| 12446 | 2024.12.21 01:23:53.187653 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12447 | 2024.12.21 01:23:53.187842 [ 287 ] {dbea394b-94b6-4523-a13f-6e93554da276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12448 | 2024.12.21 01:23:53.187906 [ 287 ] {dbea394b-94b6-4523-a13f-6e93554da276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12449 | 2024.12.21 01:23:53.188678 [ 287 ] {dbea394b-94b6-4523-a13f-6e93554da276} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12450 | 2024.12.21 01:23:53.188721 [ 287 ] {dbea394b-94b6-4523-a13f-6e93554da276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12451 | 2024.12.21 01:23:53.189102 [ 287 ] {dbea394b-94b6-4523-a13f-6e93554da276} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12452 | 2024.12.21 01:23:53.189346 [ 287 ] {dbea394b-94b6-4523-a13f-6e93554da276} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12453 | 2024.12.21 01:23:53.189573 [ 287 ] {dbea394b-94b6-4523-a13f-6e93554da276} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001768 sec., 55429.864253393665 rows/sec., 4.33 MiB/sec. | ||
| 12454 | 2024.12.21 01:23:53.189630 [ 287 ] {dbea394b-94b6-4523-a13f-6e93554da276} <Debug> TCPHandler: Processed in 0.002135196 sec. | ||
| 12455 | 2024.12.21 01:23:53.189796 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12456 | 2024.12.21 01:23:53.189946 [ 285 ] {ab7bd261-7950-48cd-95cd-98250856b9bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12457 | 2024.12.21 01:23:53.190044 [ 285 ] {ab7bd261-7950-48cd-95cd-98250856b9bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12458 | 2024.12.21 01:23:53.190730 [ 285 ] {ab7bd261-7950-48cd-95cd-98250856b9bb} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12459 | 2024.12.21 01:23:53.190771 [ 285 ] {ab7bd261-7950-48cd-95cd-98250856b9bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12460 | 2024.12.21 01:23:53.191188 [ 285 ] {ab7bd261-7950-48cd-95cd-98250856b9bb} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12461 | 2024.12.21 01:23:53.191433 [ 285 ] {ab7bd261-7950-48cd-95cd-98250856b9bb} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12462 | 2024.12.21 01:23:53.191661 [ 285 ] {ab7bd261-7950-48cd-95cd-98250856b9bb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001752 sec., 91324.200913242 rows/sec., 6.36 MiB/sec. | ||
| 12463 | 2024.12.21 01:23:53.191718 [ 285 ] {ab7bd261-7950-48cd-95cd-98250856b9bb} <Debug> TCPHandler: Processed in 0.001994564 sec. | ||
| 12464 | 2024.12.21 01:23:53.191875 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12465 | 2024.12.21 01:23:53.192047 [ 287 ] {ef9e2909-820f-43ee-99ad-10e74f8cb977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12466 | 2024.12.21 01:23:53.192146 [ 287 ] {ef9e2909-820f-43ee-99ad-10e74f8cb977} <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 | ||
| 12467 | 2024.12.21 01:23:53.193408 [ 287 ] {ef9e2909-820f-43ee-99ad-10e74f8cb977} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12468 | 2024.12.21 01:23:53.193449 [ 287 ] {ef9e2909-820f-43ee-99ad-10e74f8cb977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12469 | 2024.12.21 01:23:53.194114 [ 287 ] {ef9e2909-820f-43ee-99ad-10e74f8cb977} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12470 | 2024.12.21 01:23:53.194376 [ 287 ] {ef9e2909-820f-43ee-99ad-10e74f8cb977} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12471 | 2024.12.21 01:23:53.194626 [ 287 ] {ef9e2909-820f-43ee-99ad-10e74f8cb977} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002611 sec., 13021.83071620069 rows/sec., 23.33 MiB/sec. | ||
| 12472 | 2024.12.21 01:23:53.194736 [ 287 ] {ef9e2909-820f-43ee-99ad-10e74f8cb977} <Debug> TCPHandler: Processed in 0.002931219 sec. | ||
| 12473 | 2024.12.21 01:23:53.194899 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12474 | 2024.12.21 01:23:53.195040 [ 285 ] {b78a4a50-b469-42e6-9034-f05a70d6180e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12475 | 2024.12.21 01:23:53.195102 [ 285 ] {b78a4a50-b469-42e6-9034-f05a70d6180e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12476 | 2024.12.21 01:23:53.195698 [ 285 ] {b78a4a50-b469-42e6-9034-f05a70d6180e} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12477 | 2024.12.21 01:23:53.195737 [ 285 ] {b78a4a50-b469-42e6-9034-f05a70d6180e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12478 | 2024.12.21 01:23:53.196130 [ 285 ] {b78a4a50-b469-42e6-9034-f05a70d6180e} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12479 | 2024.12.21 01:23:53.196369 [ 285 ] {b78a4a50-b469-42e6-9034-f05a70d6180e} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12480 | 2024.12.21 01:23:53.196584 [ 285 ] {b78a4a50-b469-42e6-9034-f05a70d6180e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001576 sec., 38071.06598984772 rows/sec., 2.57 MiB/sec. | ||
| 12481 | 2024.12.21 01:23:53.196636 [ 285 ] {b78a4a50-b469-42e6-9034-f05a70d6180e} <Debug> TCPHandler: Processed in 0.00180452 sec. | ||
| 12482 | 2024.12.21 01:23:53.826577 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12483 | 2024.12.21 01:23:53.826642 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12484 | 2024.12.21 01:23:54.002139 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27572 | ||
| 12485 | 2024.12.21 01:23:54.002862 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12486 | 2024.12.21 01:23:54.002906 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12487 | 2024.12.21 01:23:54.003443 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12488 | 2024.12.21 01:23:54.003697 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12489 | 2024.12.21 01:23:54.003967 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27572 | ||
| 12490 | 2024.12.21 01:23:54.205551 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1776 | ||
| 12491 | 2024.12.21 01:23:54.208462 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12492 | 2024.12.21 01:23:54.208515 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12493 | 2024.12.21 01:23:54.210022 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12494 | 2024.12.21 01:23:54.210371 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12495 | 2024.12.21 01:23:54.210985 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1776 | ||
| 12496 | 2024.12.21 01:23:55.133266 [ 50 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 12497 | 2024.12.21 01:23:55.133332 [ 50 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12498 | 2024.12.21 01:23:55.133355 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12499 | 2024.12.21 01:23:55.133530 [ 198 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full | ||
| 12500 | 2024.12.21 01:23:55.133917 [ 198 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12501 | 2024.12.21 01:23:55.133980 [ 198 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 242 rows starting from the beginning of the part | ||
| 12502 | 2024.12.21 01:23:55.134064 [ 198 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 242 rows starting from the beginning of the part | ||
| 12503 | 2024.12.21 01:23:55.134223 [ 198 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 12504 | 2024.12.21 01:23:55.134461 [ 198 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 12505 | 2024.12.21 01:23:55.134546 [ 198 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 242 rows starting from the beginning of the part | ||
| 12506 | 2024.12.21 01:23:55.135636 [ 188 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002211748 sec., 340906.8302537179 rows/sec., 24.41 MiB/sec. | ||
| 12507 | 2024.12.21 01:23:55.135818 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 12508 | 2024.12.21 01:23:55.136117 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_42_9} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12509 | 2024.12.21 01:23:55.136199 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_42_9} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 12510 | 2024.12.21 01:23:55.136280 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 12511 | 2024.12.21 01:23:55.629410 [ 50 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 12512 | 2024.12.21 01:23:55.629473 [ 50 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12513 | 2024.12.21 01:23:55.629497 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12514 | 2024.12.21 01:23:55.629661 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full | ||
| 12515 | 2024.12.21 01:23:55.629883 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12516 | 2024.12.21 01:23:55.629923 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 228 rows starting from the beginning of the part | ||
| 12517 | 2024.12.21 01:23:55.629999 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 12518 | 2024.12.21 01:23:55.630215 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 12519 | 2024.12.21 01:23:55.630421 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 12520 | 2024.12.21 01:23:55.630618 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 12521 | 2024.12.21 01:23:55.631674 [ 196 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 252 rows, containing 4 columns (4 merged, 0 gathered) in 0.002094285 sec., 120327.46259463254 rows/sec., 6.14 MiB/sec. | ||
| 12522 | 2024.12.21 01:23:55.631909 [ 186 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 12523 | 2024.12.21 01:23:55.632310 [ 186 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_42_9} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12524 | 2024.12.21 01:23:55.632408 [ 186 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_42_9} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 12525 | 2024.12.21 01:23:55.632546 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 12526 | 2024.12.21 01:23:55.937622 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 12527 | 2024.12.21 01:23:55.959489 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12528 | 2024.12.21 01:23:55.959552 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12529 | 2024.12.21 01:23:55.967312 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12530 | 2024.12.21 01:23:55.968165 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12531 | 2024.12.21 01:23:55.972913 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 12532 | 2024.12.21 01:23:58.186478 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12533 | 2024.12.21 01:23:58.186727 [ 287 ] {0803ec71-213c-47ee-9ff8-86d0be1ea40f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12534 | 2024.12.21 01:23:58.186821 [ 287 ] {0803ec71-213c-47ee-9ff8-86d0be1ea40f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12535 | 2024.12.21 01:23:58.187602 [ 287 ] {0803ec71-213c-47ee-9ff8-86d0be1ea40f} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12536 | 2024.12.21 01:23:58.187646 [ 287 ] {0803ec71-213c-47ee-9ff8-86d0be1ea40f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12537 | 2024.12.21 01:23:58.188092 [ 287 ] {0803ec71-213c-47ee-9ff8-86d0be1ea40f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12538 | 2024.12.21 01:23:58.188361 [ 287 ] {0803ec71-213c-47ee-9ff8-86d0be1ea40f} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12539 | 2024.12.21 01:23:58.188607 [ 287 ] {0803ec71-213c-47ee-9ff8-86d0be1ea40f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001944 sec., 7201.6460905349795 rows/sec., 518.42 KiB/sec. | ||
| 12540 | 2024.12.21 01:23:58.188790 [ 287 ] {0803ec71-213c-47ee-9ff8-86d0be1ea40f} <Debug> TCPHandler: Processed in 0.002465412 sec. | ||
| 12541 | 2024.12.21 01:23:58.189122 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12542 | 2024.12.21 01:23:58.189337 [ 285 ] {d2c88ee0-f476-4643-8338-e79f6fee21a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12543 | 2024.12.21 01:23:58.189420 [ 285 ] {d2c88ee0-f476-4643-8338-e79f6fee21a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12544 | 2024.12.21 01:23:58.190363 [ 285 ] {d2c88ee0-f476-4643-8338-e79f6fee21a3} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12545 | 2024.12.21 01:23:58.190418 [ 285 ] {d2c88ee0-f476-4643-8338-e79f6fee21a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12546 | 2024.12.21 01:23:58.190884 [ 285 ] {d2c88ee0-f476-4643-8338-e79f6fee21a3} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12547 | 2024.12.21 01:23:58.191149 [ 285 ] {d2c88ee0-f476-4643-8338-e79f6fee21a3} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12548 | 2024.12.21 01:23:58.191338 [ 26 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12549 | 2024.12.21 01:23:58.191415 [ 26 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12550 | 2024.12.21 01:23:58.191440 [ 285 ] {d2c88ee0-f476-4643-8338-e79f6fee21a3} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002149 sec., 101907.86412284784 rows/sec., 8.88 MiB/sec. | ||
| 12551 | 2024.12.21 01:23:58.191456 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12552 | 2024.12.21 01:23:58.191608 [ 285 ] {d2c88ee0-f476-4643-8338-e79f6fee21a3} <Debug> TCPHandler: Processed in 0.002676775 sec. | ||
| 12553 | 2024.12.21 01:23:58.191754 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12554 | 2024.12.21 01:23:58.191823 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12555 | 2024.12.21 01:23:58.192040 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12556 | 2024.12.21 01:23:58.192071 [ 287 ] {37a14782-3ff9-4501-8dbc-38102196f180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12557 | 2024.12.21 01:23:58.192120 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1436 rows starting from the beginning of the part | ||
| 12558 | 2024.12.21 01:23:58.192181 [ 287 ] {37a14782-3ff9-4501-8dbc-38102196f180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12559 | 2024.12.21 01:23:58.192426 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 124 rows starting from the beginning of the part | ||
| 12560 | 2024.12.21 01:23:58.192831 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1365 rows starting from the beginning of the part | ||
| 12561 | 2024.12.21 01:23:58.193104 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part | ||
| 12562 | 2024.12.21 01:23:58.193476 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 124 rows starting from the beginning of the part | ||
| 12563 | 2024.12.21 01:23:58.193901 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 219 rows starting from the beginning of the part | ||
| 12564 | 2024.12.21 01:23:58.195242 [ 287 ] {37a14782-3ff9-4501-8dbc-38102196f180} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12565 | 2024.12.21 01:23:58.195317 [ 287 ] {37a14782-3ff9-4501-8dbc-38102196f180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12566 | 2024.12.21 01:23:58.196201 [ 287 ] {37a14782-3ff9-4501-8dbc-38102196f180} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12567 | 2024.12.21 01:23:58.196690 [ 287 ] {37a14782-3ff9-4501-8dbc-38102196f180} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12568 | 2024.12.21 01:23:58.196986 [ 287 ] {37a14782-3ff9-4501-8dbc-38102196f180} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.004977 sec., 3013.8637733574446 rows/sec., 212.50 KiB/sec. | ||
| 12569 | 2024.12.21 01:23:58.197139 [ 287 ] {37a14782-3ff9-4501-8dbc-38102196f180} <Debug> TCPHandler: Processed in 0.005392321 sec. | ||
| 12570 | 2024.12.21 01:23:58.197530 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12571 | 2024.12.21 01:23:58.198042 [ 285 ] {716444b7-9edc-44d4-94a7-f8f283e7295e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12572 | 2024.12.21 01:23:58.198140 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3324 rows, containing 5 columns (5 merged, 0 gathered) in 0.00653852 sec., 508371.92514513986 rows/sec., 44.40 MiB/sec. | ||
| 12573 | 2024.12.21 01:23:58.198202 [ 285 ] {716444b7-9edc-44d4-94a7-f8f283e7295e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12574 | 2024.12.21 01:23:58.198589 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12575 | 2024.12.21 01:23:58.199506 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_101_20} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12576 | 2024.12.21 01:23:58.199813 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_101_20} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12577 | 2024.12.21 01:23:58.199972 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 12578 | 2024.12.21 01:23:58.200235 [ 285 ] {716444b7-9edc-44d4-94a7-f8f283e7295e} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12579 | 2024.12.21 01:23:58.200281 [ 285 ] {716444b7-9edc-44d4-94a7-f8f283e7295e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12580 | 2024.12.21 01:23:58.200666 [ 285 ] {716444b7-9edc-44d4-94a7-f8f283e7295e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12581 | 2024.12.21 01:23:58.200926 [ 285 ] {716444b7-9edc-44d4-94a7-f8f283e7295e} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12582 | 2024.12.21 01:23:58.201144 [ 285 ] {716444b7-9edc-44d4-94a7-f8f283e7295e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003276 sec., 4273.504273504273 rows/sec., 299.29 KiB/sec. | ||
| 12583 | 2024.12.21 01:23:58.201206 [ 285 ] {716444b7-9edc-44d4-94a7-f8f283e7295e} <Debug> TCPHandler: Processed in 0.003895946 sec. | ||
| 12584 | 2024.12.21 01:23:58.201369 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12585 | 2024.12.21 01:23:58.201520 [ 287 ] {e1f46d91-1f5a-49cf-b5ef-aa7f4b1211d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12586 | 2024.12.21 01:23:58.201582 [ 287 ] {e1f46d91-1f5a-49cf-b5ef-aa7f4b1211d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12587 | 2024.12.21 01:23:58.202224 [ 287 ] {e1f46d91-1f5a-49cf-b5ef-aa7f4b1211d0} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12588 | 2024.12.21 01:23:58.202263 [ 287 ] {e1f46d91-1f5a-49cf-b5ef-aa7f4b1211d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12589 | 2024.12.21 01:23:58.202641 [ 287 ] {e1f46d91-1f5a-49cf-b5ef-aa7f4b1211d0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12590 | 2024.12.21 01:23:58.202881 [ 287 ] {e1f46d91-1f5a-49cf-b5ef-aa7f4b1211d0} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12591 | 2024.12.21 01:23:58.203115 [ 287 ] {e1f46d91-1f5a-49cf-b5ef-aa7f4b1211d0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00162 sec., 8024.691358024692 rows/sec., 500.34 KiB/sec. | ||
| 12592 | 2024.12.21 01:23:58.203268 [ 287 ] {e1f46d91-1f5a-49cf-b5ef-aa7f4b1211d0} <Debug> TCPHandler: Processed in 0.001964493 sec. | ||
| 12593 | 2024.12.21 01:23:58.203509 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12594 | 2024.12.21 01:23:58.203663 [ 285 ] {b40bc46e-a5a3-4a3b-8070-b5ebf1ddb959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12595 | 2024.12.21 01:23:58.203721 [ 285 ] {b40bc46e-a5a3-4a3b-8070-b5ebf1ddb959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12596 | 2024.12.21 01:23:58.204492 [ 285 ] {b40bc46e-a5a3-4a3b-8070-b5ebf1ddb959} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12597 | 2024.12.21 01:23:58.204531 [ 285 ] {b40bc46e-a5a3-4a3b-8070-b5ebf1ddb959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12598 | 2024.12.21 01:23:58.204931 [ 285 ] {b40bc46e-a5a3-4a3b-8070-b5ebf1ddb959} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12599 | 2024.12.21 01:23:58.205178 [ 285 ] {b40bc46e-a5a3-4a3b-8070-b5ebf1ddb959} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12600 | 2024.12.21 01:23:58.205352 [ 26 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12601 | 2024.12.21 01:23:58.205411 [ 285 ] {b40bc46e-a5a3-4a3b-8070-b5ebf1ddb959} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001778 sec., 219347.58155230596 rows/sec., 15.56 MiB/sec. | ||
| 12602 | 2024.12.21 01:23:58.205419 [ 26 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12603 | 2024.12.21 01:23:58.205500 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12604 | 2024.12.21 01:23:58.205547 [ 285 ] {b40bc46e-a5a3-4a3b-8070-b5ebf1ddb959} <Debug> TCPHandler: Processed in 0.002173617 sec. | ||
| 12605 | 2024.12.21 01:23:58.205756 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12606 | 2024.12.21 01:23:58.205793 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12607 | 2024.12.21 01:23:58.205944 [ 287 ] {87de1c8b-97bf-4846-a5a2-ecf4b7285dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12608 | 2024.12.21 01:23:58.206077 [ 287 ] {87de1c8b-97bf-4846-a5a2-ecf4b7285dcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12609 | 2024.12.21 01:23:58.206091 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12610 | 2024.12.21 01:23:58.206188 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 916 rows starting from the beginning of the part | ||
| 12611 | 2024.12.21 01:23:58.206486 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 98 rows starting from the beginning of the part | ||
| 12612 | 2024.12.21 01:23:58.206897 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 858 rows starting from the beginning of the part | ||
| 12613 | 2024.12.21 01:23:58.207241 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part | ||
| 12614 | 2024.12.21 01:23:58.207458 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 98 rows starting from the beginning of the part | ||
| 12615 | 2024.12.21 01:23:58.207694 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 390 rows starting from the beginning of the part | ||
| 12616 | 2024.12.21 01:23:58.208520 [ 287 ] {87de1c8b-97bf-4846-a5a2-ecf4b7285dcd} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12617 | 2024.12.21 01:23:58.208585 [ 287 ] {87de1c8b-97bf-4846-a5a2-ecf4b7285dcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12618 | 2024.12.21 01:23:58.209441 [ 287 ] {87de1c8b-97bf-4846-a5a2-ecf4b7285dcd} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12619 | 2024.12.21 01:23:58.209925 [ 287 ] {87de1c8b-97bf-4846-a5a2-ecf4b7285dcd} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12620 | 2024.12.21 01:23:58.210318 [ 287 ] {87de1c8b-97bf-4846-a5a2-ecf4b7285dcd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004427 sec., 1355.3196295459677 rows/sec., 70.81 KiB/sec. | ||
| 12621 | 2024.12.21 01:23:58.210769 [ 287 ] {87de1c8b-97bf-4846-a5a2-ecf4b7285dcd} <Debug> TCPHandler: Processed in 0.005092625 sec. | ||
| 12622 | 2024.12.21 01:23:58.211074 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12623 | 2024.12.21 01:23:58.211458 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.005823508 sec., 416243.9546747425 rows/sec., 31.93 MiB/sec. | ||
| 12624 | 2024.12.21 01:23:58.211610 [ 285 ] {26d25f5b-e29b-4f19-877a-37067a246a8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12625 | 2024.12.21 01:23:58.211707 [ 285 ] {26d25f5b-e29b-4f19-877a-37067a246a8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12626 | 2024.12.21 01:23:58.211834 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12627 | 2024.12.21 01:23:58.212447 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_101_20} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12628 | 2024.12.21 01:23:58.212691 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_101_20} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12629 | 2024.12.21 01:23:58.212867 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 12630 | 2024.12.21 01:23:58.212993 [ 285 ] {26d25f5b-e29b-4f19-877a-37067a246a8b} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12631 | 2024.12.21 01:23:58.213037 [ 285 ] {26d25f5b-e29b-4f19-877a-37067a246a8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12632 | 2024.12.21 01:23:58.213450 [ 285 ] {26d25f5b-e29b-4f19-877a-37067a246a8b} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12633 | 2024.12.21 01:23:58.213697 [ 285 ] {26d25f5b-e29b-4f19-877a-37067a246a8b} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12634 | 2024.12.21 01:23:58.213910 [ 86 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12635 | 2024.12.21 01:23:58.213970 [ 285 ] {26d25f5b-e29b-4f19-877a-37067a246a8b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002508 sec., 94497.6076555024 rows/sec., 6.33 MiB/sec. | ||
| 12636 | 2024.12.21 01:23:58.214005 [ 86 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12637 | 2024.12.21 01:23:58.214114 [ 285 ] {26d25f5b-e29b-4f19-877a-37067a246a8b} <Debug> TCPHandler: Processed in 0.003176483 sec. | ||
| 12638 | 2024.12.21 01:23:58.214115 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12639 | 2024.12.21 01:23:58.214408 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12640 | 2024.12.21 01:23:58.214412 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12641 | 2024.12.21 01:23:58.214765 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12642 | 2024.12.21 01:23:58.214902 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 29107 rows starting from the beginning of the part | ||
| 12643 | 2024.12.21 01:23:58.215255 [ 287 ] {ee15602e-461b-483c-a3a5-b272a36d84f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12644 | 2024.12.21 01:23:58.215389 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part | ||
| 12645 | 2024.12.21 01:23:58.215833 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 961 rows starting from the beginning of the part | ||
| 12646 | 2024.12.21 01:23:58.216209 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 128 rows starting from the beginning of the part | ||
| 12647 | 2024.12.21 01:23:58.216639 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part | ||
| 12648 | 2024.12.21 01:23:58.216441 [ 287 ] {ee15602e-461b-483c-a3a5-b272a36d84f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12649 | 2024.12.21 01:23:58.217020 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 237 rows starting from the beginning of the part | ||
| 12650 | 2024.12.21 01:23:58.218599 [ 287 ] {ee15602e-461b-483c-a3a5-b272a36d84f9} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12651 | 2024.12.21 01:23:58.218656 [ 287 ] {ee15602e-461b-483c-a3a5-b272a36d84f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12652 | 2024.12.21 01:23:58.219214 [ 287 ] {ee15602e-461b-483c-a3a5-b272a36d84f9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12653 | 2024.12.21 01:23:58.219619 [ 287 ] {ee15602e-461b-483c-a3a5-b272a36d84f9} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12654 | 2024.12.21 01:23:58.220124 [ 287 ] {ee15602e-461b-483c-a3a5-b272a36d84f9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005205 sec., 192.12295869356387 rows/sec., 12.95 KiB/sec. | ||
| 12655 | 2024.12.21 01:23:58.220285 [ 287 ] {ee15602e-461b-483c-a3a5-b272a36d84f9} <Debug> TCPHandler: Processed in 0.006056292 sec. | ||
| 12656 | 2024.12.21 01:23:58.220487 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12657 | 2024.12.21 01:23:58.220633 [ 285 ] {da644f07-ac67-4e37-8023-8212e920eb62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12658 | 2024.12.21 01:23:58.220739 [ 285 ] {da644f07-ac67-4e37-8023-8212e920eb62} <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 | ||
| 12659 | 2024.12.21 01:23:58.222057 [ 285 ] {da644f07-ac67-4e37-8023-8212e920eb62} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12660 | 2024.12.21 01:23:58.222099 [ 285 ] {da644f07-ac67-4e37-8023-8212e920eb62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12661 | 2024.12.21 01:23:58.222784 [ 285 ] {da644f07-ac67-4e37-8023-8212e920eb62} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12662 | 2024.12.21 01:23:58.223064 [ 285 ] {da644f07-ac67-4e37-8023-8212e920eb62} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12663 | 2024.12.21 01:23:58.223404 [ 285 ] {da644f07-ac67-4e37-8023-8212e920eb62} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002808 sec., 2849.002849002849 rows/sec., 5.11 MiB/sec. | ||
| 12664 | 2024.12.21 01:23:58.223568 [ 285 ] {da644f07-ac67-4e37-8023-8212e920eb62} <Debug> TCPHandler: Processed in 0.003178313 sec. | ||
| 12665 | 2024.12.21 01:23:58.223731 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12666 | 2024.12.21 01:23:58.223929 [ 287 ] {88ec8f32-699d-48f5-91c7-795983ce898b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12667 | 2024.12.21 01:23:58.223998 [ 287 ] {88ec8f32-699d-48f5-91c7-795983ce898b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12668 | 2024.12.21 01:23:58.224870 [ 287 ] {88ec8f32-699d-48f5-91c7-795983ce898b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12669 | 2024.12.21 01:23:58.224908 [ 287 ] {88ec8f32-699d-48f5-91c7-795983ce898b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12670 | 2024.12.21 01:23:58.225386 [ 287 ] {88ec8f32-699d-48f5-91c7-795983ce898b} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12671 | 2024.12.21 01:23:58.225699 [ 287 ] {88ec8f32-699d-48f5-91c7-795983ce898b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12672 | 2024.12.21 01:23:58.226004 [ 86 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12673 | 2024.12.21 01:23:58.226111 [ 86 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12674 | 2024.12.21 01:23:58.226198 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 12675 | 2024.12.21 01:23:58.226398 [ 287 ] {88ec8f32-699d-48f5-91c7-795983ce898b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002499 sec., 32813.12525010004 rows/sec., 2.08 MiB/sec. | ||
| 12676 | 2024.12.21 01:23:58.226446 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30753 rows, containing 5 columns (5 merged, 0 gathered) in 0.012146264 sec., 2531889.6411275105 rows/sec., 170.93 MiB/sec. | ||
| 12677 | 2024.12.21 01:23:58.226665 [ 287 ] {88ec8f32-699d-48f5-91c7-795983ce898b} <Debug> TCPHandler: Processed in 0.00299771 sec. | ||
| 12678 | 2024.12.21 01:23:58.226667 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 12679 | 2024.12.21 01:23:58.226872 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12680 | 2024.12.21 01:23:58.226913 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5870 rows starting from the beginning of the part | ||
| 12681 | 2024.12.21 01:23:58.227071 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part | ||
| 12682 | 2024.12.21 01:23:58.227145 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12683 | 2024.12.21 01:23:58.227461 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 34 rows starting from the beginning of the part | ||
| 12684 | 2024.12.21 01:23:58.227651 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 48 rows starting from the beginning of the part | ||
| 12685 | 2024.12.21 01:23:58.227884 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part | ||
| 12686 | 2024.12.21 01:23:58.228228 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 82 rows starting from the beginning of the part | ||
| 12687 | 2024.12.21 01:23:58.228280 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12688 | 2024.12.21 01:23:58.228785 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12689 | 2024.12.21 01:23:58.228936 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 12690 | 2024.12.21 01:23:58.230534 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6154 rows, containing 4 columns (4 merged, 0 gathered) in 0.00417253 sec., 1474884.5424718338 rows/sec., 96.12 MiB/sec. | ||
| 12691 | 2024.12.21 01:23:58.230936 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12692 | 2024.12.21 01:23:58.231246 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_101_20} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12693 | 2024.12.21 01:23:58.231337 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_101_20} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12694 | 2024.12.21 01:23:58.231424 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 12695 | 2024.12.21 01:24:01.504083 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27999 | ||
| 12696 | 2024.12.21 01:24:01.504744 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12697 | 2024.12.21 01:24:01.504792 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12698 | 2024.12.21 01:24:01.505339 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12699 | 2024.12.21 01:24:01.505605 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12700 | 2024.12.21 01:24:01.505825 [ 57 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12701 | 2024.12.21 01:24:01.505863 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 | ||
| 12702 | 2024.12.21 01:24:01.505911 [ 57 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12703 | 2024.12.21 01:24:01.505945 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12704 | 2024.12.21 01:24:01.506066 [ 197 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 12705 | 2024.12.21 01:24:01.506194 [ 197 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12706 | 2024.12.21 01:24:01.506236 [ 197 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part | ||
| 12707 | 2024.12.21 01:24:01.506308 [ 197 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part | ||
| 12708 | 2024.12.21 01:24:01.506419 [ 197 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part | ||
| 12709 | 2024.12.21 01:24:01.506537 [ 197 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part | ||
| 12710 | 2024.12.21 01:24:01.506625 [ 197 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part | ||
| 12711 | 2024.12.21 01:24:01.506724 [ 197 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part | ||
| 12712 | 2024.12.21 01:24:01.509323 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.003308806 sec., 8461964.82960923 rows/sec., 121.05 MiB/sec. | ||
| 12713 | 2024.12.21 01:24:01.509705 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12714 | 2024.12.21 01:24:01.510068 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_61_12} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12715 | 2024.12.21 01:24:01.510166 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_61_12} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12716 | 2024.12.21 01:24:01.510289 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB. | ||
| 12717 | 2024.12.21 01:24:03.182585 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12718 | 2024.12.21 01:24:03.182892 [ 287 ] {20f6ea32-80ea-48b5-907a-d568da0c4b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12719 | 2024.12.21 01:24:03.183001 [ 287 ] {20f6ea32-80ea-48b5-907a-d568da0c4b96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12720 | 2024.12.21 01:24:03.183762 [ 287 ] {20f6ea32-80ea-48b5-907a-d568da0c4b96} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12721 | 2024.12.21 01:24:03.183817 [ 287 ] {20f6ea32-80ea-48b5-907a-d568da0c4b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12722 | 2024.12.21 01:24:03.184232 [ 287 ] {20f6ea32-80ea-48b5-907a-d568da0c4b96} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 12723 | 2024.12.21 01:24:03.184493 [ 287 ] {20f6ea32-80ea-48b5-907a-d568da0c4b96} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12724 | 2024.12.21 01:24:03.184782 [ 287 ] {20f6ea32-80ea-48b5-907a-d568da0c4b96} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001963 sec., 1018.8487009679063 rows/sec., 83.08 KiB/sec. | ||
| 12725 | 2024.12.21 01:24:03.185001 [ 287 ] {20f6ea32-80ea-48b5-907a-d568da0c4b96} <Debug> TCPHandler: Processed in 0.002604464 sec. | ||
| 12726 | 2024.12.21 01:24:03.185295 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12727 | 2024.12.21 01:24:03.185513 [ 285 ] {320fcda2-22db-4758-8227-d249c63ece8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12728 | 2024.12.21 01:24:03.185596 [ 285 ] {320fcda2-22db-4758-8227-d249c63ece8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12729 | 2024.12.21 01:24:03.186480 [ 285 ] {320fcda2-22db-4758-8227-d249c63ece8e} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12730 | 2024.12.21 01:24:03.186534 [ 285 ] {320fcda2-22db-4758-8227-d249c63ece8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12731 | 2024.12.21 01:24:03.186992 [ 285 ] {320fcda2-22db-4758-8227-d249c63ece8e} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12732 | 2024.12.21 01:24:03.187255 [ 285 ] {320fcda2-22db-4758-8227-d249c63ece8e} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12733 | 2024.12.21 01:24:03.187502 [ 285 ] {320fcda2-22db-4758-8227-d249c63ece8e} <Debug> executeQuery: Read 125 rows, 10.86 KiB in 0.002049 sec., 61005.36847242557 rows/sec., 5.17 MiB/sec. | ||
| 12734 | 2024.12.21 01:24:03.187568 [ 285 ] {320fcda2-22db-4758-8227-d249c63ece8e} <Debug> TCPHandler: Processed in 0.002415831 sec. | ||
| 12735 | 2024.12.21 01:24:03.187736 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12736 | 2024.12.21 01:24:03.187882 [ 287 ] {374fcbc4-ecea-468f-badd-40ac834cc718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12737 | 2024.12.21 01:24:03.187943 [ 287 ] {374fcbc4-ecea-468f-badd-40ac834cc718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12738 | 2024.12.21 01:24:03.188676 [ 287 ] {374fcbc4-ecea-468f-badd-40ac834cc718} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12739 | 2024.12.21 01:24:03.188725 [ 287 ] {374fcbc4-ecea-468f-badd-40ac834cc718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12740 | 2024.12.21 01:24:03.189131 [ 287 ] {374fcbc4-ecea-468f-badd-40ac834cc718} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12741 | 2024.12.21 01:24:03.189373 [ 287 ] {374fcbc4-ecea-468f-badd-40ac834cc718} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12742 | 2024.12.21 01:24:03.189595 [ 287 ] {374fcbc4-ecea-468f-badd-40ac834cc718} <Debug> executeQuery: Read 36 rows, 2.70 KiB in 0.001748 sec., 20594.965675057207 rows/sec., 1.51 MiB/sec. | ||
| 12743 | 2024.12.21 01:24:03.189654 [ 287 ] {374fcbc4-ecea-468f-badd-40ac834cc718} <Debug> TCPHandler: Processed in 0.001986823 sec. | ||
| 12744 | 2024.12.21 01:24:03.189806 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12745 | 2024.12.21 01:24:03.189935 [ 285 ] {1b7361bd-5317-492a-a9d7-0da31d75ea83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12746 | 2024.12.21 01:24:03.189995 [ 285 ] {1b7361bd-5317-492a-a9d7-0da31d75ea83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12747 | 2024.12.21 01:24:03.190790 [ 285 ] {1b7361bd-5317-492a-a9d7-0da31d75ea83} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12748 | 2024.12.21 01:24:03.190838 [ 285 ] {1b7361bd-5317-492a-a9d7-0da31d75ea83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12749 | 2024.12.21 01:24:03.191242 [ 285 ] {1b7361bd-5317-492a-a9d7-0da31d75ea83} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12750 | 2024.12.21 01:24:03.191490 [ 285 ] {1b7361bd-5317-492a-a9d7-0da31d75ea83} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12751 | 2024.12.21 01:24:03.191705 [ 285 ] {1b7361bd-5317-492a-a9d7-0da31d75ea83} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.0018 sec., 55555.555555555555 rows/sec., 4.34 MiB/sec. | ||
| 12752 | 2024.12.21 01:24:03.191760 [ 285 ] {1b7361bd-5317-492a-a9d7-0da31d75ea83} <Debug> TCPHandler: Processed in 0.002014984 sec. | ||
| 12753 | 2024.12.21 01:24:03.191902 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12754 | 2024.12.21 01:24:03.192021 [ 287 ] {badd87eb-f51c-4f3b-aa78-cee58782abb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12755 | 2024.12.21 01:24:03.192076 [ 287 ] {badd87eb-f51c-4f3b-aa78-cee58782abb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12756 | 2024.12.21 01:24:03.192665 [ 287 ] {badd87eb-f51c-4f3b-aa78-cee58782abb4} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12757 | 2024.12.21 01:24:03.192705 [ 287 ] {badd87eb-f51c-4f3b-aa78-cee58782abb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12758 | 2024.12.21 01:24:03.193100 [ 287 ] {badd87eb-f51c-4f3b-aa78-cee58782abb4} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12759 | 2024.12.21 01:24:03.193333 [ 287 ] {badd87eb-f51c-4f3b-aa78-cee58782abb4} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12760 | 2024.12.21 01:24:03.193533 [ 287 ] {badd87eb-f51c-4f3b-aa78-cee58782abb4} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001537 sec., 104749.51203643462 rows/sec., 7.29 MiB/sec. | ||
| 12761 | 2024.12.21 01:24:03.193589 [ 287 ] {badd87eb-f51c-4f3b-aa78-cee58782abb4} <Debug> TCPHandler: Processed in 0.001744009 sec. | ||
| 12762 | 2024.12.21 01:24:03.193729 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12763 | 2024.12.21 01:24:03.193850 [ 285 ] {f687f1aa-6b29-4fc0-8845-c2a010c29f7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12764 | 2024.12.21 01:24:03.193934 [ 285 ] {f687f1aa-6b29-4fc0-8845-c2a010c29f7d} <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 | ||
| 12765 | 2024.12.21 01:24:03.195369 [ 285 ] {f687f1aa-6b29-4fc0-8845-c2a010c29f7d} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12766 | 2024.12.21 01:24:03.195409 [ 285 ] {f687f1aa-6b29-4fc0-8845-c2a010c29f7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12767 | 2024.12.21 01:24:03.196079 [ 285 ] {f687f1aa-6b29-4fc0-8845-c2a010c29f7d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12768 | 2024.12.21 01:24:03.196357 [ 285 ] {f687f1aa-6b29-4fc0-8845-c2a010c29f7d} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12769 | 2024.12.21 01:24:03.196621 [ 285 ] {f687f1aa-6b29-4fc0-8845-c2a010c29f7d} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002798 sec., 12151.536812008577 rows/sec., 21.77 MiB/sec. | ||
| 12770 | 2024.12.21 01:24:03.196736 [ 285 ] {f687f1aa-6b29-4fc0-8845-c2a010c29f7d} <Debug> TCPHandler: Processed in 0.003061231 sec. | ||
| 12771 | 2024.12.21 01:24:03.196894 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12772 | 2024.12.21 01:24:03.197031 [ 287 ] {c6ca4f96-5cd0-4e83-81e6-ee6a4e5aee7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12773 | 2024.12.21 01:24:03.197092 [ 287 ] {c6ca4f96-5cd0-4e83-81e6-ee6a4e5aee7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12774 | 2024.12.21 01:24:03.197679 [ 287 ] {c6ca4f96-5cd0-4e83-81e6-ee6a4e5aee7d} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12775 | 2024.12.21 01:24:03.197725 [ 287 ] {c6ca4f96-5cd0-4e83-81e6-ee6a4e5aee7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12776 | 2024.12.21 01:24:03.198138 [ 287 ] {c6ca4f96-5cd0-4e83-81e6-ee6a4e5aee7d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12777 | 2024.12.21 01:24:03.198372 [ 287 ] {c6ca4f96-5cd0-4e83-81e6-ee6a4e5aee7d} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12778 | 2024.12.21 01:24:03.198567 [ 287 ] {c6ca4f96-5cd0-4e83-81e6-ee6a4e5aee7d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001567 sec., 38289.72559029994 rows/sec., 2.58 MiB/sec. | ||
| 12779 | 2024.12.21 01:24:03.198618 [ 287 ] {c6ca4f96-5cd0-4e83-81e6-ee6a4e5aee7d} <Debug> TCPHandler: Processed in 0.00179555 sec. | ||
| 12780 | 2024.12.21 01:24:03.472965 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 12781 | 2024.12.21 01:24:03.495255 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12782 | 2024.12.21 01:24:03.495317 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12783 | 2024.12.21 01:24:03.502536 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12784 | 2024.12.21 01:24:03.503316 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12785 | 2024.12.21 01:24:03.503709 [ 68 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12786 | 2024.12.21 01:24:03.503856 [ 68 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12787 | 2024.12.21 01:24:03.503929 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12788 | 2024.12.21 01:24:03.504306 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 12789 | 2024.12.21 01:24:03.519072 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 12790 | 2024.12.21 01:24:03.520845 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12791 | 2024.12.21 01:24:03.522419 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part | ||
| 12792 | 2024.12.21 01:24:03.528048 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part | ||
| 12793 | 2024.12.21 01:24:03.533517 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part | ||
| 12794 | 2024.12.21 01:24:03.538968 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part | ||
| 12795 | 2024.12.21 01:24:03.544646 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part | ||
| 12796 | 2024.12.21 01:24:03.549038 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part | ||
| 12797 | 2024.12.21 01:24:03.607678 [ 187 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.103589454 sec., 4440.606473319186 rows/sec., 22.96 MiB/sec. | ||
| 12798 | 2024.12.21 01:24:03.611072 [ 200 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12799 | 2024.12.21 01:24:03.614107 [ 200 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_61_12} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12800 | 2024.12.21 01:24:03.614237 [ 200 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_61_12} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12801 | 2024.12.21 01:24:03.616914 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 12802 | 2024.12.21 01:24:04.211121 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1812 | ||
| 12803 | 2024.12.21 01:24:04.214320 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12804 | 2024.12.21 01:24:04.214369 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12805 | 2024.12.21 01:24:04.215856 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12806 | 2024.12.21 01:24:04.216167 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12807 | 2024.12.21 01:24:04.216764 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1812 | ||
| 12808 | 2024.12.21 01:24:08.186651 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12809 | 2024.12.21 01:24:08.186868 [ 287 ] {96404fa5-8885-4d83-9617-0124c6a3f064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12810 | 2024.12.21 01:24:08.186951 [ 287 ] {96404fa5-8885-4d83-9617-0124c6a3f064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12811 | 2024.12.21 01:24:08.187742 [ 287 ] {96404fa5-8885-4d83-9617-0124c6a3f064} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12812 | 2024.12.21 01:24:08.187796 [ 287 ] {96404fa5-8885-4d83-9617-0124c6a3f064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12813 | 2024.12.21 01:24:08.188250 [ 287 ] {96404fa5-8885-4d83-9617-0124c6a3f064} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12814 | 2024.12.21 01:24:08.188506 [ 287 ] {96404fa5-8885-4d83-9617-0124c6a3f064} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12815 | 2024.12.21 01:24:08.188777 [ 287 ] {96404fa5-8885-4d83-9617-0124c6a3f064} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001962 sec., 7135.575942915391 rows/sec., 513.67 KiB/sec. | ||
| 12816 | 2024.12.21 01:24:08.188900 [ 287 ] {96404fa5-8885-4d83-9617-0124c6a3f064} <Debug> TCPHandler: Processed in 0.002396681 sec. | ||
| 12817 | 2024.12.21 01:24:08.189203 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12818 | 2024.12.21 01:24:08.189392 [ 285 ] {3a62ea85-b451-4f15-9598-ded60ff1fdd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12819 | 2024.12.21 01:24:08.189463 [ 285 ] {3a62ea85-b451-4f15-9598-ded60ff1fdd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12820 | 2024.12.21 01:24:08.190313 [ 285 ] {3a62ea85-b451-4f15-9598-ded60ff1fdd4} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12821 | 2024.12.21 01:24:08.190364 [ 285 ] {3a62ea85-b451-4f15-9598-ded60ff1fdd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12822 | 2024.12.21 01:24:08.190828 [ 285 ] {3a62ea85-b451-4f15-9598-ded60ff1fdd4} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12823 | 2024.12.21 01:24:08.191089 [ 285 ] {3a62ea85-b451-4f15-9598-ded60ff1fdd4} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12824 | 2024.12.21 01:24:08.191324 [ 285 ] {3a62ea85-b451-4f15-9598-ded60ff1fdd4} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001984 sec., 110383.06451612903 rows/sec., 9.62 MiB/sec. | ||
| 12825 | 2024.12.21 01:24:08.191390 [ 285 ] {3a62ea85-b451-4f15-9598-ded60ff1fdd4} <Debug> TCPHandler: Processed in 0.00235177 sec. | ||
| 12826 | 2024.12.21 01:24:08.191547 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12827 | 2024.12.21 01:24:08.191693 [ 287 ] {a7be1854-d560-4b0f-9535-34b32f00f434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12828 | 2024.12.21 01:24:08.191756 [ 287 ] {a7be1854-d560-4b0f-9535-34b32f00f434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12829 | 2024.12.21 01:24:08.192402 [ 287 ] {a7be1854-d560-4b0f-9535-34b32f00f434} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12830 | 2024.12.21 01:24:08.192441 [ 287 ] {a7be1854-d560-4b0f-9535-34b32f00f434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12831 | 2024.12.21 01:24:08.192806 [ 287 ] {a7be1854-d560-4b0f-9535-34b32f00f434} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 12832 | 2024.12.21 01:24:08.193043 [ 287 ] {a7be1854-d560-4b0f-9535-34b32f00f434} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12833 | 2024.12.21 01:24:08.193215 [ 76 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 12834 | 2024.12.21 01:24:08.193278 [ 287 ] {a7be1854-d560-4b0f-9535-34b32f00f434} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00162 sec., 9259.25925925926 rows/sec., 652.85 KiB/sec. | ||
| 12835 | 2024.12.21 01:24:08.193297 [ 76 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12836 | 2024.12.21 01:24:08.193368 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12837 | 2024.12.21 01:24:08.193418 [ 287 ] {a7be1854-d560-4b0f-9535-34b32f00f434} <Debug> TCPHandler: Processed in 0.001938883 sec. | ||
| 12838 | 2024.12.21 01:24:08.193632 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 12839 | 2024.12.21 01:24:08.193633 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12840 | 2024.12.21 01:24:08.193801 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12841 | 2024.12.21 01:24:08.193835 [ 285 ] {6cc98422-584e-40c6-aa14-57e26394c67d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12842 | 2024.12.21 01:24:08.193848 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 67 rows starting from the beginning of the part | ||
| 12843 | 2024.12.21 01:24:08.193914 [ 285 ] {6cc98422-584e-40c6-aa14-57e26394c67d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12844 | 2024.12.21 01:24:08.194019 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 27 rows starting from the beginning of the part | ||
| 12845 | 2024.12.21 01:24:08.194462 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 34 rows starting from the beginning of the part | ||
| 12846 | 2024.12.21 01:24:08.194903 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 15 rows starting from the beginning of the part | ||
| 12847 | 2024.12.21 01:24:08.195317 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 36 rows starting from the beginning of the part | ||
| 12848 | 2024.12.21 01:24:08.195772 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 15 rows starting from the beginning of the part | ||
| 12849 | 2024.12.21 01:24:08.196836 [ 285 ] {6cc98422-584e-40c6-aa14-57e26394c67d} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12850 | 2024.12.21 01:24:08.196884 [ 285 ] {6cc98422-584e-40c6-aa14-57e26394c67d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12851 | 2024.12.21 01:24:08.197462 [ 285 ] {6cc98422-584e-40c6-aa14-57e26394c67d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12852 | 2024.12.21 01:24:08.197615 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.0041468 sec., 46783.061637889456 rows/sec., 3.51 MiB/sec. | ||
| 12853 | 2024.12.21 01:24:08.197733 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 12854 | 2024.12.21 01:24:08.197828 [ 285 ] {6cc98422-584e-40c6-aa14-57e26394c67d} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12855 | 2024.12.21 01:24:08.198262 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_86_17} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12856 | 2024.12.21 01:24:08.198273 [ 285 ] {6cc98422-584e-40c6-aa14-57e26394c67d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004478 sec., 3126.3957123715945 rows/sec., 218.95 KiB/sec. | ||
| 12857 | 2024.12.21 01:24:08.198594 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_86_17} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 12858 | 2024.12.21 01:24:08.198624 [ 285 ] {6cc98422-584e-40c6-aa14-57e26394c67d} <Debug> TCPHandler: Processed in 0.005100986 sec. | ||
| 12859 | 2024.12.21 01:24:08.198942 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12860 | 2024.12.21 01:24:08.199135 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12861 | 2024.12.21 01:24:08.199292 [ 287 ] {58aaf2bf-9b4c-4bd8-a90a-52349d977006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12862 | 2024.12.21 01:24:08.199350 [ 287 ] {58aaf2bf-9b4c-4bd8-a90a-52349d977006} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12863 | 2024.12.21 01:24:08.200059 [ 287 ] {58aaf2bf-9b4c-4bd8-a90a-52349d977006} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12864 | 2024.12.21 01:24:08.200100 [ 287 ] {58aaf2bf-9b4c-4bd8-a90a-52349d977006} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12865 | 2024.12.21 01:24:08.200525 [ 287 ] {58aaf2bf-9b4c-4bd8-a90a-52349d977006} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12866 | 2024.12.21 01:24:08.200769 [ 287 ] {58aaf2bf-9b4c-4bd8-a90a-52349d977006} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12867 | 2024.12.21 01:24:08.201016 [ 287 ] {58aaf2bf-9b4c-4bd8-a90a-52349d977006} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001744 sec., 7454.128440366972 rows/sec., 464.76 KiB/sec. | ||
| 12868 | 2024.12.21 01:24:08.201224 [ 287 ] {58aaf2bf-9b4c-4bd8-a90a-52349d977006} <Debug> TCPHandler: Processed in 0.002239108 sec. | ||
| 12869 | 2024.12.21 01:24:08.201510 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12870 | 2024.12.21 01:24:08.201741 [ 285 ] {60021fc1-5b45-430a-b501-6d48893b19d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12871 | 2024.12.21 01:24:08.201835 [ 285 ] {60021fc1-5b45-430a-b501-6d48893b19d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12872 | 2024.12.21 01:24:08.202693 [ 285 ] {60021fc1-5b45-430a-b501-6d48893b19d1} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12873 | 2024.12.21 01:24:08.202733 [ 285 ] {60021fc1-5b45-430a-b501-6d48893b19d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12874 | 2024.12.21 01:24:08.203129 [ 285 ] {60021fc1-5b45-430a-b501-6d48893b19d1} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12875 | 2024.12.21 01:24:08.203385 [ 285 ] {60021fc1-5b45-430a-b501-6d48893b19d1} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12876 | 2024.12.21 01:24:08.203606 [ 285 ] {60021fc1-5b45-430a-b501-6d48893b19d1} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001922 sec., 202913.63163371486 rows/sec., 14.39 MiB/sec. | ||
| 12877 | 2024.12.21 01:24:08.203659 [ 285 ] {60021fc1-5b45-430a-b501-6d48893b19d1} <Debug> TCPHandler: Processed in 0.002316949 sec. | ||
| 12878 | 2024.12.21 01:24:08.203824 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12879 | 2024.12.21 01:24:08.203962 [ 287 ] {1b540bf3-bd44-46d7-a675-e4c07e2b66b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12880 | 2024.12.21 01:24:08.204022 [ 287 ] {1b540bf3-bd44-46d7-a675-e4c07e2b66b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12881 | 2024.12.21 01:24:08.204602 [ 287 ] {1b540bf3-bd44-46d7-a675-e4c07e2b66b9} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12882 | 2024.12.21 01:24:08.204649 [ 287 ] {1b540bf3-bd44-46d7-a675-e4c07e2b66b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12883 | 2024.12.21 01:24:08.205097 [ 287 ] {1b540bf3-bd44-46d7-a675-e4c07e2b66b9} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12884 | 2024.12.21 01:24:08.205341 [ 287 ] {1b540bf3-bd44-46d7-a675-e4c07e2b66b9} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12885 | 2024.12.21 01:24:08.205598 [ 287 ] {1b540bf3-bd44-46d7-a675-e4c07e2b66b9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001658 sec., 3618.8178528347407 rows/sec., 189.07 KiB/sec. | ||
| 12886 | 2024.12.21 01:24:08.205767 [ 287 ] {1b540bf3-bd44-46d7-a675-e4c07e2b66b9} <Debug> TCPHandler: Processed in 0.002006544 sec. | ||
| 12887 | 2024.12.21 01:24:08.205989 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12888 | 2024.12.21 01:24:08.206146 [ 285 ] {7fb74838-3b84-4783-85d2-19e8f19433ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12889 | 2024.12.21 01:24:08.206212 [ 285 ] {7fb74838-3b84-4783-85d2-19e8f19433ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12890 | 2024.12.21 01:24:08.206916 [ 285 ] {7fb74838-3b84-4783-85d2-19e8f19433ad} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12891 | 2024.12.21 01:24:08.206964 [ 285 ] {7fb74838-3b84-4783-85d2-19e8f19433ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12892 | 2024.12.21 01:24:08.207391 [ 285 ] {7fb74838-3b84-4783-85d2-19e8f19433ad} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12893 | 2024.12.21 01:24:08.207638 [ 285 ] {7fb74838-3b84-4783-85d2-19e8f19433ad} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12894 | 2024.12.21 01:24:08.207856 [ 285 ] {7fb74838-3b84-4783-85d2-19e8f19433ad} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001742 sec., 136050.51664753156 rows/sec., 9.12 MiB/sec. | ||
| 12895 | 2024.12.21 01:24:08.207920 [ 285 ] {7fb74838-3b84-4783-85d2-19e8f19433ad} <Debug> TCPHandler: Processed in 0.002048235 sec. | ||
| 12896 | 2024.12.21 01:24:08.208150 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12897 | 2024.12.21 01:24:08.208304 [ 287 ] {0c19b550-02ce-43e0-9148-d45bf7b88f33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12898 | 2024.12.21 01:24:08.208358 [ 287 ] {0c19b550-02ce-43e0-9148-d45bf7b88f33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12899 | 2024.12.21 01:24:08.208875 [ 287 ] {0c19b550-02ce-43e0-9148-d45bf7b88f33} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12900 | 2024.12.21 01:24:08.208917 [ 287 ] {0c19b550-02ce-43e0-9148-d45bf7b88f33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12901 | 2024.12.21 01:24:08.209311 [ 287 ] {0c19b550-02ce-43e0-9148-d45bf7b88f33} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12902 | 2024.12.21 01:24:08.209556 [ 287 ] {0c19b550-02ce-43e0-9148-d45bf7b88f33} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12903 | 2024.12.21 01:24:08.209767 [ 287 ] {0c19b550-02ce-43e0-9148-d45bf7b88f33} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00149 sec., 671.1409395973154 rows/sec., 45.22 KiB/sec. | ||
| 12904 | 2024.12.21 01:24:08.209818 [ 287 ] {0c19b550-02ce-43e0-9148-d45bf7b88f33} <Debug> TCPHandler: Processed in 0.00179428 sec. | ||
| 12905 | 2024.12.21 01:24:08.209978 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12906 | 2024.12.21 01:24:08.210136 [ 285 ] {130c5c27-30a7-4f64-a364-3a624636d927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12907 | 2024.12.21 01:24:08.210278 [ 285 ] {130c5c27-30a7-4f64-a364-3a624636d927} <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 | ||
| 12908 | 2024.12.21 01:24:08.211739 [ 285 ] {130c5c27-30a7-4f64-a364-3a624636d927} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12909 | 2024.12.21 01:24:08.211779 [ 285 ] {130c5c27-30a7-4f64-a364-3a624636d927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12910 | 2024.12.21 01:24:08.212401 [ 285 ] {130c5c27-30a7-4f64-a364-3a624636d927} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 12911 | 2024.12.21 01:24:08.212670 [ 285 ] {130c5c27-30a7-4f64-a364-3a624636d927} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12912 | 2024.12.21 01:24:08.212865 [ 76 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 12913 | 2024.12.21 01:24:08.212920 [ 76 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12914 | 2024.12.21 01:24:08.212964 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12915 | 2024.12.21 01:24:08.212966 [ 285 ] {130c5c27-30a7-4f64-a364-3a624636d927} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002871 sec., 2786.485545106235 rows/sec., 4.99 MiB/sec. | ||
| 12916 | 2024.12.21 01:24:08.213307 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 12917 | 2024.12.21 01:24:08.213352 [ 285 ] {130c5c27-30a7-4f64-a364-3a624636d927} <Debug> TCPHandler: Processed in 0.003427387 sec. | ||
| 12918 | 2024.12.21 01:24:08.213591 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12919 | 2024.12.21 01:24:08.213793 [ 287 ] {b56116a0-54b2-4e3f-860e-26b45a53e469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12920 | 2024.12.21 01:24:08.213812 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12921 | 2024.12.21 01:24:08.213873 [ 287 ] {b56116a0-54b2-4e3f-860e-26b45a53e469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12922 | 2024.12.21 01:24:08.213945 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1652 rows starting from the beginning of the part | ||
| 12923 | 2024.12.21 01:24:08.214470 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part | ||
| 12924 | 2024.12.21 01:24:08.214870 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 34 rows starting from the beginning of the part | ||
| 12925 | 2024.12.21 01:24:08.215483 [ 287 ] {b56116a0-54b2-4e3f-860e-26b45a53e469} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12926 | 2024.12.21 01:24:08.215531 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part | ||
| 12927 | 2024.12.21 01:24:08.215537 [ 287 ] {b56116a0-54b2-4e3f-860e-26b45a53e469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12928 | 2024.12.21 01:24:08.216154 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 34 rows starting from the beginning of the part | ||
| 12929 | 2024.12.21 01:24:08.216715 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
| 12930 | 2024.12.21 01:24:08.216743 [ 287 ] {b56116a0-54b2-4e3f-860e-26b45a53e469} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12931 | 2024.12.21 01:24:08.217289 [ 287 ] {b56116a0-54b2-4e3f-860e-26b45a53e469} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12932 | 2024.12.21 01:24:08.217621 [ 287 ] {b56116a0-54b2-4e3f-860e-26b45a53e469} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003883 sec., 21117.692505794486 rows/sec., 1.34 MiB/sec. | ||
| 12933 | 2024.12.21 01:24:08.217727 [ 287 ] {b56116a0-54b2-4e3f-860e-26b45a53e469} <Debug> TCPHandler: Processed in 0.004242752 sec. | ||
| 12934 | 2024.12.21 01:24:08.226828 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1744 rows, containing 19 columns (19 merged, 0 gathered) in 0.013772822 sec., 126626.1917855324 rows/sec., 226.91 MiB/sec. | ||
| 12935 | 2024.12.21 01:24:08.228541 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 12936 | 2024.12.21 01:24:08.228967 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12937 | 2024.12.21 01:24:08.229049 [ 191 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 12938 | 2024.12.21 01:24:08.229205 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.04 MiB. | ||
| 12939 | 2024.12.21 01:24:08.826681 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12940 | 2024.12.21 01:24:08.826751 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12941 | 2024.12.21 01:24:09.000145 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 253.35 MiB, peak 270.34 MiB, free memory in arenas 0.00 B, will set to 257.17 MiB (RSS), difference: 3.83 MiB | ||
| 12942 | 2024.12.21 01:24:09.005984 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28487 | ||
| 12943 | 2024.12.21 01:24:09.006675 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12944 | 2024.12.21 01:24:09.006722 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12945 | 2024.12.21 01:24:09.007285 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12946 | 2024.12.21 01:24:09.007563 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12947 | 2024.12.21 01:24:09.007805 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28487 | ||
| 12948 | 2024.12.21 01:24:11.019145 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 12949 | 2024.12.21 01:24:11.038318 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12950 | 2024.12.21 01:24:11.038390 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12951 | 2024.12.21 01:24:11.045481 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12952 | 2024.12.21 01:24:11.046282 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12953 | 2024.12.21 01:24:11.048957 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 12954 | 2024.12.21 01:24:13.182494 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12955 | 2024.12.21 01:24:13.182711 [ 287 ] {1f8310e5-7f50-4d8b-b879-f8ce65aab76c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12956 | 2024.12.21 01:24:13.182794 [ 287 ] {1f8310e5-7f50-4d8b-b879-f8ce65aab76c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12957 | 2024.12.21 01:24:13.183690 [ 287 ] {1f8310e5-7f50-4d8b-b879-f8ce65aab76c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12958 | 2024.12.21 01:24:13.183740 [ 287 ] {1f8310e5-7f50-4d8b-b879-f8ce65aab76c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12959 | 2024.12.21 01:24:13.184182 [ 287 ] {1f8310e5-7f50-4d8b-b879-f8ce65aab76c} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12960 | 2024.12.21 01:24:13.184450 [ 287 ] {1f8310e5-7f50-4d8b-b879-f8ce65aab76c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12961 | 2024.12.21 01:24:13.184695 [ 287 ] {1f8310e5-7f50-4d8b-b879-f8ce65aab76c} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002046 sec., 60606.0606060606 rows/sec., 5.15 MiB/sec. | ||
| 12962 | 2024.12.21 01:24:13.184765 [ 287 ] {1f8310e5-7f50-4d8b-b879-f8ce65aab76c} <Debug> TCPHandler: Processed in 0.002418011 sec. | ||
| 12963 | 2024.12.21 01:24:13.185021 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12964 | 2024.12.21 01:24:13.185218 [ 285 ] {53ca2bde-ea14-4401-99a9-407dbe6ddeda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12965 | 2024.12.21 01:24:13.185297 [ 285 ] {53ca2bde-ea14-4401-99a9-407dbe6ddeda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12966 | 2024.12.21 01:24:13.186075 [ 285 ] {53ca2bde-ea14-4401-99a9-407dbe6ddeda} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12967 | 2024.12.21 01:24:13.186121 [ 285 ] {53ca2bde-ea14-4401-99a9-407dbe6ddeda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12968 | 2024.12.21 01:24:13.186576 [ 285 ] {53ca2bde-ea14-4401-99a9-407dbe6ddeda} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 12969 | 2024.12.21 01:24:13.186850 [ 285 ] {53ca2bde-ea14-4401-99a9-407dbe6ddeda} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12970 | 2024.12.21 01:24:13.187060 [ 285 ] {53ca2bde-ea14-4401-99a9-407dbe6ddeda} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001895 sec., 17941.952506596306 rows/sec., 1.32 MiB/sec. | ||
| 12971 | 2024.12.21 01:24:13.187129 [ 285 ] {53ca2bde-ea14-4401-99a9-407dbe6ddeda} <Debug> TCPHandler: Processed in 0.002239858 sec. | ||
| 12972 | 2024.12.21 01:24:13.187293 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12973 | 2024.12.21 01:24:13.187441 [ 287 ] {68e5a958-1f89-47c1-a9ac-73b1f76a656a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12974 | 2024.12.21 01:24:13.187503 [ 287 ] {68e5a958-1f89-47c1-a9ac-73b1f76a656a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12975 | 2024.12.21 01:24:13.188253 [ 287 ] {68e5a958-1f89-47c1-a9ac-73b1f76a656a} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12976 | 2024.12.21 01:24:13.188296 [ 287 ] {68e5a958-1f89-47c1-a9ac-73b1f76a656a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12977 | 2024.12.21 01:24:13.188673 [ 287 ] {68e5a958-1f89-47c1-a9ac-73b1f76a656a} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12978 | 2024.12.21 01:24:13.188912 [ 287 ] {68e5a958-1f89-47c1-a9ac-73b1f76a656a} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12979 | 2024.12.21 01:24:13.189143 [ 287 ] {68e5a958-1f89-47c1-a9ac-73b1f76a656a} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001738 sec., 56386.65132336019 rows/sec., 4.40 MiB/sec. | ||
| 12980 | 2024.12.21 01:24:13.189201 [ 287 ] {68e5a958-1f89-47c1-a9ac-73b1f76a656a} <Debug> TCPHandler: Processed in 0.001976524 sec. | ||
| 12981 | 2024.12.21 01:24:13.189345 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12982 | 2024.12.21 01:24:13.189473 [ 285 ] {8fc2c00f-b355-4eed-8b32-70175e8cfb08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12983 | 2024.12.21 01:24:13.189535 [ 285 ] {8fc2c00f-b355-4eed-8b32-70175e8cfb08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12984 | 2024.12.21 01:24:13.190168 [ 285 ] {8fc2c00f-b355-4eed-8b32-70175e8cfb08} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12985 | 2024.12.21 01:24:13.190208 [ 285 ] {8fc2c00f-b355-4eed-8b32-70175e8cfb08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12986 | 2024.12.21 01:24:13.190646 [ 285 ] {8fc2c00f-b355-4eed-8b32-70175e8cfb08} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12987 | 2024.12.21 01:24:13.190902 [ 285 ] {8fc2c00f-b355-4eed-8b32-70175e8cfb08} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12988 | 2024.12.21 01:24:13.191089 [ 285 ] {8fc2c00f-b355-4eed-8b32-70175e8cfb08} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001645 sec., 97264.4376899696 rows/sec., 6.77 MiB/sec. | ||
| 12989 | 2024.12.21 01:24:13.191146 [ 285 ] {8fc2c00f-b355-4eed-8b32-70175e8cfb08} <Debug> TCPHandler: Processed in 0.001861321 sec. | ||
| 12990 | 2024.12.21 01:24:13.191335 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12991 | 2024.12.21 01:24:13.191477 [ 287 ] {326fccf6-3e97-4c5e-bed5-651857ffe9e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12992 | 2024.12.21 01:24:13.191573 [ 287 ] {326fccf6-3e97-4c5e-bed5-651857ffe9e0} <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 | ||
| 12993 | 2024.12.21 01:24:13.192890 [ 287 ] {326fccf6-3e97-4c5e-bed5-651857ffe9e0} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12994 | 2024.12.21 01:24:13.192929 [ 287 ] {326fccf6-3e97-4c5e-bed5-651857ffe9e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 12995 | 2024.12.21 01:24:13.193597 [ 287 ] {326fccf6-3e97-4c5e-bed5-651857ffe9e0} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 12996 | 2024.12.21 01:24:13.193857 [ 287 ] {326fccf6-3e97-4c5e-bed5-651857ffe9e0} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12997 | 2024.12.21 01:24:13.194097 [ 287 ] {326fccf6-3e97-4c5e-bed5-651857ffe9e0} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002654 sec., 12810.85154483798 rows/sec., 22.96 MiB/sec. | ||
| 12998 | 2024.12.21 01:24:13.194209 [ 287 ] {326fccf6-3e97-4c5e-bed5-651857ffe9e0} <Debug> TCPHandler: Processed in 0.0029429 sec. | ||
| 12999 | 2024.12.21 01:24:13.194371 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13000 | 2024.12.21 01:24:13.194493 [ 285 ] {f0581da4-d14d-40c3-8e0f-36360aac66d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13001 | 2024.12.21 01:24:13.194548 [ 285 ] {f0581da4-d14d-40c3-8e0f-36360aac66d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13002 | 2024.12.21 01:24:13.195075 [ 285 ] {f0581da4-d14d-40c3-8e0f-36360aac66d0} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13003 | 2024.12.21 01:24:13.195116 [ 285 ] {f0581da4-d14d-40c3-8e0f-36360aac66d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 13004 | 2024.12.21 01:24:13.195517 [ 285 ] {f0581da4-d14d-40c3-8e0f-36360aac66d0} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13005 | 2024.12.21 01:24:13.195769 [ 285 ] {f0581da4-d14d-40c3-8e0f-36360aac66d0} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13006 | 2024.12.21 01:24:13.195952 [ 285 ] {f0581da4-d14d-40c3-8e0f-36360aac66d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. | ||
| 13007 | 2024.12.21 01:24:13.196006 [ 285 ] {f0581da4-d14d-40c3-8e0f-36360aac66d0} <Debug> TCPHandler: Processed in 0.001691528 sec. | ||
| 13008 | 2024.12.21 01:24:13.464890 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13009 | 2024.12.21 01:24:13.465086 [ 287 ] {3917e9b3-47cd-427d-badd-1a7ad9191816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13010 | 2024.12.21 01:24:13.465163 [ 287 ] {3917e9b3-47cd-427d-badd-1a7ad9191816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13011 | 2024.12.21 01:24:13.465894 [ 287 ] {3917e9b3-47cd-427d-badd-1a7ad9191816} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13012 | 2024.12.21 01:24:13.465944 [ 287 ] {3917e9b3-47cd-427d-badd-1a7ad9191816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 13013 | 2024.12.21 01:24:13.466368 [ 287 ] {3917e9b3-47cd-427d-badd-1a7ad9191816} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13014 | 2024.12.21 01:24:13.466620 [ 287 ] {3917e9b3-47cd-427d-badd-1a7ad9191816} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13015 | 2024.12.21 01:24:13.466835 [ 147 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13016 | 2024.12.21 01:24:13.466859 [ 287 ] {3917e9b3-47cd-427d-badd-1a7ad9191816} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001828 sec., 7658.643326039388 rows/sec., 551.32 KiB/sec. | ||
| 13017 | 2024.12.21 01:24:13.466929 [ 147 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13018 | 2024.12.21 01:24:13.467016 [ 287 ] {3917e9b3-47cd-427d-badd-1a7ad9191816} <Debug> TCPHandler: Processed in 0.002257038 sec. | ||
| 13019 | 2024.12.21 01:24:13.467026 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 13020 | 2024.12.21 01:24:13.467322 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13021 | 2024.12.21 01:24:13.467365 [ 188 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 13022 | 2024.12.21 01:24:13.467712 [ 285 ] {4e854c7f-9f57-4b7f-979c-05b7a1487b0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13023 | 2024.12.21 01:24:13.467912 [ 285 ] {4e854c7f-9f57-4b7f-979c-05b7a1487b0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13024 | 2024.12.21 01:24:13.468102 [ 188 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13025 | 2024.12.21 01:24:13.468307 [ 188 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 14 rows starting from the beginning of the part | ||
| 13026 | 2024.12.21 01:24:13.468712 [ 188 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 13027 | 2024.12.21 01:24:13.469205 [ 188 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 13028 | 2024.12.21 01:24:13.469606 [ 188 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 13029 | 2024.12.21 01:24:13.469812 [ 188 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 13030 | 2024.12.21 01:24:13.471181 [ 285 ] {4e854c7f-9f57-4b7f-979c-05b7a1487b0d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13031 | 2024.12.21 01:24:13.471259 [ 285 ] {4e854c7f-9f57-4b7f-979c-05b7a1487b0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 13032 | 2024.12.21 01:24:13.472119 [ 190 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004927263 sec., 14206.67011279893 rows/sec., 1.05 MiB/sec. | ||
| 13033 | 2024.12.21 01:24:13.472309 [ 190 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13034 | 2024.12.21 01:24:13.472415 [ 285 ] {4e854c7f-9f57-4b7f-979c-05b7a1487b0d} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13035 | 2024.12.21 01:24:13.472806 [ 190 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_45_11} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13036 | 2024.12.21 01:24:13.472915 [ 285 ] {4e854c7f-9f57-4b7f-979c-05b7a1487b0d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13037 | 2024.12.21 01:24:13.472976 [ 190 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_45_11} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13038 | 2024.12.21 01:24:13.473163 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13039 | 2024.12.21 01:24:13.473335 [ 285 ] {4e854c7f-9f57-4b7f-979c-05b7a1487b0d} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.005773 sec., 235406.20128182918 rows/sec., 19.56 MiB/sec. | ||
| 13040 | 2024.12.21 01:24:13.473417 [ 285 ] {4e854c7f-9f57-4b7f-979c-05b7a1487b0d} <Debug> TCPHandler: Processed in 0.006271986 sec. | ||
| 13041 | 2024.12.21 01:24:13.473577 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13042 | 2024.12.21 01:24:13.473702 [ 287 ] {cf0c6f9c-eaa5-4406-b0dc-92a776d0b110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13043 | 2024.12.21 01:24:13.473757 [ 287 ] {cf0c6f9c-eaa5-4406-b0dc-92a776d0b110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13044 | 2024.12.21 01:24:13.474380 [ 287 ] {cf0c6f9c-eaa5-4406-b0dc-92a776d0b110} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13045 | 2024.12.21 01:24:13.474424 [ 287 ] {cf0c6f9c-eaa5-4406-b0dc-92a776d0b110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 13046 | 2024.12.21 01:24:13.474805 [ 287 ] {cf0c6f9c-eaa5-4406-b0dc-92a776d0b110} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13047 | 2024.12.21 01:24:13.475048 [ 287 ] {cf0c6f9c-eaa5-4406-b0dc-92a776d0b110} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13048 | 2024.12.21 01:24:13.475326 [ 287 ] {cf0c6f9c-eaa5-4406-b0dc-92a776d0b110} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001646 sec., 9113.00121506683 rows/sec., 642.54 KiB/sec. | ||
| 13049 | 2024.12.21 01:24:13.475448 [ 287 ] {cf0c6f9c-eaa5-4406-b0dc-92a776d0b110} <Debug> TCPHandler: Processed in 0.001927002 sec. | ||
| 13050 | 2024.12.21 01:24:13.475663 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13051 | 2024.12.21 01:24:13.475954 [ 285 ] {592d394e-177e-431d-8395-c9d6fd21ec46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13052 | 2024.12.21 01:24:13.476028 [ 285 ] {592d394e-177e-431d-8395-c9d6fd21ec46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13053 | 2024.12.21 01:24:13.476722 [ 285 ] {592d394e-177e-431d-8395-c9d6fd21ec46} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13054 | 2024.12.21 01:24:13.476764 [ 285 ] {592d394e-177e-431d-8395-c9d6fd21ec46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 13055 | 2024.12.21 01:24:13.477158 [ 285 ] {592d394e-177e-431d-8395-c9d6fd21ec46} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13056 | 2024.12.21 01:24:13.477417 [ 285 ] {592d394e-177e-431d-8395-c9d6fd21ec46} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13057 | 2024.12.21 01:24:13.477615 [ 285 ] {592d394e-177e-431d-8395-c9d6fd21ec46} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001766 sec., 137032.84258210644 rows/sec., 9.28 MiB/sec. | ||
| 13058 | 2024.12.21 01:24:13.477682 [ 285 ] {592d394e-177e-431d-8395-c9d6fd21ec46} <Debug> TCPHandler: Processed in 0.002121196 sec. | ||
| 13059 | 2024.12.21 01:24:13.477885 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13060 | 2024.12.21 01:24:13.478010 [ 287 ] {aed0d6cd-4974-4edc-9b72-cd59f1c8e593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13061 | 2024.12.21 01:24:13.478060 [ 287 ] {aed0d6cd-4974-4edc-9b72-cd59f1c8e593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13062 | 2024.12.21 01:24:13.478645 [ 287 ] {aed0d6cd-4974-4edc-9b72-cd59f1c8e593} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13063 | 2024.12.21 01:24:13.478687 [ 287 ] {aed0d6cd-4974-4edc-9b72-cd59f1c8e593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 13064 | 2024.12.21 01:24:13.479079 [ 287 ] {aed0d6cd-4974-4edc-9b72-cd59f1c8e593} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13065 | 2024.12.21 01:24:13.479331 [ 287 ] {aed0d6cd-4974-4edc-9b72-cd59f1c8e593} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13066 | 2024.12.21 01:24:13.479527 [ 149 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13067 | 2024.12.21 01:24:13.479553 [ 287 ] {aed0d6cd-4974-4edc-9b72-cd59f1c8e593} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001568 sec., 8290.816326530612 rows/sec., 516.93 KiB/sec. | ||
| 13068 | 2024.12.21 01:24:13.479610 [ 149 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13069 | 2024.12.21 01:24:13.479677 [ 287 ] {aed0d6cd-4974-4edc-9b72-cd59f1c8e593} <Debug> TCPHandler: Processed in 0.001879471 sec. | ||
| 13070 | 2024.12.21 01:24:13.479683 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 13071 | 2024.12.21 01:24:13.479916 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13072 | 2024.12.21 01:24:13.479985 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 13073 | 2024.12.21 01:24:13.480347 [ 285 ] {e8ae46e9-25a3-4209-8357-fc7b5884b53d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13074 | 2024.12.21 01:24:13.480523 [ 285 ] {e8ae46e9-25a3-4209-8357-fc7b5884b53d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13075 | 2024.12.21 01:24:13.480564 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13076 | 2024.12.21 01:24:13.480706 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 13 rows starting from the beginning of the part | ||
| 13077 | 2024.12.21 01:24:13.481219 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part | ||
| 13078 | 2024.12.21 01:24:13.481773 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part | ||
| 13079 | 2024.12.21 01:24:13.482154 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part | ||
| 13080 | 2024.12.21 01:24:13.482520 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part | ||
| 13081 | 2024.12.21 01:24:13.484198 [ 190 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004374193 sec., 14859.883868864496 rows/sec., 984.56 KiB/sec. | ||
| 13082 | 2024.12.21 01:24:13.484224 [ 285 ] {e8ae46e9-25a3-4209-8357-fc7b5884b53d} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13083 | 2024.12.21 01:24:13.484283 [ 285 ] {e8ae46e9-25a3-4209-8357-fc7b5884b53d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 13084 | 2024.12.21 01:24:13.484342 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13085 | 2024.12.21 01:24:13.484661 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_45_11} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13086 | 2024.12.21 01:24:13.484752 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_45_11} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13087 | 2024.12.21 01:24:13.484769 [ 285 ] {e8ae46e9-25a3-4209-8357-fc7b5884b53d} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13088 | 2024.12.21 01:24:13.484844 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13089 | 2024.12.21 01:24:13.485052 [ 285 ] {e8ae46e9-25a3-4209-8357-fc7b5884b53d} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13090 | 2024.12.21 01:24:13.485294 [ 285 ] {e8ae46e9-25a3-4209-8357-fc7b5884b53d} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.005088 sec., 166273.5849056604 rows/sec., 12.02 MiB/sec. | ||
| 13091 | 2024.12.21 01:24:13.485383 [ 285 ] {e8ae46e9-25a3-4209-8357-fc7b5884b53d} <Debug> TCPHandler: Processed in 0.005600794 sec. | ||
| 13092 | 2024.12.21 01:24:13.485589 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13093 | 2024.12.21 01:24:13.485746 [ 287 ] {a6dbfe2e-a2ff-45af-a4ad-ef9c1a2468d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13094 | 2024.12.21 01:24:13.485806 [ 287 ] {a6dbfe2e-a2ff-45af-a4ad-ef9c1a2468d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13095 | 2024.12.21 01:24:13.486387 [ 287 ] {a6dbfe2e-a2ff-45af-a4ad-ef9c1a2468d1} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13096 | 2024.12.21 01:24:13.486427 [ 287 ] {a6dbfe2e-a2ff-45af-a4ad-ef9c1a2468d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 13097 | 2024.12.21 01:24:13.486825 [ 287 ] {a6dbfe2e-a2ff-45af-a4ad-ef9c1a2468d1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13098 | 2024.12.21 01:24:13.487074 [ 287 ] {a6dbfe2e-a2ff-45af-a4ad-ef9c1a2468d1} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13099 | 2024.12.21 01:24:13.487339 [ 287 ] {a6dbfe2e-a2ff-45af-a4ad-ef9c1a2468d1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001617 sec., 3710.575139146568 rows/sec., 193.86 KiB/sec. | ||
| 13100 | 2024.12.21 01:24:13.487479 [ 287 ] {a6dbfe2e-a2ff-45af-a4ad-ef9c1a2468d1} <Debug> TCPHandler: Processed in 0.001980594 sec. | ||
| 13101 | 2024.12.21 01:24:13.487725 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13102 | 2024.12.21 01:24:13.487874 [ 285 ] {bfc36a1a-0323-4830-9325-022dfa1e6d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13103 | 2024.12.21 01:24:13.487938 [ 285 ] {bfc36a1a-0323-4830-9325-022dfa1e6d0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13104 | 2024.12.21 01:24:13.488861 [ 285 ] {bfc36a1a-0323-4830-9325-022dfa1e6d0c} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13105 | 2024.12.21 01:24:13.488902 [ 285 ] {bfc36a1a-0323-4830-9325-022dfa1e6d0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 13106 | 2024.12.21 01:24:13.489350 [ 285 ] {bfc36a1a-0323-4830-9325-022dfa1e6d0c} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13107 | 2024.12.21 01:24:13.489624 [ 285 ] {bfc36a1a-0323-4830-9325-022dfa1e6d0c} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13108 | 2024.12.21 01:24:13.489851 [ 285 ] {bfc36a1a-0323-4830-9325-022dfa1e6d0c} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.002006 sec., 476071.78464606183 rows/sec., 31.63 MiB/sec. | ||
| 13109 | 2024.12.21 01:24:13.489905 [ 285 ] {bfc36a1a-0323-4830-9325-022dfa1e6d0c} <Debug> TCPHandler: Processed in 0.002310299 sec. | ||
| 13110 | 2024.12.21 01:24:13.490058 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13111 | 2024.12.21 01:24:13.490177 [ 287 ] {d7fcd598-c0c1-47fc-8ccf-3eb128981afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13112 | 2024.12.21 01:24:13.490230 [ 287 ] {d7fcd598-c0c1-47fc-8ccf-3eb128981afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13113 | 2024.12.21 01:24:13.490721 [ 287 ] {d7fcd598-c0c1-47fc-8ccf-3eb128981afe} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13114 | 2024.12.21 01:24:13.490762 [ 287 ] {d7fcd598-c0c1-47fc-8ccf-3eb128981afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 13115 | 2024.12.21 01:24:13.491134 [ 287 ] {d7fcd598-c0c1-47fc-8ccf-3eb128981afe} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13116 | 2024.12.21 01:24:13.491380 [ 287 ] {d7fcd598-c0c1-47fc-8ccf-3eb128981afe} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13117 | 2024.12.21 01:24:13.491612 [ 287 ] {d7fcd598-c0c1-47fc-8ccf-3eb128981afe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00146 sec., 684.9315068493152 rows/sec., 46.15 KiB/sec. | ||
| 13118 | 2024.12.21 01:24:13.491691 [ 287 ] {d7fcd598-c0c1-47fc-8ccf-3eb128981afe} <Debug> TCPHandler: Processed in 0.001691268 sec. | ||
| 13119 | 2024.12.21 01:24:13.491869 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13120 | 2024.12.21 01:24:13.491991 [ 285 ] {8f535e87-54d2-483f-a391-2dc6d9227e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13121 | 2024.12.21 01:24:13.492076 [ 285 ] {8f535e87-54d2-483f-a391-2dc6d9227e45} <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 | ||
| 13122 | 2024.12.21 01:24:13.493165 [ 285 ] {8f535e87-54d2-483f-a391-2dc6d9227e45} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13123 | 2024.12.21 01:24:13.493206 [ 285 ] {8f535e87-54d2-483f-a391-2dc6d9227e45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 13124 | 2024.12.21 01:24:13.493820 [ 285 ] {8f535e87-54d2-483f-a391-2dc6d9227e45} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13125 | 2024.12.21 01:24:13.494106 [ 285 ] {8f535e87-54d2-483f-a391-2dc6d9227e45} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13126 | 2024.12.21 01:24:13.494353 [ 285 ] {8f535e87-54d2-483f-a391-2dc6d9227e45} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002385 sec., 3354.2976939203354 rows/sec., 6.01 MiB/sec. | ||
| 13127 | 2024.12.21 01:24:13.494448 [ 285 ] {8f535e87-54d2-483f-a391-2dc6d9227e45} <Debug> TCPHandler: Processed in 0.002663905 sec. | ||
| 13128 | 2024.12.21 01:24:13.494616 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13129 | 2024.12.21 01:24:13.494760 [ 287 ] {385d067a-7e42-473d-867c-ef27ceb8fc0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13130 | 2024.12.21 01:24:13.494820 [ 287 ] {385d067a-7e42-473d-867c-ef27ceb8fc0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13131 | 2024.12.21 01:24:13.495400 [ 287 ] {385d067a-7e42-473d-867c-ef27ceb8fc0f} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13132 | 2024.12.21 01:24:13.495440 [ 287 ] {385d067a-7e42-473d-867c-ef27ceb8fc0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 13133 | 2024.12.21 01:24:13.496070 [ 287 ] {385d067a-7e42-473d-867c-ef27ceb8fc0f} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13134 | 2024.12.21 01:24:13.496319 [ 287 ] {385d067a-7e42-473d-867c-ef27ceb8fc0f} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13135 | 2024.12.21 01:24:13.496547 [ 287 ] {385d067a-7e42-473d-867c-ef27ceb8fc0f} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001818 sec., 18701.870187018703 rows/sec., 1.09 MiB/sec. | ||
| 13136 | 2024.12.21 01:24:13.496599 [ 287 ] {385d067a-7e42-473d-867c-ef27ceb8fc0f} <Debug> TCPHandler: Processed in 0.002052784 sec. | ||
| 13137 | 2024.12.21 01:24:14.000145 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 258.47 MiB, peak 270.34 MiB, free memory in arenas 0.00 B, will set to 257.17 MiB (RSS), difference: -1.30 MiB | ||
| 13138 | 2024.12.21 01:24:14.216950 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1868 | ||
| 13139 | 2024.12.21 01:24:14.220503 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13140 | 2024.12.21 01:24:14.220567 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13141 | 2024.12.21 01:24:14.222067 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13142 | 2024.12.21 01:24:14.222383 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13143 | 2024.12.21 01:24:14.222713 [ 149 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 13144 | 2024.12.21 01:24:14.222932 [ 149 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13145 | 2024.12.21 01:24:14.223051 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13146 | 2024.12.21 01:24:14.223529 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::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 | ||
| 13147 | 2024.12.21 01:24:14.223922 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1868 | ||
| 13148 | 2024.12.21 01:24:14.224566 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13149 | 2024.12.21 01:24:14.224766 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1662 rows starting from the beginning of the part | ||
| 13150 | 2024.12.21 01:24:14.225476 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 36 rows starting from the beginning of the part | ||
| 13151 | 2024.12.21 01:24:14.226331 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 58 rows starting from the beginning of the part | ||
| 13152 | 2024.12.21 01:24:14.227016 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 20 rows starting from the beginning of the part | ||
| 13153 | 2024.12.21 01:24:14.227637 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 36 rows starting from the beginning of the part | ||
| 13154 | 2024.12.21 01:24:14.228282 [ 195 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::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 | ||
| 13155 | 2024.12.21 01:24:14.236939 [ 199 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1868 rows, containing 72 columns (72 merged, 0 gathered) in 0.01369566 sec., 136393.5728544663 rows/sec., 103.81 MiB/sec. | ||
| 13156 | 2024.12.21 01:24:14.238932 [ 190 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 13157 | 2024.12.21 01:24:14.239718 [ 190 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_46_9} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13158 | 2024.12.21 01:24:14.239802 [ 190 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_46_9} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 13159 | 2024.12.21 01:24:14.240118 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.98 MiB. | ||
| 13160 | 2024.12.21 01:24:16.507919 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28914 | ||
| 13161 | 2024.12.21 01:24:16.508568 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13162 | 2024.12.21 01:24:16.508621 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13163 | 2024.12.21 01:24:16.509161 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13164 | 2024.12.21 01:24:16.509437 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13165 | 2024.12.21 01:24:16.509684 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 | ||
| 13166 | 2024.12.21 01:24:18.179277 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13167 | 2024.12.21 01:24:18.179498 [ 287 ] {1a89ea20-dd7c-4094-83f4-fdbf8e0b6865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13168 | 2024.12.21 01:24:18.179581 [ 287 ] {1a89ea20-dd7c-4094-83f4-fdbf8e0b6865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13169 | 2024.12.21 01:24:18.180455 [ 287 ] {1a89ea20-dd7c-4094-83f4-fdbf8e0b6865} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13170 | 2024.12.21 01:24:18.180510 [ 287 ] {1a89ea20-dd7c-4094-83f4-fdbf8e0b6865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13171 | 2024.12.21 01:24:18.180961 [ 287 ] {1a89ea20-dd7c-4094-83f4-fdbf8e0b6865} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13172 | 2024.12.21 01:24:18.181221 [ 287 ] {1a89ea20-dd7c-4094-83f4-fdbf8e0b6865} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13173 | 2024.12.21 01:24:18.181422 [ 144 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13174 | 2024.12.21 01:24:18.181481 [ 287 ] {1a89ea20-dd7c-4094-83f4-fdbf8e0b6865} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002038 sec., 27477.91952894995 rows/sec., 2.10 MiB/sec. | ||
| 13175 | 2024.12.21 01:24:18.181509 [ 144 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13176 | 2024.12.21 01:24:18.181573 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13177 | 2024.12.21 01:24:18.181623 [ 287 ] {1a89ea20-dd7c-4094-83f4-fdbf8e0b6865} <Debug> TCPHandler: Processed in 0.002490992 sec. | ||
| 13178 | 2024.12.21 01:24:18.181902 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 13179 | 2024.12.21 01:24:18.181987 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13180 | 2024.12.21 01:24:18.182265 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13181 | 2024.12.21 01:24:18.182423 [ 285 ] {5c00952c-7732-4744-ba58-0d23c77224e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13182 | 2024.12.21 01:24:18.182415 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1436 rows starting from the beginning of the part | ||
| 13183 | 2024.12.21 01:24:18.182632 [ 285 ] {5c00952c-7732-4744-ba58-0d23c77224e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13184 | 2024.12.21 01:24:18.183147 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 125 rows starting from the beginning of the part | ||
| 13185 | 2024.12.21 01:24:18.183795 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 219 rows starting from the beginning of the part | ||
| 13186 | 2024.12.21 01:24:18.184399 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 124 rows starting from the beginning of the part | ||
| 13187 | 2024.12.21 01:24:18.184854 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1359 rows starting from the beginning of the part | ||
| 13188 | 2024.12.21 01:24:18.185212 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part | ||
| 13189 | 2024.12.21 01:24:18.186536 [ 285 ] {5c00952c-7732-4744-ba58-0d23c77224e4} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13190 | 2024.12.21 01:24:18.186624 [ 285 ] {5c00952c-7732-4744-ba58-0d23c77224e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13191 | 2024.12.21 01:24:18.187693 [ 285 ] {5c00952c-7732-4744-ba58-0d23c77224e4} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13192 | 2024.12.21 01:24:18.188078 [ 285 ] {5c00952c-7732-4744-ba58-0d23c77224e4} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13193 | 2024.12.21 01:24:18.188313 [ 144 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13194 | 2024.12.21 01:24:18.188422 [ 144 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13195 | 2024.12.21 01:24:18.188499 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13196 | 2024.12.21 01:24:18.188646 [ 285 ] {5c00952c-7732-4744-ba58-0d23c77224e4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006321 sec., 10124.980224647998 rows/sec., 809.24 KiB/sec. | ||
| 13197 | 2024.12.21 01:24:18.189369 [ 285 ] {5c00952c-7732-4744-ba58-0d23c77224e4} <Debug> TCPHandler: Processed in 0.007574417 sec. | ||
| 13198 | 2024.12.21 01:24:18.189416 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 13199 | 2024.12.21 01:24:18.189858 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.008172678 sec., 406109.2337175159 rows/sec., 35.47 MiB/sec. | ||
| 13200 | 2024.12.21 01:24:18.190209 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13201 | 2024.12.21 01:24:18.190243 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13202 | 2024.12.21 01:24:18.190304 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13203 | 2024.12.21 01:24:18.190421 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 916 rows starting from the beginning of the part | ||
| 13204 | 2024.12.21 01:24:18.190981 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 100 rows starting from the beginning of the part | ||
| 13205 | 2024.12.21 01:24:18.191444 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 390 rows starting from the beginning of the part | ||
| 13206 | 2024.12.21 01:24:18.191796 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_106_21} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13207 | 2024.12.21 01:24:18.191935 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 98 rows starting from the beginning of the part | ||
| 13208 | 2024.12.21 01:24:18.192431 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 846 rows starting from the beginning of the part | ||
| 13209 | 2024.12.21 01:24:18.192413 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_106_21} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13210 | 2024.12.21 01:24:18.192813 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part | ||
| 13211 | 2024.12.21 01:24:18.192943 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 13212 | 2024.12.21 01:24:18.193118 [ 287 ] {fa2cccec-c6ca-4ecd-8897-f6349a0f853b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13213 | 2024.12.21 01:24:18.193462 [ 287 ] {fa2cccec-c6ca-4ecd-8897-f6349a0f853b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13214 | 2024.12.21 01:24:18.195442 [ 287 ] {fa2cccec-c6ca-4ecd-8897-f6349a0f853b} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13215 | 2024.12.21 01:24:18.195613 [ 287 ] {fa2cccec-c6ca-4ecd-8897-f6349a0f853b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13216 | 2024.12.21 01:24:18.197232 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2414 rows, containing 5 columns (5 merged, 0 gathered) in 0.008606185 sec., 280495.9456483912 rows/sec., 21.51 MiB/sec. | ||
| 13217 | 2024.12.21 01:24:18.197475 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13218 | 2024.12.21 01:24:18.197532 [ 287 ] {fa2cccec-c6ca-4ecd-8897-f6349a0f853b} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13219 | 2024.12.21 01:24:18.197931 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_106_21} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13220 | 2024.12.21 01:24:18.198008 [ 287 ] {fa2cccec-c6ca-4ecd-8897-f6349a0f853b} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13221 | 2024.12.21 01:24:18.198119 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_106_21} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13222 | 2024.12.21 01:24:18.198307 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0 | ||
| 13223 | 2024.12.21 01:24:18.198332 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 13224 | 2024.12.21 01:24:18.198409 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13225 | 2024.12.21 01:24:18.198475 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13226 | 2024.12.21 01:24:18.198571 [ 287 ] {fa2cccec-c6ca-4ecd-8897-f6349a0f853b} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.007637 sec., 16760.508052900354 rows/sec., 1.17 MiB/sec. | ||
| 13227 | 2024.12.21 01:24:18.198746 [ 287 ] {fa2cccec-c6ca-4ecd-8897-f6349a0f853b} <Debug> TCPHandler: Processed in 0.009199414 sec. | ||
| 13228 | 2024.12.21 01:24:18.198741 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_101_20 to all_105_105_0 into Compact with storage Full | ||
| 13229 | 2024.12.21 01:24:18.198947 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13230 | 2024.12.21 01:24:18.198992 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13231 | 2024.12.21 01:24:18.199043 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 30753 rows starting from the beginning of the part | ||
| 13232 | 2024.12.21 01:24:18.199252 [ 285 ] {1e452568-e38f-41b2-90ba-fd89419ca319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13233 | 2024.12.21 01:24:18.199339 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 161 rows starting from the beginning of the part | ||
| 13234 | 2024.12.21 01:24:18.199449 [ 285 ] {1e452568-e38f-41b2-90ba-fd89419ca319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13235 | 2024.12.21 01:24:18.199685 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part | ||
| 13236 | 2024.12.21 01:24:18.200070 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part | ||
| 13237 | 2024.12.21 01:24:18.200485 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 955 rows starting from the beginning of the part | ||
| 13238 | 2024.12.21 01:24:18.201819 [ 285 ] {1e452568-e38f-41b2-90ba-fd89419ca319} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13239 | 2024.12.21 01:24:18.201867 [ 285 ] {1e452568-e38f-41b2-90ba-fd89419ca319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13240 | 2024.12.21 01:24:18.202401 [ 285 ] {1e452568-e38f-41b2-90ba-fd89419ca319} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13241 | 2024.12.21 01:24:18.202769 [ 285 ] {1e452568-e38f-41b2-90ba-fd89419ca319} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13242 | 2024.12.21 01:24:18.203256 [ 144 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13243 | 2024.12.21 01:24:18.203301 [ 285 ] {1e452568-e38f-41b2-90ba-fd89419ca319} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004179 sec., 11486.001435750179 rows/sec., 792.65 KiB/sec. | ||
| 13244 | 2024.12.21 01:24:18.203366 [ 144 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13245 | 2024.12.21 01:24:18.203511 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13246 | 2024.12.21 01:24:18.203606 [ 285 ] {1e452568-e38f-41b2-90ba-fd89419ca319} <Debug> TCPHandler: Processed in 0.00473202 sec. | ||
| 13247 | 2024.12.21 01:24:18.203928 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 13248 | 2024.12.21 01:24:18.204073 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13249 | 2024.12.21 01:24:18.204102 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6154 rows starting from the beginning of the part | ||
| 13250 | 2024.12.21 01:24:18.204190 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
| 13251 | 2024.12.21 01:24:18.204287 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part | ||
| 13252 | 2024.12.21 01:24:18.204403 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part | ||
| 13253 | 2024.12.21 01:24:18.204472 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 34 rows starting from the beginning of the part | ||
| 13254 | 2024.12.21 01:24:18.204585 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 48 rows starting from the beginning of the part | ||
| 13255 | 2024.12.21 01:24:18.206790 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6438 rows, containing 4 columns (4 merged, 0 gathered) in 0.003120213 sec., 2063320.6771460793 rows/sec., 134.46 MiB/sec. | ||
| 13256 | 2024.12.21 01:24:18.207202 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13257 | 2024.12.21 01:24:18.207540 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_106_21} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13258 | 2024.12.21 01:24:18.207653 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_106_21} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13259 | 2024.12.21 01:24:18.207750 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 13260 | 2024.12.21 01:24:18.208903 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32266 rows, containing 5 columns (5 merged, 0 gathered) in 0.010328624 sec., 3123939.839421011 rows/sec., 210.85 MiB/sec. | ||
| 13261 | 2024.12.21 01:24:18.209646 [ 187 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 13262 | 2024.12.21 01:24:18.209981 [ 187 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13263 | 2024.12.21 01:24:18.210068 [ 187 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21 | ||
| 13264 | 2024.12.21 01:24:18.210163 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 13265 | 2024.12.21 01:24:18.549007 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 13266 | 2024.12.21 01:24:18.569156 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13267 | 2024.12.21 01:24:18.569209 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13268 | 2024.12.21 01:24:18.576564 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13269 | 2024.12.21 01:24:18.577350 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13270 | 2024.12.21 01:24:18.580675 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 13271 | 2024.12.21 01:24:23.183002 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13272 | 2024.12.21 01:24:23.183222 [ 287 ] {89d6b7e7-3ea5-48ef-94e8-3a6cafabf7e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13273 | 2024.12.21 01:24:23.183298 [ 287 ] {89d6b7e7-3ea5-48ef-94e8-3a6cafabf7e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13274 | 2024.12.21 01:24:23.184141 [ 287 ] {89d6b7e7-3ea5-48ef-94e8-3a6cafabf7e2} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13275 | 2024.12.21 01:24:23.184197 [ 287 ] {89d6b7e7-3ea5-48ef-94e8-3a6cafabf7e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13276 | 2024.12.21 01:24:23.184660 [ 287 ] {89d6b7e7-3ea5-48ef-94e8-3a6cafabf7e2} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13277 | 2024.12.21 01:24:23.184935 [ 287 ] {89d6b7e7-3ea5-48ef-94e8-3a6cafabf7e2} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13278 | 2024.12.21 01:24:23.185197 [ 287 ] {89d6b7e7-3ea5-48ef-94e8-3a6cafabf7e2} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002032 sec., 61023.6220472441 rows/sec., 5.18 MiB/sec. | ||
| 13279 | 2024.12.21 01:24:23.185265 [ 287 ] {89d6b7e7-3ea5-48ef-94e8-3a6cafabf7e2} <Debug> TCPHandler: Processed in 0.00240575 sec. | ||
| 13280 | 2024.12.21 01:24:23.185542 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13281 | 2024.12.21 01:24:23.185756 [ 285 ] {e9474adc-831a-46c3-98e0-e607aa8b2bc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13282 | 2024.12.21 01:24:23.185839 [ 285 ] {e9474adc-831a-46c3-98e0-e607aa8b2bc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13283 | 2024.12.21 01:24:23.186668 [ 285 ] {e9474adc-831a-46c3-98e0-e607aa8b2bc5} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13284 | 2024.12.21 01:24:23.186718 [ 285 ] {e9474adc-831a-46c3-98e0-e607aa8b2bc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13285 | 2024.12.21 01:24:23.187166 [ 285 ] {e9474adc-831a-46c3-98e0-e607aa8b2bc5} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13286 | 2024.12.21 01:24:23.187441 [ 285 ] {e9474adc-831a-46c3-98e0-e607aa8b2bc5} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13287 | 2024.12.21 01:24:23.187686 [ 285 ] {e9474adc-831a-46c3-98e0-e607aa8b2bc5} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001987 sec., 17111.2229491696 rows/sec., 1.26 MiB/sec. | ||
| 13288 | 2024.12.21 01:24:23.187756 [ 285 ] {e9474adc-831a-46c3-98e0-e607aa8b2bc5} <Debug> TCPHandler: Processed in 0.00235235 sec. | ||
| 13289 | 2024.12.21 01:24:23.187911 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13290 | 2024.12.21 01:24:23.188064 [ 287 ] {83ecc259-4dda-4662-a2e4-b99b21b8d174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13291 | 2024.12.21 01:24:23.188127 [ 287 ] {83ecc259-4dda-4662-a2e4-b99b21b8d174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13292 | 2024.12.21 01:24:23.188836 [ 287 ] {83ecc259-4dda-4662-a2e4-b99b21b8d174} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13293 | 2024.12.21 01:24:23.188880 [ 287 ] {83ecc259-4dda-4662-a2e4-b99b21b8d174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13294 | 2024.12.21 01:24:23.189270 [ 287 ] {83ecc259-4dda-4662-a2e4-b99b21b8d174} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13295 | 2024.12.21 01:24:23.189520 [ 287 ] {83ecc259-4dda-4662-a2e4-b99b21b8d174} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13296 | 2024.12.21 01:24:23.189767 [ 287 ] {83ecc259-4dda-4662-a2e4-b99b21b8d174} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001741 sec., 56289.48879954049 rows/sec., 4.40 MiB/sec. | ||
| 13297 | 2024.12.21 01:24:23.189868 [ 287 ] {83ecc259-4dda-4662-a2e4-b99b21b8d174} <Debug> TCPHandler: Processed in 0.002026234 sec. | ||
| 13298 | 2024.12.21 01:24:23.190057 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13299 | 2024.12.21 01:24:23.190223 [ 285 ] {45c8f33a-487a-4ad7-9bb8-727978985d2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13300 | 2024.12.21 01:24:23.190291 [ 285 ] {45c8f33a-487a-4ad7-9bb8-727978985d2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13301 | 2024.12.21 01:24:23.190932 [ 285 ] {45c8f33a-487a-4ad7-9bb8-727978985d2f} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13302 | 2024.12.21 01:24:23.190973 [ 285 ] {45c8f33a-487a-4ad7-9bb8-727978985d2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13303 | 2024.12.21 01:24:23.191392 [ 285 ] {45c8f33a-487a-4ad7-9bb8-727978985d2f} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13304 | 2024.12.21 01:24:23.191645 [ 285 ] {45c8f33a-487a-4ad7-9bb8-727978985d2f} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13305 | 2024.12.21 01:24:23.191887 [ 285 ] {45c8f33a-487a-4ad7-9bb8-727978985d2f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001697 sec., 94284.03064230997 rows/sec., 6.57 MiB/sec. | ||
| 13306 | 2024.12.21 01:24:23.191975 [ 285 ] {45c8f33a-487a-4ad7-9bb8-727978985d2f} <Debug> TCPHandler: Processed in 0.002003264 sec. | ||
| 13307 | 2024.12.21 01:24:23.192194 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13308 | 2024.12.21 01:24:23.192412 [ 287 ] {5e9eaa7e-9b34-424d-aade-3f2cb03e982c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13309 | 2024.12.21 01:24:23.192502 [ 287 ] {5e9eaa7e-9b34-424d-aade-3f2cb03e982c} <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 | ||
| 13310 | 2024.12.21 01:24:23.193756 [ 287 ] {5e9eaa7e-9b34-424d-aade-3f2cb03e982c} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13311 | 2024.12.21 01:24:23.193799 [ 287 ] {5e9eaa7e-9b34-424d-aade-3f2cb03e982c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13312 | 2024.12.21 01:24:23.194501 [ 287 ] {5e9eaa7e-9b34-424d-aade-3f2cb03e982c} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13313 | 2024.12.21 01:24:23.194781 [ 287 ] {5e9eaa7e-9b34-424d-aade-3f2cb03e982c} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13314 | 2024.12.21 01:24:23.195028 [ 287 ] {5e9eaa7e-9b34-424d-aade-3f2cb03e982c} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.00267 sec., 12734.082397003745 rows/sec., 22.82 MiB/sec. | ||
| 13315 | 2024.12.21 01:24:23.195147 [ 287 ] {5e9eaa7e-9b34-424d-aade-3f2cb03e982c} <Debug> TCPHandler: Processed in 0.003067662 sec. | ||
| 13316 | 2024.12.21 01:24:23.195324 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13317 | 2024.12.21 01:24:23.195469 [ 285 ] {be5abd3f-97e6-4663-bec0-d1b2fa96a40b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13318 | 2024.12.21 01:24:23.195534 [ 285 ] {be5abd3f-97e6-4663-bec0-d1b2fa96a40b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13319 | 2024.12.21 01:24:23.196131 [ 285 ] {be5abd3f-97e6-4663-bec0-d1b2fa96a40b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13320 | 2024.12.21 01:24:23.196180 [ 285 ] {be5abd3f-97e6-4663-bec0-d1b2fa96a40b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13321 | 2024.12.21 01:24:23.196626 [ 285 ] {be5abd3f-97e6-4663-bec0-d1b2fa96a40b} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13322 | 2024.12.21 01:24:23.196884 [ 285 ] {be5abd3f-97e6-4663-bec0-d1b2fa96a40b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13323 | 2024.12.21 01:24:23.197108 [ 285 ] {be5abd3f-97e6-4663-bec0-d1b2fa96a40b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001673 sec., 35863.717872086076 rows/sec., 2.42 MiB/sec. | ||
| 13324 | 2024.12.21 01:24:23.197168 [ 285 ] {be5abd3f-97e6-4663-bec0-d1b2fa96a40b} <Debug> TCPHandler: Processed in 0.001912512 sec. | ||
| 13325 | 2024.12.21 01:24:23.826999 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13326 | 2024.12.21 01:24:23.827064 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13327 | 2024.12.21 01:24:24.001389 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000976787 sec. | ||
| 13328 | 2024.12.21 01:24:24.009781 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29402 | ||
| 13329 | 2024.12.21 01:24:24.010402 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13330 | 2024.12.21 01:24:24.010441 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13331 | 2024.12.21 01:24:24.010967 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13332 | 2024.12.21 01:24:24.011230 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13333 | 2024.12.21 01:24:24.011508 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29402 | ||
| 13334 | 2024.12.21 01:24:24.224192 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1888 | ||
| 13335 | 2024.12.21 01:24:24.227020 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13336 | 2024.12.21 01:24:24.227086 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13337 | 2024.12.21 01:24:24.228627 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13338 | 2024.12.21 01:24:24.228956 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13339 | 2024.12.21 01:24:24.229626 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1888 | ||
| 13340 | 2024.12.21 01:24:24.993576 [ 134 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Selected 5 parts from all_1_41_9 to all_45_45_0 | ||
| 13341 | 2024.12.21 01:24:24.993637 [ 134 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13342 | 2024.12.21 01:24:24.993659 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13343 | 2024.12.21 01:24:24.993838 [ 200 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_45_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_9 to all_45_45_0 into Compact with storage Full | ||
| 13344 | 2024.12.21 01:24:24.994247 [ 200 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_45_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13345 | 2024.12.21 01:24:24.994306 [ 200 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_9, total 41 rows starting from the beginning of the part | ||
| 13346 | 2024.12.21 01:24:24.994383 [ 200 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 13347 | 2024.12.21 01:24:24.994598 [ 200 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 13348 | 2024.12.21 01:24:24.994858 [ 200 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 13349 | 2024.12.21 01:24:24.994998 [ 200 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 13350 | 2024.12.21 01:24:24.996222 [ 201 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_45_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.002482482 sec., 18127.01965210624 rows/sec., 1.19 MiB/sec. | ||
| 13351 | 2024.12.21 01:24:24.996453 [ 191 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_45_10} <Trace> MergedBlockOutputStream: filled checksums all_1_45_10 (state Temporary) | ||
| 13352 | 2024.12.21 01:24:24.996842 [ 191 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_45_10} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_merge_all_1_45_10 to all_1_45_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13353 | 2024.12.21 01:24:24.996947 [ 191 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_45_10} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Merged 5 parts: [all_1_41_9, all_45_45_0] -> all_1_45_10 | ||
| 13354 | 2024.12.21 01:24:24.997061 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13355 | 2024.12.21 01:24:26.080744 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 13356 | 2024.12.21 01:24:26.102039 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13357 | 2024.12.21 01:24:26.102108 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13358 | 2024.12.21 01:24:26.109492 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13359 | 2024.12.21 01:24:26.110318 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13360 | 2024.12.21 01:24:26.112987 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 13361 | 2024.12.21 01:24:28.185142 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13362 | 2024.12.21 01:24:28.185342 [ 287 ] {797732e2-4898-461b-8eb2-3c0c1399c99a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13363 | 2024.12.21 01:24:28.185417 [ 287 ] {797732e2-4898-461b-8eb2-3c0c1399c99a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13364 | 2024.12.21 01:24:28.186169 [ 287 ] {797732e2-4898-461b-8eb2-3c0c1399c99a} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13365 | 2024.12.21 01:24:28.186220 [ 287 ] {797732e2-4898-461b-8eb2-3c0c1399c99a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13366 | 2024.12.21 01:24:28.186667 [ 287 ] {797732e2-4898-461b-8eb2-3c0c1399c99a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13367 | 2024.12.21 01:24:28.186931 [ 287 ] {797732e2-4898-461b-8eb2-3c0c1399c99a} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13368 | 2024.12.21 01:24:28.187166 [ 287 ] {797732e2-4898-461b-8eb2-3c0c1399c99a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001879 sec., 7450.7716870675895 rows/sec., 536.36 KiB/sec. | ||
| 13369 | 2024.12.21 01:24:28.187227 [ 287 ] {797732e2-4898-461b-8eb2-3c0c1399c99a} <Debug> TCPHandler: Processed in 0.002221787 sec. | ||
| 13370 | 2024.12.21 01:24:28.187474 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13371 | 2024.12.21 01:24:28.187680 [ 285 ] {7e437cbd-32d3-4b2d-841c-276cb44d450e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13372 | 2024.12.21 01:24:28.187764 [ 285 ] {7e437cbd-32d3-4b2d-841c-276cb44d450e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13373 | 2024.12.21 01:24:28.188814 [ 285 ] {7e437cbd-32d3-4b2d-841c-276cb44d450e} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13374 | 2024.12.21 01:24:28.188868 [ 285 ] {7e437cbd-32d3-4b2d-841c-276cb44d450e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13375 | 2024.12.21 01:24:28.189350 [ 285 ] {7e437cbd-32d3-4b2d-841c-276cb44d450e} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13376 | 2024.12.21 01:24:28.189644 [ 285 ] {7e437cbd-32d3-4b2d-841c-276cb44d450e} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13377 | 2024.12.21 01:24:28.189912 [ 285 ] {7e437cbd-32d3-4b2d-841c-276cb44d450e} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002289 sec., 95674.96723460028 rows/sec., 8.33 MiB/sec. | ||
| 13378 | 2024.12.21 01:24:28.189998 [ 285 ] {7e437cbd-32d3-4b2d-841c-276cb44d450e} <Debug> TCPHandler: Processed in 0.002648595 sec. | ||
| 13379 | 2024.12.21 01:24:28.190207 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13380 | 2024.12.21 01:24:28.190399 [ 287 ] {58e28bf7-0d33-47b5-bb52-97c02cf04cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13381 | 2024.12.21 01:24:28.190452 [ 287 ] {58e28bf7-0d33-47b5-bb52-97c02cf04cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13382 | 2024.12.21 01:24:28.191049 [ 287 ] {58e28bf7-0d33-47b5-bb52-97c02cf04cf0} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13383 | 2024.12.21 01:24:28.191091 [ 287 ] {58e28bf7-0d33-47b5-bb52-97c02cf04cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13384 | 2024.12.21 01:24:28.191466 [ 287 ] {58e28bf7-0d33-47b5-bb52-97c02cf04cf0} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13385 | 2024.12.21 01:24:28.191719 [ 287 ] {58e28bf7-0d33-47b5-bb52-97c02cf04cf0} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13386 | 2024.12.21 01:24:28.191931 [ 287 ] {58e28bf7-0d33-47b5-bb52-97c02cf04cf0} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001563 sec., 9596.928982725529 rows/sec., 676.66 KiB/sec. | ||
| 13387 | 2024.12.21 01:24:28.192005 [ 287 ] {58e28bf7-0d33-47b5-bb52-97c02cf04cf0} <Debug> TCPHandler: Processed in 0.001903602 sec. | ||
| 13388 | 2024.12.21 01:24:28.192235 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13389 | 2024.12.21 01:24:28.192434 [ 285 ] {7ce15a30-1d56-49d6-855b-7a6476b34941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13390 | 2024.12.21 01:24:28.192499 [ 285 ] {7ce15a30-1d56-49d6-855b-7a6476b34941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13391 | 2024.12.21 01:24:28.193137 [ 285 ] {7ce15a30-1d56-49d6-855b-7a6476b34941} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13392 | 2024.12.21 01:24:28.193177 [ 285 ] {7ce15a30-1d56-49d6-855b-7a6476b34941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13393 | 2024.12.21 01:24:28.193560 [ 285 ] {7ce15a30-1d56-49d6-855b-7a6476b34941} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13394 | 2024.12.21 01:24:28.193812 [ 285 ] {7ce15a30-1d56-49d6-855b-7a6476b34941} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13395 | 2024.12.21 01:24:28.194006 [ 285 ] {7ce15a30-1d56-49d6-855b-7a6476b34941} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00161 sec., 8695.652173913042 rows/sec., 608.99 KiB/sec. | ||
| 13396 | 2024.12.21 01:24:28.194063 [ 285 ] {7ce15a30-1d56-49d6-855b-7a6476b34941} <Debug> TCPHandler: Processed in 0.001954393 sec. | ||
| 13397 | 2024.12.21 01:24:28.194230 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13398 | 2024.12.21 01:24:28.194370 [ 287 ] {6c60e2a5-ecd4-4c28-bad7-22acb0a91b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13399 | 2024.12.21 01:24:28.194428 [ 287 ] {6c60e2a5-ecd4-4c28-bad7-22acb0a91b47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13400 | 2024.12.21 01:24:28.195035 [ 287 ] {6c60e2a5-ecd4-4c28-bad7-22acb0a91b47} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13401 | 2024.12.21 01:24:28.195076 [ 287 ] {6c60e2a5-ecd4-4c28-bad7-22acb0a91b47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13402 | 2024.12.21 01:24:28.195448 [ 287 ] {6c60e2a5-ecd4-4c28-bad7-22acb0a91b47} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13403 | 2024.12.21 01:24:28.195713 [ 287 ] {6c60e2a5-ecd4-4c28-bad7-22acb0a91b47} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13404 | 2024.12.21 01:24:28.195941 [ 287 ] {6c60e2a5-ecd4-4c28-bad7-22acb0a91b47} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001602 sec., 8114.8564294631715 rows/sec., 505.96 KiB/sec. | ||
| 13405 | 2024.12.21 01:24:28.195994 [ 287 ] {6c60e2a5-ecd4-4c28-bad7-22acb0a91b47} <Debug> TCPHandler: Processed in 0.001833821 sec. | ||
| 13406 | 2024.12.21 01:24:28.196147 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13407 | 2024.12.21 01:24:28.196274 [ 285 ] {48e00a53-b462-4ab9-a394-117f96055940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13408 | 2024.12.21 01:24:28.196327 [ 285 ] {48e00a53-b462-4ab9-a394-117f96055940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13409 | 2024.12.21 01:24:28.197077 [ 285 ] {48e00a53-b462-4ab9-a394-117f96055940} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13410 | 2024.12.21 01:24:28.197117 [ 285 ] {48e00a53-b462-4ab9-a394-117f96055940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13411 | 2024.12.21 01:24:28.197529 [ 285 ] {48e00a53-b462-4ab9-a394-117f96055940} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13412 | 2024.12.21 01:24:28.197792 [ 285 ] {48e00a53-b462-4ab9-a394-117f96055940} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13413 | 2024.12.21 01:24:28.197986 [ 285 ] {48e00a53-b462-4ab9-a394-117f96055940} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001739 sec., 224266.82001150085 rows/sec., 15.90 MiB/sec. | ||
| 13414 | 2024.12.21 01:24:28.198043 [ 285 ] {48e00a53-b462-4ab9-a394-117f96055940} <Debug> TCPHandler: Processed in 0.001955333 sec. | ||
| 13415 | 2024.12.21 01:24:28.198212 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13416 | 2024.12.21 01:24:28.198351 [ 287 ] {85ddf064-ffc8-4aad-8418-21613c14099f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13417 | 2024.12.21 01:24:28.198411 [ 287 ] {85ddf064-ffc8-4aad-8418-21613c14099f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13418 | 2024.12.21 01:24:28.198931 [ 287 ] {85ddf064-ffc8-4aad-8418-21613c14099f} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13419 | 2024.12.21 01:24:28.198971 [ 287 ] {85ddf064-ffc8-4aad-8418-21613c14099f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13420 | 2024.12.21 01:24:28.199347 [ 287 ] {85ddf064-ffc8-4aad-8418-21613c14099f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13421 | 2024.12.21 01:24:28.199596 [ 287 ] {85ddf064-ffc8-4aad-8418-21613c14099f} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13422 | 2024.12.21 01:24:28.199855 [ 287 ] {85ddf064-ffc8-4aad-8418-21613c14099f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001521 sec., 3944.7731755424065 rows/sec., 206.10 KiB/sec. | ||
| 13423 | 2024.12.21 01:24:28.199910 [ 287 ] {85ddf064-ffc8-4aad-8418-21613c14099f} <Debug> TCPHandler: Processed in 0.0017671 sec. | ||
| 13424 | 2024.12.21 01:24:28.200129 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13425 | 2024.12.21 01:24:28.200276 [ 285 ] {af97de59-2769-4e81-9a52-6fb2a48b419c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13426 | 2024.12.21 01:24:28.200341 [ 285 ] {af97de59-2769-4e81-9a52-6fb2a48b419c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13427 | 2024.12.21 01:24:28.201000 [ 285 ] {af97de59-2769-4e81-9a52-6fb2a48b419c} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13428 | 2024.12.21 01:24:28.201039 [ 285 ] {af97de59-2769-4e81-9a52-6fb2a48b419c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13429 | 2024.12.21 01:24:28.201453 [ 285 ] {af97de59-2769-4e81-9a52-6fb2a48b419c} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13430 | 2024.12.21 01:24:28.201717 [ 285 ] {af97de59-2769-4e81-9a52-6fb2a48b419c} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13431 | 2024.12.21 01:24:28.201911 [ 285 ] {af97de59-2769-4e81-9a52-6fb2a48b419c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001667 sec., 142171.56568686262 rows/sec., 9.53 MiB/sec. | ||
| 13432 | 2024.12.21 01:24:28.201965 [ 285 ] {af97de59-2769-4e81-9a52-6fb2a48b419c} <Debug> TCPHandler: Processed in 0.001953783 sec. | ||
| 13433 | 2024.12.21 01:24:28.202134 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13434 | 2024.12.21 01:24:28.202273 [ 287 ] {99d38466-723a-47b3-922c-b76206e19b51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13435 | 2024.12.21 01:24:28.202334 [ 287 ] {99d38466-723a-47b3-922c-b76206e19b51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13436 | 2024.12.21 01:24:28.202851 [ 287 ] {99d38466-723a-47b3-922c-b76206e19b51} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13437 | 2024.12.21 01:24:28.202891 [ 287 ] {99d38466-723a-47b3-922c-b76206e19b51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13438 | 2024.12.21 01:24:28.203262 [ 287 ] {99d38466-723a-47b3-922c-b76206e19b51} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13439 | 2024.12.21 01:24:28.203511 [ 287 ] {99d38466-723a-47b3-922c-b76206e19b51} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13440 | 2024.12.21 01:24:28.203724 [ 287 ] {99d38466-723a-47b3-922c-b76206e19b51} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001482 sec., 674.7638326585695 rows/sec., 45.47 KiB/sec. | ||
| 13441 | 2024.12.21 01:24:28.203774 [ 287 ] {99d38466-723a-47b3-922c-b76206e19b51} <Debug> TCPHandler: Processed in 0.001709979 sec. | ||
| 13442 | 2024.12.21 01:24:28.203929 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13443 | 2024.12.21 01:24:28.204069 [ 285 ] {18f712b4-518e-4f9e-b5a0-6c277489e2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13444 | 2024.12.21 01:24:28.204166 [ 285 ] {18f712b4-518e-4f9e-b5a0-6c277489e2d9} <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 | ||
| 13445 | 2024.12.21 01:24:28.205355 [ 285 ] {18f712b4-518e-4f9e-b5a0-6c277489e2d9} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13446 | 2024.12.21 01:24:28.205394 [ 285 ] {18f712b4-518e-4f9e-b5a0-6c277489e2d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13447 | 2024.12.21 01:24:28.206010 [ 285 ] {18f712b4-518e-4f9e-b5a0-6c277489e2d9} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13448 | 2024.12.21 01:24:28.206290 [ 285 ] {18f712b4-518e-4f9e-b5a0-6c277489e2d9} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13449 | 2024.12.21 01:24:28.206498 [ 285 ] {18f712b4-518e-4f9e-b5a0-6c277489e2d9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002461 sec., 3250.711093051605 rows/sec., 5.83 MiB/sec. | ||
| 13450 | 2024.12.21 01:24:28.206593 [ 285 ] {18f712b4-518e-4f9e-b5a0-6c277489e2d9} <Debug> TCPHandler: Processed in 0.002728856 sec. | ||
| 13451 | 2024.12.21 01:24:28.206754 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13452 | 2024.12.21 01:24:28.206894 [ 287 ] {56a94cf5-0037-459d-bfdc-98d82c66f2f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13453 | 2024.12.21 01:24:28.206954 [ 287 ] {56a94cf5-0037-459d-bfdc-98d82c66f2f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13454 | 2024.12.21 01:24:28.207537 [ 287 ] {56a94cf5-0037-459d-bfdc-98d82c66f2f3} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13455 | 2024.12.21 01:24:28.207583 [ 287 ] {56a94cf5-0037-459d-bfdc-98d82c66f2f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13456 | 2024.12.21 01:24:28.207967 [ 287 ] {56a94cf5-0037-459d-bfdc-98d82c66f2f3} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13457 | 2024.12.21 01:24:28.208244 [ 287 ] {56a94cf5-0037-459d-bfdc-98d82c66f2f3} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13458 | 2024.12.21 01:24:28.208457 [ 287 ] {56a94cf5-0037-459d-bfdc-98d82c66f2f3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001593 sec., 51475.2040175769 rows/sec., 3.27 MiB/sec. | ||
| 13459 | 2024.12.21 01:24:28.208507 [ 287 ] {56a94cf5-0037-459d-bfdc-98d82c66f2f3} <Debug> TCPHandler: Processed in 0.001820921 sec. | ||
| 13460 | 2024.12.21 01:24:31.511620 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29829 | ||
| 13461 | 2024.12.21 01:24:31.512277 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13462 | 2024.12.21 01:24:31.512321 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13463 | 2024.12.21 01:24:31.512865 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13464 | 2024.12.21 01:24:31.513133 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13465 | 2024.12.21 01:24:31.513396 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 | ||
| 13466 | 2024.12.21 01:24:33.182447 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13467 | 2024.12.21 01:24:33.182646 [ 287 ] {31646d1b-aa80-4d58-904b-d526ffcddf6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13468 | 2024.12.21 01:24:33.182723 [ 287 ] {31646d1b-aa80-4d58-904b-d526ffcddf6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13469 | 2024.12.21 01:24:33.183520 [ 287 ] {31646d1b-aa80-4d58-904b-d526ffcddf6a} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13470 | 2024.12.21 01:24:33.183577 [ 287 ] {31646d1b-aa80-4d58-904b-d526ffcddf6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13471 | 2024.12.21 01:24:33.184020 [ 287 ] {31646d1b-aa80-4d58-904b-d526ffcddf6a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 13472 | 2024.12.21 01:24:33.184308 [ 287 ] {31646d1b-aa80-4d58-904b-d526ffcddf6a} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13473 | 2024.12.21 01:24:33.184568 [ 287 ] {31646d1b-aa80-4d58-904b-d526ffcddf6a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001965 sec., 2035.623409669211 rows/sec., 165.99 KiB/sec. | ||
| 13474 | 2024.12.21 01:24:33.184728 [ 287 ] {31646d1b-aa80-4d58-904b-d526ffcddf6a} <Debug> TCPHandler: Processed in 0.0024171 sec. | ||
| 13475 | 2024.12.21 01:24:33.185031 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13476 | 2024.12.21 01:24:33.185249 [ 285 ] {d65e1e88-196b-453f-8d7d-a880e4162859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13477 | 2024.12.21 01:24:33.185334 [ 285 ] {d65e1e88-196b-453f-8d7d-a880e4162859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13478 | 2024.12.21 01:24:33.186195 [ 285 ] {d65e1e88-196b-453f-8d7d-a880e4162859} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13479 | 2024.12.21 01:24:33.186242 [ 285 ] {d65e1e88-196b-453f-8d7d-a880e4162859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13480 | 2024.12.21 01:24:33.186714 [ 285 ] {d65e1e88-196b-453f-8d7d-a880e4162859} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13481 | 2024.12.21 01:24:33.186989 [ 285 ] {d65e1e88-196b-453f-8d7d-a880e4162859} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13482 | 2024.12.21 01:24:33.187203 [ 285 ] {d65e1e88-196b-453f-8d7d-a880e4162859} <Debug> executeQuery: Read 126 rows, 10.93 KiB in 0.002014 sec., 62562.065541211516 rows/sec., 5.30 MiB/sec. | ||
| 13483 | 2024.12.21 01:24:33.187270 [ 285 ] {d65e1e88-196b-453f-8d7d-a880e4162859} <Debug> TCPHandler: Processed in 0.00237735 sec. | ||
| 13484 | 2024.12.21 01:24:33.187427 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13485 | 2024.12.21 01:24:33.187554 [ 287 ] {e6f136c4-09a3-42f7-bec4-7a5ba91b64ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13486 | 2024.12.21 01:24:33.187608 [ 287 ] {e6f136c4-09a3-42f7-bec4-7a5ba91b64ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13487 | 2024.12.21 01:24:33.188245 [ 287 ] {e6f136c4-09a3-42f7-bec4-7a5ba91b64ae} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13488 | 2024.12.21 01:24:33.188286 [ 287 ] {e6f136c4-09a3-42f7-bec4-7a5ba91b64ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13489 | 2024.12.21 01:24:33.188678 [ 287 ] {e6f136c4-09a3-42f7-bec4-7a5ba91b64ae} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13490 | 2024.12.21 01:24:33.188940 [ 287 ] {e6f136c4-09a3-42f7-bec4-7a5ba91b64ae} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13491 | 2024.12.21 01:24:33.189135 [ 123 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13492 | 2024.12.21 01:24:33.189202 [ 287 ] {e6f136c4-09a3-42f7-bec4-7a5ba91b64ae} <Debug> executeQuery: Read 38 rows, 2.84 KiB in 0.001666 sec., 22809.123649459783 rows/sec., 1.66 MiB/sec. | ||
| 13493 | 2024.12.21 01:24:33.189210 [ 123 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13494 | 2024.12.21 01:24:33.189293 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13495 | 2024.12.21 01:24:33.189342 [ 287 ] {e6f136c4-09a3-42f7-bec4-7a5ba91b64ae} <Debug> TCPHandler: Processed in 0.001970323 sec. | ||
| 13496 | 2024.12.21 01:24:33.189571 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13497 | 2024.12.21 01:24:33.189690 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 13498 | 2024.12.21 01:24:33.189961 [ 285 ] {24f6d0ad-e432-4c5a-ae77-eaaf637fdf89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13499 | 2024.12.21 01:24:33.190176 [ 285 ] {24f6d0ad-e432-4c5a-ae77-eaaf637fdf89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13500 | 2024.12.21 01:24:33.190529 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13501 | 2024.12.21 01:24:33.190830 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 67 rows starting from the beginning of the part | ||
| 13502 | 2024.12.21 01:24:33.191677 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 34 rows starting from the beginning of the part | ||
| 13503 | 2024.12.21 01:24:33.191977 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 15 rows starting from the beginning of the part | ||
| 13504 | 2024.12.21 01:24:33.192250 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 34 rows starting from the beginning of the part | ||
| 13505 | 2024.12.21 01:24:33.192537 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 15 rows starting from the beginning of the part | ||
| 13506 | 2024.12.21 01:24:33.192863 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 38 rows starting from the beginning of the part | ||
| 13507 | 2024.12.21 01:24:33.193700 [ 285 ] {24f6d0ad-e432-4c5a-ae77-eaaf637fdf89} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13508 | 2024.12.21 01:24:33.193761 [ 285 ] {24f6d0ad-e432-4c5a-ae77-eaaf637fdf89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13509 | 2024.12.21 01:24:33.194712 [ 285 ] {24f6d0ad-e432-4c5a-ae77-eaaf637fdf89} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13510 | 2024.12.21 01:24:33.195302 [ 285 ] {24f6d0ad-e432-4c5a-ae77-eaaf637fdf89} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13511 | 2024.12.21 01:24:33.195630 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 203 rows, containing 5 columns (5 merged, 0 gathered) in 0.006216135 sec., 32656.948409260738 rows/sec., 2.47 MiB/sec. | ||
| 13512 | 2024.12.21 01:24:33.195778 [ 285 ] {24f6d0ad-e432-4c5a-ae77-eaaf637fdf89} <Debug> executeQuery: Read 102 rows, 8.16 KiB in 0.006008 sec., 16977.363515312914 rows/sec., 1.33 MiB/sec. | ||
| 13513 | 2024.12.21 01:24:33.195882 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13514 | 2024.12.21 01:24:33.195927 [ 285 ] {24f6d0ad-e432-4c5a-ae77-eaaf637fdf89} <Debug> TCPHandler: Processed in 0.006482559 sec. | ||
| 13515 | 2024.12.21 01:24:33.196300 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13516 | 2024.12.21 01:24:33.196740 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_91_18} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13517 | 2024.12.21 01:24:33.196847 [ 287 ] {b091fd1c-66f8-448d-9223-100b28773e82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13518 | 2024.12.21 01:24:33.197057 [ 191 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_91_18} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13519 | 2024.12.21 01:24:33.197137 [ 287 ] {b091fd1c-66f8-448d-9223-100b28773e82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13520 | 2024.12.21 01:24:33.197335 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13521 | 2024.12.21 01:24:33.198409 [ 287 ] {b091fd1c-66f8-448d-9223-100b28773e82} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13522 | 2024.12.21 01:24:33.198456 [ 287 ] {b091fd1c-66f8-448d-9223-100b28773e82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13523 | 2024.12.21 01:24:33.198884 [ 287 ] {b091fd1c-66f8-448d-9223-100b28773e82} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13524 | 2024.12.21 01:24:33.199135 [ 287 ] {b091fd1c-66f8-448d-9223-100b28773e82} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13525 | 2024.12.21 01:24:33.199357 [ 287 ] {b091fd1c-66f8-448d-9223-100b28773e82} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.002742 sec., 59080.96280087527 rows/sec., 4.11 MiB/sec. | ||
| 13526 | 2024.12.21 01:24:33.199433 [ 287 ] {b091fd1c-66f8-448d-9223-100b28773e82} <Debug> TCPHandler: Processed in 0.003390147 sec. | ||
| 13527 | 2024.12.21 01:24:33.199653 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13528 | 2024.12.21 01:24:33.199830 [ 285 ] {fd2c71a1-94eb-43f3-9b1c-91f35e73c8ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13529 | 2024.12.21 01:24:33.199926 [ 285 ] {fd2c71a1-94eb-43f3-9b1c-91f35e73c8ca} <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 | ||
| 13530 | 2024.12.21 01:24:33.201257 [ 285 ] {fd2c71a1-94eb-43f3-9b1c-91f35e73c8ca} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13531 | 2024.12.21 01:24:33.201297 [ 285 ] {fd2c71a1-94eb-43f3-9b1c-91f35e73c8ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13532 | 2024.12.21 01:24:33.201973 [ 285 ] {fd2c71a1-94eb-43f3-9b1c-91f35e73c8ca} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13533 | 2024.12.21 01:24:33.202249 [ 285 ] {fd2c71a1-94eb-43f3-9b1c-91f35e73c8ca} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13534 | 2024.12.21 01:24:33.202400 [ 123 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13535 | 2024.12.21 01:24:33.202443 [ 123 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13536 | 2024.12.21 01:24:33.202470 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13537 | 2024.12.21 01:24:33.202473 [ 285 ] {fd2c71a1-94eb-43f3-9b1c-91f35e73c8ca} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002677 sec., 12700.78446021666 rows/sec., 22.76 MiB/sec. | ||
| 13538 | 2024.12.21 01:24:33.202940 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 13539 | 2024.12.21 01:24:33.203156 [ 285 ] {fd2c71a1-94eb-43f3-9b1c-91f35e73c8ca} <Debug> TCPHandler: Processed in 0.00360596 sec. | ||
| 13540 | 2024.12.21 01:24:33.203470 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13541 | 2024.12.21 01:24:33.203888 [ 287 ] {c9e4a54d-0840-4e8a-82ba-dde2137cab18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13542 | 2024.12.21 01:24:33.204099 [ 287 ] {c9e4a54d-0840-4e8a-82ba-dde2137cab18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13543 | 2024.12.21 01:24:33.205176 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13544 | 2024.12.21 01:24:33.205401 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1744 rows starting from the beginning of the part | ||
| 13545 | 2024.12.21 01:24:33.205983 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 34 rows starting from the beginning of the part | ||
| 13546 | 2024.12.21 01:24:33.206522 [ 287 ] {c9e4a54d-0840-4e8a-82ba-dde2137cab18} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13547 | 2024.12.21 01:24:33.206536 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
| 13548 | 2024.12.21 01:24:33.206571 [ 287 ] {c9e4a54d-0840-4e8a-82ba-dde2137cab18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13549 | 2024.12.21 01:24:33.207062 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 34 rows starting from the beginning of the part | ||
| 13550 | 2024.12.21 01:24:33.207635 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part | ||
| 13551 | 2024.12.21 01:24:33.207738 [ 287 ] {c9e4a54d-0840-4e8a-82ba-dde2137cab18} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13552 | 2024.12.21 01:24:33.208159 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 34 rows starting from the beginning of the part | ||
| 13553 | 2024.12.21 01:24:33.208512 [ 287 ] {c9e4a54d-0840-4e8a-82ba-dde2137cab18} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13554 | 2024.12.21 01:24:33.208927 [ 287 ] {c9e4a54d-0840-4e8a-82ba-dde2137cab18} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005185 sec., 11571.841851494695 rows/sec., 798.58 KiB/sec. | ||
| 13555 | 2024.12.21 01:24:33.209068 [ 287 ] {c9e4a54d-0840-4e8a-82ba-dde2137cab18} <Debug> TCPHandler: Processed in 0.005770397 sec. | ||
| 13556 | 2024.12.21 01:24:33.217642 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1862 rows, containing 19 columns (19 merged, 0 gathered) in 0.015066184 sec., 123588.02998821733 rows/sec., 221.46 MiB/sec. | ||
| 13557 | 2024.12.21 01:24:33.219323 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13558 | 2024.12.21 01:24:33.219766 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13559 | 2024.12.21 01:24:33.219863 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13560 | 2024.12.21 01:24:33.220028 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.30 MiB. | ||
| 13561 | 2024.12.21 01:24:33.613034 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 13562 | 2024.12.21 01:24:33.635710 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13563 | 2024.12.21 01:24:33.635764 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13564 | 2024.12.21 01:24:33.643501 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13565 | 2024.12.21 01:24:33.644367 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13566 | 2024.12.21 01:24:33.648339 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 13567 | 2024.12.21 01:24:34.000159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 258.87 MiB, peak 275.61 MiB, free memory in arenas 0.00 B, will set to 260.81 MiB (RSS), difference: 1.94 MiB | ||
| 13568 | 2024.12.21 01:24:34.229789 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1924 | ||
| 13569 | 2024.12.21 01:24:34.233103 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13570 | 2024.12.21 01:24:34.233156 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13571 | 2024.12.21 01:24:34.234643 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13572 | 2024.12.21 01:24:34.234964 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13573 | 2024.12.21 01:24:34.236400 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1924 | ||
| 13574 | 2024.12.21 01:24:38.186034 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13575 | 2024.12.21 01:24:38.186237 [ 287 ] {6c96693c-9ec5-4b60-92b9-672f982ce6b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13576 | 2024.12.21 01:24:38.186313 [ 287 ] {6c96693c-9ec5-4b60-92b9-672f982ce6b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13577 | 2024.12.21 01:24:38.187109 [ 287 ] {6c96693c-9ec5-4b60-92b9-672f982ce6b8} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13578 | 2024.12.21 01:24:38.187158 [ 287 ] {6c96693c-9ec5-4b60-92b9-672f982ce6b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13579 | 2024.12.21 01:24:38.187609 [ 287 ] {6c96693c-9ec5-4b60-92b9-672f982ce6b8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13580 | 2024.12.21 01:24:38.187873 [ 287 ] {6c96693c-9ec5-4b60-92b9-672f982ce6b8} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13581 | 2024.12.21 01:24:38.188131 [ 287 ] {6c96693c-9ec5-4b60-92b9-672f982ce6b8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001957 sec., 7153.806847215125 rows/sec., 514.98 KiB/sec. | ||
| 13582 | 2024.12.21 01:24:38.188200 [ 287 ] {6c96693c-9ec5-4b60-92b9-672f982ce6b8} <Debug> TCPHandler: Processed in 0.002300989 sec. | ||
| 13583 | 2024.12.21 01:24:38.188456 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13584 | 2024.12.21 01:24:38.188655 [ 285 ] {4ff3fe61-5cf4-4a63-aefd-b92581425c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13585 | 2024.12.21 01:24:38.188731 [ 285 ] {4ff3fe61-5cf4-4a63-aefd-b92581425c93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13586 | 2024.12.21 01:24:38.189667 [ 285 ] {4ff3fe61-5cf4-4a63-aefd-b92581425c93} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13587 | 2024.12.21 01:24:38.189719 [ 285 ] {4ff3fe61-5cf4-4a63-aefd-b92581425c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13588 | 2024.12.21 01:24:38.190212 [ 285 ] {4ff3fe61-5cf4-4a63-aefd-b92581425c93} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13589 | 2024.12.21 01:24:38.190488 [ 285 ] {4ff3fe61-5cf4-4a63-aefd-b92581425c93} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13590 | 2024.12.21 01:24:38.190746 [ 285 ] {4ff3fe61-5cf4-4a63-aefd-b92581425c93} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002142 sec., 102240.89635854342 rows/sec., 8.91 MiB/sec. | ||
| 13591 | 2024.12.21 01:24:38.190833 [ 285 ] {4ff3fe61-5cf4-4a63-aefd-b92581425c93} <Debug> TCPHandler: Processed in 0.002504842 sec. | ||
| 13592 | 2024.12.21 01:24:38.191134 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13593 | 2024.12.21 01:24:38.191394 [ 287 ] {b145e51d-6268-46bd-bda0-a3725bc46dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13594 | 2024.12.21 01:24:38.191494 [ 287 ] {b145e51d-6268-46bd-bda0-a3725bc46dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13595 | 2024.12.21 01:24:38.192308 [ 287 ] {b145e51d-6268-46bd-bda0-a3725bc46dd6} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13596 | 2024.12.21 01:24:38.192350 [ 287 ] {b145e51d-6268-46bd-bda0-a3725bc46dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13597 | 2024.12.21 01:24:38.192723 [ 287 ] {b145e51d-6268-46bd-bda0-a3725bc46dd6} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13598 | 2024.12.21 01:24:38.193059 [ 287 ] {b145e51d-6268-46bd-bda0-a3725bc46dd6} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13599 | 2024.12.21 01:24:38.193582 [ 287 ] {b145e51d-6268-46bd-bda0-a3725bc46dd6} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002234 sec., 6714.413607878246 rows/sec., 473.42 KiB/sec. | ||
| 13600 | 2024.12.21 01:24:38.193695 [ 287 ] {b145e51d-6268-46bd-bda0-a3725bc46dd6} <Debug> TCPHandler: Processed in 0.002744536 sec. | ||
| 13601 | 2024.12.21 01:24:38.193922 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13602 | 2024.12.21 01:24:38.194085 [ 285 ] {3c15ee57-cd39-4422-9200-b366e05a151b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13603 | 2024.12.21 01:24:38.194149 [ 285 ] {3c15ee57-cd39-4422-9200-b366e05a151b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13604 | 2024.12.21 01:24:38.194880 [ 285 ] {3c15ee57-cd39-4422-9200-b366e05a151b} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13605 | 2024.12.21 01:24:38.194922 [ 285 ] {3c15ee57-cd39-4422-9200-b366e05a151b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13606 | 2024.12.21 01:24:38.195319 [ 285 ] {3c15ee57-cd39-4422-9200-b366e05a151b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13607 | 2024.12.21 01:24:38.195581 [ 285 ] {3c15ee57-cd39-4422-9200-b366e05a151b} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13608 | 2024.12.21 01:24:38.195777 [ 117 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 13609 | 2024.12.21 01:24:38.195841 [ 285 ] {3c15ee57-cd39-4422-9200-b366e05a151b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001785 sec., 7843.137254901962 rows/sec., 549.28 KiB/sec. | ||
| 13610 | 2024.12.21 01:24:38.195869 [ 117 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13611 | 2024.12.21 01:24:38.195935 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13612 | 2024.12.21 01:24:38.195978 [ 285 ] {3c15ee57-cd39-4422-9200-b366e05a151b} <Debug> TCPHandler: Processed in 0.002156247 sec. | ||
| 13613 | 2024.12.21 01:24:38.196188 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13614 | 2024.12.21 01:24:38.196191 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full | ||
| 13615 | 2024.12.21 01:24:38.196366 [ 287 ] {fbf417fc-a0cb-4be8-bee9-9108400be324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13616 | 2024.12.21 01:24:38.196384 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13617 | 2024.12.21 01:24:38.196434 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 242 rows starting from the beginning of the part | ||
| 13618 | 2024.12.21 01:24:38.196441 [ 287 ] {fbf417fc-a0cb-4be8-bee9-9108400be324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13619 | 2024.12.21 01:24:38.196688 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 13620 | 2024.12.21 01:24:38.197047 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 13621 | 2024.12.21 01:24:38.197452 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 242 rows starting from the beginning of the part | ||
| 13622 | 2024.12.21 01:24:38.197809 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 13623 | 2024.12.21 01:24:38.198069 [ 186 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 13624 | 2024.12.21 01:24:38.199025 [ 287 ] {fbf417fc-a0cb-4be8-bee9-9108400be324} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13625 | 2024.12.21 01:24:38.199076 [ 287 ] {fbf417fc-a0cb-4be8-bee9-9108400be324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13626 | 2024.12.21 01:24:38.199653 [ 287 ] {fbf417fc-a0cb-4be8-bee9-9108400be324} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13627 | 2024.12.21 01:24:38.199940 [ 195 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.003882375 sec., 139090.11880614315 rows/sec., 9.96 MiB/sec. | ||
| 13628 | 2024.12.21 01:24:38.200052 [ 287 ] {fbf417fc-a0cb-4be8-bee9-9108400be324} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13629 | 2024.12.21 01:24:38.200191 [ 195 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 13630 | 2024.12.21 01:24:38.200594 [ 287 ] {fbf417fc-a0cb-4be8-bee9-9108400be324} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004243 sec., 3063.869903370257 rows/sec., 191.03 KiB/sec. | ||
| 13631 | 2024.12.21 01:24:38.201070 [ 287 ] {fbf417fc-a0cb-4be8-bee9-9108400be324} <Debug> TCPHandler: Processed in 0.004958074 sec. | ||
| 13632 | 2024.12.21 01:24:38.201172 [ 195 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_47_10} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13633 | 2024.12.21 01:24:38.201387 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13634 | 2024.12.21 01:24:38.201534 [ 195 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_47_10} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 13635 | 2024.12.21 01:24:38.201636 [ 285 ] {61c3fe92-c059-41c3-932f-813da37e88ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13636 | 2024.12.21 01:24:38.201649 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 13637 | 2024.12.21 01:24:38.201706 [ 285 ] {61c3fe92-c059-41c3-932f-813da37e88ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13638 | 2024.12.21 01:24:38.202477 [ 285 ] {61c3fe92-c059-41c3-932f-813da37e88ca} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13639 | 2024.12.21 01:24:38.202518 [ 285 ] {61c3fe92-c059-41c3-932f-813da37e88ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13640 | 2024.12.21 01:24:38.202935 [ 285 ] {61c3fe92-c059-41c3-932f-813da37e88ca} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13641 | 2024.12.21 01:24:38.203194 [ 285 ] {61c3fe92-c059-41c3-932f-813da37e88ca} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13642 | 2024.12.21 01:24:38.203423 [ 285 ] {61c3fe92-c059-41c3-932f-813da37e88ca} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001848 sec., 211038.96103896105 rows/sec., 14.97 MiB/sec. | ||
| 13643 | 2024.12.21 01:24:38.203479 [ 285 ] {61c3fe92-c059-41c3-932f-813da37e88ca} <Debug> TCPHandler: Processed in 0.002259448 sec. | ||
| 13644 | 2024.12.21 01:24:38.203647 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13645 | 2024.12.21 01:24:38.203786 [ 287 ] {d0733e3f-7d9f-425c-9c15-954cf22d74fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13646 | 2024.12.21 01:24:38.203847 [ 287 ] {d0733e3f-7d9f-425c-9c15-954cf22d74fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13647 | 2024.12.21 01:24:38.204441 [ 287 ] {d0733e3f-7d9f-425c-9c15-954cf22d74fc} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13648 | 2024.12.21 01:24:38.204488 [ 287 ] {d0733e3f-7d9f-425c-9c15-954cf22d74fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13649 | 2024.12.21 01:24:38.204922 [ 287 ] {d0733e3f-7d9f-425c-9c15-954cf22d74fc} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13650 | 2024.12.21 01:24:38.205165 [ 287 ] {d0733e3f-7d9f-425c-9c15-954cf22d74fc} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13651 | 2024.12.21 01:24:38.205349 [ 117 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 13652 | 2024.12.21 01:24:38.205416 [ 287 ] {d0733e3f-7d9f-425c-9c15-954cf22d74fc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001649 sec., 3638.568829593693 rows/sec., 190.10 KiB/sec. | ||
| 13653 | 2024.12.21 01:24:38.205420 [ 117 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13654 | 2024.12.21 01:24:38.205500 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13655 | 2024.12.21 01:24:38.205550 [ 287 ] {d0733e3f-7d9f-425c-9c15-954cf22d74fc} <Debug> TCPHandler: Processed in 0.001966713 sec. | ||
| 13656 | 2024.12.21 01:24:38.205846 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13657 | 2024.12.21 01:24:38.205917 [ 193 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full | ||
| 13658 | 2024.12.21 01:24:38.206251 [ 285 ] {3e6c7cc5-1291-4f2a-8b3d-0b4869ab813c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13659 | 2024.12.21 01:24:38.206453 [ 193 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13660 | 2024.12.21 01:24:38.206471 [ 285 ] {3e6c7cc5-1291-4f2a-8b3d-0b4869ab813c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13661 | 2024.12.21 01:24:38.206582 [ 193 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 252 rows starting from the beginning of the part | ||
| 13662 | 2024.12.21 01:24:38.206953 [ 193 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 13663 | 2024.12.21 01:24:38.207281 [ 193 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 13664 | 2024.12.21 01:24:38.207679 [ 193 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 13665 | 2024.12.21 01:24:38.208084 [ 193 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 13666 | 2024.12.21 01:24:38.208554 [ 193 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 13667 | 2024.12.21 01:24:38.209817 [ 285 ] {3e6c7cc5-1291-4f2a-8b3d-0b4869ab813c} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13668 | 2024.12.21 01:24:38.209899 [ 285 ] {3e6c7cc5-1291-4f2a-8b3d-0b4869ab813c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13669 | 2024.12.21 01:24:38.210962 [ 285 ] {3e6c7cc5-1291-4f2a-8b3d-0b4869ab813c} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13670 | 2024.12.21 01:24:38.211469 [ 192 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 4 columns (4 merged, 0 gathered) in 0.005859818 sec., 48124.361541604194 rows/sec., 2.46 MiB/sec. | ||
| 13671 | 2024.12.21 01:24:38.211508 [ 285 ] {3e6c7cc5-1291-4f2a-8b3d-0b4869ab813c} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13672 | 2024.12.21 01:24:38.211787 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 | ||
| 13673 | 2024.12.21 01:24:38.211813 [ 197 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 13674 | 2024.12.21 01:24:38.211882 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13675 | 2024.12.21 01:24:38.211955 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13676 | 2024.12.21 01:24:38.211980 [ 285 ] {3e6c7cc5-1291-4f2a-8b3d-0b4869ab813c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005878 sec., 40319.836679142565 rows/sec., 2.70 MiB/sec. | ||
| 13677 | 2024.12.21 01:24:38.212305 [ 285 ] {3e6c7cc5-1291-4f2a-8b3d-0b4869ab813c} <Debug> TCPHandler: Processed in 0.006637662 sec. | ||
| 13678 | 2024.12.21 01:24:38.212340 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full | ||
| 13679 | 2024.12.21 01:24:38.212616 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13680 | 2024.12.21 01:24:38.212667 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13681 | 2024.12.21 01:24:38.212773 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 32266 rows starting from the beginning of the part | ||
| 13682 | 2024.12.21 01:24:38.212760 [ 197 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_47_10} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13683 | 2024.12.21 01:24:38.212973 [ 287 ] {0ab072a9-cab1-4a1c-b7d7-76f6ef159a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13684 | 2024.12.21 01:24:38.213213 [ 287 ] {0ab072a9-cab1-4a1c-b7d7-76f6ef159a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13685 | 2024.12.21 01:24:38.213270 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 128 rows starting from the beginning of the part | ||
| 13686 | 2024.12.21 01:24:38.213278 [ 197 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_47_10} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 13687 | 2024.12.21 01:24:38.213704 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 13688 | 2024.12.21 01:24:38.213910 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part | ||
| 13689 | 2024.12.21 01:24:38.214284 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 237 rows starting from the beginning of the part | ||
| 13690 | 2024.12.21 01:24:38.214663 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 162 rows starting from the beginning of the part | ||
| 13691 | 2024.12.21 01:24:38.214942 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 237 rows starting from the beginning of the part | ||
| 13692 | 2024.12.21 01:24:38.215761 [ 287 ] {0ab072a9-cab1-4a1c-b7d7-76f6ef159a12} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13693 | 2024.12.21 01:24:38.215825 [ 287 ] {0ab072a9-cab1-4a1c-b7d7-76f6ef159a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13694 | 2024.12.21 01:24:38.216469 [ 287 ] {0ab072a9-cab1-4a1c-b7d7-76f6ef159a12} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13695 | 2024.12.21 01:24:38.216792 [ 287 ] {0ab072a9-cab1-4a1c-b7d7-76f6ef159a12} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13696 | 2024.12.21 01:24:38.217403 [ 287 ] {0ab072a9-cab1-4a1c-b7d7-76f6ef159a12} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004507 sec., 221.87708009762594 rows/sec., 14.95 KiB/sec. | ||
| 13697 | 2024.12.21 01:24:38.217863 [ 287 ] {0ab072a9-cab1-4a1c-b7d7-76f6ef159a12} <Debug> TCPHandler: Processed in 0.005412801 sec. | ||
| 13698 | 2024.12.21 01:24:38.218167 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13699 | 2024.12.21 01:24:38.218498 [ 285 ] {72c33829-8207-4b2d-b98f-68f892a543e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13700 | 2024.12.21 01:24:38.218708 [ 285 ] {72c33829-8207-4b2d-b98f-68f892a543e0} <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 | ||
| 13701 | 2024.12.21 01:24:38.220613 [ 285 ] {72c33829-8207-4b2d-b98f-68f892a543e0} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13702 | 2024.12.21 01:24:38.220675 [ 285 ] {72c33829-8207-4b2d-b98f-68f892a543e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13703 | 2024.12.21 01:24:38.223046 [ 285 ] {72c33829-8207-4b2d-b98f-68f892a543e0} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13704 | 2024.12.21 01:24:38.223414 [ 285 ] {72c33829-8207-4b2d-b98f-68f892a543e0} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13705 | 2024.12.21 01:24:38.223744 [ 285 ] {72c33829-8207-4b2d-b98f-68f892a543e0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005323 sec., 1502.9118917903438 rows/sec., 2.69 MiB/sec. | ||
| 13706 | 2024.12.21 01:24:38.224010 [ 285 ] {72c33829-8207-4b2d-b98f-68f892a543e0} <Debug> TCPHandler: Processed in 0.006015092 sec. | ||
| 13707 | 2024.12.21 01:24:38.224192 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13708 | 2024.12.21 01:24:38.224376 [ 287 ] {353d5248-4d63-4477-be68-7031305291d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13709 | 2024.12.21 01:24:38.224436 [ 287 ] {353d5248-4d63-4477-be68-7031305291d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13710 | 2024.12.21 01:24:38.225121 [ 287 ] {353d5248-4d63-4477-be68-7031305291d4} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13711 | 2024.12.21 01:24:38.225162 [ 287 ] {353d5248-4d63-4477-be68-7031305291d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13712 | 2024.12.21 01:24:38.225685 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33190 rows, containing 5 columns (5 merged, 0 gathered) in 0.0136089 sec., 2438845.16750068 rows/sec., 164.66 MiB/sec. | ||
| 13713 | 2024.12.21 01:24:38.225994 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
| 13714 | 2024.12.21 01:24:38.226053 [ 287 ] {353d5248-4d63-4477-be68-7031305291d4} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13715 | 2024.12.21 01:24:38.226520 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13716 | 2024.12.21 01:24:38.226536 [ 287 ] {353d5248-4d63-4477-be68-7031305291d4} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13717 | 2024.12.21 01:24:38.226682 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 | ||
| 13718 | 2024.12.21 01:24:38.226929 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 13719 | 2024.12.21 01:24:38.227013 [ 287 ] {353d5248-4d63-4477-be68-7031305291d4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002683 sec., 30562.802832650017 rows/sec., 1.94 MiB/sec. | ||
| 13720 | 2024.12.21 01:24:38.227088 [ 287 ] {353d5248-4d63-4477-be68-7031305291d4} <Debug> TCPHandler: Processed in 0.002971371 sec. | ||
| 13721 | 2024.12.21 01:24:38.827304 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13722 | 2024.12.21 01:24:38.827373 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13723 | 2024.12.21 01:24:39.013498 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30317 | ||
| 13724 | 2024.12.21 01:24:39.014144 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13725 | 2024.12.21 01:24:39.014188 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13726 | 2024.12.21 01:24:39.014743 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13727 | 2024.12.21 01:24:39.015006 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13728 | 2024.12.21 01:24:39.015231 [ 115 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13729 | 2024.12.21 01:24:39.015280 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30317 | ||
| 13730 | 2024.12.21 01:24:39.015319 [ 115 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13731 | 2024.12.21 01:24:39.015352 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13732 | 2024.12.21 01:24:39.015575 [ 194 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 13733 | 2024.12.21 01:24:39.016018 [ 194 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13734 | 2024.12.21 01:24:39.016122 [ 194 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part | ||
| 13735 | 2024.12.21 01:24:39.016219 [ 194 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part | ||
| 13736 | 2024.12.21 01:24:39.016350 [ 194 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part | ||
| 13737 | 2024.12.21 01:24:39.016614 [ 194 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part | ||
| 13738 | 2024.12.21 01:24:39.016703 [ 194 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part | ||
| 13739 | 2024.12.21 01:24:39.016882 [ 194 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part | ||
| 13740 | 2024.12.21 01:24:39.019794 [ 196 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30317 rows, containing 4 columns (4 merged, 0 gathered) in 0.004355003 sec., 6961418.855509399 rows/sec., 99.58 MiB/sec. | ||
| 13741 | 2024.12.21 01:24:39.020255 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13742 | 2024.12.21 01:24:39.020652 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_66_13} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13743 | 2024.12.21 01:24:39.020758 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_66_13} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13744 | 2024.12.21 01:24:39.020893 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. | ||
| 13745 | 2024.12.21 01:24:41.148405 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 13746 | 2024.12.21 01:24:41.170578 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13747 | 2024.12.21 01:24:41.170643 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13748 | 2024.12.21 01:24:41.178177 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13749 | 2024.12.21 01:24:41.178987 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13750 | 2024.12.21 01:24:41.179433 [ 113 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13751 | 2024.12.21 01:24:41.179567 [ 113 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13752 | 2024.12.21 01:24:41.179637 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13753 | 2024.12.21 01:24:41.180085 [ 194 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 13754 | 2024.12.21 01:24:41.194793 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 13755 | 2024.12.21 01:24:41.196727 [ 194 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13756 | 2024.12.21 01:24:41.198434 [ 194 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part | ||
| 13757 | 2024.12.21 01:24:41.204767 [ 194 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part | ||
| 13758 | 2024.12.21 01:24:41.210846 [ 194 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part | ||
| 13759 | 2024.12.21 01:24:41.216633 [ 194 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
| 13760 | 2024.12.21 01:24:41.222770 [ 194 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part | ||
| 13761 | 2024.12.21 01:24:41.227525 [ 194 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part | ||
| 13762 | 2024.12.21 01:24:41.285881 [ 196 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.106075546 sec., 4694.767255782025 rows/sec., 24.28 MiB/sec. | ||
| 13763 | 2024.12.21 01:24:41.289769 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13764 | 2024.12.21 01:24:41.292862 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_66_13} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13765 | 2024.12.21 01:24:41.292992 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_66_13} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13766 | 2024.12.21 01:24:41.295695 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
| 13767 | 2024.12.21 01:24:42.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.32 MiB, peak 276.04 MiB, free memory in arenas 0.00 B, will set to 261.23 MiB (RSS), difference: -1.09 MiB | ||
| 13768 | 2024.12.21 01:24:43.182330 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13769 | 2024.12.21 01:24:43.182528 [ 287 ] {3254e382-d69f-4da0-9055-7664b0a0b674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13770 | 2024.12.21 01:24:43.182602 [ 287 ] {3254e382-d69f-4da0-9055-7664b0a0b674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13771 | 2024.12.21 01:24:43.183440 [ 287 ] {3254e382-d69f-4da0-9055-7664b0a0b674} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13772 | 2024.12.21 01:24:43.183484 [ 287 ] {3254e382-d69f-4da0-9055-7664b0a0b674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13773 | 2024.12.21 01:24:43.183949 [ 287 ] {3254e382-d69f-4da0-9055-7664b0a0b674} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13774 | 2024.12.21 01:24:43.184209 [ 287 ] {3254e382-d69f-4da0-9055-7664b0a0b674} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13775 | 2024.12.21 01:24:43.184424 [ 107 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13776 | 2024.12.21 01:24:43.184449 [ 287 ] {3254e382-d69f-4da0-9055-7664b0a0b674} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.001976 sec., 62753.03643724697 rows/sec., 5.33 MiB/sec. | ||
| 13777 | 2024.12.21 01:24:43.184505 [ 107 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13778 | 2024.12.21 01:24:43.184587 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13779 | 2024.12.21 01:24:43.184596 [ 287 ] {3254e382-d69f-4da0-9055-7664b0a0b674} <Debug> TCPHandler: Processed in 0.00239997 sec. | ||
| 13780 | 2024.12.21 01:24:43.184779 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 13781 | 2024.12.21 01:24:43.184903 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13782 | 2024.12.21 01:24:43.184950 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13783 | 2024.12.21 01:24:43.185027 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1436 rows starting from the beginning of the part | ||
| 13784 | 2024.12.21 01:24:43.185227 [ 285 ] {7aa815ad-3c77-4055-8728-0d9c333b6dea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13785 | 2024.12.21 01:24:43.185246 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 124 rows starting from the beginning of the part | ||
| 13786 | 2024.12.21 01:24:43.185434 [ 285 ] {7aa815ad-3c77-4055-8728-0d9c333b6dea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13787 | 2024.12.21 01:24:43.185615 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 219 rows starting from the beginning of the part | ||
| 13788 | 2024.12.21 01:24:43.185995 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 126 rows starting from the beginning of the part | ||
| 13789 | 2024.12.21 01:24:43.186269 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 219 rows starting from the beginning of the part | ||
| 13790 | 2024.12.21 01:24:43.186577 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 124 rows starting from the beginning of the part | ||
| 13791 | 2024.12.21 01:24:43.188428 [ 285 ] {7aa815ad-3c77-4055-8728-0d9c333b6dea} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13792 | 2024.12.21 01:24:43.188505 [ 285 ] {7aa815ad-3c77-4055-8728-0d9c333b6dea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13793 | 2024.12.21 01:24:43.189435 [ 285 ] {7aa815ad-3c77-4055-8728-0d9c333b6dea} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 13794 | 2024.12.21 01:24:43.189961 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2248 rows, containing 5 columns (5 merged, 0 gathered) in 0.005265438 sec., 426935.04320058465 rows/sec., 37.66 MiB/sec. | ||
| 13795 | 2024.12.21 01:24:43.189967 [ 285 ] {7aa815ad-3c77-4055-8728-0d9c333b6dea} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13796 | 2024.12.21 01:24:43.190364 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13797 | 2024.12.21 01:24:43.190377 [ 285 ] {7aa815ad-3c77-4055-8728-0d9c333b6dea} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.005286 sec., 6432.084752175559 rows/sec., 483.66 KiB/sec. | ||
| 13798 | 2024.12.21 01:24:43.190573 [ 285 ] {7aa815ad-3c77-4055-8728-0d9c333b6dea} <Debug> TCPHandler: Processed in 0.005831989 sec. | ||
| 13799 | 2024.12.21 01:24:43.190779 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13800 | 2024.12.21 01:24:43.190945 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_111_22} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13801 | 2024.12.21 01:24:43.190985 [ 287 ] {023b87cf-1fb8-420e-bf37-1c9c7514f424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13802 | 2024.12.21 01:24:43.191074 [ 287 ] {023b87cf-1fb8-420e-bf37-1c9c7514f424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13803 | 2024.12.21 01:24:43.191141 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_111_22} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13804 | 2024.12.21 01:24:43.191334 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 13805 | 2024.12.21 01:24:43.191880 [ 287 ] {023b87cf-1fb8-420e-bf37-1c9c7514f424} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13806 | 2024.12.21 01:24:43.191925 [ 287 ] {023b87cf-1fb8-420e-bf37-1c9c7514f424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13807 | 2024.12.21 01:24:43.192305 [ 287 ] {023b87cf-1fb8-420e-bf37-1c9c7514f424} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13808 | 2024.12.21 01:24:43.192570 [ 287 ] {023b87cf-1fb8-420e-bf37-1c9c7514f424} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13809 | 2024.12.21 01:24:43.192760 [ 107 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13810 | 2024.12.21 01:24:43.192804 [ 287 ] {023b87cf-1fb8-420e-bf37-1c9c7514f424} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001868 sec., 52462.526766595285 rows/sec., 4.10 MiB/sec. | ||
| 13811 | 2024.12.21 01:24:43.192822 [ 107 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13812 | 2024.12.21 01:24:43.192908 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13813 | 2024.12.21 01:24:43.192944 [ 287 ] {023b87cf-1fb8-420e-bf37-1c9c7514f424} <Debug> TCPHandler: Processed in 0.002249658 sec. | ||
| 13814 | 2024.12.21 01:24:43.193171 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13815 | 2024.12.21 01:24:43.193179 [ 188 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 13816 | 2024.12.21 01:24:43.193450 [ 285 ] {d5de04e5-8d81-4a11-a9e1-b1f1583bd1ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13817 | 2024.12.21 01:24:43.193465 [ 188 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13818 | 2024.12.21 01:24:43.193581 [ 188 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 916 rows starting from the beginning of the part | ||
| 13819 | 2024.12.21 01:24:43.193602 [ 285 ] {d5de04e5-8d81-4a11-a9e1-b1f1583bd1ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13820 | 2024.12.21 01:24:43.193895 [ 188 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 98 rows starting from the beginning of the part | ||
| 13821 | 2024.12.21 01:24:43.194342 [ 188 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 390 rows starting from the beginning of the part | ||
| 13822 | 2024.12.21 01:24:43.194722 [ 188 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 102 rows starting from the beginning of the part | ||
| 13823 | 2024.12.21 01:24:43.195110 [ 188 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 390 rows starting from the beginning of the part | ||
| 13824 | 2024.12.21 01:24:43.195361 [ 188 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 98 rows starting from the beginning of the part | ||
| 13825 | 2024.12.21 01:24:43.196468 [ 285 ] {d5de04e5-8d81-4a11-a9e1-b1f1583bd1ec} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13826 | 2024.12.21 01:24:43.196558 [ 285 ] {d5de04e5-8d81-4a11-a9e1-b1f1583bd1ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13827 | 2024.12.21 01:24:43.197550 [ 285 ] {d5de04e5-8d81-4a11-a9e1-b1f1583bd1ec} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13828 | 2024.12.21 01:24:43.198002 [ 285 ] {d5de04e5-8d81-4a11-a9e1-b1f1583bd1ec} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13829 | 2024.12.21 01:24:43.198494 [ 285 ] {d5de04e5-8d81-4a11-a9e1-b1f1583bd1ec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005139 sec., 31134.461957579293 rows/sec., 2.17 MiB/sec. | ||
| 13830 | 2024.12.21 01:24:43.198718 [ 188 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1994 rows, containing 5 columns (5 merged, 0 gathered) in 0.005674206 sec., 351414.8058776858 rows/sec., 26.94 MiB/sec. | ||
| 13831 | 2024.12.21 01:24:43.198720 [ 285 ] {d5de04e5-8d81-4a11-a9e1-b1f1583bd1ec} <Debug> TCPHandler: Processed in 0.005664945 sec. | ||
| 13832 | 2024.12.21 01:24:43.198929 [ 188 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13833 | 2024.12.21 01:24:43.198957 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13834 | 2024.12.21 01:24:43.199151 [ 287 ] {64dc93ea-a155-4c47-8ac3-75bede7086e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13835 | 2024.12.21 01:24:43.199300 [ 287 ] {64dc93ea-a155-4c47-8ac3-75bede7086e7} <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 | ||
| 13836 | 2024.12.21 01:24:43.199536 [ 188 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_111_22} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13837 | 2024.12.21 01:24:43.199790 [ 188 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_111_22} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13838 | 2024.12.21 01:24:43.199966 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 13839 | 2024.12.21 01:24:43.201071 [ 287 ] {64dc93ea-a155-4c47-8ac3-75bede7086e7} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13840 | 2024.12.21 01:24:43.201115 [ 287 ] {64dc93ea-a155-4c47-8ac3-75bede7086e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13841 | 2024.12.21 01:24:43.201809 [ 287 ] {64dc93ea-a155-4c47-8ac3-75bede7086e7} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 13842 | 2024.12.21 01:24:43.202072 [ 287 ] {64dc93ea-a155-4c47-8ac3-75bede7086e7} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13843 | 2024.12.21 01:24:43.202320 [ 287 ] {64dc93ea-a155-4c47-8ac3-75bede7086e7} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.003222 sec., 10552.451893234016 rows/sec., 18.91 MiB/sec. | ||
| 13844 | 2024.12.21 01:24:43.202428 [ 287 ] {64dc93ea-a155-4c47-8ac3-75bede7086e7} <Debug> TCPHandler: Processed in 0.003555191 sec. | ||
| 13845 | 2024.12.21 01:24:43.202612 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13846 | 2024.12.21 01:24:43.202760 [ 285 ] {1f1ea66c-3a3c-4a34-ac83-4fa2fcd83897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13847 | 2024.12.21 01:24:43.202824 [ 285 ] {1f1ea66c-3a3c-4a34-ac83-4fa2fcd83897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13848 | 2024.12.21 01:24:43.203372 [ 285 ] {1f1ea66c-3a3c-4a34-ac83-4fa2fcd83897} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13849 | 2024.12.21 01:24:43.203411 [ 285 ] {1f1ea66c-3a3c-4a34-ac83-4fa2fcd83897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13850 | 2024.12.21 01:24:43.203831 [ 285 ] {1f1ea66c-3a3c-4a34-ac83-4fa2fcd83897} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13851 | 2024.12.21 01:24:43.204096 [ 285 ] {1f1ea66c-3a3c-4a34-ac83-4fa2fcd83897} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13852 | 2024.12.21 01:24:43.204236 [ 107 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13853 | 2024.12.21 01:24:43.204268 [ 107 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13854 | 2024.12.21 01:24:43.204291 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13855 | 2024.12.21 01:24:43.204290 [ 285 ] {1f1ea66c-3a3c-4a34-ac83-4fa2fcd83897} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001565 sec., 38338.65814696486 rows/sec., 2.58 MiB/sec. | ||
| 13856 | 2024.12.21 01:24:43.204496 [ 285 ] {1f1ea66c-3a3c-4a34-ac83-4fa2fcd83897} <Debug> TCPHandler: Processed in 0.001948353 sec. | ||
| 13857 | 2024.12.21 01:24:43.204549 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 13858 | 2024.12.21 01:24:43.204687 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13859 | 2024.12.21 01:24:43.204716 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6438 rows starting from the beginning of the part | ||
| 13860 | 2024.12.21 01:24:43.204782 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part | ||
| 13861 | 2024.12.21 01:24:43.204986 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 82 rows starting from the beginning of the part | ||
| 13862 | 2024.12.21 01:24:43.205120 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part | ||
| 13863 | 2024.12.21 01:24:43.205323 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 82 rows starting from the beginning of the part | ||
| 13864 | 2024.12.21 01:24:43.205465 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part | ||
| 13865 | 2024.12.21 01:24:43.207654 [ 198 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6782 rows, containing 4 columns (4 merged, 0 gathered) in 0.003277975 sec., 2068960.2574760334 rows/sec., 134.87 MiB/sec. | ||
| 13866 | 2024.12.21 01:24:43.208078 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13867 | 2024.12.21 01:24:43.208412 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_111_22} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13868 | 2024.12.21 01:24:43.208499 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_111_22} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13869 | 2024.12.21 01:24:43.208594 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
| 13870 | 2024.12.21 01:24:43.468575 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13871 | 2024.12.21 01:24:43.468866 [ 287 ] {72497e36-d6a5-4031-acd5-a0e4e8e01a0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13872 | 2024.12.21 01:24:43.468984 [ 287 ] {72497e36-d6a5-4031-acd5-a0e4e8e01a0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13873 | 2024.12.21 01:24:43.469781 [ 287 ] {72497e36-d6a5-4031-acd5-a0e4e8e01a0d} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13874 | 2024.12.21 01:24:43.469835 [ 287 ] {72497e36-d6a5-4031-acd5-a0e4e8e01a0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13875 | 2024.12.21 01:24:43.470271 [ 287 ] {72497e36-d6a5-4031-acd5-a0e4e8e01a0d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13876 | 2024.12.21 01:24:43.470536 [ 287 ] {72497e36-d6a5-4031-acd5-a0e4e8e01a0d} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13877 | 2024.12.21 01:24:43.470787 [ 287 ] {72497e36-d6a5-4031-acd5-a0e4e8e01a0d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001998 sec., 7007.007007007006 rows/sec., 504.41 KiB/sec. | ||
| 13878 | 2024.12.21 01:24:43.470935 [ 287 ] {72497e36-d6a5-4031-acd5-a0e4e8e01a0d} <Debug> TCPHandler: Processed in 0.002545643 sec. | ||
| 13879 | 2024.12.21 01:24:43.471214 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13880 | 2024.12.21 01:24:43.471400 [ 285 ] {b7721242-5f2e-449d-b809-7dc54cda8afc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13881 | 2024.12.21 01:24:43.471475 [ 285 ] {b7721242-5f2e-449d-b809-7dc54cda8afc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13882 | 2024.12.21 01:24:43.472253 [ 285 ] {b7721242-5f2e-449d-b809-7dc54cda8afc} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13883 | 2024.12.21 01:24:43.472294 [ 285 ] {b7721242-5f2e-449d-b809-7dc54cda8afc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13884 | 2024.12.21 01:24:43.472704 [ 285 ] {b7721242-5f2e-449d-b809-7dc54cda8afc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 13885 | 2024.12.21 01:24:43.472965 [ 285 ] {b7721242-5f2e-449d-b809-7dc54cda8afc} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13886 | 2024.12.21 01:24:43.473214 [ 285 ] {b7721242-5f2e-449d-b809-7dc54cda8afc} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001855 sec., 6469.002695417789 rows/sec., 527.50 KiB/sec. | ||
| 13887 | 2024.12.21 01:24:43.473438 [ 285 ] {b7721242-5f2e-449d-b809-7dc54cda8afc} <Debug> TCPHandler: Processed in 0.002346689 sec. | ||
| 13888 | 2024.12.21 01:24:43.473603 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13889 | 2024.12.21 01:24:43.473745 [ 287 ] {9262c75d-e91a-445b-88e7-051dd1714e6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13890 | 2024.12.21 01:24:43.473808 [ 287 ] {9262c75d-e91a-445b-88e7-051dd1714e6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13891 | 2024.12.21 01:24:43.475166 [ 287 ] {9262c75d-e91a-445b-88e7-051dd1714e6d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13892 | 2024.12.21 01:24:43.475208 [ 287 ] {9262c75d-e91a-445b-88e7-051dd1714e6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13893 | 2024.12.21 01:24:43.475664 [ 287 ] {9262c75d-e91a-445b-88e7-051dd1714e6d} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13894 | 2024.12.21 01:24:43.475931 [ 287 ] {9262c75d-e91a-445b-88e7-051dd1714e6d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13895 | 2024.12.21 01:24:43.476129 [ 287 ] {9262c75d-e91a-445b-88e7-051dd1714e6d} <Debug> executeQuery: Read 1365 rows, 116.09 KiB in 0.002416 sec., 564983.4437086092 rows/sec., 46.93 MiB/sec. | ||
| 13896 | 2024.12.21 01:24:43.476185 [ 287 ] {9262c75d-e91a-445b-88e7-051dd1714e6d} <Debug> TCPHandler: Processed in 0.002644234 sec. | ||
| 13897 | 2024.12.21 01:24:43.476389 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13898 | 2024.12.21 01:24:43.476616 [ 285 ] {f00dc0e8-9a5e-48dc-8874-0504edfe2929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13899 | 2024.12.21 01:24:43.476712 [ 285 ] {f00dc0e8-9a5e-48dc-8874-0504edfe2929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13900 | 2024.12.21 01:24:43.477483 [ 285 ] {f00dc0e8-9a5e-48dc-8874-0504edfe2929} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13901 | 2024.12.21 01:24:43.477524 [ 285 ] {f00dc0e8-9a5e-48dc-8874-0504edfe2929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13902 | 2024.12.21 01:24:43.477901 [ 285 ] {f00dc0e8-9a5e-48dc-8874-0504edfe2929} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 13903 | 2024.12.21 01:24:43.478148 [ 285 ] {f00dc0e8-9a5e-48dc-8874-0504edfe2929} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13904 | 2024.12.21 01:24:43.478372 [ 285 ] {f00dc0e8-9a5e-48dc-8874-0504edfe2929} <Debug> executeQuery: Read 27 rows, 1.90 KiB in 0.001812 sec., 14900.662251655629 rows/sec., 1.02 MiB/sec. | ||
| 13905 | 2024.12.21 01:24:43.478428 [ 285 ] {f00dc0e8-9a5e-48dc-8874-0504edfe2929} <Debug> TCPHandler: Processed in 0.002150036 sec. | ||
| 13906 | 2024.12.21 01:24:43.478568 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13907 | 2024.12.21 01:24:43.478689 [ 287 ] {979bcf2d-53a4-4951-9b02-ae03683ff215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13908 | 2024.12.21 01:24:43.478740 [ 287 ] {979bcf2d-53a4-4951-9b02-ae03683ff215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13909 | 2024.12.21 01:24:43.479419 [ 287 ] {979bcf2d-53a4-4951-9b02-ae03683ff215} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13910 | 2024.12.21 01:24:43.479457 [ 287 ] {979bcf2d-53a4-4951-9b02-ae03683ff215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13911 | 2024.12.21 01:24:43.479835 [ 287 ] {979bcf2d-53a4-4951-9b02-ae03683ff215} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13912 | 2024.12.21 01:24:43.480093 [ 287 ] {979bcf2d-53a4-4951-9b02-ae03683ff215} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13913 | 2024.12.21 01:24:43.480317 [ 287 ] {979bcf2d-53a4-4951-9b02-ae03683ff215} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001644 sec., 147201.94647201945 rows/sec., 9.97 MiB/sec. | ||
| 13914 | 2024.12.21 01:24:43.480436 [ 287 ] {979bcf2d-53a4-4951-9b02-ae03683ff215} <Debug> TCPHandler: Processed in 0.001921182 sec. | ||
| 13915 | 2024.12.21 01:24:43.480668 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13916 | 2024.12.21 01:24:43.480809 [ 285 ] {aa17bb0b-c55c-4a0d-a218-8b13709f593d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13917 | 2024.12.21 01:24:43.480865 [ 285 ] {aa17bb0b-c55c-4a0d-a218-8b13709f593d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13918 | 2024.12.21 01:24:43.481469 [ 285 ] {aa17bb0b-c55c-4a0d-a218-8b13709f593d} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13919 | 2024.12.21 01:24:43.481508 [ 285 ] {aa17bb0b-c55c-4a0d-a218-8b13709f593d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13920 | 2024.12.21 01:24:43.481890 [ 285 ] {aa17bb0b-c55c-4a0d-a218-8b13709f593d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13921 | 2024.12.21 01:24:43.482144 [ 285 ] {aa17bb0b-c55c-4a0d-a218-8b13709f593d} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13922 | 2024.12.21 01:24:43.482407 [ 285 ] {aa17bb0b-c55c-4a0d-a218-8b13709f593d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001623 sec., 8009.858287122612 rows/sec., 499.41 KiB/sec. | ||
| 13923 | 2024.12.21 01:24:43.482589 [ 285 ] {aa17bb0b-c55c-4a0d-a218-8b13709f593d} <Debug> TCPHandler: Processed in 0.002028674 sec. | ||
| 13924 | 2024.12.21 01:24:43.482791 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13925 | 2024.12.21 01:24:43.482912 [ 287 ] {a7294907-4084-4ef6-8eed-eafcb0ab4fcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13926 | 2024.12.21 01:24:43.482960 [ 287 ] {a7294907-4084-4ef6-8eed-eafcb0ab4fcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13927 | 2024.12.21 01:24:43.483870 [ 287 ] {a7294907-4084-4ef6-8eed-eafcb0ab4fcf} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13928 | 2024.12.21 01:24:43.483909 [ 287 ] {a7294907-4084-4ef6-8eed-eafcb0ab4fcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13929 | 2024.12.21 01:24:43.484317 [ 287 ] {a7294907-4084-4ef6-8eed-eafcb0ab4fcf} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13930 | 2024.12.21 01:24:43.484561 [ 287 ] {a7294907-4084-4ef6-8eed-eafcb0ab4fcf} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13931 | 2024.12.21 01:24:43.484755 [ 287 ] {a7294907-4084-4ef6-8eed-eafcb0ab4fcf} <Debug> executeQuery: Read 858 rows, 63.59 KiB in 0.001865 sec., 460053.6193029491 rows/sec., 33.30 MiB/sec. | ||
| 13932 | 2024.12.21 01:24:43.484849 [ 287 ] {a7294907-4084-4ef6-8eed-eafcb0ab4fcf} <Debug> TCPHandler: Processed in 0.002151816 sec. | ||
| 13933 | 2024.12.21 01:24:43.485038 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13934 | 2024.12.21 01:24:43.485335 [ 285 ] {c8b83639-2979-4f29-89e9-4495167d3bd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13935 | 2024.12.21 01:24:43.485428 [ 285 ] {c8b83639-2979-4f29-89e9-4495167d3bd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13936 | 2024.12.21 01:24:43.486205 [ 285 ] {c8b83639-2979-4f29-89e9-4495167d3bd2} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13937 | 2024.12.21 01:24:43.486244 [ 285 ] {c8b83639-2979-4f29-89e9-4495167d3bd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13938 | 2024.12.21 01:24:43.486625 [ 285 ] {c8b83639-2979-4f29-89e9-4495167d3bd2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13939 | 2024.12.21 01:24:43.486871 [ 285 ] {c8b83639-2979-4f29-89e9-4495167d3bd2} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13940 | 2024.12.21 01:24:43.487121 [ 285 ] {c8b83639-2979-4f29-89e9-4495167d3bd2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001856 sec., 3232.7586206896553 rows/sec., 168.90 KiB/sec. | ||
| 13941 | 2024.12.21 01:24:43.487333 [ 285 ] {c8b83639-2979-4f29-89e9-4495167d3bd2} <Debug> TCPHandler: Processed in 0.00238072 sec. | ||
| 13942 | 2024.12.21 01:24:43.487531 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13943 | 2024.12.21 01:24:43.487652 [ 287 ] {2007fc3c-9796-4af9-b91b-42a294caff73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13944 | 2024.12.21 01:24:43.487705 [ 287 ] {2007fc3c-9796-4af9-b91b-42a294caff73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13945 | 2024.12.21 01:24:43.488493 [ 287 ] {2007fc3c-9796-4af9-b91b-42a294caff73} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13946 | 2024.12.21 01:24:43.488533 [ 287 ] {2007fc3c-9796-4af9-b91b-42a294caff73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13947 | 2024.12.21 01:24:43.488993 [ 287 ] {2007fc3c-9796-4af9-b91b-42a294caff73} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13948 | 2024.12.21 01:24:43.489240 [ 287 ] {2007fc3c-9796-4af9-b91b-42a294caff73} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13949 | 2024.12.21 01:24:43.489425 [ 287 ] {2007fc3c-9796-4af9-b91b-42a294caff73} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.001796 sec., 535077.9510022271 rows/sec., 35.56 MiB/sec. | ||
| 13950 | 2024.12.21 01:24:43.489478 [ 287 ] {2007fc3c-9796-4af9-b91b-42a294caff73} <Debug> TCPHandler: Processed in 0.002050074 sec. | ||
| 13951 | 2024.12.21 01:24:43.489629 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13952 | 2024.12.21 01:24:43.489765 [ 285 ] {30ec6533-9579-4836-981f-8348c1fbffec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13953 | 2024.12.21 01:24:43.489825 [ 285 ] {30ec6533-9579-4836-981f-8348c1fbffec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13954 | 2024.12.21 01:24:43.490332 [ 285 ] {30ec6533-9579-4836-981f-8348c1fbffec} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13955 | 2024.12.21 01:24:43.490372 [ 285 ] {30ec6533-9579-4836-981f-8348c1fbffec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13956 | 2024.12.21 01:24:43.490752 [ 285 ] {30ec6533-9579-4836-981f-8348c1fbffec} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13957 | 2024.12.21 01:24:43.491000 [ 285 ] {30ec6533-9579-4836-981f-8348c1fbffec} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13958 | 2024.12.21 01:24:43.491219 [ 285 ] {30ec6533-9579-4836-981f-8348c1fbffec} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001485 sec., 673.4006734006734 rows/sec., 45.38 KiB/sec. | ||
| 13959 | 2024.12.21 01:24:43.491273 [ 285 ] {30ec6533-9579-4836-981f-8348c1fbffec} <Debug> TCPHandler: Processed in 0.001712439 sec. | ||
| 13960 | 2024.12.21 01:24:43.491421 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13961 | 2024.12.21 01:24:43.491561 [ 287 ] {3b42707b-e358-4a36-bf04-d8d9310af606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13962 | 2024.12.21 01:24:43.491654 [ 287 ] {3b42707b-e358-4a36-bf04-d8d9310af606} <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 | ||
| 13963 | 2024.12.21 01:24:43.492812 [ 287 ] {3b42707b-e358-4a36-bf04-d8d9310af606} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13964 | 2024.12.21 01:24:43.492851 [ 287 ] {3b42707b-e358-4a36-bf04-d8d9310af606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13965 | 2024.12.21 01:24:43.493451 [ 287 ] {3b42707b-e358-4a36-bf04-d8d9310af606} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 13966 | 2024.12.21 01:24:43.493729 [ 287 ] {3b42707b-e358-4a36-bf04-d8d9310af606} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13967 | 2024.12.21 01:24:43.493933 [ 287 ] {3b42707b-e358-4a36-bf04-d8d9310af606} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002405 sec., 3326.4033264033264 rows/sec., 5.96 MiB/sec. | ||
| 13968 | 2024.12.21 01:24:43.494038 [ 287 ] {3b42707b-e358-4a36-bf04-d8d9310af606} <Debug> TCPHandler: Processed in 0.002685855 sec. | ||
| 13969 | 2024.12.21 01:24:43.494284 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13970 | 2024.12.21 01:24:43.494509 [ 285 ] {599b8d86-5788-4510-af14-d072076ae946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13971 | 2024.12.21 01:24:43.494603 [ 285 ] {599b8d86-5788-4510-af14-d072076ae946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13972 | 2024.12.21 01:24:43.495296 [ 285 ] {599b8d86-5788-4510-af14-d072076ae946} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13973 | 2024.12.21 01:24:43.495335 [ 285 ] {599b8d86-5788-4510-af14-d072076ae946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13974 | 2024.12.21 01:24:43.495710 [ 285 ] {599b8d86-5788-4510-af14-d072076ae946} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13975 | 2024.12.21 01:24:43.495969 [ 285 ] {599b8d86-5788-4510-af14-d072076ae946} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13976 | 2024.12.21 01:24:43.496190 [ 285 ] {599b8d86-5788-4510-af14-d072076ae946} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001736 sec., 19585.2534562212 rows/sec., 1.14 MiB/sec. | ||
| 13977 | 2024.12.21 01:24:43.496243 [ 285 ] {599b8d86-5788-4510-af14-d072076ae946} <Debug> TCPHandler: Processed in 0.002070615 sec. | ||
| 13978 | 2024.12.21 01:24:44.000185 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.61 MiB, peak 276.04 MiB, free memory in arenas 0.00 B, will set to 261.23 MiB (RSS), difference: -1.38 MiB | ||
| 13979 | 2024.12.21 01:24:44.236591 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1982 | ||
| 13980 | 2024.12.21 01:24:44.240122 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13981 | 2024.12.21 01:24:44.240176 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13982 | 2024.12.21 01:24:44.241661 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13983 | 2024.12.21 01:24:44.241962 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13984 | 2024.12.21 01:24:44.243732 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1982 | ||
| 13985 | 2024.12.21 01:24:46.515406 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30744 | ||
| 13986 | 2024.12.21 01:24:46.516119 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13987 | 2024.12.21 01:24:46.516157 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13988 | 2024.12.21 01:24:46.516667 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13989 | 2024.12.21 01:24:46.516917 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13990 | 2024.12.21 01:24:46.517139 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 | ||
| 13991 | 2024.12.21 01:24:48.178532 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13992 | 2024.12.21 01:24:48.178749 [ 287 ] {1de2c4cc-ff48-40a1-b3f8-ceb96b9baf72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13993 | 2024.12.21 01:24:48.178830 [ 287 ] {1de2c4cc-ff48-40a1-b3f8-ceb96b9baf72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13994 | 2024.12.21 01:24:48.179622 [ 287 ] {1de2c4cc-ff48-40a1-b3f8-ceb96b9baf72} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13995 | 2024.12.21 01:24:48.179670 [ 287 ] {1de2c4cc-ff48-40a1-b3f8-ceb96b9baf72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 13996 | 2024.12.21 01:24:48.180101 [ 287 ] {1de2c4cc-ff48-40a1-b3f8-ceb96b9baf72} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13997 | 2024.12.21 01:24:48.180350 [ 287 ] {1de2c4cc-ff48-40a1-b3f8-ceb96b9baf72} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13998 | 2024.12.21 01:24:48.180570 [ 287 ] {1de2c4cc-ff48-40a1-b3f8-ceb96b9baf72} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.27 MiB/sec. | ||
| 13999 | 2024.12.21 01:24:48.180627 [ 287 ] {1de2c4cc-ff48-40a1-b3f8-ceb96b9baf72} <Debug> TCPHandler: Processed in 0.002237437 sec. | ||
| 14000 | 2024.12.21 01:24:48.180886 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14001 | 2024.12.21 01:24:48.181106 [ 285 ] {b9601a9f-9103-4150-a626-0800edac8f75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14002 | 2024.12.21 01:24:48.181188 [ 285 ] {b9601a9f-9103-4150-a626-0800edac8f75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14003 | 2024.12.21 01:24:48.181975 [ 285 ] {b9601a9f-9103-4150-a626-0800edac8f75} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14004 | 2024.12.21 01:24:48.182027 [ 285 ] {b9601a9f-9103-4150-a626-0800edac8f75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14005 | 2024.12.21 01:24:48.182484 [ 285 ] {b9601a9f-9103-4150-a626-0800edac8f75} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14006 | 2024.12.21 01:24:48.182749 [ 285 ] {b9601a9f-9103-4150-a626-0800edac8f75} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14007 | 2024.12.21 01:24:48.182994 [ 285 ] {b9601a9f-9103-4150-a626-0800edac8f75} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001948 sec., 32854.20944558521 rows/sec., 2.56 MiB/sec. | ||
| 14008 | 2024.12.21 01:24:48.183063 [ 285 ] {b9601a9f-9103-4150-a626-0800edac8f75} <Debug> TCPHandler: Processed in 0.002320209 sec. | ||
| 14009 | 2024.12.21 01:24:48.183266 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14010 | 2024.12.21 01:24:48.183492 [ 287 ] {28426707-c3a1-4157-870b-3da2ccf9bdd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14011 | 2024.12.21 01:24:48.183593 [ 287 ] {28426707-c3a1-4157-870b-3da2ccf9bdd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14012 | 2024.12.21 01:24:48.184417 [ 287 ] {28426707-c3a1-4157-870b-3da2ccf9bdd0} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14013 | 2024.12.21 01:24:48.184457 [ 287 ] {28426707-c3a1-4157-870b-3da2ccf9bdd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14014 | 2024.12.21 01:24:48.184867 [ 287 ] {28426707-c3a1-4157-870b-3da2ccf9bdd0} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14015 | 2024.12.21 01:24:48.185112 [ 287 ] {28426707-c3a1-4157-870b-3da2ccf9bdd0} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14016 | 2024.12.21 01:24:48.185330 [ 287 ] {28426707-c3a1-4157-870b-3da2ccf9bdd0} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001896 sec., 67510.54852320676 rows/sec., 4.70 MiB/sec. | ||
| 14017 | 2024.12.21 01:24:48.185384 [ 287 ] {28426707-c3a1-4157-870b-3da2ccf9bdd0} <Debug> TCPHandler: Processed in 0.002227568 sec. | ||
| 14018 | 2024.12.21 01:24:48.185592 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14019 | 2024.12.21 01:24:48.185838 [ 285 ] {6804bb75-0b87-491b-a51a-942a23a5c611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14020 | 2024.12.21 01:24:48.185940 [ 285 ] {6804bb75-0b87-491b-a51a-942a23a5c611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14021 | 2024.12.21 01:24:48.186581 [ 285 ] {6804bb75-0b87-491b-a51a-942a23a5c611} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14022 | 2024.12.21 01:24:48.186624 [ 285 ] {6804bb75-0b87-491b-a51a-942a23a5c611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14023 | 2024.12.21 01:24:48.187032 [ 285 ] {6804bb75-0b87-491b-a51a-942a23a5c611} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14024 | 2024.12.21 01:24:48.187284 [ 285 ] {6804bb75-0b87-491b-a51a-942a23a5c611} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14025 | 2024.12.21 01:24:48.187500 [ 285 ] {6804bb75-0b87-491b-a51a-942a23a5c611} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001723 sec., 27858.386535113175 rows/sec., 1.88 MiB/sec. | ||
| 14026 | 2024.12.21 01:24:48.187565 [ 285 ] {6804bb75-0b87-491b-a51a-942a23a5c611} <Debug> TCPHandler: Processed in 0.002091445 sec. | ||
| 14027 | 2024.12.21 01:24:48.694868 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 14028 | 2024.12.21 01:24:48.714744 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14029 | 2024.12.21 01:24:48.714822 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14030 | 2024.12.21 01:24:48.721786 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 14031 | 2024.12.21 01:24:48.722549 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14032 | 2024.12.21 01:24:48.725248 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 14033 | 2024.12.21 01:24:53.182823 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14034 | 2024.12.21 01:24:53.183019 [ 287 ] {62b0b2ed-7313-4c57-b036-7d9cba257aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14035 | 2024.12.21 01:24:53.183097 [ 287 ] {62b0b2ed-7313-4c57-b036-7d9cba257aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14036 | 2024.12.21 01:24:53.183908 [ 287 ] {62b0b2ed-7313-4c57-b036-7d9cba257aea} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14037 | 2024.12.21 01:24:53.183959 [ 287 ] {62b0b2ed-7313-4c57-b036-7d9cba257aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14038 | 2024.12.21 01:24:53.184414 [ 287 ] {62b0b2ed-7313-4c57-b036-7d9cba257aea} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14039 | 2024.12.21 01:24:53.184684 [ 287 ] {62b0b2ed-7313-4c57-b036-7d9cba257aea} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14040 | 2024.12.21 01:24:53.184933 [ 287 ] {62b0b2ed-7313-4c57-b036-7d9cba257aea} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.001968 sec., 63008.130081300806 rows/sec., 5.35 MiB/sec. | ||
| 14041 | 2024.12.21 01:24:53.185006 [ 287 ] {62b0b2ed-7313-4c57-b036-7d9cba257aea} <Debug> TCPHandler: Processed in 0.002319299 sec. | ||
| 14042 | 2024.12.21 01:24:53.185250 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14043 | 2024.12.21 01:24:53.185442 [ 285 ] {ee75c898-ee02-4102-a464-6775854748fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14044 | 2024.12.21 01:24:53.185517 [ 285 ] {ee75c898-ee02-4102-a464-6775854748fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14045 | 2024.12.21 01:24:53.186298 [ 285 ] {ee75c898-ee02-4102-a464-6775854748fe} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14046 | 2024.12.21 01:24:53.186340 [ 285 ] {ee75c898-ee02-4102-a464-6775854748fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14047 | 2024.12.21 01:24:53.186791 [ 285 ] {ee75c898-ee02-4102-a464-6775854748fe} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 14048 | 2024.12.21 01:24:53.187051 [ 285 ] {ee75c898-ee02-4102-a464-6775854748fe} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14049 | 2024.12.21 01:24:53.187257 [ 285 ] {ee75c898-ee02-4102-a464-6775854748fe} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001867 sec., 18211.03374397429 rows/sec., 1.34 MiB/sec. | ||
| 14050 | 2024.12.21 01:24:53.187323 [ 285 ] {ee75c898-ee02-4102-a464-6775854748fe} <Debug> TCPHandler: Processed in 0.002203887 sec. | ||
| 14051 | 2024.12.21 01:24:53.187480 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14052 | 2024.12.21 01:24:53.187631 [ 287 ] {3d123ac9-9092-450e-8338-cc099ee243bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14053 | 2024.12.21 01:24:53.187695 [ 287 ] {3d123ac9-9092-450e-8338-cc099ee243bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14054 | 2024.12.21 01:24:53.188464 [ 287 ] {3d123ac9-9092-450e-8338-cc099ee243bd} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14055 | 2024.12.21 01:24:53.188511 [ 287 ] {3d123ac9-9092-450e-8338-cc099ee243bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14056 | 2024.12.21 01:24:53.188904 [ 287 ] {3d123ac9-9092-450e-8338-cc099ee243bd} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14057 | 2024.12.21 01:24:53.189157 [ 287 ] {3d123ac9-9092-450e-8338-cc099ee243bd} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14058 | 2024.12.21 01:24:53.189385 [ 287 ] {3d123ac9-9092-450e-8338-cc099ee243bd} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001791 sec., 54718.0346175321 rows/sec., 4.27 MiB/sec. | ||
| 14059 | 2024.12.21 01:24:53.189445 [ 287 ] {3d123ac9-9092-450e-8338-cc099ee243bd} <Debug> TCPHandler: Processed in 0.002034595 sec. | ||
| 14060 | 2024.12.21 01:24:53.189587 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14061 | 2024.12.21 01:24:53.189717 [ 285 ] {a6133eb2-08cc-43f3-9147-482755c16465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14062 | 2024.12.21 01:24:53.189774 [ 285 ] {a6133eb2-08cc-43f3-9147-482755c16465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14063 | 2024.12.21 01:24:53.190399 [ 285 ] {a6133eb2-08cc-43f3-9147-482755c16465} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14064 | 2024.12.21 01:24:53.190437 [ 285 ] {a6133eb2-08cc-43f3-9147-482755c16465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14065 | 2024.12.21 01:24:53.190858 [ 285 ] {a6133eb2-08cc-43f3-9147-482755c16465} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14066 | 2024.12.21 01:24:53.191114 [ 285 ] {a6133eb2-08cc-43f3-9147-482755c16465} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14067 | 2024.12.21 01:24:53.191307 [ 285 ] {a6133eb2-08cc-43f3-9147-482755c16465} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001619 sec., 98826.43607164916 rows/sec., 6.88 MiB/sec. | ||
| 14068 | 2024.12.21 01:24:53.191373 [ 285 ] {a6133eb2-08cc-43f3-9147-482755c16465} <Debug> TCPHandler: Processed in 0.001845791 sec. | ||
| 14069 | 2024.12.21 01:24:53.191540 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14070 | 2024.12.21 01:24:53.191672 [ 287 ] {e3b0d3f9-0d8d-4710-9385-1364c01c29c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14071 | 2024.12.21 01:24:53.191760 [ 287 ] {e3b0d3f9-0d8d-4710-9385-1364c01c29c0} <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 | ||
| 14072 | 2024.12.21 01:24:53.192974 [ 287 ] {e3b0d3f9-0d8d-4710-9385-1364c01c29c0} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14073 | 2024.12.21 01:24:53.193018 [ 287 ] {e3b0d3f9-0d8d-4710-9385-1364c01c29c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14074 | 2024.12.21 01:24:53.193713 [ 287 ] {e3b0d3f9-0d8d-4710-9385-1364c01c29c0} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 14075 | 2024.12.21 01:24:53.193992 [ 287 ] {e3b0d3f9-0d8d-4710-9385-1364c01c29c0} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14076 | 2024.12.21 01:24:53.194265 [ 287 ] {e3b0d3f9-0d8d-4710-9385-1364c01c29c0} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.00262 sec., 12977.099236641221 rows/sec., 23.25 MiB/sec. | ||
| 14077 | 2024.12.21 01:24:53.194523 [ 287 ] {e3b0d3f9-0d8d-4710-9385-1364c01c29c0} <Debug> TCPHandler: Processed in 0.003037941 sec. | ||
| 14078 | 2024.12.21 01:24:53.194760 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14079 | 2024.12.21 01:24:53.194938 [ 285 ] {d033b30c-b69d-4e6a-84cd-88f1db03c84c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14080 | 2024.12.21 01:24:53.194994 [ 285 ] {d033b30c-b69d-4e6a-84cd-88f1db03c84c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14081 | 2024.12.21 01:24:53.195490 [ 285 ] {d033b30c-b69d-4e6a-84cd-88f1db03c84c} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14082 | 2024.12.21 01:24:53.195528 [ 285 ] {d033b30c-b69d-4e6a-84cd-88f1db03c84c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14083 | 2024.12.21 01:24:53.195917 [ 285 ] {d033b30c-b69d-4e6a-84cd-88f1db03c84c} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14084 | 2024.12.21 01:24:53.196162 [ 285 ] {d033b30c-b69d-4e6a-84cd-88f1db03c84c} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14085 | 2024.12.21 01:24:53.196353 [ 285 ] {d033b30c-b69d-4e6a-84cd-88f1db03c84c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001457 sec., 41180.507892930684 rows/sec., 2.78 MiB/sec. | ||
| 14086 | 2024.12.21 01:24:53.196422 [ 285 ] {d033b30c-b69d-4e6a-84cd-88f1db03c84c} <Debug> TCPHandler: Processed in 0.00178629 sec. | ||
| 14087 | 2024.12.21 01:24:53.827417 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14088 | 2024.12.21 01:24:53.827487 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14089 | 2024.12.21 01:24:54.017242 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31232 | ||
| 14090 | 2024.12.21 01:24:54.018289 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14091 | 2024.12.21 01:24:54.018374 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14092 | 2024.12.21 01:24:54.019017 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14093 | 2024.12.21 01:24:54.019285 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14094 | 2024.12.21 01:24:54.019529 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31232 | ||
| 14095 | 2024.12.21 01:24:54.243997 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2002 | ||
| 14096 | 2024.12.21 01:24:54.246826 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14097 | 2024.12.21 01:24:54.246880 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14098 | 2024.12.21 01:24:54.248334 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14099 | 2024.12.21 01:24:54.248641 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14100 | 2024.12.21 01:24:54.249993 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2002 | ||
| 14101 | 2024.12.21 01:24:56.225305 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 14102 | 2024.12.21 01:24:56.246836 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14103 | 2024.12.21 01:24:56.246906 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14104 | 2024.12.21 01:24:56.254232 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14105 | 2024.12.21 01:24:56.255038 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14106 | 2024.12.21 01:24:56.259657 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 14107 | 2024.12.21 01:24:58.185409 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14108 | 2024.12.21 01:24:58.185622 [ 287 ] {43ceaab9-87c9-4a67-90db-c8251ddd3037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14109 | 2024.12.21 01:24:58.185707 [ 287 ] {43ceaab9-87c9-4a67-90db-c8251ddd3037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14110 | 2024.12.21 01:24:58.186558 [ 287 ] {43ceaab9-87c9-4a67-90db-c8251ddd3037} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14111 | 2024.12.21 01:24:58.186614 [ 287 ] {43ceaab9-87c9-4a67-90db-c8251ddd3037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14112 | 2024.12.21 01:24:58.187057 [ 287 ] {43ceaab9-87c9-4a67-90db-c8251ddd3037} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14113 | 2024.12.21 01:24:58.187329 [ 287 ] {43ceaab9-87c9-4a67-90db-c8251ddd3037} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14114 | 2024.12.21 01:24:58.187563 [ 89 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14115 | 2024.12.21 01:24:58.187587 [ 287 ] {43ceaab9-87c9-4a67-90db-c8251ddd3037} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002014 sec., 6951.340615690168 rows/sec., 500.40 KiB/sec. | ||
| 14116 | 2024.12.21 01:24:58.187703 [ 89 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14117 | 2024.12.21 01:24:58.187791 [ 287 ] {43ceaab9-87c9-4a67-90db-c8251ddd3037} <Debug> TCPHandler: Processed in 0.002525203 sec. | ||
| 14118 | 2024.12.21 01:24:58.187799 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14119 | 2024.12.21 01:24:58.188092 [ 198 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 14120 | 2024.12.21 01:24:58.188193 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14121 | 2024.12.21 01:24:58.188506 [ 198 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14122 | 2024.12.21 01:24:58.188618 [ 198 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 14 rows starting from the beginning of the part | ||
| 14123 | 2024.12.21 01:24:58.188669 [ 285 ] {a5f64848-b5da-4323-9906-c7ba656eda26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14124 | 2024.12.21 01:24:58.188904 [ 285 ] {a5f64848-b5da-4323-9906-c7ba656eda26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14125 | 2024.12.21 01:24:58.189248 [ 198 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 14126 | 2024.12.21 01:24:58.189479 [ 198 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 14127 | 2024.12.21 01:24:58.189840 [ 198 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 14128 | 2024.12.21 01:24:58.190317 [ 198 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 14129 | 2024.12.21 01:24:58.192138 [ 285 ] {a5f64848-b5da-4323-9906-c7ba656eda26} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14130 | 2024.12.21 01:24:58.192233 [ 285 ] {a5f64848-b5da-4323-9906-c7ba656eda26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14131 | 2024.12.21 01:24:58.192709 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00477304 sec., 14665.705713758945 rows/sec., 1.09 MiB/sec. | ||
| 14132 | 2024.12.21 01:24:58.193009 [ 197 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14133 | 2024.12.21 01:24:58.193171 [ 285 ] {a5f64848-b5da-4323-9906-c7ba656eda26} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14134 | 2024.12.21 01:24:58.193569 [ 197 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_49_12} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14135 | 2024.12.21 01:24:58.193624 [ 285 ] {a5f64848-b5da-4323-9906-c7ba656eda26} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14136 | 2024.12.21 01:24:58.193765 [ 197 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_49_12} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14137 | 2024.12.21 01:24:58.194018 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14138 | 2024.12.21 01:24:58.194104 [ 285 ] {a5f64848-b5da-4323-9906-c7ba656eda26} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.005603 sec., 39086.20381938247 rows/sec., 3.40 MiB/sec. | ||
| 14139 | 2024.12.21 01:24:58.194188 [ 285 ] {a5f64848-b5da-4323-9906-c7ba656eda26} <Debug> TCPHandler: Processed in 0.006241725 sec. | ||
| 14140 | 2024.12.21 01:24:58.194371 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14141 | 2024.12.21 01:24:58.194517 [ 287 ] {90354ff2-361a-4051-8b64-1451cf886a61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14142 | 2024.12.21 01:24:58.194580 [ 287 ] {90354ff2-361a-4051-8b64-1451cf886a61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14143 | 2024.12.21 01:24:58.195297 [ 287 ] {90354ff2-361a-4051-8b64-1451cf886a61} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14144 | 2024.12.21 01:24:58.195347 [ 287 ] {90354ff2-361a-4051-8b64-1451cf886a61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14145 | 2024.12.21 01:24:58.195728 [ 287 ] {90354ff2-361a-4051-8b64-1451cf886a61} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 14146 | 2024.12.21 01:24:58.195974 [ 287 ] {90354ff2-361a-4051-8b64-1451cf886a61} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14147 | 2024.12.21 01:24:58.196158 [ 89 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 14148 | 2024.12.21 01:24:58.196221 [ 89 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14149 | 2024.12.21 01:24:58.196230 [ 287 ] {90354ff2-361a-4051-8b64-1451cf886a61} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001732 sec., 8660.508083140878 rows/sec., 610.63 KiB/sec. | ||
| 14150 | 2024.12.21 01:24:58.196264 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14151 | 2024.12.21 01:24:58.196406 [ 287 ] {90354ff2-361a-4051-8b64-1451cf886a61} <Debug> TCPHandler: Processed in 0.002101416 sec. | ||
| 14152 | 2024.12.21 01:24:58.196566 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 14153 | 2024.12.21 01:24:58.196663 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14154 | 2024.12.21 01:24:58.197090 [ 285 ] {a6467a53-393f-4c9d-a7ea-954fd81d7410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14155 | 2024.12.21 01:24:58.197265 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14156 | 2024.12.21 01:24:58.197287 [ 285 ] {a6467a53-393f-4c9d-a7ea-954fd81d7410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14157 | 2024.12.21 01:24:58.197556 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 67 rows starting from the beginning of the part | ||
| 14158 | 2024.12.21 01:24:58.198130 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 15 rows starting from the beginning of the part | ||
| 14159 | 2024.12.21 01:24:58.198773 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 34 rows starting from the beginning of the part | ||
| 14160 | 2024.12.21 01:24:58.199242 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 27 rows starting from the beginning of the part | ||
| 14161 | 2024.12.21 01:24:58.199774 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 34 rows starting from the beginning of the part | ||
| 14162 | 2024.12.21 01:24:58.199981 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 15 rows starting from the beginning of the part | ||
| 14163 | 2024.12.21 01:24:58.200826 [ 285 ] {a6467a53-393f-4c9d-a7ea-954fd81d7410} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14164 | 2024.12.21 01:24:58.200896 [ 285 ] {a6467a53-393f-4c9d-a7ea-954fd81d7410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14165 | 2024.12.21 01:24:58.202006 [ 285 ] {a6467a53-393f-4c9d-a7ea-954fd81d7410} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14166 | 2024.12.21 01:24:58.202549 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 5 columns (5 merged, 0 gathered) in 0.006152434 sec., 31207.1612633309 rows/sec., 2.34 MiB/sec. | ||
| 14167 | 2024.12.21 01:24:58.202569 [ 285 ] {a6467a53-393f-4c9d-a7ea-954fd81d7410} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14168 | 2024.12.21 01:24:58.202773 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 14169 | 2024.12.21 01:24:58.203091 [ 285 ] {a6467a53-393f-4c9d-a7ea-954fd81d7410} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006135 sec., 2281.98859005705 rows/sec., 159.82 KiB/sec. | ||
| 14170 | 2024.12.21 01:24:58.203396 [ 285 ] {a6467a53-393f-4c9d-a7ea-954fd81d7410} <Debug> TCPHandler: Processed in 0.006873655 sec. | ||
| 14171 | 2024.12.21 01:24:58.203742 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14172 | 2024.12.21 01:24:58.203866 [ 186 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_96_19} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14173 | 2024.12.21 01:24:58.203917 [ 287 ] {e4470c69-7d3c-4c02-9134-d3a44b81ab81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14174 | 2024.12.21 01:24:58.203979 [ 287 ] {e4470c69-7d3c-4c02-9134-d3a44b81ab81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14175 | 2024.12.21 01:24:58.203996 [ 186 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_96_19} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 14176 | 2024.12.21 01:24:58.204109 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14177 | 2024.12.21 01:24:58.204627 [ 287 ] {e4470c69-7d3c-4c02-9134-d3a44b81ab81} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14178 | 2024.12.21 01:24:58.204667 [ 287 ] {e4470c69-7d3c-4c02-9134-d3a44b81ab81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14179 | 2024.12.21 01:24:58.205045 [ 287 ] {e4470c69-7d3c-4c02-9134-d3a44b81ab81} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14180 | 2024.12.21 01:24:58.205304 [ 287 ] {e4470c69-7d3c-4c02-9134-d3a44b81ab81} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14181 | 2024.12.21 01:24:58.205487 [ 89 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14182 | 2024.12.21 01:24:58.205531 [ 89 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14183 | 2024.12.21 01:24:58.205560 [ 287 ] {e4470c69-7d3c-4c02-9134-d3a44b81ab81} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001666 sec., 7803.1212484994 rows/sec., 486.52 KiB/sec. | ||
| 14184 | 2024.12.21 01:24:58.205571 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14185 | 2024.12.21 01:24:58.205716 [ 287 ] {e4470c69-7d3c-4c02-9134-d3a44b81ab81} <Debug> TCPHandler: Processed in 0.002196657 sec. | ||
| 14186 | 2024.12.21 01:24:58.205795 [ 193 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 14187 | 2024.12.21 01:24:58.205907 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14188 | 2024.12.21 01:24:58.205971 [ 193 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14189 | 2024.12.21 01:24:58.206046 [ 193 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 13 rows starting from the beginning of the part | ||
| 14190 | 2024.12.21 01:24:58.206133 [ 285 ] {dbf21ddf-d08f-4f13-9626-76f054e5eff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14191 | 2024.12.21 01:24:58.206301 [ 193 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part | ||
| 14192 | 2024.12.21 01:24:58.206308 [ 285 ] {dbf21ddf-d08f-4f13-9626-76f054e5eff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14193 | 2024.12.21 01:24:58.206702 [ 193 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part | ||
| 14194 | 2024.12.21 01:24:58.207009 [ 193 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part | ||
| 14195 | 2024.12.21 01:24:58.207341 [ 193 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part | ||
| 14196 | 2024.12.21 01:24:58.209153 [ 285 ] {dbf21ddf-d08f-4f13-9626-76f054e5eff1} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14197 | 2024.12.21 01:24:58.209226 [ 285 ] {dbf21ddf-d08f-4f13-9626-76f054e5eff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14198 | 2024.12.21 01:24:58.209934 [ 193 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004244132 sec., 15315.263521492732 rows/sec., 1014.73 KiB/sec. | ||
| 14199 | 2024.12.21 01:24:58.210127 [ 195 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14200 | 2024.12.21 01:24:58.210138 [ 285 ] {dbf21ddf-d08f-4f13-9626-76f054e5eff1} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14201 | 2024.12.21 01:24:58.210454 [ 285 ] {dbf21ddf-d08f-4f13-9626-76f054e5eff1} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14202 | 2024.12.21 01:24:58.210524 [ 195 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_49_12} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14203 | 2024.12.21 01:24:58.210707 [ 195 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_49_12} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14204 | 2024.12.21 01:24:58.210756 [ 285 ] {dbf21ddf-d08f-4f13-9626-76f054e5eff1} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.004687 sec., 83208.87561339876 rows/sec., 5.90 MiB/sec. | ||
| 14205 | 2024.12.21 01:24:58.210827 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14206 | 2024.12.21 01:24:58.210868 [ 285 ] {dbf21ddf-d08f-4f13-9626-76f054e5eff1} <Debug> TCPHandler: Processed in 0.005043215 sec. | ||
| 14207 | 2024.12.21 01:24:58.211048 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14208 | 2024.12.21 01:24:58.211191 [ 287 ] {338577aa-4dd1-491e-984f-8c716bca7f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14209 | 2024.12.21 01:24:58.211252 [ 287 ] {338577aa-4dd1-491e-984f-8c716bca7f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14210 | 2024.12.21 01:24:58.211780 [ 287 ] {338577aa-4dd1-491e-984f-8c716bca7f2b} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14211 | 2024.12.21 01:24:58.211820 [ 287 ] {338577aa-4dd1-491e-984f-8c716bca7f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14212 | 2024.12.21 01:24:58.212202 [ 287 ] {338577aa-4dd1-491e-984f-8c716bca7f2b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14213 | 2024.12.21 01:24:58.212458 [ 287 ] {338577aa-4dd1-491e-984f-8c716bca7f2b} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14214 | 2024.12.21 01:24:58.212717 [ 287 ] {338577aa-4dd1-491e-984f-8c716bca7f2b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001551 sec., 3868.4719535783365 rows/sec., 202.11 KiB/sec. | ||
| 14215 | 2024.12.21 01:24:58.212858 [ 287 ] {338577aa-4dd1-491e-984f-8c716bca7f2b} <Debug> TCPHandler: Processed in 0.001877302 sec. | ||
| 14216 | 2024.12.21 01:24:58.213106 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14217 | 2024.12.21 01:24:58.213252 [ 285 ] {f37e46d9-8b59-437f-a4ef-2cb4531acd08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14218 | 2024.12.21 01:24:58.213315 [ 285 ] {f37e46d9-8b59-437f-a4ef-2cb4531acd08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14219 | 2024.12.21 01:24:58.213928 [ 285 ] {f37e46d9-8b59-437f-a4ef-2cb4531acd08} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14220 | 2024.12.21 01:24:58.213967 [ 285 ] {f37e46d9-8b59-437f-a4ef-2cb4531acd08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14221 | 2024.12.21 01:24:58.214379 [ 285 ] {f37e46d9-8b59-437f-a4ef-2cb4531acd08} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14222 | 2024.12.21 01:24:58.214632 [ 285 ] {f37e46d9-8b59-437f-a4ef-2cb4531acd08} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14223 | 2024.12.21 01:24:58.214805 [ 89 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 | ||
| 14224 | 2024.12.21 01:24:58.214857 [ 89 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14225 | 2024.12.21 01:24:58.214870 [ 285 ] {f37e46d9-8b59-437f-a4ef-2cb4531acd08} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001641 sec., 144424.13162705666 rows/sec., 9.68 MiB/sec. | ||
| 14226 | 2024.12.21 01:24:58.214896 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14227 | 2024.12.21 01:24:58.215018 [ 285 ] {f37e46d9-8b59-437f-a4ef-2cb4531acd08} <Debug> TCPHandler: Processed in 0.002034574 sec. | ||
| 14228 | 2024.12.21 01:24:58.215084 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_115_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full | ||
| 14229 | 2024.12.21 01:24:58.215204 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14230 | 2024.12.21 01:24:58.215260 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14231 | 2024.12.21 01:24:58.215323 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_110_22, total 33190 rows starting from the beginning of the part | ||
| 14232 | 2024.12.21 01:24:58.215423 [ 287 ] {01d1f08c-11c0-48ec-8177-29a3e4930e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14233 | 2024.12.21 01:24:58.215576 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part | ||
| 14234 | 2024.12.21 01:24:58.215664 [ 287 ] {01d1f08c-11c0-48ec-8177-29a3e4930e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14235 | 2024.12.21 01:24:58.215931 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 961 rows starting from the beginning of the part | ||
| 14236 | 2024.12.21 01:24:58.216249 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 128 rows starting from the beginning of the part | ||
| 14237 | 2024.12.21 01:24:58.216588 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part | ||
| 14238 | 2024.12.21 01:24:58.216900 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 237 rows starting from the beginning of the part | ||
| 14239 | 2024.12.21 01:24:58.217981 [ 287 ] {01d1f08c-11c0-48ec-8177-29a3e4930e47} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14240 | 2024.12.21 01:24:58.218046 [ 287 ] {01d1f08c-11c0-48ec-8177-29a3e4930e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14241 | 2024.12.21 01:24:58.218598 [ 287 ] {01d1f08c-11c0-48ec-8177-29a3e4930e47} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14242 | 2024.12.21 01:24:58.218873 [ 287 ] {01d1f08c-11c0-48ec-8177-29a3e4930e47} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14243 | 2024.12.21 01:24:58.219364 [ 287 ] {01d1f08c-11c0-48ec-8177-29a3e4930e47} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003971 sec., 251.82573659027955 rows/sec., 16.97 KiB/sec. | ||
| 14244 | 2024.12.21 01:24:58.219807 [ 287 ] {01d1f08c-11c0-48ec-8177-29a3e4930e47} <Debug> TCPHandler: Processed in 0.004691629 sec. | ||
| 14245 | 2024.12.21 01:24:58.220127 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14246 | 2024.12.21 01:24:58.220431 [ 285 ] {584c5882-60a2-4959-8482-1c6892a35730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14247 | 2024.12.21 01:24:58.220554 [ 285 ] {584c5882-60a2-4959-8482-1c6892a35730} <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 | ||
| 14248 | 2024.12.21 01:24:58.221858 [ 285 ] {584c5882-60a2-4959-8482-1c6892a35730} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14249 | 2024.12.21 01:24:58.221899 [ 285 ] {584c5882-60a2-4959-8482-1c6892a35730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14250 | 2024.12.21 01:24:58.222745 [ 285 ] {584c5882-60a2-4959-8482-1c6892a35730} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 14251 | 2024.12.21 01:24:58.223024 [ 285 ] {584c5882-60a2-4959-8482-1c6892a35730} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14252 | 2024.12.21 01:24:58.223429 [ 89 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 14253 | 2024.12.21 01:24:58.223545 [ 89 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14254 | 2024.12.21 01:24:58.223611 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14255 | 2024.12.21 01:24:58.223615 [ 285 ] {584c5882-60a2-4959-8482-1c6892a35730} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003227 sec., 2479.082739386427 rows/sec., 4.44 MiB/sec. | ||
| 14256 | 2024.12.21 01:24:58.224019 [ 195 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 14257 | 2024.12.21 01:24:58.224099 [ 285 ] {584c5882-60a2-4959-8482-1c6892a35730} <Debug> TCPHandler: Processed in 0.00417331 sec. | ||
| 14258 | 2024.12.21 01:24:58.224385 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14259 | 2024.12.21 01:24:58.224460 [ 195 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14260 | 2024.12.21 01:24:58.224666 [ 195 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1862 rows starting from the beginning of the part | ||
| 14261 | 2024.12.21 01:24:58.224671 [ 287 ] {e3e812c1-8d8b-4736-b829-b154d9cd9f6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14262 | 2024.12.21 01:24:58.224793 [ 287 ] {e3e812c1-8d8b-4736-b829-b154d9cd9f6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14263 | 2024.12.21 01:24:58.225644 [ 195 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part | ||
| 14264 | 2024.12.21 01:24:58.226702 [ 195 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 34 rows starting from the beginning of the part | ||
| 14265 | 2024.12.21 01:24:58.227486 [ 195 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 8 rows starting from the beginning of the part | ||
| 14266 | 2024.12.21 01:24:58.228859 [ 187 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34836 rows, containing 5 columns (5 merged, 0 gathered) in 0.013827563 sec., 2519315.9488768918 rows/sec., 170.08 MiB/sec. | ||
| 14267 | 2024.12.21 01:24:58.229011 [ 195 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 34 rows starting from the beginning of the part | ||
| 14268 | 2024.12.21 01:24:58.229141 [ 287 ] {e3e812c1-8d8b-4736-b829-b154d9cd9f6d} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14269 | 2024.12.21 01:24:58.229254 [ 287 ] {e3e812c1-8d8b-4736-b829-b154d9cd9f6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14270 | 2024.12.21 01:24:58.229364 [ 187 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) | ||
| 14271 | 2024.12.21 01:24:58.230090 [ 195 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 8 rows starting from the beginning of the part | ||
| 14272 | 2024.12.21 01:24:58.230556 [ 187 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14273 | 2024.12.21 01:24:58.230959 [ 187 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 | ||
| 14274 | 2024.12.21 01:24:58.231220 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 14275 | 2024.12.21 01:24:58.231829 [ 287 ] {e3e812c1-8d8b-4736-b829-b154d9cd9f6d} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14276 | 2024.12.21 01:24:58.232405 [ 287 ] {e3e812c1-8d8b-4736-b829-b154d9cd9f6d} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14277 | 2024.12.21 01:24:58.232985 [ 287 ] {e3e812c1-8d8b-4736-b829-b154d9cd9f6d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.008411 sec., 9749.138033527523 rows/sec., 634.05 KiB/sec. | ||
| 14278 | 2024.12.21 01:24:58.233182 [ 287 ] {e3e812c1-8d8b-4736-b829-b154d9cd9f6d} <Debug> TCPHandler: Processed in 0.008943081 sec. | ||
| 14279 | 2024.12.21 01:24:58.243848 [ 194 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1954 rows, containing 19 columns (19 merged, 0 gathered) in 0.020056468 sec., 97424.93045136362 rows/sec., 174.58 MiB/sec. | ||
| 14280 | 2024.12.21 01:24:58.245341 [ 187 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 14281 | 2024.12.21 01:24:58.245765 [ 187 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14282 | 2024.12.21 01:24:58.245848 [ 187 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 14283 | 2024.12.21 01:24:58.245970 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.34 MiB. | ||
| 14284 | 2024.12.21 01:24:59.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.29 MiB, peak 279.61 MiB, free memory in arenas 0.00 B, will set to 268.31 MiB (RSS), difference: 6.02 MiB | ||
| 14285 | 2024.12.21 01:25:01.519683 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31659 | ||
| 14286 | 2024.12.21 01:25:01.520718 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14287 | 2024.12.21 01:25:01.520799 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14288 | 2024.12.21 01:25:01.521379 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14289 | 2024.12.21 01:25:01.521653 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14290 | 2024.12.21 01:25:01.521861 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 | ||
| 14291 | 2024.12.21 01:25:03.182732 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14292 | 2024.12.21 01:25:03.182956 [ 287 ] {9541ed71-1351-42b3-94e4-1d65d68fbcd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14293 | 2024.12.21 01:25:03.183043 [ 287 ] {9541ed71-1351-42b3-94e4-1d65d68fbcd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14294 | 2024.12.21 01:25:03.183875 [ 287 ] {9541ed71-1351-42b3-94e4-1d65d68fbcd8} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14295 | 2024.12.21 01:25:03.183932 [ 287 ] {9541ed71-1351-42b3-94e4-1d65d68fbcd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14296 | 2024.12.21 01:25:03.184368 [ 287 ] {9541ed71-1351-42b3-94e4-1d65d68fbcd8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 14297 | 2024.12.21 01:25:03.184634 [ 287 ] {9541ed71-1351-42b3-94e4-1d65d68fbcd8} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14298 | 2024.12.21 01:25:03.184910 [ 287 ] {9541ed71-1351-42b3-94e4-1d65d68fbcd8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002006 sec., 997.0089730807578 rows/sec., 81.30 KiB/sec. | ||
| 14299 | 2024.12.21 01:25:03.185003 [ 287 ] {9541ed71-1351-42b3-94e4-1d65d68fbcd8} <Debug> TCPHandler: Processed in 0.002418551 sec. | ||
| 14300 | 2024.12.21 01:25:03.185327 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14301 | 2024.12.21 01:25:03.185544 [ 285 ] {6aaaf180-4479-476c-b7d1-147fc7f761fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14302 | 2024.12.21 01:25:03.185621 [ 285 ] {6aaaf180-4479-476c-b7d1-147fc7f761fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14303 | 2024.12.21 01:25:03.186442 [ 285 ] {6aaaf180-4479-476c-b7d1-147fc7f761fb} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14304 | 2024.12.21 01:25:03.186498 [ 285 ] {6aaaf180-4479-476c-b7d1-147fc7f761fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14305 | 2024.12.21 01:25:03.186957 [ 285 ] {6aaaf180-4479-476c-b7d1-147fc7f761fb} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14306 | 2024.12.21 01:25:03.187235 [ 285 ] {6aaaf180-4479-476c-b7d1-147fc7f761fb} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14307 | 2024.12.21 01:25:03.187434 [ 81 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14308 | 2024.12.21 01:25:03.187504 [ 285 ] {6aaaf180-4479-476c-b7d1-147fc7f761fb} <Debug> executeQuery: Read 125 rows, 10.86 KiB in 0.002013 sec., 62096.373571783406 rows/sec., 5.27 MiB/sec. | ||
| 14309 | 2024.12.21 01:25:03.187534 [ 81 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14310 | 2024.12.21 01:25:03.187600 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14311 | 2024.12.21 01:25:03.187647 [ 285 ] {6aaaf180-4479-476c-b7d1-147fc7f761fb} <Debug> TCPHandler: Processed in 0.002488682 sec. | ||
| 14312 | 2024.12.21 01:25:03.187865 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14313 | 2024.12.21 01:25:03.187866 [ 194 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 14314 | 2024.12.21 01:25:03.188041 [ 287 ] {5814308e-6bad-4655-a14f-7b70179c76c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14315 | 2024.12.21 01:25:03.188058 [ 194 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14316 | 2024.12.21 01:25:03.188116 [ 194 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1436 rows starting from the beginning of the part | ||
| 14317 | 2024.12.21 01:25:03.188123 [ 287 ] {5814308e-6bad-4655-a14f-7b70179c76c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14318 | 2024.12.21 01:25:03.188342 [ 194 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1365 rows starting from the beginning of the part | ||
| 14319 | 2024.12.21 01:25:03.188737 [ 194 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part | ||
| 14320 | 2024.12.21 01:25:03.189022 [ 194 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 124 rows starting from the beginning of the part | ||
| 14321 | 2024.12.21 01:25:03.189277 [ 194 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 219 rows starting from the beginning of the part | ||
| 14322 | 2024.12.21 01:25:03.189498 [ 194 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 125 rows starting from the beginning of the part | ||
| 14323 | 2024.12.21 01:25:03.190248 [ 287 ] {5814308e-6bad-4655-a14f-7b70179c76c6} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14324 | 2024.12.21 01:25:03.190293 [ 287 ] {5814308e-6bad-4655-a14f-7b70179c76c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 14325 | 2024.12.21 01:25:03.190868 [ 287 ] {5814308e-6bad-4655-a14f-7b70179c76c6} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14326 | 2024.12.21 01:25:03.191160 [ 287 ] {5814308e-6bad-4655-a14f-7b70179c76c6} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14327 | 2024.12.21 01:25:03.191420 [ 287 ] {5814308e-6bad-4655-a14f-7b70179c76c6} <Debug> executeQuery: Read 36 rows, 2.70 KiB in 0.003424 sec., 10514.018691588784 rows/sec., 787.47 KiB/sec. | ||
| 14328 | 2024.12.21 01:25:03.191591 [ 287 ] {5814308e-6bad-4655-a14f-7b70179c76c6} <Debug> TCPHandler: Processed in 0.003826775 sec. | ||
| 14329 | 2024.12.21 01:25:03.191915 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14330 | 2024.12.21 01:25:03.192405 [ 285 ] {5575d844-988a-410a-bbf5-bf0c80d2b68d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14331 | 2024.12.21 01:25:03.192604 [ 285 ] {5575d844-988a-410a-bbf5-bf0c80d2b68d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14332 | 2024.12.21 01:25:03.192730 [ 187 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3325 rows, containing 5 columns (5 merged, 0 gathered) in 0.005018925 sec., 662492.466016129 rows/sec., 57.86 MiB/sec. | ||
| 14333 | 2024.12.21 01:25:03.193177 [ 187 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14334 | 2024.12.21 01:25:03.194266 [ 187 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_116_23} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14335 | 2024.12.21 01:25:03.194392 [ 187 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_116_23} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14336 | 2024.12.21 01:25:03.194500 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 14337 | 2024.12.21 01:25:03.194735 [ 285 ] {5575d844-988a-410a-bbf5-bf0c80d2b68d} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14338 | 2024.12.21 01:25:03.194776 [ 285 ] {5575d844-988a-410a-bbf5-bf0c80d2b68d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14339 | 2024.12.21 01:25:03.195169 [ 285 ] {5575d844-988a-410a-bbf5-bf0c80d2b68d} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14340 | 2024.12.21 01:25:03.195416 [ 285 ] {5575d844-988a-410a-bbf5-bf0c80d2b68d} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14341 | 2024.12.21 01:25:03.195598 [ 81 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14342 | 2024.12.21 01:25:03.195660 [ 81 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14343 | 2024.12.21 01:25:03.195672 [ 285 ] {5575d844-988a-410a-bbf5-bf0c80d2b68d} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.00346 sec., 28901.73410404624 rows/sec., 2.26 MiB/sec. | ||
| 14344 | 2024.12.21 01:25:03.195701 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14345 | 2024.12.21 01:25:03.195843 [ 285 ] {5575d844-988a-410a-bbf5-bf0c80d2b68d} <Debug> TCPHandler: Processed in 0.00415586 sec. | ||
| 14346 | 2024.12.21 01:25:03.195956 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 14347 | 2024.12.21 01:25:03.196022 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14348 | 2024.12.21 01:25:03.196091 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14349 | 2024.12.21 01:25:03.196139 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 916 rows starting from the beginning of the part | ||
| 14350 | 2024.12.21 01:25:03.196173 [ 287 ] {1174283a-119a-460e-956f-0a7aeab453b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14351 | 2024.12.21 01:25:03.196295 [ 287 ] {1174283a-119a-460e-956f-0a7aeab453b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14352 | 2024.12.21 01:25:03.196316 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 858 rows starting from the beginning of the part | ||
| 14353 | 2024.12.21 01:25:03.196584 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part | ||
| 14354 | 2024.12.21 01:25:03.196856 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 98 rows starting from the beginning of the part | ||
| 14355 | 2024.12.21 01:25:03.197068 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 390 rows starting from the beginning of the part | ||
| 14356 | 2024.12.21 01:25:03.197165 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 100 rows starting from the beginning of the part | ||
| 14357 | 2024.12.21 01:25:03.198172 [ 287 ] {1174283a-119a-460e-956f-0a7aeab453b6} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14358 | 2024.12.21 01:25:03.198220 [ 287 ] {1174283a-119a-460e-956f-0a7aeab453b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 14359 | 2024.12.21 01:25:03.198775 [ 287 ] {1174283a-119a-460e-956f-0a7aeab453b6} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14360 | 2024.12.21 01:25:03.199105 [ 287 ] {1174283a-119a-460e-956f-0a7aeab453b6} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14361 | 2024.12.21 01:25:03.199378 [ 287 ] {1174283a-119a-460e-956f-0a7aeab453b6} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003236 sec., 49752.781211372065 rows/sec., 3.46 MiB/sec. | ||
| 14362 | 2024.12.21 01:25:03.199517 [ 287 ] {1174283a-119a-460e-956f-0a7aeab453b6} <Debug> TCPHandler: Processed in 0.00355752 sec. | ||
| 14363 | 2024.12.21 01:25:03.199767 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14364 | 2024.12.21 01:25:03.200150 [ 285 ] {dd4ece64-08b7-4e27-aa1a-1216ded2d905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14365 | 2024.12.21 01:25:03.200535 [ 285 ] {dd4ece64-08b7-4e27-aa1a-1216ded2d905} <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 | ||
| 14366 | 2024.12.21 01:25:03.200749 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2426 rows, containing 5 columns (5 merged, 0 gathered) in 0.004894023 sec., 495706.7018279236 rows/sec., 38.03 MiB/sec. | ||
| 14367 | 2024.12.21 01:25:03.201150 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14368 | 2024.12.21 01:25:03.202289 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_116_23} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14369 | 2024.12.21 01:25:03.202655 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_116_23} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14370 | 2024.12.21 01:25:03.202855 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 14371 | 2024.12.21 01:25:03.203882 [ 285 ] {dd4ece64-08b7-4e27-aa1a-1216ded2d905} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14372 | 2024.12.21 01:25:03.203924 [ 285 ] {dd4ece64-08b7-4e27-aa1a-1216ded2d905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14373 | 2024.12.21 01:25:03.204624 [ 285 ] {dd4ece64-08b7-4e27-aa1a-1216ded2d905} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14374 | 2024.12.21 01:25:03.204895 [ 285 ] {dd4ece64-08b7-4e27-aa1a-1216ded2d905} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14375 | 2024.12.21 01:25:03.205148 [ 285 ] {dd4ece64-08b7-4e27-aa1a-1216ded2d905} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.005155 sec., 6595.538312318138 rows/sec., 11.82 MiB/sec. | ||
| 14376 | 2024.12.21 01:25:03.205263 [ 285 ] {dd4ece64-08b7-4e27-aa1a-1216ded2d905} <Debug> TCPHandler: Processed in 0.005649625 sec. | ||
| 14377 | 2024.12.21 01:25:03.205415 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14378 | 2024.12.21 01:25:03.205539 [ 287 ] {a50f8068-303c-4c72-be5c-e72d11d5d184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14379 | 2024.12.21 01:25:03.205593 [ 287 ] {a50f8068-303c-4c72-be5c-e72d11d5d184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14380 | 2024.12.21 01:25:03.206109 [ 287 ] {a50f8068-303c-4c72-be5c-e72d11d5d184} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14381 | 2024.12.21 01:25:03.206149 [ 287 ] {a50f8068-303c-4c72-be5c-e72d11d5d184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14382 | 2024.12.21 01:25:03.206539 [ 287 ] {a50f8068-303c-4c72-be5c-e72d11d5d184} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14383 | 2024.12.21 01:25:03.206797 [ 287 ] {a50f8068-303c-4c72-be5c-e72d11d5d184} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14384 | 2024.12.21 01:25:03.206990 [ 83 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14385 | 2024.12.21 01:25:03.207020 [ 287 ] {a50f8068-303c-4c72-be5c-e72d11d5d184} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec. | ||
| 14386 | 2024.12.21 01:25:03.207042 [ 83 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14387 | 2024.12.21 01:25:03.207111 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 14388 | 2024.12.21 01:25:03.207142 [ 287 ] {a50f8068-303c-4c72-be5c-e72d11d5d184} <Debug> TCPHandler: Processed in 0.00178147 sec. | ||
| 14389 | 2024.12.21 01:25:03.207298 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 14390 | 2024.12.21 01:25:03.207405 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14391 | 2024.12.21 01:25:03.207451 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6782 rows starting from the beginning of the part | ||
| 14392 | 2024.12.21 01:25:03.207692 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 34 rows starting from the beginning of the part | ||
| 14393 | 2024.12.21 01:25:03.208133 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 48 rows starting from the beginning of the part | ||
| 14394 | 2024.12.21 01:25:03.208559 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part | ||
| 14395 | 2024.12.21 01:25:03.208826 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 82 rows starting from the beginning of the part | ||
| 14396 | 2024.12.21 01:25:03.209121 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part | ||
| 14397 | 2024.12.21 01:25:03.211168 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7066 rows, containing 4 columns (4 merged, 0 gathered) in 0.003961496 sec., 1783669.6036042948 rows/sec., 116.27 MiB/sec. | ||
| 14398 | 2024.12.21 01:25:03.211665 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14399 | 2024.12.21 01:25:03.211997 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_116_23} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14400 | 2024.12.21 01:25:03.212093 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_116_23} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14401 | 2024.12.21 01:25:03.212200 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
| 14402 | 2024.12.21 01:25:03.759711 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 14403 | 2024.12.21 01:25:03.780983 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14404 | 2024.12.21 01:25:03.781043 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 14405 | 2024.12.21 01:25:03.788550 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14406 | 2024.12.21 01:25:03.789350 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14407 | 2024.12.21 01:25:03.793595 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 14408 | 2024.12.21 01:25:04.000179 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.42 MiB, peak 279.61 MiB, free memory in arenas 0.00 B, will set to 268.31 MiB (RSS), difference: -1.11 MiB | ||
| 14409 | 2024.12.21 01:25:04.250142 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2038 | ||
| 14410 | 2024.12.21 01:25:04.253288 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14411 | 2024.12.21 01:25:04.253342 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 14412 | 2024.12.21 01:25:04.254827 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14413 | 2024.12.21 01:25:04.255151 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14414 | 2024.12.21 01:25:04.255438 [ 79 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 14415 | 2024.12.21 01:25:04.255577 [ 79 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14416 | 2024.12.21 01:25:04.255657 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 14417 | 2024.12.21 01:25:04.256097 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 14418 | 2024.12.21 01:25:04.256448 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2038 | ||
| 14419 | 2024.12.21 01:25:04.257043 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14420 | 2024.12.21 01:25:04.257240 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1868 rows starting from the beginning of the part | ||
| 14421 | 2024.12.21 01:25:04.257876 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 20 rows starting from the beginning of the part | ||
| 14422 | 2024.12.21 01:25:04.258567 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 36 rows starting from the beginning of the part | ||
| 14423 | 2024.12.21 01:25:04.259218 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 58 rows starting from the beginning of the part | ||
| 14424 | 2024.12.21 01:25:04.259944 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 20 rows starting from the beginning of the part | ||
| 14425 | 2024.12.21 01:25:04.260579 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part | ||
| 14426 | 2024.12.21 01:25:04.269958 [ 192 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2038 rows, containing 72 columns (72 merged, 0 gathered) in 0.014142148 sec., 144108.23589174714 rows/sec., 109.03 MiB/sec. | ||
| 14427 | 2024.12.21 01:25:04.271677 [ 192 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 14428 | 2024.12.21 01:25:04.272393 [ 192 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_51_10} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14429 | 2024.12.21 01:25:04.272490 [ 192 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_51_10} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 14430 | 2024.12.21 01:25:04.272712 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 14431 | 2024.12.21 01:25:08.191724 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14432 | 2024.12.21 01:25:08.191973 [ 287 ] {b5cd069c-da93-427f-8781-063e18606843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14433 | 2024.12.21 01:25:08.192069 [ 287 ] {b5cd069c-da93-427f-8781-063e18606843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14434 | 2024.12.21 01:25:08.193172 [ 287 ] {b5cd069c-da93-427f-8781-063e18606843} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14435 | 2024.12.21 01:25:08.193242 [ 287 ] {b5cd069c-da93-427f-8781-063e18606843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 14436 | 2024.12.21 01:25:08.193839 [ 287 ] {b5cd069c-da93-427f-8781-063e18606843} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14437 | 2024.12.21 01:25:08.194183 [ 287 ] {b5cd069c-da93-427f-8781-063e18606843} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14438 | 2024.12.21 01:25:08.194438 [ 287 ] {b5cd069c-da93-427f-8781-063e18606843} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00253 sec., 5533.596837944664 rows/sec., 398.34 KiB/sec. | ||
| 14439 | 2024.12.21 01:25:08.194555 [ 287 ] {b5cd069c-da93-427f-8781-063e18606843} <Debug> TCPHandler: Processed in 0.00301615 sec. | ||
| 14440 | 2024.12.21 01:25:08.194975 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14441 | 2024.12.21 01:25:08.195248 [ 285 ] {5f14af2d-591d-4883-9a64-89a1532a59ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14442 | 2024.12.21 01:25:08.195359 [ 285 ] {5f14af2d-591d-4883-9a64-89a1532a59ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14443 | 2024.12.21 01:25:08.196611 [ 285 ] {5f14af2d-591d-4883-9a64-89a1532a59ca} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14444 | 2024.12.21 01:25:08.196684 [ 285 ] {5f14af2d-591d-4883-9a64-89a1532a59ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 14445 | 2024.12.21 01:25:08.197345 [ 285 ] {5f14af2d-591d-4883-9a64-89a1532a59ca} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14446 | 2024.12.21 01:25:08.197745 [ 285 ] {5f14af2d-591d-4883-9a64-89a1532a59ca} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14447 | 2024.12.21 01:25:08.198080 [ 285 ] {5f14af2d-591d-4883-9a64-89a1532a59ca} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002908 sec., 75309.49105914719 rows/sec., 6.56 MiB/sec. | ||
| 14448 | 2024.12.21 01:25:08.198186 [ 285 ] {5f14af2d-591d-4883-9a64-89a1532a59ca} <Debug> TCPHandler: Processed in 0.003436168 sec. | ||
| 14449 | 2024.12.21 01:25:08.198408 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14450 | 2024.12.21 01:25:08.198567 [ 287 ] {8ba59c17-90d2-47ef-a9c3-d9a7c2ca9a00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14451 | 2024.12.21 01:25:08.198638 [ 287 ] {8ba59c17-90d2-47ef-a9c3-d9a7c2ca9a00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14452 | 2024.12.21 01:25:08.199425 [ 287 ] {8ba59c17-90d2-47ef-a9c3-d9a7c2ca9a00} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14453 | 2024.12.21 01:25:08.199476 [ 287 ] {8ba59c17-90d2-47ef-a9c3-d9a7c2ca9a00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 14454 | 2024.12.21 01:25:08.200096 [ 287 ] {8ba59c17-90d2-47ef-a9c3-d9a7c2ca9a00} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 14455 | 2024.12.21 01:25:08.200552 [ 287 ] {8ba59c17-90d2-47ef-a9c3-d9a7c2ca9a00} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14456 | 2024.12.21 01:25:08.200863 [ 287 ] {8ba59c17-90d2-47ef-a9c3-d9a7c2ca9a00} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002336 sec., 6421.232876712329 rows/sec., 452.75 KiB/sec. | ||
| 14457 | 2024.12.21 01:25:08.200943 [ 287 ] {8ba59c17-90d2-47ef-a9c3-d9a7c2ca9a00} <Debug> TCPHandler: Processed in 0.002611164 sec. | ||
| 14458 | 2024.12.21 01:25:08.201180 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14459 | 2024.12.21 01:25:08.201371 [ 285 ] {1942ecec-8120-49b3-bcc7-f9aceac09392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14460 | 2024.12.21 01:25:08.201451 [ 285 ] {1942ecec-8120-49b3-bcc7-f9aceac09392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14461 | 2024.12.21 01:25:08.202279 [ 285 ] {1942ecec-8120-49b3-bcc7-f9aceac09392} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14462 | 2024.12.21 01:25:08.202341 [ 285 ] {1942ecec-8120-49b3-bcc7-f9aceac09392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 14463 | 2024.12.21 01:25:08.202873 [ 285 ] {1942ecec-8120-49b3-bcc7-f9aceac09392} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14464 | 2024.12.21 01:25:08.203230 [ 285 ] {1942ecec-8120-49b3-bcc7-f9aceac09392} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14465 | 2024.12.21 01:25:08.203594 [ 285 ] {1942ecec-8120-49b3-bcc7-f9aceac09392} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002267 sec., 6175.562417291575 rows/sec., 432.50 KiB/sec. | ||
| 14466 | 2024.12.21 01:25:08.203822 [ 285 ] {1942ecec-8120-49b3-bcc7-f9aceac09392} <Debug> TCPHandler: Processed in 0.002724725 sec. | ||
| 14467 | 2024.12.21 01:25:08.204075 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14468 | 2024.12.21 01:25:08.204230 [ 287 ] {2568190d-38e4-4b0b-99c0-43f74590bb64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14469 | 2024.12.21 01:25:08.204296 [ 287 ] {2568190d-38e4-4b0b-99c0-43f74590bb64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14470 | 2024.12.21 01:25:08.206196 [ 287 ] {2568190d-38e4-4b0b-99c0-43f74590bb64} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14471 | 2024.12.21 01:25:08.206272 [ 287 ] {2568190d-38e4-4b0b-99c0-43f74590bb64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 14472 | 2024.12.21 01:25:08.206774 [ 287 ] {2568190d-38e4-4b0b-99c0-43f74590bb64} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14473 | 2024.12.21 01:25:08.207084 [ 287 ] {2568190d-38e4-4b0b-99c0-43f74590bb64} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14474 | 2024.12.21 01:25:08.207337 [ 287 ] {2568190d-38e4-4b0b-99c0-43f74590bb64} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003146 sec., 4132.231404958678 rows/sec., 257.64 KiB/sec. | ||
| 14475 | 2024.12.21 01:25:08.207440 [ 287 ] {2568190d-38e4-4b0b-99c0-43f74590bb64} <Debug> TCPHandler: Processed in 0.003475898 sec. | ||
| 14476 | 2024.12.21 01:25:08.207697 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14477 | 2024.12.21 01:25:08.207880 [ 285 ] {00788b38-b35f-4241-9af7-a625f14f7632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14478 | 2024.12.21 01:25:08.207956 [ 285 ] {00788b38-b35f-4241-9af7-a625f14f7632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14479 | 2024.12.21 01:25:08.208999 [ 285 ] {00788b38-b35f-4241-9af7-a625f14f7632} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14480 | 2024.12.21 01:25:08.209056 [ 285 ] {00788b38-b35f-4241-9af7-a625f14f7632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 14481 | 2024.12.21 01:25:08.209663 [ 285 ] {00788b38-b35f-4241-9af7-a625f14f7632} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14482 | 2024.12.21 01:25:08.210033 [ 285 ] {00788b38-b35f-4241-9af7-a625f14f7632} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14483 | 2024.12.21 01:25:08.210377 [ 285 ] {00788b38-b35f-4241-9af7-a625f14f7632} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002533 sec., 153967.62731938413 rows/sec., 10.92 MiB/sec. | ||
| 14484 | 2024.12.21 01:25:08.210463 [ 285 ] {00788b38-b35f-4241-9af7-a625f14f7632} <Debug> TCPHandler: Processed in 0.002888538 sec. | ||
| 14485 | 2024.12.21 01:25:08.210682 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14486 | 2024.12.21 01:25:08.210832 [ 287 ] {63fd4c16-1b80-4621-9482-784a4896edc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14487 | 2024.12.21 01:25:08.210900 [ 287 ] {63fd4c16-1b80-4621-9482-784a4896edc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14488 | 2024.12.21 01:25:08.211542 [ 287 ] {63fd4c16-1b80-4621-9482-784a4896edc6} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14489 | 2024.12.21 01:25:08.211591 [ 287 ] {63fd4c16-1b80-4621-9482-784a4896edc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 14490 | 2024.12.21 01:25:08.212089 [ 287 ] {63fd4c16-1b80-4621-9482-784a4896edc6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14491 | 2024.12.21 01:25:08.212413 [ 287 ] {63fd4c16-1b80-4621-9482-784a4896edc6} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14492 | 2024.12.21 01:25:08.212667 [ 287 ] {63fd4c16-1b80-4621-9482-784a4896edc6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001858 sec., 3229.278794402583 rows/sec., 168.72 KiB/sec. | ||
| 14493 | 2024.12.21 01:25:08.212786 [ 287 ] {63fd4c16-1b80-4621-9482-784a4896edc6} <Debug> TCPHandler: Processed in 0.002179947 sec. | ||
| 14494 | 2024.12.21 01:25:08.213040 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14495 | 2024.12.21 01:25:08.213246 [ 285 ] {10764a6b-e8a3-4ca6-91fd-cb18e6876b44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14496 | 2024.12.21 01:25:08.213321 [ 285 ] {10764a6b-e8a3-4ca6-91fd-cb18e6876b44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14497 | 2024.12.21 01:25:08.214099 [ 285 ] {10764a6b-e8a3-4ca6-91fd-cb18e6876b44} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14498 | 2024.12.21 01:25:08.214151 [ 285 ] {10764a6b-e8a3-4ca6-91fd-cb18e6876b44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 14499 | 2024.12.21 01:25:08.214728 [ 285 ] {10764a6b-e8a3-4ca6-91fd-cb18e6876b44} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14500 | 2024.12.21 01:25:08.215095 [ 285 ] {10764a6b-e8a3-4ca6-91fd-cb18e6876b44} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14501 | 2024.12.21 01:25:08.215345 [ 285 ] {10764a6b-e8a3-4ca6-91fd-cb18e6876b44} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002138 sec., 110851.2628624883 rows/sec., 7.43 MiB/sec. | ||
| 14502 | 2024.12.21 01:25:08.215458 [ 285 ] {10764a6b-e8a3-4ca6-91fd-cb18e6876b44} <Debug> TCPHandler: Processed in 0.002562294 sec. | ||
| 14503 | 2024.12.21 01:25:08.215701 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14504 | 2024.12.21 01:25:08.216018 [ 287 ] {c1d10293-8f0d-4758-ab5a-9664079a7d5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14505 | 2024.12.21 01:25:08.216101 [ 287 ] {c1d10293-8f0d-4758-ab5a-9664079a7d5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14506 | 2024.12.21 01:25:08.216742 [ 287 ] {c1d10293-8f0d-4758-ab5a-9664079a7d5b} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14507 | 2024.12.21 01:25:08.216789 [ 287 ] {c1d10293-8f0d-4758-ab5a-9664079a7d5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 14508 | 2024.12.21 01:25:08.217263 [ 287 ] {c1d10293-8f0d-4758-ab5a-9664079a7d5b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14509 | 2024.12.21 01:25:08.217592 [ 287 ] {c1d10293-8f0d-4758-ab5a-9664079a7d5b} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14510 | 2024.12.21 01:25:08.217817 [ 75 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Selected 6 parts from all_1_45_10 to all_50_50_0 | ||
| 14511 | 2024.12.21 01:25:08.217888 [ 287 ] {c1d10293-8f0d-4758-ab5a-9664079a7d5b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001941 sec., 515.1983513652756 rows/sec., 34.72 KiB/sec. | ||
| 14512 | 2024.12.21 01:25:08.217905 [ 75 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14513 | 2024.12.21 01:25:08.218003 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 14514 | 2024.12.21 01:25:08.218030 [ 287 ] {c1d10293-8f0d-4758-ab5a-9664079a7d5b} <Debug> TCPHandler: Processed in 0.002438781 sec. | ||
| 14515 | 2024.12.21 01:25:08.218355 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14516 | 2024.12.21 01:25:08.218468 [ 196 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_50_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_10 to all_50_50_0 into Compact with storage Full | ||
| 14517 | 2024.12.21 01:25:08.218844 [ 285 ] {13edc339-b4dc-4531-a957-c88694c703d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14518 | 2024.12.21 01:25:08.219396 [ 196 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_50_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14519 | 2024.12.21 01:25:08.219401 [ 285 ] {13edc339-b4dc-4531-a957-c88694c703d5} <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 | ||
| 14520 | 2024.12.21 01:25:08.219590 [ 196 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_10, total 45 rows starting from the beginning of the part | ||
| 14521 | 2024.12.21 01:25:08.220018 [ 196 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 14522 | 2024.12.21 01:25:08.220534 [ 196 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 14523 | 2024.12.21 01:25:08.221065 [ 196 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
| 14524 | 2024.12.21 01:25:08.221664 [ 196 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
| 14525 | 2024.12.21 01:25:08.222095 [ 196 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part | ||
| 14526 | 2024.12.21 01:25:08.225989 [ 285 ] {13edc339-b4dc-4531-a957-c88694c703d5} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14527 | 2024.12.21 01:25:08.226087 [ 285 ] {13edc339-b4dc-4531-a957-c88694c703d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 14528 | 2024.12.21 01:25:08.226764 [ 188 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_50_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.008615075 sec., 5803.780001915247 rows/sec., 391.08 KiB/sec. | ||
| 14529 | 2024.12.21 01:25:08.226988 [ 188 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_50_11} <Trace> MergedBlockOutputStream: filled checksums all_1_50_11 (state Temporary) | ||
| 14530 | 2024.12.21 01:25:08.227811 [ 188 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_50_11} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_merge_all_1_50_11 to all_1_50_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14531 | 2024.12.21 01:25:08.228074 [ 188 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_50_11} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Merged 6 parts: [all_1_45_10, all_50_50_0] -> all_1_50_11 | ||
| 14532 | 2024.12.21 01:25:08.228177 [ 285 ] {13edc339-b4dc-4531-a957-c88694c703d5} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 14533 | 2024.12.21 01:25:08.228289 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 14534 | 2024.12.21 01:25:08.228673 [ 285 ] {13edc339-b4dc-4531-a957-c88694c703d5} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14535 | 2024.12.21 01:25:08.229000 [ 285 ] {13edc339-b4dc-4531-a957-c88694c703d5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.010379 sec., 770.7871663936796 rows/sec., 1.38 MiB/sec. | ||
| 14536 | 2024.12.21 01:25:08.229416 [ 285 ] {13edc339-b4dc-4531-a957-c88694c703d5} <Debug> TCPHandler: Processed in 0.0112514 sec. | ||
| 14537 | 2024.12.21 01:25:08.229735 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14538 | 2024.12.21 01:25:08.229904 [ 287 ] {01cfba6a-4008-4e3c-8a54-9332f798f434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14539 | 2024.12.21 01:25:08.229975 [ 287 ] {01cfba6a-4008-4e3c-8a54-9332f798f434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14540 | 2024.12.21 01:25:08.230675 [ 287 ] {01cfba6a-4008-4e3c-8a54-9332f798f434} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14541 | 2024.12.21 01:25:08.230728 [ 287 ] {01cfba6a-4008-4e3c-8a54-9332f798f434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 14542 | 2024.12.21 01:25:08.231252 [ 287 ] {01cfba6a-4008-4e3c-8a54-9332f798f434} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14543 | 2024.12.21 01:25:08.231564 [ 287 ] {01cfba6a-4008-4e3c-8a54-9332f798f434} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14544 | 2024.12.21 01:25:08.231849 [ 287 ] {01cfba6a-4008-4e3c-8a54-9332f798f434} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001987 sec., 41268.24358329139 rows/sec., 2.62 MiB/sec. | ||
| 14545 | 2024.12.21 01:25:08.231914 [ 287 ] {01cfba6a-4008-4e3c-8a54-9332f798f434} <Debug> TCPHandler: Processed in 0.00236558 sec. | ||
| 14546 | 2024.12.21 01:25:08.448385 [ 221 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14547 | 2024.12.21 01:25:08.448442 [ 221 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14548 | 2024.12.21 01:25:08.455913 [ 221 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14549 | 2024.12.21 01:25:08.827551 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14550 | 2024.12.21 01:25:08.827622 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14551 | 2024.12.21 01:25:09.021969 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32147 | ||
| 14552 | 2024.12.21 01:25:09.022641 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14553 | 2024.12.21 01:25:09.022692 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14554 | 2024.12.21 01:25:09.023235 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14555 | 2024.12.21 01:25:09.023546 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14556 | 2024.12.21 01:25:09.023842 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32147 | ||
| 14557 | 2024.12.21 01:25:09.533021 [ 219 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14558 | 2024.12.21 01:25:09.533079 [ 219 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14559 | 2024.12.21 01:25:09.535157 [ 219 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14560 | 2024.12.21 01:25:11.293654 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 14561 | 2024.12.21 01:25:11.316871 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14562 | 2024.12.21 01:25:11.316936 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14563 | 2024.12.21 01:25:11.324223 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14564 | 2024.12.21 01:25:11.325025 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14565 | 2024.12.21 01:25:11.328308 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 14566 | 2024.12.21 01:25:13.182664 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14567 | 2024.12.21 01:25:13.182855 [ 287 ] {d4019045-1c18-4bf2-ab05-6298afe72571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14568 | 2024.12.21 01:25:13.182931 [ 287 ] {d4019045-1c18-4bf2-ab05-6298afe72571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14569 | 2024.12.21 01:25:13.183714 [ 287 ] {d4019045-1c18-4bf2-ab05-6298afe72571} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14570 | 2024.12.21 01:25:13.183764 [ 287 ] {d4019045-1c18-4bf2-ab05-6298afe72571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14571 | 2024.12.21 01:25:13.184206 [ 287 ] {d4019045-1c18-4bf2-ab05-6298afe72571} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14572 | 2024.12.21 01:25:13.184464 [ 287 ] {d4019045-1c18-4bf2-ab05-6298afe72571} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14573 | 2024.12.21 01:25:13.184694 [ 287 ] {d4019045-1c18-4bf2-ab05-6298afe72571} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.001892 sec., 65539.11205073996 rows/sec., 5.57 MiB/sec. | ||
| 14574 | 2024.12.21 01:25:13.184758 [ 287 ] {d4019045-1c18-4bf2-ab05-6298afe72571} <Debug> TCPHandler: Processed in 0.002226308 sec. | ||
| 14575 | 2024.12.21 01:25:13.184995 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14576 | 2024.12.21 01:25:13.185192 [ 285 ] {a9ab53eb-677e-444b-a110-fe0bcbf54bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14577 | 2024.12.21 01:25:13.185268 [ 285 ] {a9ab53eb-677e-444b-a110-fe0bcbf54bdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14578 | 2024.12.21 01:25:13.186027 [ 285 ] {a9ab53eb-677e-444b-a110-fe0bcbf54bdf} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14579 | 2024.12.21 01:25:13.186078 [ 285 ] {a9ab53eb-677e-444b-a110-fe0bcbf54bdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14580 | 2024.12.21 01:25:13.186528 [ 285 ] {a9ab53eb-677e-444b-a110-fe0bcbf54bdf} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14581 | 2024.12.21 01:25:13.186796 [ 285 ] {a9ab53eb-677e-444b-a110-fe0bcbf54bdf} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14582 | 2024.12.21 01:25:13.187037 [ 285 ] {a9ab53eb-677e-444b-a110-fe0bcbf54bdf} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001903 sec., 17866.526537046768 rows/sec., 1.31 MiB/sec. | ||
| 14583 | 2024.12.21 01:25:13.187099 [ 285 ] {a9ab53eb-677e-444b-a110-fe0bcbf54bdf} <Debug> TCPHandler: Processed in 0.002231537 sec. | ||
| 14584 | 2024.12.21 01:25:13.187250 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14585 | 2024.12.21 01:25:13.187394 [ 287 ] {c9a5bd0c-e761-4750-8317-96180cd629c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14586 | 2024.12.21 01:25:13.187454 [ 287 ] {c9a5bd0c-e761-4750-8317-96180cd629c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14587 | 2024.12.21 01:25:13.188137 [ 287 ] {c9a5bd0c-e761-4750-8317-96180cd629c8} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14588 | 2024.12.21 01:25:13.188175 [ 287 ] {c9a5bd0c-e761-4750-8317-96180cd629c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14589 | 2024.12.21 01:25:13.188550 [ 287 ] {c9a5bd0c-e761-4750-8317-96180cd629c8} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14590 | 2024.12.21 01:25:13.188785 [ 287 ] {c9a5bd0c-e761-4750-8317-96180cd629c8} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14591 | 2024.12.21 01:25:13.189000 [ 287 ] {c9a5bd0c-e761-4750-8317-96180cd629c8} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001642 sec., 59683.31303288673 rows/sec., 4.66 MiB/sec. | ||
| 14592 | 2024.12.21 01:25:13.189056 [ 287 ] {c9a5bd0c-e761-4750-8317-96180cd629c8} <Debug> TCPHandler: Processed in 0.001874142 sec. | ||
| 14593 | 2024.12.21 01:25:13.189197 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14594 | 2024.12.21 01:25:13.189320 [ 285 ] {9c00ef9d-8f4b-4b99-9468-54e6737802c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14595 | 2024.12.21 01:25:13.189374 [ 285 ] {9c00ef9d-8f4b-4b99-9468-54e6737802c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14596 | 2024.12.21 01:25:13.189961 [ 285 ] {9c00ef9d-8f4b-4b99-9468-54e6737802c0} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14597 | 2024.12.21 01:25:13.190003 [ 285 ] {9c00ef9d-8f4b-4b99-9468-54e6737802c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14598 | 2024.12.21 01:25:13.190414 [ 285 ] {9c00ef9d-8f4b-4b99-9468-54e6737802c0} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14599 | 2024.12.21 01:25:13.190680 [ 285 ] {9c00ef9d-8f4b-4b99-9468-54e6737802c0} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14600 | 2024.12.21 01:25:13.190897 [ 285 ] {9c00ef9d-8f4b-4b99-9468-54e6737802c0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001602 sec., 99875.15605493134 rows/sec., 6.96 MiB/sec. | ||
| 14601 | 2024.12.21 01:25:13.190951 [ 285 ] {9c00ef9d-8f4b-4b99-9468-54e6737802c0} <Debug> TCPHandler: Processed in 0.00180847 sec. | ||
| 14602 | 2024.12.21 01:25:13.191107 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14603 | 2024.12.21 01:25:13.191243 [ 287 ] {bc9b3e04-d51d-4bd5-8870-de9d3928390f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14604 | 2024.12.21 01:25:13.191336 [ 287 ] {bc9b3e04-d51d-4bd5-8870-de9d3928390f} <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 | ||
| 14605 | 2024.12.21 01:25:13.192548 [ 287 ] {bc9b3e04-d51d-4bd5-8870-de9d3928390f} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14606 | 2024.12.21 01:25:13.192587 [ 287 ] {bc9b3e04-d51d-4bd5-8870-de9d3928390f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14607 | 2024.12.21 01:25:13.193258 [ 287 ] {bc9b3e04-d51d-4bd5-8870-de9d3928390f} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14608 | 2024.12.21 01:25:13.193509 [ 287 ] {bc9b3e04-d51d-4bd5-8870-de9d3928390f} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14609 | 2024.12.21 01:25:13.193782 [ 287 ] {bc9b3e04-d51d-4bd5-8870-de9d3928390f} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002567 sec., 13245.033112582782 rows/sec., 23.73 MiB/sec. | ||
| 14610 | 2024.12.21 01:25:13.193968 [ 287 ] {bc9b3e04-d51d-4bd5-8870-de9d3928390f} <Debug> TCPHandler: Processed in 0.00292548 sec. | ||
| 14611 | 2024.12.21 01:25:13.194208 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14612 | 2024.12.21 01:25:13.194530 [ 285 ] {fce17d33-f0df-4ab8-ad64-299ea5d164dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14613 | 2024.12.21 01:25:13.194671 [ 285 ] {fce17d33-f0df-4ab8-ad64-299ea5d164dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14614 | 2024.12.21 01:25:13.195231 [ 285 ] {fce17d33-f0df-4ab8-ad64-299ea5d164dd} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14615 | 2024.12.21 01:25:13.195271 [ 285 ] {fce17d33-f0df-4ab8-ad64-299ea5d164dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14616 | 2024.12.21 01:25:13.195661 [ 285 ] {fce17d33-f0df-4ab8-ad64-299ea5d164dd} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14617 | 2024.12.21 01:25:13.195909 [ 285 ] {fce17d33-f0df-4ab8-ad64-299ea5d164dd} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14618 | 2024.12.21 01:25:13.196154 [ 285 ] {fce17d33-f0df-4ab8-ad64-299ea5d164dd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001747 sec., 34344.5907269605 rows/sec., 2.31 MiB/sec. | ||
| 14619 | 2024.12.21 01:25:13.196225 [ 285 ] {fce17d33-f0df-4ab8-ad64-299ea5d164dd} <Debug> TCPHandler: Processed in 0.002143206 sec. | ||
| 14620 | 2024.12.21 01:25:13.196232 [ 218 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14621 | 2024.12.21 01:25:13.196296 [ 218 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14622 | 2024.12.21 01:25:13.198287 [ 218 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14623 | 2024.12.21 01:25:13.464703 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14624 | 2024.12.21 01:25:13.464867 [ 287 ] {793afd41-409f-46c9-899f-9015073d97bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14625 | 2024.12.21 01:25:13.464960 [ 287 ] {793afd41-409f-46c9-899f-9015073d97bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14626 | 2024.12.21 01:25:13.465979 [ 287 ] {793afd41-409f-46c9-899f-9015073d97bc} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14627 | 2024.12.21 01:25:13.466020 [ 287 ] {793afd41-409f-46c9-899f-9015073d97bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14628 | 2024.12.21 01:25:13.466399 [ 287 ] {793afd41-409f-46c9-899f-9015073d97bc} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14629 | 2024.12.21 01:25:13.466666 [ 287 ] {793afd41-409f-46c9-899f-9015073d97bc} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14630 | 2024.12.21 01:25:13.466893 [ 287 ] {793afd41-409f-46c9-899f-9015073d97bc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002076 sec., 6743.73795761079 rows/sec., 485.46 KiB/sec. | ||
| 14631 | 2024.12.21 01:25:13.466957 [ 287 ] {793afd41-409f-46c9-899f-9015073d97bc} <Debug> TCPHandler: Processed in 0.002328839 sec. | ||
| 14632 | 2024.12.21 01:25:13.467177 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14633 | 2024.12.21 01:25:13.467330 [ 285 ] {3e4bc1e5-c7c5-48ee-a265-1ad739ac069d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14634 | 2024.12.21 01:25:13.467391 [ 285 ] {3e4bc1e5-c7c5-48ee-a265-1ad739ac069d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14635 | 2024.12.21 01:25:13.468672 [ 285 ] {3e4bc1e5-c7c5-48ee-a265-1ad739ac069d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14636 | 2024.12.21 01:25:13.468719 [ 285 ] {3e4bc1e5-c7c5-48ee-a265-1ad739ac069d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14637 | 2024.12.21 01:25:13.469208 [ 285 ] {3e4bc1e5-c7c5-48ee-a265-1ad739ac069d} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14638 | 2024.12.21 01:25:13.469463 [ 285 ] {3e4bc1e5-c7c5-48ee-a265-1ad739ac069d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14639 | 2024.12.21 01:25:13.469707 [ 285 ] {3e4bc1e5-c7c5-48ee-a265-1ad739ac069d} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.002413 sec., 563199.3369249896 rows/sec., 46.81 MiB/sec. | ||
| 14640 | 2024.12.21 01:25:13.469774 [ 285 ] {3e4bc1e5-c7c5-48ee-a265-1ad739ac069d} <Debug> TCPHandler: Processed in 0.002717696 sec. | ||
| 14641 | 2024.12.21 01:25:13.469928 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14642 | 2024.12.21 01:25:13.470047 [ 287 ] {1e979aca-43c6-4e4e-8ad5-9d054f7d51b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14643 | 2024.12.21 01:25:13.470099 [ 287 ] {1e979aca-43c6-4e4e-8ad5-9d054f7d51b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14644 | 2024.12.21 01:25:13.470700 [ 287 ] {1e979aca-43c6-4e4e-8ad5-9d054f7d51b5} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14645 | 2024.12.21 01:25:13.470739 [ 287 ] {1e979aca-43c6-4e4e-8ad5-9d054f7d51b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14646 | 2024.12.21 01:25:13.471101 [ 287 ] {1e979aca-43c6-4e4e-8ad5-9d054f7d51b5} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 14647 | 2024.12.21 01:25:13.471337 [ 287 ] {1e979aca-43c6-4e4e-8ad5-9d054f7d51b5} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14648 | 2024.12.21 01:25:13.471552 [ 287 ] {1e979aca-43c6-4e4e-8ad5-9d054f7d51b5} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001529 sec., 9810.333551340746 rows/sec., 691.71 KiB/sec. | ||
| 14649 | 2024.12.21 01:25:13.471606 [ 287 ] {1e979aca-43c6-4e4e-8ad5-9d054f7d51b5} <Debug> TCPHandler: Processed in 0.001735869 sec. | ||
| 14650 | 2024.12.21 01:25:13.471762 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14651 | 2024.12.21 01:25:13.471896 [ 285 ] {bb61fe71-fb4f-4bc5-a6b0-d53ca4792478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14652 | 2024.12.21 01:25:13.471958 [ 285 ] {bb61fe71-fb4f-4bc5-a6b0-d53ca4792478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14653 | 2024.12.21 01:25:13.472761 [ 285 ] {bb61fe71-fb4f-4bc5-a6b0-d53ca4792478} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14654 | 2024.12.21 01:25:13.472811 [ 285 ] {bb61fe71-fb4f-4bc5-a6b0-d53ca4792478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14655 | 2024.12.21 01:25:13.473191 [ 285 ] {bb61fe71-fb4f-4bc5-a6b0-d53ca4792478} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14656 | 2024.12.21 01:25:13.473448 [ 285 ] {bb61fe71-fb4f-4bc5-a6b0-d53ca4792478} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14657 | 2024.12.21 01:25:13.473668 [ 285 ] {bb61fe71-fb4f-4bc5-a6b0-d53ca4792478} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001802 sec., 134295.22752497226 rows/sec., 9.10 MiB/sec. | ||
| 14658 | 2024.12.21 01:25:13.473725 [ 285 ] {bb61fe71-fb4f-4bc5-a6b0-d53ca4792478} <Debug> TCPHandler: Processed in 0.002020104 sec. | ||
| 14659 | 2024.12.21 01:25:13.473938 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14660 | 2024.12.21 01:25:13.474158 [ 287 ] {ac64b8c7-5b7d-49aa-90a6-a81a1c4afc4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14661 | 2024.12.21 01:25:13.474248 [ 287 ] {ac64b8c7-5b7d-49aa-90a6-a81a1c4afc4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14662 | 2024.12.21 01:25:13.475123 [ 287 ] {ac64b8c7-5b7d-49aa-90a6-a81a1c4afc4e} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14663 | 2024.12.21 01:25:13.475162 [ 287 ] {ac64b8c7-5b7d-49aa-90a6-a81a1c4afc4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14664 | 2024.12.21 01:25:13.475515 [ 287 ] {ac64b8c7-5b7d-49aa-90a6-a81a1c4afc4e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14665 | 2024.12.21 01:25:13.475748 [ 287 ] {ac64b8c7-5b7d-49aa-90a6-a81a1c4afc4e} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14666 | 2024.12.21 01:25:13.475926 [ 287 ] {ac64b8c7-5b7d-49aa-90a6-a81a1c4afc4e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001821 sec., 7138.9346512905 rows/sec., 445.11 KiB/sec. | ||
| 14667 | 2024.12.21 01:25:13.475978 [ 287 ] {ac64b8c7-5b7d-49aa-90a6-a81a1c4afc4e} <Debug> TCPHandler: Processed in 0.002153186 sec. | ||
| 14668 | 2024.12.21 01:25:13.476185 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14669 | 2024.12.21 01:25:13.476406 [ 285 ] {36938923-6899-45d1-a6c2-902859ce6e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14670 | 2024.12.21 01:25:13.476497 [ 285 ] {36938923-6899-45d1-a6c2-902859ce6e17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14671 | 2024.12.21 01:25:13.477541 [ 285 ] {36938923-6899-45d1-a6c2-902859ce6e17} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14672 | 2024.12.21 01:25:13.477583 [ 285 ] {36938923-6899-45d1-a6c2-902859ce6e17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14673 | 2024.12.21 01:25:13.477995 [ 285 ] {36938923-6899-45d1-a6c2-902859ce6e17} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14674 | 2024.12.21 01:25:13.478246 [ 285 ] {36938923-6899-45d1-a6c2-902859ce6e17} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14675 | 2024.12.21 01:25:13.478500 [ 285 ] {36938923-6899-45d1-a6c2-902859ce6e17} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.002139 sec., 395511.9214586256 rows/sec., 28.59 MiB/sec. | ||
| 14676 | 2024.12.21 01:25:13.478565 [ 285 ] {36938923-6899-45d1-a6c2-902859ce6e17} <Debug> TCPHandler: Processed in 0.002490352 sec. | ||
| 14677 | 2024.12.21 01:25:13.478600 [ 221 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14678 | 2024.12.21 01:25:13.478686 [ 221 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14679 | 2024.12.21 01:25:13.478753 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14680 | 2024.12.21 01:25:13.479009 [ 287 ] {995bb292-7675-4665-acf1-eaa963d2ae23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14681 | 2024.12.21 01:25:13.479070 [ 287 ] {995bb292-7675-4665-acf1-eaa963d2ae23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14682 | 2024.12.21 01:25:13.480055 [ 287 ] {995bb292-7675-4665-acf1-eaa963d2ae23} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14683 | 2024.12.21 01:25:13.480118 [ 287 ] {995bb292-7675-4665-acf1-eaa963d2ae23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14684 | 2024.12.21 01:25:13.480839 [ 287 ] {995bb292-7675-4665-acf1-eaa963d2ae23} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14685 | 2024.12.21 01:25:13.481209 [ 287 ] {995bb292-7675-4665-acf1-eaa963d2ae23} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14686 | 2024.12.21 01:25:13.481629 [ 287 ] {995bb292-7675-4665-acf1-eaa963d2ae23} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002699 sec., 2223.045572434235 rows/sec., 116.15 KiB/sec. | ||
| 14687 | 2024.12.21 01:25:13.481703 [ 287 ] {995bb292-7675-4665-acf1-eaa963d2ae23} <Debug> TCPHandler: Processed in 0.003049851 sec. | ||
| 14688 | 2024.12.21 01:25:13.481866 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14689 | 2024.12.21 01:25:13.482132 [ 285 ] {9804bedd-eb48-43e3-a4a6-7c9c8faee2e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14690 | 2024.12.21 01:25:13.482198 [ 285 ] {9804bedd-eb48-43e3-a4a6-7c9c8faee2e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14691 | 2024.12.21 01:25:13.482627 [ 221 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14692 | 2024.12.21 01:25:13.484110 [ 285 ] {9804bedd-eb48-43e3-a4a6-7c9c8faee2e2} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14693 | 2024.12.21 01:25:13.484156 [ 285 ] {9804bedd-eb48-43e3-a4a6-7c9c8faee2e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14694 | 2024.12.21 01:25:13.484603 [ 285 ] {9804bedd-eb48-43e3-a4a6-7c9c8faee2e2} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14695 | 2024.12.21 01:25:13.484844 [ 285 ] {9804bedd-eb48-43e3-a4a6-7c9c8faee2e2} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14696 | 2024.12.21 01:25:13.485065 [ 285 ] {9804bedd-eb48-43e3-a4a6-7c9c8faee2e2} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.003009 sec., 317381.1897640412 rows/sec., 21.09 MiB/sec. | ||
| 14697 | 2024.12.21 01:25:13.485120 [ 285 ] {9804bedd-eb48-43e3-a4a6-7c9c8faee2e2} <Debug> TCPHandler: Processed in 0.003331146 sec. | ||
| 14698 | 2024.12.21 01:25:13.485270 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14699 | 2024.12.21 01:25:13.485406 [ 287 ] {1e30031a-1429-4bf7-9767-20e13fef2a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14700 | 2024.12.21 01:25:13.485464 [ 287 ] {1e30031a-1429-4bf7-9767-20e13fef2a64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14701 | 2024.12.21 01:25:13.485991 [ 287 ] {1e30031a-1429-4bf7-9767-20e13fef2a64} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14702 | 2024.12.21 01:25:13.486027 [ 287 ] {1e30031a-1429-4bf7-9767-20e13fef2a64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14703 | 2024.12.21 01:25:13.486379 [ 287 ] {1e30031a-1429-4bf7-9767-20e13fef2a64} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14704 | 2024.12.21 01:25:13.486612 [ 287 ] {1e30031a-1429-4bf7-9767-20e13fef2a64} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14705 | 2024.12.21 01:25:13.486789 [ 287 ] {1e30031a-1429-4bf7-9767-20e13fef2a64} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001413 sec., 707.7140835102618 rows/sec., 47.69 KiB/sec. | ||
| 14706 | 2024.12.21 01:25:13.486900 [ 287 ] {1e30031a-1429-4bf7-9767-20e13fef2a64} <Debug> TCPHandler: Processed in 0.001696729 sec. | ||
| 14707 | 2024.12.21 01:25:13.487091 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14708 | 2024.12.21 01:25:13.487232 [ 285 ] {9442a30c-9123-4441-9985-2d0f3121a4ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14709 | 2024.12.21 01:25:13.487327 [ 285 ] {9442a30c-9123-4441-9985-2d0f3121a4ea} <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 | ||
| 14710 | 2024.12.21 01:25:13.488509 [ 285 ] {9442a30c-9123-4441-9985-2d0f3121a4ea} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14711 | 2024.12.21 01:25:13.488550 [ 285 ] {9442a30c-9123-4441-9985-2d0f3121a4ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14712 | 2024.12.21 01:25:13.489178 [ 285 ] {9442a30c-9123-4441-9985-2d0f3121a4ea} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 14713 | 2024.12.21 01:25:13.489461 [ 285 ] {9442a30c-9123-4441-9985-2d0f3121a4ea} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14714 | 2024.12.21 01:25:13.489708 [ 285 ] {9442a30c-9123-4441-9985-2d0f3121a4ea} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002506 sec., 3192.3383878691143 rows/sec., 5.72 MiB/sec. | ||
| 14715 | 2024.12.21 01:25:13.489802 [ 285 ] {9442a30c-9123-4441-9985-2d0f3121a4ea} <Debug> TCPHandler: Processed in 0.002820797 sec. | ||
| 14716 | 2024.12.21 01:25:13.489994 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14717 | 2024.12.21 01:25:13.490136 [ 287 ] {f3bc7285-be4a-476c-998c-2780e3d3b012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14718 | 2024.12.21 01:25:13.490195 [ 287 ] {f3bc7285-be4a-476c-998c-2780e3d3b012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14719 | 2024.12.21 01:25:13.490785 [ 287 ] {f3bc7285-be4a-476c-998c-2780e3d3b012} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14720 | 2024.12.21 01:25:13.490829 [ 287 ] {f3bc7285-be4a-476c-998c-2780e3d3b012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14721 | 2024.12.21 01:25:13.491189 [ 287 ] {f3bc7285-be4a-476c-998c-2780e3d3b012} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14722 | 2024.12.21 01:25:13.491424 [ 287 ] {f3bc7285-be4a-476c-998c-2780e3d3b012} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14723 | 2024.12.21 01:25:13.491595 [ 287 ] {f3bc7285-be4a-476c-998c-2780e3d3b012} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001489 sec., 22834.116856950972 rows/sec., 1.33 MiB/sec. | ||
| 14724 | 2024.12.21 01:25:13.491645 [ 287 ] {f3bc7285-be4a-476c-998c-2780e3d3b012} <Debug> TCPHandler: Processed in 0.001719048 sec. | ||
| 14725 | 2024.12.21 01:25:14.000206 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.70 MiB, peak 279.61 MiB, free memory in arenas 0.00 B, will set to 268.48 MiB (RSS), difference: -1.22 MiB | ||
| 14726 | 2024.12.21 01:25:14.170205 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14727 | 2024.12.21 01:25:14.170263 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14728 | 2024.12.21 01:25:14.172133 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14729 | 2024.12.21 01:25:14.256692 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 2094 | ||
| 14730 | 2024.12.21 01:25:14.260234 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14731 | 2024.12.21 01:25:14.260280 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14732 | 2024.12.21 01:25:14.261791 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14733 | 2024.12.21 01:25:14.262092 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14734 | 2024.12.21 01:25:14.262697 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2094 | ||
| 14735 | 2024.12.21 01:25:14.272846 [ 221 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14736 | 2024.12.21 01:25:14.272908 [ 221 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14737 | 2024.12.21 01:25:14.274843 [ 221 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14738 | 2024.12.21 01:25:15.328696 [ 60 ] {} <Debug> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 | ||
| 14739 | 2024.12.21 01:25:15.328766 [ 60 ] {} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14740 | 2024.12.21 01:25:15.328793 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14741 | 2024.12.21 01:25:15.329030 [ 197 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full | ||
| 14742 | 2024.12.21 01:25:15.329208 [ 197 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14743 | 2024.12.21 01:25:15.329246 [ 197 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 18 rows starting from the beginning of the part | ||
| 14744 | 2024.12.21 01:25:15.329327 [ 197 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
| 14745 | 2024.12.21 01:25:15.329510 [ 197 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
| 14746 | 2024.12.21 01:25:15.329781 [ 197 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part | ||
| 14747 | 2024.12.21 01:25:15.329904 [ 197 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 14748 | 2024.12.21 01:25:15.330996 [ 186 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002088725 sec., 18192.91673149888 rows/sec., 1.52 MiB/sec. | ||
| 14749 | 2024.12.21 01:25:15.331151 [ 197 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 14750 | 2024.12.21 01:25:15.331431 [ 197 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_23_5} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14751 | 2024.12.21 01:25:15.331516 [ 197 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_23_5} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 | ||
| 14752 | 2024.12.21 01:25:15.331598 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14753 | 2024.12.21 01:25:16.523982 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32574 | ||
| 14754 | 2024.12.21 01:25:16.524812 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14755 | 2024.12.21 01:25:16.524860 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14756 | 2024.12.21 01:25:16.525397 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14757 | 2024.12.21 01:25:16.525671 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14758 | 2024.12.21 01:25:16.525834 [ 60 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14759 | 2024.12.21 01:25:16.525874 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 | ||
| 14760 | 2024.12.21 01:25:16.525892 [ 60 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14761 | 2024.12.21 01:25:16.525918 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14762 | 2024.12.21 01:25:16.526081 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 14763 | 2024.12.21 01:25:16.526262 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14764 | 2024.12.21 01:25:16.526312 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30317 rows starting from the beginning of the part | ||
| 14765 | 2024.12.21 01:25:16.526415 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part | ||
| 14766 | 2024.12.21 01:25:16.526621 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part | ||
| 14767 | 2024.12.21 01:25:16.526795 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part | ||
| 14768 | 2024.12.21 01:25:16.526916 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part | ||
| 14769 | 2024.12.21 01:25:16.527075 [ 201 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part | ||
| 14770 | 2024.12.21 01:25:16.529793 [ 186 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.003792784 sec., 8588414.209720353 rows/sec., 122.86 MiB/sec. | ||
| 14771 | 2024.12.21 01:25:16.530282 [ 186 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14772 | 2024.12.21 01:25:16.530654 [ 186 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_71_14} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14773 | 2024.12.21 01:25:16.530750 [ 186 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_71_14} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14774 | 2024.12.21 01:25:16.530872 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
| 14775 | 2024.12.21 01:25:18.178826 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14776 | 2024.12.21 01:25:18.179092 [ 287 ] {b9b50917-8d0e-434d-bcfa-4b64cf591035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14777 | 2024.12.21 01:25:18.179168 [ 287 ] {b9b50917-8d0e-434d-bcfa-4b64cf591035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14778 | 2024.12.21 01:25:18.179941 [ 287 ] {b9b50917-8d0e-434d-bcfa-4b64cf591035} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14779 | 2024.12.21 01:25:18.179995 [ 287 ] {b9b50917-8d0e-434d-bcfa-4b64cf591035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14780 | 2024.12.21 01:25:18.180420 [ 287 ] {b9b50917-8d0e-434d-bcfa-4b64cf591035} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14781 | 2024.12.21 01:25:18.180678 [ 287 ] {b9b50917-8d0e-434d-bcfa-4b64cf591035} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14782 | 2024.12.21 01:25:18.180906 [ 287 ] {b9b50917-8d0e-434d-bcfa-4b64cf591035} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001867 sec., 29994.643813604715 rows/sec., 2.29 MiB/sec. | ||
| 14783 | 2024.12.21 01:25:18.180972 [ 287 ] {b9b50917-8d0e-434d-bcfa-4b64cf591035} <Debug> TCPHandler: Processed in 0.002340789 sec. | ||
| 14784 | 2024.12.21 01:25:18.181277 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14785 | 2024.12.21 01:25:18.181588 [ 285 ] {f526fd6b-1c0c-409c-b4d4-01c1daa9ea69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14786 | 2024.12.21 01:25:18.181707 [ 285 ] {f526fd6b-1c0c-409c-b4d4-01c1daa9ea69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14787 | 2024.12.21 01:25:18.182592 [ 285 ] {f526fd6b-1c0c-409c-b4d4-01c1daa9ea69} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14788 | 2024.12.21 01:25:18.182644 [ 285 ] {f526fd6b-1c0c-409c-b4d4-01c1daa9ea69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14789 | 2024.12.21 01:25:18.183086 [ 285 ] {f526fd6b-1c0c-409c-b4d4-01c1daa9ea69} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14790 | 2024.12.21 01:25:18.183339 [ 285 ] {f526fd6b-1c0c-409c-b4d4-01c1daa9ea69} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14791 | 2024.12.21 01:25:18.183595 [ 285 ] {f526fd6b-1c0c-409c-b4d4-01c1daa9ea69} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002087 sec., 30666.027791087687 rows/sec., 2.39 MiB/sec. | ||
| 14792 | 2024.12.21 01:25:18.183675 [ 285 ] {f526fd6b-1c0c-409c-b4d4-01c1daa9ea69} <Debug> TCPHandler: Processed in 0.002584583 sec. | ||
| 14793 | 2024.12.21 01:25:18.183880 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14794 | 2024.12.21 01:25:18.184200 [ 287 ] {09a25ce7-e1a9-4f6f-8b9f-1a9909a8d0a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14795 | 2024.12.21 01:25:18.184280 [ 287 ] {09a25ce7-e1a9-4f6f-8b9f-1a9909a8d0a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14796 | 2024.12.21 01:25:18.184943 [ 287 ] {09a25ce7-e1a9-4f6f-8b9f-1a9909a8d0a9} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14797 | 2024.12.21 01:25:18.184983 [ 287 ] {09a25ce7-e1a9-4f6f-8b9f-1a9909a8d0a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14798 | 2024.12.21 01:25:18.185391 [ 287 ] {09a25ce7-e1a9-4f6f-8b9f-1a9909a8d0a9} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14799 | 2024.12.21 01:25:18.185627 [ 287 ] {09a25ce7-e1a9-4f6f-8b9f-1a9909a8d0a9} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14800 | 2024.12.21 01:25:18.185811 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 5 parts from all_1_115_23 to all_119_119_0 | ||
| 14801 | 2024.12.21 01:25:18.185852 [ 287 ] {09a25ce7-e1a9-4f6f-8b9f-1a9909a8d0a9} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001762 sec., 72644.72190692395 rows/sec., 5.06 MiB/sec. | ||
| 14802 | 2024.12.21 01:25:18.185901 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14803 | 2024.12.21 01:25:18.185974 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14804 | 2024.12.21 01:25:18.185980 [ 287 ] {09a25ce7-e1a9-4f6f-8b9f-1a9909a8d0a9} <Debug> TCPHandler: Processed in 0.002209027 sec. | ||
| 14805 | 2024.12.21 01:25:18.186233 [ 198 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_115_23 to all_119_119_0 into Compact with storage Full | ||
| 14806 | 2024.12.21 01:25:18.186284 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14807 | 2024.12.21 01:25:18.186422 [ 198 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14808 | 2024.12.21 01:25:18.186502 [ 198 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_115_23, total 34836 rows starting from the beginning of the part | ||
| 14809 | 2024.12.21 01:25:18.186752 [ 285 ] {18a76cbc-a6e5-4015-8831-7cd20514fff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14810 | 2024.12.21 01:25:18.186807 [ 198 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 161 rows starting from the beginning of the part | ||
| 14811 | 2024.12.21 01:25:18.187062 [ 285 ] {18a76cbc-a6e5-4015-8831-7cd20514fff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14812 | 2024.12.21 01:25:18.187117 [ 198 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 237 rows starting from the beginning of the part | ||
| 14813 | 2024.12.21 01:25:18.187531 [ 198 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part | ||
| 14814 | 2024.12.21 01:25:18.187902 [ 198 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 955 rows starting from the beginning of the part | ||
| 14815 | 2024.12.21 01:25:18.189203 [ 285 ] {18a76cbc-a6e5-4015-8831-7cd20514fff0} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14816 | 2024.12.21 01:25:18.189267 [ 285 ] {18a76cbc-a6e5-4015-8831-7cd20514fff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14817 | 2024.12.21 01:25:18.189845 [ 285 ] {18a76cbc-a6e5-4015-8831-7cd20514fff0} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14818 | 2024.12.21 01:25:18.190307 [ 285 ] {18a76cbc-a6e5-4015-8831-7cd20514fff0} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14819 | 2024.12.21 01:25:18.190799 [ 285 ] {18a76cbc-a6e5-4015-8831-7cd20514fff0} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004245 sec., 11307.420494699647 rows/sec., 780.33 KiB/sec. | ||
| 14820 | 2024.12.21 01:25:18.190906 [ 285 ] {18a76cbc-a6e5-4015-8831-7cd20514fff0} <Debug> TCPHandler: Processed in 0.004814471 sec. | ||
| 14821 | 2024.12.21 01:25:18.196201 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36349 rows, containing 5 columns (5 merged, 0 gathered) in 0.01009939 sec., 3599128.2641822924 rows/sec., 242.94 MiB/sec. | ||
| 14822 | 2024.12.21 01:25:18.196860 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary) | ||
| 14823 | 2024.12.21 01:25:18.197258 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14824 | 2024.12.21 01:25:18.197345 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 5 parts: [all_1_115_23, all_119_119_0] -> all_1_119_24 | ||
| 14825 | 2024.12.21 01:25:18.197443 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 14826 | 2024.12.21 01:25:18.828366 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 535 | ||
| 14827 | 2024.12.21 01:25:18.851428 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14828 | 2024.12.21 01:25:18.851488 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14829 | 2024.12.21 01:25:18.858784 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14830 | 2024.12.21 01:25:18.859621 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14831 | 2024.12.21 01:25:18.860079 [ 54 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14832 | 2024.12.21 01:25:18.860225 [ 54 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14833 | 2024.12.21 01:25:18.860301 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14834 | 2024.12.21 01:25:18.860830 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 14835 | 2024.12.21 01:25:18.879662 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535 | ||
| 14836 | 2024.12.21 01:25:18.880869 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14837 | 2024.12.21 01:25:18.882525 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part | ||
| 14838 | 2024.12.21 01:25:18.888568 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part | ||
| 14839 | 2024.12.21 01:25:18.894198 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
| 14840 | 2024.12.21 01:25:18.899795 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part | ||
| 14841 | 2024.12.21 01:25:18.905529 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
| 14842 | 2024.12.21 01:25:18.911262 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part | ||
| 14843 | 2024.12.21 01:25:18.979770 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.119303359 sec., 4484.366613684364 rows/sec., 23.19 MiB/sec. | ||
| 14844 | 2024.12.21 01:25:18.982359 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14845 | 2024.12.21 01:25:18.985094 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_71_14} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14846 | 2024.12.21 01:25:18.985215 [ 201 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_71_14} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14847 | 2024.12.21 01:25:18.987155 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 14848 | 2024.12.21 01:25:23.182624 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14849 | 2024.12.21 01:25:23.182825 [ 287 ] {fed919ba-3bef-4f57-be10-354d30745772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14850 | 2024.12.21 01:25:23.182905 [ 287 ] {fed919ba-3bef-4f57-be10-354d30745772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14851 | 2024.12.21 01:25:23.183850 [ 287 ] {fed919ba-3bef-4f57-be10-354d30745772} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14852 | 2024.12.21 01:25:23.183906 [ 287 ] {fed919ba-3bef-4f57-be10-354d30745772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14853 | 2024.12.21 01:25:23.184504 [ 287 ] {fed919ba-3bef-4f57-be10-354d30745772} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14854 | 2024.12.21 01:25:23.184812 [ 287 ] {fed919ba-3bef-4f57-be10-354d30745772} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14855 | 2024.12.21 01:25:23.185052 [ 45 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 14856 | 2024.12.21 01:25:23.185081 [ 287 ] {fed919ba-3bef-4f57-be10-354d30745772} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002305 sec., 53796.09544468546 rows/sec., 4.57 MiB/sec. | ||
| 14857 | 2024.12.21 01:25:23.185144 [ 45 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14858 | 2024.12.21 01:25:23.185220 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14859 | 2024.12.21 01:25:23.185243 [ 287 ] {fed919ba-3bef-4f57-be10-354d30745772} <Debug> TCPHandler: Processed in 0.002764867 sec. | ||
| 14860 | 2024.12.21 01:25:23.185467 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 14861 | 2024.12.21 01:25:23.185543 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14862 | 2024.12.21 01:25:23.185657 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14863 | 2024.12.21 01:25:23.185704 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1436 rows starting from the beginning of the part | ||
| 14864 | 2024.12.21 01:25:23.185783 [ 285 ] {666a79f4-27c5-4c43-80c9-6ddb266e622a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14865 | 2024.12.21 01:25:23.185867 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 219 rows starting from the beginning of the part | ||
| 14866 | 2024.12.21 01:25:23.185962 [ 285 ] {666a79f4-27c5-4c43-80c9-6ddb266e622a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14867 | 2024.12.21 01:25:23.186279 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 124 rows starting from the beginning of the part | ||
| 14868 | 2024.12.21 01:25:23.186666 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1359 rows starting from the beginning of the part | ||
| 14869 | 2024.12.21 01:25:23.187067 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part | ||
| 14870 | 2024.12.21 01:25:23.187490 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 124 rows starting from the beginning of the part | ||
| 14871 | 2024.12.21 01:25:23.188628 [ 285 ] {666a79f4-27c5-4c43-80c9-6ddb266e622a} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14872 | 2024.12.21 01:25:23.188684 [ 285 ] {666a79f4-27c5-4c43-80c9-6ddb266e622a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14873 | 2024.12.21 01:25:23.189277 [ 285 ] {666a79f4-27c5-4c43-80c9-6ddb266e622a} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 14874 | 2024.12.21 01:25:23.189572 [ 285 ] {666a79f4-27c5-4c43-80c9-6ddb266e622a} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14875 | 2024.12.21 01:25:23.189801 [ 45 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 14876 | 2024.12.21 01:25:23.189865 [ 45 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14877 | 2024.12.21 01:25:23.189891 [ 285 ] {666a79f4-27c5-4c43-80c9-6ddb266e622a} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.004166 sec., 8161.305808929428 rows/sec., 613.69 KiB/sec. | ||
| 14878 | 2024.12.21 01:25:23.189936 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14879 | 2024.12.21 01:25:23.190206 [ 285 ] {666a79f4-27c5-4c43-80c9-6ddb266e622a} <Debug> TCPHandler: Processed in 0.004834972 sec. | ||
| 14880 | 2024.12.21 01:25:23.190319 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 14881 | 2024.12.21 01:25:23.190529 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14882 | 2024.12.21 01:25:23.190796 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3318 rows, containing 5 columns (5 merged, 0 gathered) in 0.005455652 sec., 608176.6212361052 rows/sec., 53.13 MiB/sec. | ||
| 14883 | 2024.12.21 01:25:23.190832 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14884 | 2024.12.21 01:25:23.190941 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 67 rows starting from the beginning of the part | ||
| 14885 | 2024.12.21 01:25:23.190951 [ 287 ] {6960182d-e13f-41cf-a4de-23d0ff32f902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14886 | 2024.12.21 01:25:23.191189 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 36 rows starting from the beginning of the part | ||
| 14887 | 2024.12.21 01:25:23.191211 [ 287 ] {6960182d-e13f-41cf-a4de-23d0ff32f902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14888 | 2024.12.21 01:25:23.191290 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 14889 | 2024.12.21 01:25:23.191660 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 15 rows starting from the beginning of the part | ||
| 14890 | 2024.12.21 01:25:23.192012 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 34 rows starting from the beginning of the part | ||
| 14891 | 2024.12.21 01:25:23.192216 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 15 rows starting from the beginning of the part | ||
| 14892 | 2024.12.21 01:25:23.192538 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_121_24} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14893 | 2024.12.21 01:25:23.192733 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 34 rows starting from the beginning of the part | ||
| 14894 | 2024.12.21 01:25:23.192940 [ 193 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_121_24} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 14895 | 2024.12.21 01:25:23.193295 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 14896 | 2024.12.21 01:25:23.195187 [ 287 ] {6960182d-e13f-41cf-a4de-23d0ff32f902} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14897 | 2024.12.21 01:25:23.195274 [ 287 ] {6960182d-e13f-41cf-a4de-23d0ff32f902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14898 | 2024.12.21 01:25:23.195926 [ 195 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 5 columns (5 merged, 0 gathered) in 0.005807028 sec., 34613.230726629874 rows/sec., 2.62 MiB/sec. | ||
| 14899 | 2024.12.21 01:25:23.196181 [ 195 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 14900 | 2024.12.21 01:25:23.196226 [ 287 ] {6960182d-e13f-41cf-a4de-23d0ff32f902} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14901 | 2024.12.21 01:25:23.196734 [ 287 ] {6960182d-e13f-41cf-a4de-23d0ff32f902} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14902 | 2024.12.21 01:25:23.196741 [ 195 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_101_20} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14903 | 2024.12.21 01:25:23.196914 [ 195 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_101_20} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 14904 | 2024.12.21 01:25:23.197028 [ 45 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 14905 | 2024.12.21 01:25:23.197143 [ 45 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14906 | 2024.12.21 01:25:23.197156 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 14907 | 2024.12.21 01:25:23.197206 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14908 | 2024.12.21 01:25:23.197252 [ 287 ] {6960182d-e13f-41cf-a4de-23d0ff32f902} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.0064 sec., 15312.5 rows/sec., 1.20 MiB/sec. | ||
| 14909 | 2024.12.21 01:25:23.197494 [ 287 ] {6960182d-e13f-41cf-a4de-23d0ff32f902} <Debug> TCPHandler: Processed in 0.00716711 sec. | ||
| 14910 | 2024.12.21 01:25:23.197512 [ 195 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 14911 | 2024.12.21 01:25:23.197684 [ 195 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14912 | 2024.12.21 01:25:23.197690 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14913 | 2024.12.21 01:25:23.197715 [ 195 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 916 rows starting from the beginning of the part | ||
| 14914 | 2024.12.21 01:25:23.197872 [ 195 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 390 rows starting from the beginning of the part | ||
| 14915 | 2024.12.21 01:25:23.198021 [ 285 ] {cf52d377-bc11-4827-95b1-17e200263516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14916 | 2024.12.21 01:25:23.198200 [ 195 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 98 rows starting from the beginning of the part | ||
| 14917 | 2024.12.21 01:25:23.198259 [ 285 ] {cf52d377-bc11-4827-95b1-17e200263516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14918 | 2024.12.21 01:25:23.198598 [ 195 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 846 rows starting from the beginning of the part | ||
| 14919 | 2024.12.21 01:25:23.198915 [ 195 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part | ||
| 14920 | 2024.12.21 01:25:23.199314 [ 195 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 98 rows starting from the beginning of the part | ||
| 14921 | 2024.12.21 01:25:23.200786 [ 285 ] {cf52d377-bc11-4827-95b1-17e200263516} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14922 | 2024.12.21 01:25:23.200842 [ 285 ] {cf52d377-bc11-4827-95b1-17e200263516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14923 | 2024.12.21 01:25:23.201455 [ 285 ] {cf52d377-bc11-4827-95b1-17e200263516} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14924 | 2024.12.21 01:25:23.201814 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.004495376 sec., 536551.3363064625 rows/sec., 41.14 MiB/sec. | ||
| 14925 | 2024.12.21 01:25:23.201841 [ 285 ] {cf52d377-bc11-4827-95b1-17e200263516} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14926 | 2024.12.21 01:25:23.202120 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 14927 | 2024.12.21 01:25:23.202238 [ 285 ] {cf52d377-bc11-4827-95b1-17e200263516} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004349 sec., 36790.066681995864 rows/sec., 2.56 MiB/sec. | ||
| 14928 | 2024.12.21 01:25:23.202372 [ 285 ] {cf52d377-bc11-4827-95b1-17e200263516} <Debug> TCPHandler: Processed in 0.00475469 sec. | ||
| 14929 | 2024.12.21 01:25:23.202571 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14930 | 2024.12.21 01:25:23.202640 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_121_24} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14931 | 2024.12.21 01:25:23.202726 [ 287 ] {6c006410-3c42-4965-a471-d4193b959153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14932 | 2024.12.21 01:25:23.202750 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_121_24} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 14933 | 2024.12.21 01:25:23.202846 [ 287 ] {6c006410-3c42-4965-a471-d4193b959153} <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 | ||
| 14934 | 2024.12.21 01:25:23.202866 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 14935 | 2024.12.21 01:25:23.204882 [ 287 ] {6c006410-3c42-4965-a471-d4193b959153} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14936 | 2024.12.21 01:25:23.204973 [ 287 ] {6c006410-3c42-4965-a471-d4193b959153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14937 | 2024.12.21 01:25:23.206050 [ 287 ] {6c006410-3c42-4965-a471-d4193b959153} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 14938 | 2024.12.21 01:25:23.206315 [ 287 ] {6c006410-3c42-4965-a471-d4193b959153} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14939 | 2024.12.21 01:25:23.206523 [ 45 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 14940 | 2024.12.21 01:25:23.206585 [ 287 ] {6c006410-3c42-4965-a471-d4193b959153} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.003892 sec., 8735.868448098663 rows/sec., 15.65 MiB/sec. | ||
| 14941 | 2024.12.21 01:25:23.206594 [ 45 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14942 | 2024.12.21 01:25:23.206673 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14943 | 2024.12.21 01:25:23.207082 [ 287 ] {6c006410-3c42-4965-a471-d4193b959153} <Debug> TCPHandler: Processed in 0.004574377 sec. | ||
| 14944 | 2024.12.21 01:25:23.207126 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 14945 | 2024.12.21 01:25:23.207347 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14946 | 2024.12.21 01:25:23.207841 [ 285 ] {d0e915bc-8559-4cee-85f3-bb5a29fe2555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14947 | 2024.12.21 01:25:23.208071 [ 285 ] {d0e915bc-8559-4cee-85f3-bb5a29fe2555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14948 | 2024.12.21 01:25:23.209521 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14949 | 2024.12.21 01:25:23.209842 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1954 rows starting from the beginning of the part | ||
| 14950 | 2024.12.21 01:25:23.210558 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 34 rows starting from the beginning of the part | ||
| 14951 | 2024.12.21 01:25:23.211432 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 8 rows starting from the beginning of the part | ||
| 14952 | 2024.12.21 01:25:23.211442 [ 285 ] {d0e915bc-8559-4cee-85f3-bb5a29fe2555} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14953 | 2024.12.21 01:25:23.211552 [ 285 ] {d0e915bc-8559-4cee-85f3-bb5a29fe2555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14954 | 2024.12.21 01:25:23.212131 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 34 rows starting from the beginning of the part | ||
| 14955 | 2024.12.21 01:25:23.212867 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 8 rows starting from the beginning of the part | ||
| 14956 | 2024.12.21 01:25:23.213233 [ 285 ] {d0e915bc-8559-4cee-85f3-bb5a29fe2555} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14957 | 2024.12.21 01:25:23.213571 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 34 rows starting from the beginning of the part | ||
| 14958 | 2024.12.21 01:25:23.214020 [ 285 ] {d0e915bc-8559-4cee-85f3-bb5a29fe2555} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14959 | 2024.12.21 01:25:23.214534 [ 45 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 14960 | 2024.12.21 01:25:23.214639 [ 45 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14961 | 2024.12.21 01:25:23.214707 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 14962 | 2024.12.21 01:25:23.214897 [ 285 ] {d0e915bc-8559-4cee-85f3-bb5a29fe2555} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007195 sec., 8339.124391938847 rows/sec., 575.49 KiB/sec. | ||
| 14963 | 2024.12.21 01:25:23.215201 [ 285 ] {d0e915bc-8559-4cee-85f3-bb5a29fe2555} <Debug> TCPHandler: Processed in 0.007975284 sec. | ||
| 14964 | 2024.12.21 01:25:23.215468 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 14965 | 2024.12.21 01:25:23.215757 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14966 | 2024.12.21 01:25:23.215880 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7066 rows starting from the beginning of the part | ||
| 14967 | 2024.12.21 01:25:23.216168 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 82 rows starting from the beginning of the part | ||
| 14968 | 2024.12.21 01:25:23.216474 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part | ||
| 14969 | 2024.12.21 01:25:23.216754 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 34 rows starting from the beginning of the part | ||
| 14970 | 2024.12.21 01:25:23.217071 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 48 rows starting from the beginning of the part | ||
| 14971 | 2024.12.21 01:25:23.217341 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part | ||
| 14972 | 2024.12.21 01:25:23.219598 [ 190 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7350 rows, containing 4 columns (4 merged, 0 gathered) in 0.004589967 sec., 1601318.7022913236 rows/sec., 104.38 MiB/sec. | ||
| 14973 | 2024.12.21 01:25:23.220178 [ 190 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 14974 | 2024.12.21 01:25:23.220828 [ 190 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_121_24} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14975 | 2024.12.21 01:25:23.221046 [ 190 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_121_24} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 14976 | 2024.12.21 01:25:23.221276 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
| 14977 | 2024.12.21 01:25:23.226567 [ 196 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2072 rows, containing 19 columns (19 merged, 0 gathered) in 0.019743753 sec., 104944.58677638441 rows/sec., 188.06 MiB/sec. | ||
| 14978 | 2024.12.21 01:25:23.228307 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 14979 | 2024.12.21 01:25:23.228745 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14980 | 2024.12.21 01:25:23.228839 [ 188 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 14981 | 2024.12.21 01:25:23.228986 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.87 MiB. | ||
| 14982 | 2024.12.21 01:25:23.827674 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14983 | 2024.12.21 01:25:23.827740 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14984 | 2024.12.21 01:25:24.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.91 MiB, peak 287.74 MiB, free memory in arenas 0.00 B, will set to 271.16 MiB (RSS), difference: 1.26 MiB | ||
| 14985 | 2024.12.21 01:25:24.025982 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33062 | ||
| 14986 | 2024.12.21 01:25:24.026861 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14987 | 2024.12.21 01:25:24.026921 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14988 | 2024.12.21 01:25:24.027512 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14989 | 2024.12.21 01:25:24.027788 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14990 | 2024.12.21 01:25:24.028102 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33062 | ||
| 14991 | 2024.12.21 01:25:24.262955 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2114 | ||
| 14992 | 2024.12.21 01:25:24.265776 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14993 | 2024.12.21 01:25:24.265831 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 14994 | 2024.12.21 01:25:24.267314 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14995 | 2024.12.21 01:25:24.267619 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14996 | 2024.12.21 01:25:24.268223 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2114 | ||
| 14997 | 2024.12.21 01:25:24.448339 [ 43 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0 | ||
| 14998 | 2024.12.21 01:25:24.448437 [ 43 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14999 | 2024.12.21 01:25:24.448478 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15000 | 2024.12.21 01:25:24.448711 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full | ||
| 15001 | 2024.12.21 01:25:24.449148 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15002 | 2024.12.21 01:25:24.449188 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 242 rows starting from the beginning of the part | ||
| 15003 | 2024.12.21 01:25:24.449270 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 242 rows starting from the beginning of the part | ||
| 15004 | 2024.12.21 01:25:24.449522 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 15005 | 2024.12.21 01:25:24.449807 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 15006 | 2024.12.21 01:25:24.449958 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 242 rows starting from the beginning of the part | ||
| 15007 | 2024.12.21 01:25:24.451090 [ 188 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002515373 sec., 299756.7358797284 rows/sec., 21.46 MiB/sec. | ||
| 15008 | 2024.12.21 01:25:24.451299 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 15009 | 2024.12.21 01:25:24.451666 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_51_11} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15010 | 2024.12.21 01:25:24.451770 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_51_11} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11 | ||
| 15011 | 2024.12.21 01:25:24.451886 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 15012 | 2024.12.21 01:25:25.535820 [ 41 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0 | ||
| 15013 | 2024.12.21 01:25:25.535894 [ 41 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15014 | 2024.12.21 01:25:25.535921 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15015 | 2024.12.21 01:25:25.536136 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full | ||
| 15016 | 2024.12.21 01:25:25.536580 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15017 | 2024.12.21 01:25:25.536661 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 282 rows starting from the beginning of the part | ||
| 15018 | 2024.12.21 01:25:25.536751 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 15019 | 2024.12.21 01:25:25.536922 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 15020 | 2024.12.21 01:25:25.537206 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 15021 | 2024.12.21 01:25:25.537425 [ 188 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
| 15022 | 2024.12.21 01:25:25.538579 [ 197 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.002575554 sec., 118809.39013509327 rows/sec., 6.06 MiB/sec. | ||
| 15023 | 2024.12.21 01:25:25.538806 [ 186 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 15024 | 2024.12.21 01:25:25.539225 [ 186 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_51_11} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15025 | 2024.12.21 01:25:25.539323 [ 186 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_51_11} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11 | ||
| 15026 | 2024.12.21 01:25:25.539433 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 15027 | 2024.12.21 01:25:26.379743 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543 | ||
| 15028 | 2024.12.21 01:25:26.402829 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15029 | 2024.12.21 01:25:26.402891 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15030 | 2024.12.21 01:25:26.410219 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 15031 | 2024.12.21 01:25:26.411012 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15032 | 2024.12.21 01:25:26.414647 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 15033 | 2024.12.21 01:25:28.185364 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15034 | 2024.12.21 01:25:28.185556 [ 287 ] {d23fd256-ca52-448c-bff7-9433502c3146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15035 | 2024.12.21 01:25:28.185627 [ 287 ] {d23fd256-ca52-448c-bff7-9433502c3146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15036 | 2024.12.21 01:25:28.186383 [ 287 ] {d23fd256-ca52-448c-bff7-9433502c3146} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15037 | 2024.12.21 01:25:28.186425 [ 287 ] {d23fd256-ca52-448c-bff7-9433502c3146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15038 | 2024.12.21 01:25:28.186858 [ 287 ] {d23fd256-ca52-448c-bff7-9433502c3146} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15039 | 2024.12.21 01:25:28.187113 [ 287 ] {d23fd256-ca52-448c-bff7-9433502c3146} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15040 | 2024.12.21 01:25:28.187318 [ 287 ] {d23fd256-ca52-448c-bff7-9433502c3146} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001817 sec., 7705.008255365988 rows/sec., 554.66 KiB/sec. | ||
| 15041 | 2024.12.21 01:25:28.187373 [ 287 ] {d23fd256-ca52-448c-bff7-9433502c3146} <Debug> TCPHandler: Processed in 0.002141176 sec. | ||
| 15042 | 2024.12.21 01:25:28.187630 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15043 | 2024.12.21 01:25:28.187843 [ 285 ] {09663997-2eac-4af3-872b-fd0ce29c6042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15044 | 2024.12.21 01:25:28.187929 [ 285 ] {09663997-2eac-4af3-872b-fd0ce29c6042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15045 | 2024.12.21 01:25:28.188852 [ 285 ] {09663997-2eac-4af3-872b-fd0ce29c6042} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15046 | 2024.12.21 01:25:28.188903 [ 285 ] {09663997-2eac-4af3-872b-fd0ce29c6042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15047 | 2024.12.21 01:25:28.189369 [ 285 ] {09663997-2eac-4af3-872b-fd0ce29c6042} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15048 | 2024.12.21 01:25:28.189640 [ 285 ] {09663997-2eac-4af3-872b-fd0ce29c6042} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15049 | 2024.12.21 01:25:28.189893 [ 285 ] {09663997-2eac-4af3-872b-fd0ce29c6042} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.00211 sec., 103791.4691943128 rows/sec., 9.04 MiB/sec. | ||
| 15050 | 2024.12.21 01:25:28.189975 [ 285 ] {09663997-2eac-4af3-872b-fd0ce29c6042} <Debug> TCPHandler: Processed in 0.002477652 sec. | ||
| 15051 | 2024.12.21 01:25:28.190198 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15052 | 2024.12.21 01:25:28.190394 [ 287 ] {046715ba-6f3b-42e4-a891-aed30e10e6c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15053 | 2024.12.21 01:25:28.190447 [ 287 ] {046715ba-6f3b-42e4-a891-aed30e10e6c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15054 | 2024.12.21 01:25:28.191063 [ 287 ] {046715ba-6f3b-42e4-a891-aed30e10e6c4} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15055 | 2024.12.21 01:25:28.191105 [ 287 ] {046715ba-6f3b-42e4-a891-aed30e10e6c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15056 | 2024.12.21 01:25:28.191498 [ 287 ] {046715ba-6f3b-42e4-a891-aed30e10e6c4} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 15057 | 2024.12.21 01:25:28.191747 [ 287 ] {046715ba-6f3b-42e4-a891-aed30e10e6c4} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15058 | 2024.12.21 01:25:28.191932 [ 287 ] {046715ba-6f3b-42e4-a891-aed30e10e6c4} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001569 sec., 9560.229445506691 rows/sec., 674.07 KiB/sec. | ||
| 15059 | 2024.12.21 01:25:28.191991 [ 287 ] {046715ba-6f3b-42e4-a891-aed30e10e6c4} <Debug> TCPHandler: Processed in 0.001899463 sec. | ||
| 15060 | 2024.12.21 01:25:28.192143 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15061 | 2024.12.21 01:25:28.192268 [ 285 ] {ddc97f23-1c26-4dfb-a5d9-8318e1213388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15062 | 2024.12.21 01:25:28.192323 [ 285 ] {ddc97f23-1c26-4dfb-a5d9-8318e1213388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15063 | 2024.12.21 01:25:28.192942 [ 285 ] {ddc97f23-1c26-4dfb-a5d9-8318e1213388} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15064 | 2024.12.21 01:25:28.192986 [ 285 ] {ddc97f23-1c26-4dfb-a5d9-8318e1213388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15065 | 2024.12.21 01:25:28.193387 [ 285 ] {ddc97f23-1c26-4dfb-a5d9-8318e1213388} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15066 | 2024.12.21 01:25:28.193644 [ 285 ] {ddc97f23-1c26-4dfb-a5d9-8318e1213388} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15067 | 2024.12.21 01:25:28.193891 [ 285 ] {ddc97f23-1c26-4dfb-a5d9-8318e1213388} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001647 sec., 8500.303582270795 rows/sec., 595.31 KiB/sec. | ||
| 15068 | 2024.12.21 01:25:28.193965 [ 285 ] {ddc97f23-1c26-4dfb-a5d9-8318e1213388} <Debug> TCPHandler: Processed in 0.001884032 sec. | ||
| 15069 | 2024.12.21 01:25:28.194215 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15070 | 2024.12.21 01:25:28.194384 [ 287 ] {da869d1f-55e3-4de8-babd-34b5c151c38a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15071 | 2024.12.21 01:25:28.194442 [ 287 ] {da869d1f-55e3-4de8-babd-34b5c151c38a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15072 | 2024.12.21 01:25:28.195137 [ 287 ] {da869d1f-55e3-4de8-babd-34b5c151c38a} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15073 | 2024.12.21 01:25:28.195183 [ 287 ] {da869d1f-55e3-4de8-babd-34b5c151c38a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15074 | 2024.12.21 01:25:28.195557 [ 287 ] {da869d1f-55e3-4de8-babd-34b5c151c38a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15075 | 2024.12.21 01:25:28.195796 [ 287 ] {da869d1f-55e3-4de8-babd-34b5c151c38a} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15076 | 2024.12.21 01:25:28.196010 [ 287 ] {da869d1f-55e3-4de8-babd-34b5c151c38a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001656 sec., 7850.24154589372 rows/sec., 489.46 KiB/sec. | ||
| 15077 | 2024.12.21 01:25:28.196078 [ 287 ] {da869d1f-55e3-4de8-babd-34b5c151c38a} <Debug> TCPHandler: Processed in 0.002007053 sec. | ||
| 15078 | 2024.12.21 01:25:28.196313 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15079 | 2024.12.21 01:25:28.196547 [ 285 ] {3585802a-8c09-4a48-907a-053c83b9b953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15080 | 2024.12.21 01:25:28.196643 [ 285 ] {3585802a-8c09-4a48-907a-053c83b9b953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15081 | 2024.12.21 01:25:28.197743 [ 285 ] {3585802a-8c09-4a48-907a-053c83b9b953} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15082 | 2024.12.21 01:25:28.197786 [ 285 ] {3585802a-8c09-4a48-907a-053c83b9b953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15083 | 2024.12.21 01:25:28.198204 [ 285 ] {3585802a-8c09-4a48-907a-053c83b9b953} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15084 | 2024.12.21 01:25:28.198459 [ 285 ] {3585802a-8c09-4a48-907a-053c83b9b953} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15085 | 2024.12.21 01:25:28.198653 [ 285 ] {3585802a-8c09-4a48-907a-053c83b9b953} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002163 sec., 180305.13176144243 rows/sec., 12.79 MiB/sec. | ||
| 15086 | 2024.12.21 01:25:28.198709 [ 285 ] {3585802a-8c09-4a48-907a-053c83b9b953} <Debug> TCPHandler: Processed in 0.002542782 sec. | ||
| 15087 | 2024.12.21 01:25:28.198882 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15088 | 2024.12.21 01:25:28.199023 [ 287 ] {a7411a2f-f949-4d68-9e50-de386862d082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15089 | 2024.12.21 01:25:28.199085 [ 287 ] {a7411a2f-f949-4d68-9e50-de386862d082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15090 | 2024.12.21 01:25:28.199607 [ 287 ] {a7411a2f-f949-4d68-9e50-de386862d082} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15091 | 2024.12.21 01:25:28.199648 [ 287 ] {a7411a2f-f949-4d68-9e50-de386862d082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15092 | 2024.12.21 01:25:28.200030 [ 287 ] {a7411a2f-f949-4d68-9e50-de386862d082} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15093 | 2024.12.21 01:25:28.200276 [ 287 ] {a7411a2f-f949-4d68-9e50-de386862d082} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15094 | 2024.12.21 01:25:28.200503 [ 287 ] {a7411a2f-f949-4d68-9e50-de386862d082} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001511 sec., 3970.880211780278 rows/sec., 207.46 KiB/sec. | ||
| 15095 | 2024.12.21 01:25:28.200561 [ 287 ] {a7411a2f-f949-4d68-9e50-de386862d082} <Debug> TCPHandler: Processed in 0.00174908 sec. | ||
| 15096 | 2024.12.21 01:25:28.200708 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15097 | 2024.12.21 01:25:28.200836 [ 285 ] {6ba43ea0-3e67-419e-99db-8b87cb9204a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15098 | 2024.12.21 01:25:28.200896 [ 285 ] {6ba43ea0-3e67-419e-99db-8b87cb9204a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15099 | 2024.12.21 01:25:28.201523 [ 285 ] {6ba43ea0-3e67-419e-99db-8b87cb9204a7} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15100 | 2024.12.21 01:25:28.201562 [ 285 ] {6ba43ea0-3e67-419e-99db-8b87cb9204a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15101 | 2024.12.21 01:25:28.201984 [ 285 ] {6ba43ea0-3e67-419e-99db-8b87cb9204a7} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15102 | 2024.12.21 01:25:28.202264 [ 285 ] {6ba43ea0-3e67-419e-99db-8b87cb9204a7} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15103 | 2024.12.21 01:25:28.202452 [ 285 ] {6ba43ea0-3e67-419e-99db-8b87cb9204a7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001643 sec., 144248.32623250154 rows/sec., 9.67 MiB/sec. | ||
| 15104 | 2024.12.21 01:25:28.202513 [ 285 ] {6ba43ea0-3e67-419e-99db-8b87cb9204a7} <Debug> TCPHandler: Processed in 0.001862982 sec. | ||
| 15105 | 2024.12.21 01:25:28.202664 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15106 | 2024.12.21 01:25:28.202783 [ 287 ] {657fddce-0ae4-4e58-95db-f6c5addd2438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15107 | 2024.12.21 01:25:28.202836 [ 287 ] {657fddce-0ae4-4e58-95db-f6c5addd2438} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15108 | 2024.12.21 01:25:28.203325 [ 287 ] {657fddce-0ae4-4e58-95db-f6c5addd2438} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15109 | 2024.12.21 01:25:28.203364 [ 287 ] {657fddce-0ae4-4e58-95db-f6c5addd2438} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15110 | 2024.12.21 01:25:28.203733 [ 287 ] {657fddce-0ae4-4e58-95db-f6c5addd2438} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15111 | 2024.12.21 01:25:28.203971 [ 287 ] {657fddce-0ae4-4e58-95db-f6c5addd2438} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15112 | 2024.12.21 01:25:28.204229 [ 287 ] {657fddce-0ae4-4e58-95db-f6c5addd2438} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001455 sec., 687.2852233676977 rows/sec., 46.31 KiB/sec. | ||
| 15113 | 2024.12.21 01:25:28.204304 [ 287 ] {657fddce-0ae4-4e58-95db-f6c5addd2438} <Debug> TCPHandler: Processed in 0.001696199 sec. | ||
| 15114 | 2024.12.21 01:25:28.204540 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15115 | 2024.12.21 01:25:28.204728 [ 285 ] {e37cf630-b6d3-414a-8275-998da2921d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15116 | 2024.12.21 01:25:28.204812 [ 285 ] {e37cf630-b6d3-414a-8275-998da2921d8b} <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 | ||
| 15117 | 2024.12.21 01:25:28.205949 [ 285 ] {e37cf630-b6d3-414a-8275-998da2921d8b} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15118 | 2024.12.21 01:25:28.205989 [ 285 ] {e37cf630-b6d3-414a-8275-998da2921d8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15119 | 2024.12.21 01:25:28.206632 [ 285 ] {e37cf630-b6d3-414a-8275-998da2921d8b} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 15120 | 2024.12.21 01:25:28.206922 [ 285 ] {e37cf630-b6d3-414a-8275-998da2921d8b} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15121 | 2024.12.21 01:25:28.207163 [ 285 ] {e37cf630-b6d3-414a-8275-998da2921d8b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002466 sec., 3244.1200324412007 rows/sec., 5.81 MiB/sec. | ||
| 15122 | 2024.12.21 01:25:28.207208 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15123 | 2024.12.21 01:25:28.207300 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15124 | 2024.12.21 01:25:28.207359 [ 285 ] {e37cf630-b6d3-414a-8275-998da2921d8b} <Debug> TCPHandler: Processed in 0.00294859 sec. | ||
| 15125 | 2024.12.21 01:25:28.207578 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15126 | 2024.12.21 01:25:28.207785 [ 287 ] {67679d2f-2937-4724-aee3-0d4049da27e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15127 | 2024.12.21 01:25:28.207879 [ 287 ] {67679d2f-2937-4724-aee3-0d4049da27e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15128 | 2024.12.21 01:25:28.209049 [ 287 ] {67679d2f-2937-4724-aee3-0d4049da27e8} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15129 | 2024.12.21 01:25:28.209103 [ 287 ] {67679d2f-2937-4724-aee3-0d4049da27e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15130 | 2024.12.21 01:25:28.209853 [ 287 ] {67679d2f-2937-4724-aee3-0d4049da27e8} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15131 | 2024.12.21 01:25:28.210241 [ 287 ] {67679d2f-2937-4724-aee3-0d4049da27e8} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15132 | 2024.12.21 01:25:28.210786 [ 287 ] {67679d2f-2937-4724-aee3-0d4049da27e8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003042 sec., 26955.95003287311 rows/sec., 1.71 MiB/sec. | ||
| 15133 | 2024.12.21 01:25:28.211092 [ 287 ] {67679d2f-2937-4724-aee3-0d4049da27e8} <Debug> TCPHandler: Processed in 0.003610631 sec. | ||
| 15134 | 2024.12.21 01:25:28.211482 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15135 | 2024.12.21 01:25:28.478306 [ 219 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15136 | 2024.12.21 01:25:28.478390 [ 219 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15137 | 2024.12.21 01:25:28.480895 [ 219 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15138 | 2024.12.21 01:25:31.528228 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33489 | ||
| 15139 | 2024.12.21 01:25:31.529243 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15140 | 2024.12.21 01:25:31.529327 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15141 | 2024.12.21 01:25:31.530038 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 15142 | 2024.12.21 01:25:31.530328 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15143 | 2024.12.21 01:25:31.530626 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 | ||
| 15144 | 2024.12.21 01:25:33.116678 [ 218 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15145 | 2024.12.21 01:25:33.116738 [ 218 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15146 | 2024.12.21 01:25:33.119054 [ 218 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15147 | 2024.12.21 01:25:33.182739 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15148 | 2024.12.21 01:25:33.182918 [ 287 ] {31e87053-b384-4040-986b-830b5c085bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15149 | 2024.12.21 01:25:33.182993 [ 287 ] {31e87053-b384-4040-986b-830b5c085bd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15150 | 2024.12.21 01:25:33.183739 [ 287 ] {31e87053-b384-4040-986b-830b5c085bd5} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15151 | 2024.12.21 01:25:33.183786 [ 287 ] {31e87053-b384-4040-986b-830b5c085bd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15152 | 2024.12.21 01:25:33.184222 [ 287 ] {31e87053-b384-4040-986b-830b5c085bd5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 15153 | 2024.12.21 01:25:33.184481 [ 287 ] {31e87053-b384-4040-986b-830b5c085bd5} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15154 | 2024.12.21 01:25:33.184816 [ 287 ] {31e87053-b384-4040-986b-830b5c085bd5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00195 sec., 2051.2820512820513 rows/sec., 167.27 KiB/sec. | ||
| 15155 | 2024.12.21 01:25:33.184884 [ 287 ] {31e87053-b384-4040-986b-830b5c085bd5} <Debug> TCPHandler: Processed in 0.002277799 sec. | ||
| 15156 | 2024.12.21 01:25:33.185147 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15157 | 2024.12.21 01:25:33.185346 [ 285 ] {4790ffe7-042a-4f55-9583-00a91ce0062b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15158 | 2024.12.21 01:25:33.185423 [ 285 ] {4790ffe7-042a-4f55-9583-00a91ce0062b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15159 | 2024.12.21 01:25:33.186293 [ 285 ] {4790ffe7-042a-4f55-9583-00a91ce0062b} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15160 | 2024.12.21 01:25:33.186341 [ 285 ] {4790ffe7-042a-4f55-9583-00a91ce0062b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15161 | 2024.12.21 01:25:33.186808 [ 285 ] {4790ffe7-042a-4f55-9583-00a91ce0062b} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15162 | 2024.12.21 01:25:33.187188 [ 285 ] {4790ffe7-042a-4f55-9583-00a91ce0062b} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15163 | 2024.12.21 01:25:33.188287 [ 285 ] {4790ffe7-042a-4f55-9583-00a91ce0062b} <Debug> executeQuery: Read 126 rows, 10.93 KiB in 0.002956 sec., 42625.16914749662 rows/sec., 3.61 MiB/sec. | ||
| 15164 | 2024.12.21 01:25:33.188820 [ 285 ] {4790ffe7-042a-4f55-9583-00a91ce0062b} <Debug> TCPHandler: Processed in 0.003799494 sec. | ||
| 15165 | 2024.12.21 01:25:33.189256 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15166 | 2024.12.21 01:25:33.189430 [ 287 ] {c7415adb-a28d-4c8a-a530-db56e070e404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15167 | 2024.12.21 01:25:33.189485 [ 287 ] {c7415adb-a28d-4c8a-a530-db56e070e404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15168 | 2024.12.21 01:25:33.190118 [ 287 ] {c7415adb-a28d-4c8a-a530-db56e070e404} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15169 | 2024.12.21 01:25:33.190159 [ 287 ] {c7415adb-a28d-4c8a-a530-db56e070e404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15170 | 2024.12.21 01:25:33.190540 [ 287 ] {c7415adb-a28d-4c8a-a530-db56e070e404} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 15171 | 2024.12.21 01:25:33.190782 [ 287 ] {c7415adb-a28d-4c8a-a530-db56e070e404} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15172 | 2024.12.21 01:25:33.191011 [ 287 ] {c7415adb-a28d-4c8a-a530-db56e070e404} <Debug> executeQuery: Read 38 rows, 2.84 KiB in 0.001612 sec., 23573.20099255583 rows/sec., 1.72 MiB/sec. | ||
| 15173 | 2024.12.21 01:25:33.191067 [ 287 ] {c7415adb-a28d-4c8a-a530-db56e070e404} <Debug> TCPHandler: Processed in 0.002100805 sec. | ||
| 15174 | 2024.12.21 01:25:33.191220 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15175 | 2024.12.21 01:25:33.191348 [ 285 ] {04858222-3784-472e-becb-f9d5c4bea65b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15176 | 2024.12.21 01:25:33.191410 [ 285 ] {04858222-3784-472e-becb-f9d5c4bea65b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15177 | 2024.12.21 01:25:33.192183 [ 285 ] {04858222-3784-472e-becb-f9d5c4bea65b} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15178 | 2024.12.21 01:25:33.192229 [ 285 ] {04858222-3784-472e-becb-f9d5c4bea65b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15179 | 2024.12.21 01:25:33.192651 [ 285 ] {04858222-3784-472e-becb-f9d5c4bea65b} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15180 | 2024.12.21 01:25:33.192898 [ 285 ] {04858222-3784-472e-becb-f9d5c4bea65b} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15181 | 2024.12.21 01:25:33.193087 [ 285 ] {04858222-3784-472e-becb-f9d5c4bea65b} <Debug> executeQuery: Read 102 rows, 8.16 KiB in 0.001772 sec., 57562.07674943567 rows/sec., 4.50 MiB/sec. | ||
| 15182 | 2024.12.21 01:25:33.193142 [ 285 ] {04858222-3784-472e-becb-f9d5c4bea65b} <Debug> TCPHandler: Processed in 0.001980143 sec. | ||
| 15183 | 2024.12.21 01:25:33.193290 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15184 | 2024.12.21 01:25:33.193414 [ 287 ] {73984f19-7297-493e-8232-289afa04b503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15185 | 2024.12.21 01:25:33.193469 [ 287 ] {73984f19-7297-493e-8232-289afa04b503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15186 | 2024.12.21 01:25:33.194067 [ 287 ] {73984f19-7297-493e-8232-289afa04b503} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15187 | 2024.12.21 01:25:33.194108 [ 287 ] {73984f19-7297-493e-8232-289afa04b503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15188 | 2024.12.21 01:25:33.194522 [ 287 ] {73984f19-7297-493e-8232-289afa04b503} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15189 | 2024.12.21 01:25:33.194762 [ 287 ] {73984f19-7297-493e-8232-289afa04b503} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15190 | 2024.12.21 01:25:33.195017 [ 287 ] {73984f19-7297-493e-8232-289afa04b503} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001623 sec., 99815.15711645101 rows/sec., 6.95 MiB/sec. | ||
| 15191 | 2024.12.21 01:25:33.195072 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15192 | 2024.12.21 01:25:33.195107 [ 287 ] {73984f19-7297-493e-8232-289afa04b503} <Debug> TCPHandler: Processed in 0.001875612 sec. | ||
| 15193 | 2024.12.21 01:25:33.195133 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15194 | 2024.12.21 01:25:33.195309 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15195 | 2024.12.21 01:25:33.195441 [ 285 ] {fb004fd9-7f5c-4ef9-beef-7a93e598e500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15196 | 2024.12.21 01:25:33.195547 [ 285 ] {fb004fd9-7f5c-4ef9-beef-7a93e598e500} <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 | ||
| 15197 | 2024.12.21 01:25:33.197400 [ 285 ] {fb004fd9-7f5c-4ef9-beef-7a93e598e500} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15198 | 2024.12.21 01:25:33.197442 [ 285 ] {fb004fd9-7f5c-4ef9-beef-7a93e598e500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15199 | 2024.12.21 01:25:33.197954 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15200 | 2024.12.21 01:25:33.198517 [ 285 ] {fb004fd9-7f5c-4ef9-beef-7a93e598e500} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 15201 | 2024.12.21 01:25:33.198808 [ 285 ] {fb004fd9-7f5c-4ef9-beef-7a93e598e500} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15202 | 2024.12.21 01:25:33.199003 [ 285 ] {fb004fd9-7f5c-4ef9-beef-7a93e598e500} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.003595 sec., 9457.579972183588 rows/sec., 16.95 MiB/sec. | ||
| 15203 | 2024.12.21 01:25:33.199098 [ 285 ] {fb004fd9-7f5c-4ef9-beef-7a93e598e500} <Debug> TCPHandler: Processed in 0.003882625 sec. | ||
| 15204 | 2024.12.21 01:25:33.199258 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15205 | 2024.12.21 01:25:33.199382 [ 287 ] {f6c08252-0013-4932-ad09-2e63d3c9d4dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15206 | 2024.12.21 01:25:33.199433 [ 287 ] {f6c08252-0013-4932-ad09-2e63d3c9d4dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15207 | 2024.12.21 01:25:33.199948 [ 287 ] {f6c08252-0013-4932-ad09-2e63d3c9d4dc} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15208 | 2024.12.21 01:25:33.199988 [ 287 ] {f6c08252-0013-4932-ad09-2e63d3c9d4dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15209 | 2024.12.21 01:25:33.200399 [ 287 ] {f6c08252-0013-4932-ad09-2e63d3c9d4dc} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15210 | 2024.12.21 01:25:33.200638 [ 287 ] {f6c08252-0013-4932-ad09-2e63d3c9d4dc} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15211 | 2024.12.21 01:25:33.200886 [ 287 ] {f6c08252-0013-4932-ad09-2e63d3c9d4dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001513 sec., 39656.31196298744 rows/sec., 2.67 MiB/sec. | ||
| 15212 | 2024.12.21 01:25:33.200946 [ 287 ] {f6c08252-0013-4932-ad09-2e63d3c9d4dc} <Debug> TCPHandler: Processed in 0.001750879 sec. | ||
| 15213 | 2024.12.21 01:25:33.200980 [ 222 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15214 | 2024.12.21 01:25:33.201071 [ 222 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15215 | 2024.12.21 01:25:33.203793 [ 222 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15216 | 2024.12.21 01:25:33.309545 [ 222 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15217 | 2024.12.21 01:25:33.309593 [ 222 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15218 | 2024.12.21 01:25:33.311480 [ 222 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15219 | 2024.12.21 01:25:33.914712 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 15220 | 2024.12.21 01:25:33.937872 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15221 | 2024.12.21 01:25:33.937929 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15222 | 2024.12.21 01:25:33.945485 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 15223 | 2024.12.21 01:25:33.946360 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15224 | 2024.12.21 01:25:33.951836 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 15225 | 2024.12.21 01:25:34.000210 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.19 MiB, peak 287.74 MiB, free memory in arenas 0.00 B, will set to 271.17 MiB (RSS), difference: -1.02 MiB | ||
| 15226 | 2024.12.21 01:25:34.211244 [ 223 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15227 | 2024.12.21 01:25:34.211300 [ 223 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15228 | 2024.12.21 01:25:34.213658 [ 223 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15229 | 2024.12.21 01:25:34.268405 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2150 | ||
| 15230 | 2024.12.21 01:25:34.271863 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15231 | 2024.12.21 01:25:34.271915 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15232 | 2024.12.21 01:25:34.273545 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15233 | 2024.12.21 01:25:34.273874 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15234 | 2024.12.21 01:25:34.274816 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2150 | ||
| 15235 | 2024.12.21 01:25:38.185226 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15236 | 2024.12.21 01:25:38.185425 [ 287 ] {3dd341f9-6337-4955-9ee6-7f3208630666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15237 | 2024.12.21 01:25:38.185501 [ 287 ] {3dd341f9-6337-4955-9ee6-7f3208630666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15238 | 2024.12.21 01:25:38.186283 [ 287 ] {3dd341f9-6337-4955-9ee6-7f3208630666} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15239 | 2024.12.21 01:25:38.186336 [ 287 ] {3dd341f9-6337-4955-9ee6-7f3208630666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15240 | 2024.12.21 01:25:38.186780 [ 287 ] {3dd341f9-6337-4955-9ee6-7f3208630666} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15241 | 2024.12.21 01:25:38.187033 [ 287 ] {3dd341f9-6337-4955-9ee6-7f3208630666} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15242 | 2024.12.21 01:25:38.187226 [ 24 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15243 | 2024.12.21 01:25:38.187296 [ 287 ] {3dd341f9-6337-4955-9ee6-7f3208630666} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001921 sec., 7287.870900572619 rows/sec., 524.63 KiB/sec. | ||
| 15244 | 2024.12.21 01:25:38.187305 [ 24 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15245 | 2024.12.21 01:25:38.187379 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15246 | 2024.12.21 01:25:38.187437 [ 287 ] {3dd341f9-6337-4955-9ee6-7f3208630666} <Debug> TCPHandler: Processed in 0.00235197 sec. | ||
| 15247 | 2024.12.21 01:25:38.187604 [ 225 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15248 | 2024.12.21 01:25:38.187715 [ 225 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15249 | 2024.12.21 01:25:38.187791 [ 196 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 15250 | 2024.12.21 01:25:38.187946 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15251 | 2024.12.21 01:25:38.188255 [ 196 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15252 | 2024.12.21 01:25:38.188355 [ 196 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 14 rows starting from the beginning of the part | ||
| 15253 | 2024.12.21 01:25:38.188655 [ 285 ] {9d6ac1bf-5910-46b7-ae0c-d428024ebbf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15254 | 2024.12.21 01:25:38.188914 [ 285 ] {9d6ac1bf-5910-46b7-ae0c-d428024ebbf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15255 | 2024.12.21 01:25:38.188947 [ 196 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 15256 | 2024.12.21 01:25:38.189612 [ 196 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 15257 | 2024.12.21 01:25:38.190368 [ 196 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 15258 | 2024.12.21 01:25:38.191070 [ 196 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
| 15259 | 2024.12.21 01:25:38.193090 [ 285 ] {9d6ac1bf-5910-46b7-ae0c-d428024ebbf4} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15260 | 2024.12.21 01:25:38.193219 [ 285 ] {9d6ac1bf-5910-46b7-ae0c-d428024ebbf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15261 | 2024.12.21 01:25:38.193312 [ 225 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15262 | 2024.12.21 01:25:38.195138 [ 285 ] {9d6ac1bf-5910-46b7-ae0c-d428024ebbf4} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15263 | 2024.12.21 01:25:38.195693 [ 285 ] {9d6ac1bf-5910-46b7-ae0c-d428024ebbf4} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15264 | 2024.12.21 01:25:38.195698 [ 199 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.008216199 sec., 8519.75469435441 rows/sec., 646.59 KiB/sec. | ||
| 15265 | 2024.12.21 01:25:38.196050 [ 198 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15266 | 2024.12.21 01:25:38.196063 [ 285 ] {9d6ac1bf-5910-46b7-ae0c-d428024ebbf4} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.007682 sec., 28508.200989325698 rows/sec., 2.48 MiB/sec. | ||
| 15267 | 2024.12.21 01:25:38.196347 [ 285 ] {9d6ac1bf-5910-46b7-ae0c-d428024ebbf4} <Debug> TCPHandler: Processed in 0.008746687 sec. | ||
| 15268 | 2024.12.21 01:25:38.196595 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15269 | 2024.12.21 01:25:38.196709 [ 198 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_53_13} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15270 | 2024.12.21 01:25:38.196746 [ 287 ] {a487aed3-8e7c-4654-9bee-09a0a6183cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15271 | 2024.12.21 01:25:38.196808 [ 198 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_53_13} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15272 | 2024.12.21 01:25:38.196813 [ 287 ] {a487aed3-8e7c-4654-9bee-09a0a6183cdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15273 | 2024.12.21 01:25:38.196931 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15274 | 2024.12.21 01:25:38.197447 [ 287 ] {a487aed3-8e7c-4654-9bee-09a0a6183cdf} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15275 | 2024.12.21 01:25:38.197487 [ 287 ] {a487aed3-8e7c-4654-9bee-09a0a6183cdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15276 | 2024.12.21 01:25:38.197861 [ 287 ] {a487aed3-8e7c-4654-9bee-09a0a6183cdf} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 15277 | 2024.12.21 01:25:38.198107 [ 287 ] {a487aed3-8e7c-4654-9bee-09a0a6183cdf} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15278 | 2024.12.21 01:25:38.198315 [ 287 ] {a487aed3-8e7c-4654-9bee-09a0a6183cdf} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001609 sec., 9322.560596643878 rows/sec., 657.31 KiB/sec. | ||
| 15279 | 2024.12.21 01:25:38.198369 [ 287 ] {a487aed3-8e7c-4654-9bee-09a0a6183cdf} <Debug> TCPHandler: Processed in 0.001850241 sec. | ||
| 15280 | 2024.12.21 01:25:38.198531 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15281 | 2024.12.21 01:25:38.198677 [ 285 ] {2fe82506-f1a7-46aa-b9fa-e35874a4e4bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15282 | 2024.12.21 01:25:38.198738 [ 285 ] {2fe82506-f1a7-46aa-b9fa-e35874a4e4bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15283 | 2024.12.21 01:25:38.199446 [ 285 ] {2fe82506-f1a7-46aa-b9fa-e35874a4e4bf} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15284 | 2024.12.21 01:25:38.199494 [ 285 ] {2fe82506-f1a7-46aa-b9fa-e35874a4e4bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15285 | 2024.12.21 01:25:38.199869 [ 285 ] {2fe82506-f1a7-46aa-b9fa-e35874a4e4bf} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15286 | 2024.12.21 01:25:38.200112 [ 285 ] {2fe82506-f1a7-46aa-b9fa-e35874a4e4bf} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15287 | 2024.12.21 01:25:38.200369 [ 285 ] {2fe82506-f1a7-46aa-b9fa-e35874a4e4bf} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00172 sec., 8139.53488372093 rows/sec., 570.04 KiB/sec. | ||
| 15288 | 2024.12.21 01:25:38.200534 [ 285 ] {2fe82506-f1a7-46aa-b9fa-e35874a4e4bf} <Debug> TCPHandler: Processed in 0.002066425 sec. | ||
| 15289 | 2024.12.21 01:25:38.200787 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15290 | 2024.12.21 01:25:38.200939 [ 287 ] {74f4e665-a29c-42d3-aca0-f382686077ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15291 | 2024.12.21 01:25:38.200996 [ 287 ] {74f4e665-a29c-42d3-aca0-f382686077ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15292 | 2024.12.21 01:25:38.201655 [ 287 ] {74f4e665-a29c-42d3-aca0-f382686077ec} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15293 | 2024.12.21 01:25:38.201695 [ 287 ] {74f4e665-a29c-42d3-aca0-f382686077ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15294 | 2024.12.21 01:25:38.202055 [ 287 ] {74f4e665-a29c-42d3-aca0-f382686077ec} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15295 | 2024.12.21 01:25:38.202308 [ 287 ] {74f4e665-a29c-42d3-aca0-f382686077ec} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15296 | 2024.12.21 01:25:38.202469 [ 24 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15297 | 2024.12.21 01:25:38.202539 [ 24 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15298 | 2024.12.21 01:25:38.202551 [ 287 ] {74f4e665-a29c-42d3-aca0-f382686077ec} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001632 sec., 7965.686274509804 rows/sec., 496.66 KiB/sec. | ||
| 15299 | 2024.12.21 01:25:38.202577 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15300 | 2024.12.21 01:25:38.202698 [ 287 ] {74f4e665-a29c-42d3-aca0-f382686077ec} <Debug> TCPHandler: Processed in 0.002053585 sec. | ||
| 15301 | 2024.12.21 01:25:38.202954 [ 223 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15302 | 2024.12.21 01:25:38.202988 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 15303 | 2024.12.21 01:25:38.203033 [ 223 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15304 | 2024.12.21 01:25:38.203128 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15305 | 2024.12.21 01:25:38.203494 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15306 | 2024.12.21 01:25:38.203661 [ 285 ] {564f75b8-464b-45d2-94c3-7669110f115b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15307 | 2024.12.21 01:25:38.203684 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 13 rows starting from the beginning of the part | ||
| 15308 | 2024.12.21 01:25:38.203787 [ 285 ] {564f75b8-464b-45d2-94c3-7669110f115b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15309 | 2024.12.21 01:25:38.204148 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part | ||
| 15310 | 2024.12.21 01:25:38.204619 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part | ||
| 15311 | 2024.12.21 01:25:38.205328 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 13 rows starting from the beginning of the part | ||
| 15312 | 2024.12.21 01:25:38.205889 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part | ||
| 15313 | 2024.12.21 01:25:38.208788 [ 285 ] {564f75b8-464b-45d2-94c3-7669110f115b} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15314 | 2024.12.21 01:25:38.208900 [ 285 ] {564f75b8-464b-45d2-94c3-7669110f115b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15315 | 2024.12.21 01:25:38.209813 [ 223 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15316 | 2024.12.21 01:25:38.210625 [ 285 ] {564f75b8-464b-45d2-94c3-7669110f115b} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15317 | 2024.12.21 01:25:38.211238 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.008528594 sec., 7621.420365420138 rows/sec., 504.96 KiB/sec. | ||
| 15318 | 2024.12.21 01:25:38.211485 [ 285 ] {564f75b8-464b-45d2-94c3-7669110f115b} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15319 | 2024.12.21 01:25:38.211530 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15320 | 2024.12.21 01:25:38.211905 [ 285 ] {564f75b8-464b-45d2-94c3-7669110f115b} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.008385 sec., 46511.62790697674 rows/sec., 3.30 MiB/sec. | ||
| 15321 | 2024.12.21 01:25:38.212047 [ 285 ] {564f75b8-464b-45d2-94c3-7669110f115b} <Debug> TCPHandler: Processed in 0.009225515 sec. | ||
| 15322 | 2024.12.21 01:25:38.212101 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_53_13} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15323 | 2024.12.21 01:25:38.212246 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_53_13} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15324 | 2024.12.21 01:25:38.212247 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15325 | 2024.12.21 01:25:38.212375 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15326 | 2024.12.21 01:25:38.212462 [ 287 ] {b195dcbc-31ab-4bcd-8c03-5e64391adb24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15327 | 2024.12.21 01:25:38.212522 [ 287 ] {b195dcbc-31ab-4bcd-8c03-5e64391adb24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15328 | 2024.12.21 01:25:38.213015 [ 287 ] {b195dcbc-31ab-4bcd-8c03-5e64391adb24} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15329 | 2024.12.21 01:25:38.213054 [ 287 ] {b195dcbc-31ab-4bcd-8c03-5e64391adb24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15330 | 2024.12.21 01:25:38.213430 [ 287 ] {b195dcbc-31ab-4bcd-8c03-5e64391adb24} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15331 | 2024.12.21 01:25:38.213664 [ 287 ] {b195dcbc-31ab-4bcd-8c03-5e64391adb24} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15332 | 2024.12.21 01:25:38.213874 [ 287 ] {b195dcbc-31ab-4bcd-8c03-5e64391adb24} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001457 sec., 4118.050789293068 rows/sec., 215.15 KiB/sec. | ||
| 15333 | 2024.12.21 01:25:38.213927 [ 287 ] {b195dcbc-31ab-4bcd-8c03-5e64391adb24} <Debug> TCPHandler: Processed in 0.00177577 sec. | ||
| 15334 | 2024.12.21 01:25:38.214080 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15335 | 2024.12.21 01:25:38.214222 [ 285 ] {1342a7ac-1e71-49ff-9548-7a2c732716f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15336 | 2024.12.21 01:25:38.214286 [ 285 ] {1342a7ac-1e71-49ff-9548-7a2c732716f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15337 | 2024.12.21 01:25:38.214930 [ 285 ] {1342a7ac-1e71-49ff-9548-7a2c732716f4} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15338 | 2024.12.21 01:25:38.214969 [ 285 ] {1342a7ac-1e71-49ff-9548-7a2c732716f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15339 | 2024.12.21 01:25:38.215383 [ 285 ] {1342a7ac-1e71-49ff-9548-7a2c732716f4} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15340 | 2024.12.21 01:25:38.215646 [ 285 ] {1342a7ac-1e71-49ff-9548-7a2c732716f4} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15341 | 2024.12.21 01:25:38.215809 [ 24 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_119_24 to all_124_124_0 | ||
| 15342 | 2024.12.21 01:25:38.215859 [ 24 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15343 | 2024.12.21 01:25:38.215883 [ 285 ] {1342a7ac-1e71-49ff-9548-7a2c732716f4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001683 sec., 140819.96434937613 rows/sec., 9.44 MiB/sec. | ||
| 15344 | 2024.12.21 01:25:38.215893 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15345 | 2024.12.21 01:25:38.216097 [ 285 ] {1342a7ac-1e71-49ff-9548-7a2c732716f4} <Debug> TCPHandler: Processed in 0.002082085 sec. | ||
| 15346 | 2024.12.21 01:25:38.216239 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_124_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_119_24 to all_124_124_0 into Compact with storage Full | ||
| 15347 | 2024.12.21 01:25:38.216411 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15348 | 2024.12.21 01:25:38.216674 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_124_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15349 | 2024.12.21 01:25:38.216813 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 36349 rows starting from the beginning of the part | ||
| 15350 | 2024.12.21 01:25:38.217245 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 128 rows starting from the beginning of the part | ||
| 15351 | 2024.12.21 01:25:38.217323 [ 287 ] {3cc15048-d5b3-479c-b1f2-7b676e79e5c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15352 | 2024.12.21 01:25:38.217676 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part | ||
| 15353 | 2024.12.21 01:25:38.217877 [ 287 ] {3cc15048-d5b3-479c-b1f2-7b676e79e5c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15354 | 2024.12.21 01:25:38.218175 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 237 rows starting from the beginning of the part | ||
| 15355 | 2024.12.21 01:25:38.218563 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 162 rows starting from the beginning of the part | ||
| 15356 | 2024.12.21 01:25:38.219001 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part | ||
| 15357 | 2024.12.21 01:25:38.221378 [ 287 ] {3cc15048-d5b3-479c-b1f2-7b676e79e5c6} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15358 | 2024.12.21 01:25:38.221495 [ 287 ] {3cc15048-d5b3-479c-b1f2-7b676e79e5c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15359 | 2024.12.21 01:25:38.222976 [ 287 ] {3cc15048-d5b3-479c-b1f2-7b676e79e5c6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15360 | 2024.12.21 01:25:38.223305 [ 287 ] {3cc15048-d5b3-479c-b1f2-7b676e79e5c6} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15361 | 2024.12.21 01:25:38.223569 [ 287 ] {3cc15048-d5b3-479c-b1f2-7b676e79e5c6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006796 sec., 147.14537963507945 rows/sec., 9.92 KiB/sec. | ||
| 15362 | 2024.12.21 01:25:38.223584 [ 220 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15363 | 2024.12.21 01:25:38.223644 [ 220 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15364 | 2024.12.21 01:25:38.223707 [ 287 ] {3cc15048-d5b3-479c-b1f2-7b676e79e5c6} <Debug> TCPHandler: Processed in 0.007445016 sec. | ||
| 15365 | 2024.12.21 01:25:38.224001 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15366 | 2024.12.21 01:25:38.224159 [ 285 ] {a3089575-34c0-445d-9689-6d565422e022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15367 | 2024.12.21 01:25:38.224348 [ 285 ] {a3089575-34c0-445d-9689-6d565422e022} <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 | ||
| 15368 | 2024.12.21 01:25:38.228050 [ 220 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15369 | 2024.12.21 01:25:38.229161 [ 285 ] {a3089575-34c0-445d-9689-6d565422e022} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15370 | 2024.12.21 01:25:38.229256 [ 285 ] {a3089575-34c0-445d-9689-6d565422e022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15371 | 2024.12.21 01:25:38.230045 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_124_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37273 rows, containing 5 columns (5 merged, 0 gathered) in 0.014010696 sec., 2660324.65482086 rows/sec., 179.62 MiB/sec. | ||
| 15372 | 2024.12.21 01:25:38.230243 [ 285 ] {a3089575-34c0-445d-9689-6d565422e022} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 15373 | 2024.12.21 01:25:38.230399 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_124_25} <Trace> MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary) | ||
| 15374 | 2024.12.21 01:25:38.230602 [ 285 ] {a3089575-34c0-445d-9689-6d565422e022} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15375 | 2024.12.21 01:25:38.230798 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15376 | 2024.12.21 01:25:38.230943 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_119_24, all_124_124_0] -> all_1_124_25 | ||
| 15377 | 2024.12.21 01:25:38.230955 [ 285 ] {a3089575-34c0-445d-9689-6d565422e022} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00684 sec., 1169.5906432748538 rows/sec., 2.10 MiB/sec. | ||
| 15378 | 2024.12.21 01:25:38.231072 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 15379 | 2024.12.21 01:25:38.231177 [ 285 ] {a3089575-34c0-445d-9689-6d565422e022} <Debug> TCPHandler: Processed in 0.007257662 sec. | ||
| 15380 | 2024.12.21 01:25:38.231335 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15381 | 2024.12.21 01:25:38.231455 [ 287 ] {6be4c05a-52fd-42c4-b31e-e655c0b4b782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15382 | 2024.12.21 01:25:38.231507 [ 287 ] {6be4c05a-52fd-42c4-b31e-e655c0b4b782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15383 | 2024.12.21 01:25:38.232085 [ 287 ] {6be4c05a-52fd-42c4-b31e-e655c0b4b782} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15384 | 2024.12.21 01:25:38.232132 [ 287 ] {6be4c05a-52fd-42c4-b31e-e655c0b4b782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15385 | 2024.12.21 01:25:38.232577 [ 287 ] {6be4c05a-52fd-42c4-b31e-e655c0b4b782} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15386 | 2024.12.21 01:25:38.232829 [ 287 ] {6be4c05a-52fd-42c4-b31e-e655c0b4b782} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15387 | 2024.12.21 01:25:38.233066 [ 287 ] {6be4c05a-52fd-42c4-b31e-e655c0b4b782} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001627 sec., 50399.508297480024 rows/sec., 3.20 MiB/sec. | ||
| 15388 | 2024.12.21 01:25:38.233140 [ 287 ] {6be4c05a-52fd-42c4-b31e-e655c0b4b782} <Debug> TCPHandler: Processed in 0.001857561 sec. | ||
| 15389 | 2024.12.21 01:25:38.827795 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15390 | 2024.12.21 01:25:38.827899 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15391 | 2024.12.21 01:25:39.030741 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33977 | ||
| 15392 | 2024.12.21 01:25:39.031408 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15393 | 2024.12.21 01:25:39.031455 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15394 | 2024.12.21 01:25:39.032012 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15395 | 2024.12.21 01:25:39.032275 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15396 | 2024.12.21 01:25:39.032527 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33977 | ||
| 15397 | 2024.12.21 01:25:41.451905 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 15398 | 2024.12.21 01:25:41.475223 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15399 | 2024.12.21 01:25:41.475280 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15400 | 2024.12.21 01:25:41.482509 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15401 | 2024.12.21 01:25:41.483315 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15402 | 2024.12.21 01:25:41.487615 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 15403 | 2024.12.21 01:25:43.184043 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15404 | 2024.12.21 01:25:43.184347 [ 287 ] {5bd23093-914b-4a4f-bf47-471749213981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15405 | 2024.12.21 01:25:43.184466 [ 287 ] {5bd23093-914b-4a4f-bf47-471749213981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15406 | 2024.12.21 01:25:43.185343 [ 287 ] {5bd23093-914b-4a4f-bf47-471749213981} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15407 | 2024.12.21 01:25:43.185392 [ 287 ] {5bd23093-914b-4a4f-bf47-471749213981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15408 | 2024.12.21 01:25:43.185860 [ 287 ] {5bd23093-914b-4a4f-bf47-471749213981} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15409 | 2024.12.21 01:25:43.186130 [ 287 ] {5bd23093-914b-4a4f-bf47-471749213981} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15410 | 2024.12.21 01:25:43.186377 [ 287 ] {5bd23093-914b-4a4f-bf47-471749213981} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002116 sec., 58601.13421550095 rows/sec., 4.98 MiB/sec. | ||
| 15411 | 2024.12.21 01:25:43.186442 [ 287 ] {5bd23093-914b-4a4f-bf47-471749213981} <Debug> TCPHandler: Processed in 0.002589684 sec. | ||
| 15412 | 2024.12.21 01:25:43.186747 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15413 | 2024.12.21 01:25:43.187058 [ 285 ] {4a553857-969c-4f75-bf40-ce2311140669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15414 | 2024.12.21 01:25:43.187180 [ 285 ] {4a553857-969c-4f75-bf40-ce2311140669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15415 | 2024.12.21 01:25:43.188150 [ 285 ] {4a553857-969c-4f75-bf40-ce2311140669} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15416 | 2024.12.21 01:25:43.188197 [ 285 ] {4a553857-969c-4f75-bf40-ce2311140669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15417 | 2024.12.21 01:25:43.188644 [ 285 ] {4a553857-969c-4f75-bf40-ce2311140669} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 15418 | 2024.12.21 01:25:43.188909 [ 285 ] {4a553857-969c-4f75-bf40-ce2311140669} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15419 | 2024.12.21 01:25:43.189146 [ 285 ] {4a553857-969c-4f75-bf40-ce2311140669} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.002173 sec., 15646.571560055223 rows/sec., 1.15 MiB/sec. | ||
| 15420 | 2024.12.21 01:25:43.189213 [ 285 ] {4a553857-969c-4f75-bf40-ce2311140669} <Debug> TCPHandler: Processed in 0.002657885 sec. | ||
| 15421 | 2024.12.21 01:25:43.189365 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15422 | 2024.12.21 01:25:43.189514 [ 287 ] {12626d06-b83b-4c57-a04a-e74312a84331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15423 | 2024.12.21 01:25:43.189573 [ 287 ] {12626d06-b83b-4c57-a04a-e74312a84331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15424 | 2024.12.21 01:25:43.190222 [ 287 ] {12626d06-b83b-4c57-a04a-e74312a84331} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15425 | 2024.12.21 01:25:43.190263 [ 287 ] {12626d06-b83b-4c57-a04a-e74312a84331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15426 | 2024.12.21 01:25:43.190645 [ 287 ] {12626d06-b83b-4c57-a04a-e74312a84331} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15427 | 2024.12.21 01:25:43.190893 [ 287 ] {12626d06-b83b-4c57-a04a-e74312a84331} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15428 | 2024.12.21 01:25:43.191205 [ 287 ] {12626d06-b83b-4c57-a04a-e74312a84331} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001726 sec., 56778.67902665121 rows/sec., 4.43 MiB/sec. | ||
| 15429 | 2024.12.21 01:25:43.191398 [ 287 ] {12626d06-b83b-4c57-a04a-e74312a84331} <Debug> TCPHandler: Processed in 0.002098945 sec. | ||
| 15430 | 2024.12.21 01:25:43.191617 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15431 | 2024.12.21 01:25:43.191773 [ 285 ] {acd9e8d6-54a8-460a-a8ee-4cf8b55c750e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15432 | 2024.12.21 01:25:43.191837 [ 285 ] {acd9e8d6-54a8-460a-a8ee-4cf8b55c750e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15433 | 2024.12.21 01:25:43.192530 [ 285 ] {acd9e8d6-54a8-460a-a8ee-4cf8b55c750e} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15434 | 2024.12.21 01:25:43.192577 [ 285 ] {acd9e8d6-54a8-460a-a8ee-4cf8b55c750e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15435 | 2024.12.21 01:25:43.193001 [ 285 ] {acd9e8d6-54a8-460a-a8ee-4cf8b55c750e} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15436 | 2024.12.21 01:25:43.193265 [ 285 ] {acd9e8d6-54a8-460a-a8ee-4cf8b55c750e} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15437 | 2024.12.21 01:25:43.193452 [ 285 ] {acd9e8d6-54a8-460a-a8ee-4cf8b55c750e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001714 sec., 93348.89148191366 rows/sec., 6.50 MiB/sec. | ||
| 15438 | 2024.12.21 01:25:43.193504 [ 285 ] {acd9e8d6-54a8-460a-a8ee-4cf8b55c750e} <Debug> TCPHandler: Processed in 0.002004764 sec. | ||
| 15439 | 2024.12.21 01:25:43.193680 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15440 | 2024.12.21 01:25:43.193824 [ 287 ] {4917d560-7048-45bc-9271-ee6728c68a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15441 | 2024.12.21 01:25:43.193921 [ 287 ] {4917d560-7048-45bc-9271-ee6728c68a4c} <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 | ||
| 15442 | 2024.12.21 01:25:43.195248 [ 287 ] {4917d560-7048-45bc-9271-ee6728c68a4c} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15443 | 2024.12.21 01:25:43.195289 [ 287 ] {4917d560-7048-45bc-9271-ee6728c68a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15444 | 2024.12.21 01:25:43.195994 [ 287 ] {4917d560-7048-45bc-9271-ee6728c68a4c} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 15445 | 2024.12.21 01:25:43.196289 [ 287 ] {4917d560-7048-45bc-9271-ee6728c68a4c} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15446 | 2024.12.21 01:25:43.196565 [ 287 ] {4917d560-7048-45bc-9271-ee6728c68a4c} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002774 sec., 12256.669069935111 rows/sec., 21.96 MiB/sec. | ||
| 15447 | 2024.12.21 01:25:43.196665 [ 287 ] {4917d560-7048-45bc-9271-ee6728c68a4c} <Debug> TCPHandler: Processed in 0.003051521 sec. | ||
| 15448 | 2024.12.21 01:25:43.196858 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15449 | 2024.12.21 01:25:43.197000 [ 285 ] {6e334071-f425-404d-aec3-de20ce0acc2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15450 | 2024.12.21 01:25:43.197061 [ 285 ] {6e334071-f425-404d-aec3-de20ce0acc2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15451 | 2024.12.21 01:25:43.197662 [ 285 ] {6e334071-f425-404d-aec3-de20ce0acc2b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15452 | 2024.12.21 01:25:43.197699 [ 285 ] {6e334071-f425-404d-aec3-de20ce0acc2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15453 | 2024.12.21 01:25:43.198091 [ 285 ] {6e334071-f425-404d-aec3-de20ce0acc2b} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15454 | 2024.12.21 01:25:43.198338 [ 285 ] {6e334071-f425-404d-aec3-de20ce0acc2b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15455 | 2024.12.21 01:25:43.198520 [ 285 ] {6e334071-f425-404d-aec3-de20ce0acc2b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001552 sec., 38659.79381443299 rows/sec., 2.61 MiB/sec. | ||
| 15456 | 2024.12.21 01:25:43.198571 [ 285 ] {6e334071-f425-404d-aec3-de20ce0acc2b} <Debug> TCPHandler: Processed in 0.00178594 sec. | ||
| 15457 | 2024.12.21 01:25:43.327126 [ 219 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15458 | 2024.12.21 01:25:43.327187 [ 219 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15459 | 2024.12.21 01:25:43.329206 [ 219 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15460 | 2024.12.21 01:25:43.464604 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15461 | 2024.12.21 01:25:43.464758 [ 287 ] {cefc8910-d393-48ab-a931-9ebc2c1e5a2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15462 | 2024.12.21 01:25:43.464819 [ 287 ] {cefc8910-d393-48ab-a931-9ebc2c1e5a2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15463 | 2024.12.21 01:25:43.465493 [ 287 ] {cefc8910-d393-48ab-a931-9ebc2c1e5a2e} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15464 | 2024.12.21 01:25:43.465539 [ 287 ] {cefc8910-d393-48ab-a931-9ebc2c1e5a2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15465 | 2024.12.21 01:25:43.465949 [ 287 ] {cefc8910-d393-48ab-a931-9ebc2c1e5a2e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15466 | 2024.12.21 01:25:43.466202 [ 287 ] {cefc8910-d393-48ab-a931-9ebc2c1e5a2e} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15467 | 2024.12.21 01:25:43.466456 [ 287 ] {cefc8910-d393-48ab-a931-9ebc2c1e5a2e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001728 sec., 8101.851851851852 rows/sec., 583.22 KiB/sec. | ||
| 15468 | 2024.12.21 01:25:43.466615 [ 287 ] {cefc8910-d393-48ab-a931-9ebc2c1e5a2e} <Debug> TCPHandler: Processed in 0.002103385 sec. | ||
| 15469 | 2024.12.21 01:25:43.466852 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15470 | 2024.12.21 01:25:43.466987 [ 285 ] {ce8d875b-3b0f-4985-a355-51dc8dad7a90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15471 | 2024.12.21 01:25:43.467043 [ 285 ] {ce8d875b-3b0f-4985-a355-51dc8dad7a90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15472 | 2024.12.21 01:25:43.467678 [ 285 ] {ce8d875b-3b0f-4985-a355-51dc8dad7a90} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15473 | 2024.12.21 01:25:43.467717 [ 285 ] {ce8d875b-3b0f-4985-a355-51dc8dad7a90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15474 | 2024.12.21 01:25:43.468105 [ 285 ] {ce8d875b-3b0f-4985-a355-51dc8dad7a90} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 15475 | 2024.12.21 01:25:43.468358 [ 285 ] {ce8d875b-3b0f-4985-a355-51dc8dad7a90} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15476 | 2024.12.21 01:25:43.468563 [ 285 ] {ce8d875b-3b0f-4985-a355-51dc8dad7a90} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001604 sec., 7481.296758104739 rows/sec., 610.05 KiB/sec. | ||
| 15477 | 2024.12.21 01:25:43.468642 [ 285 ] {ce8d875b-3b0f-4985-a355-51dc8dad7a90} <Debug> TCPHandler: Processed in 0.001903702 sec. | ||
| 15478 | 2024.12.21 01:25:43.468823 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15479 | 2024.12.21 01:25:43.468968 [ 287 ] {2e56b266-eda6-4ec3-b5ff-dcd58501d3a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15480 | 2024.12.21 01:25:43.469025 [ 287 ] {2e56b266-eda6-4ec3-b5ff-dcd58501d3a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15481 | 2024.12.21 01:25:43.470543 [ 287 ] {2e56b266-eda6-4ec3-b5ff-dcd58501d3a9} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15482 | 2024.12.21 01:25:43.470588 [ 287 ] {2e56b266-eda6-4ec3-b5ff-dcd58501d3a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15483 | 2024.12.21 01:25:43.471159 [ 287 ] {2e56b266-eda6-4ec3-b5ff-dcd58501d3a9} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15484 | 2024.12.21 01:25:43.471485 [ 287 ] {2e56b266-eda6-4ec3-b5ff-dcd58501d3a9} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15485 | 2024.12.21 01:25:43.471705 [ 287 ] {2e56b266-eda6-4ec3-b5ff-dcd58501d3a9} <Debug> executeQuery: Read 1365 rows, 116.09 KiB in 0.002769 sec., 492957.7464788732 rows/sec., 40.94 MiB/sec. | ||
| 15486 | 2024.12.21 01:25:43.471823 [ 151 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15487 | 2024.12.21 01:25:43.471831 [ 287 ] {2e56b266-eda6-4ec3-b5ff-dcd58501d3a9} <Debug> TCPHandler: Processed in 0.003076692 sec. | ||
| 15488 | 2024.12.21 01:25:43.471867 [ 151 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15489 | 2024.12.21 01:25:43.471902 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15490 | 2024.12.21 01:25:43.472057 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 15491 | 2024.12.21 01:25:43.472157 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15492 | 2024.12.21 01:25:43.472228 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15493 | 2024.12.21 01:25:43.472280 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1436 rows starting from the beginning of the part | ||
| 15494 | 2024.12.21 01:25:43.472301 [ 285 ] {f035ce9a-5845-462d-9b28-f02c628bd6fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15495 | 2024.12.21 01:25:43.472368 [ 285 ] {f035ce9a-5845-462d-9b28-f02c628bd6fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15496 | 2024.12.21 01:25:43.472400 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 219 rows starting from the beginning of the part | ||
| 15497 | 2024.12.21 01:25:43.472876 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 126 rows starting from the beginning of the part | ||
| 15498 | 2024.12.21 01:25:43.473227 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 219 rows starting from the beginning of the part | ||
| 15499 | 2024.12.21 01:25:43.473589 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 124 rows starting from the beginning of the part | ||
| 15500 | 2024.12.21 01:25:43.473865 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 1365 rows starting from the beginning of the part | ||
| 15501 | 2024.12.21 01:25:43.474961 [ 285 ] {f035ce9a-5845-462d-9b28-f02c628bd6fb} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15502 | 2024.12.21 01:25:43.475014 [ 285 ] {f035ce9a-5845-462d-9b28-f02c628bd6fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15503 | 2024.12.21 01:25:43.475554 [ 285 ] {f035ce9a-5845-462d-9b28-f02c628bd6fb} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 15504 | 2024.12.21 01:25:43.475883 [ 285 ] {f035ce9a-5845-462d-9b28-f02c628bd6fb} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15505 | 2024.12.21 01:25:43.476053 [ 151 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 15506 | 2024.12.21 01:25:43.476093 [ 285 ] {f035ce9a-5845-462d-9b28-f02c628bd6fb} <Debug> executeQuery: Read 27 rows, 1.90 KiB in 0.003827 sec., 7055.134570159394 rows/sec., 495.30 KiB/sec. | ||
| 15507 | 2024.12.21 01:25:43.476105 [ 151 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15508 | 2024.12.21 01:25:43.476145 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15509 | 2024.12.21 01:25:43.476189 [ 285 ] {f035ce9a-5845-462d-9b28-f02c628bd6fb} <Debug> TCPHandler: Processed in 0.004105629 sec. | ||
| 15510 | 2024.12.21 01:25:43.476636 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 15511 | 2024.12.21 01:25:43.476683 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15512 | 2024.12.21 01:25:43.476970 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3489 rows, containing 5 columns (5 merged, 0 gathered) in 0.004987884 sec., 699495.0163235553 rows/sec., 61.32 MiB/sec. | ||
| 15513 | 2024.12.21 01:25:43.477116 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15514 | 2024.12.21 01:25:43.477172 [ 287 ] {9a52124b-20ec-4c7e-956e-1af0ed906d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15515 | 2024.12.21 01:25:43.477194 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 67 rows starting from the beginning of the part | ||
| 15516 | 2024.12.21 01:25:43.477339 [ 287 ] {9a52124b-20ec-4c7e-956e-1af0ed906d59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15517 | 2024.12.21 01:25:43.477369 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15518 | 2024.12.21 01:25:43.477577 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 15 rows starting from the beginning of the part | ||
| 15519 | 2024.12.21 01:25:43.478016 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 38 rows starting from the beginning of the part | ||
| 15520 | 2024.12.21 01:25:43.478509 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 15 rows starting from the beginning of the part | ||
| 15521 | 2024.12.21 01:25:43.478880 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_126_25} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15522 | 2024.12.21 01:25:43.478906 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 34 rows starting from the beginning of the part | ||
| 15523 | 2024.12.21 01:25:43.479301 [ 193 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 27 rows starting from the beginning of the part | ||
| 15524 | 2024.12.21 01:25:43.479343 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_126_25} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15525 | 2024.12.21 01:25:43.479765 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 15526 | 2024.12.21 01:25:43.481405 [ 287 ] {9a52124b-20ec-4c7e-956e-1af0ed906d59} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15527 | 2024.12.21 01:25:43.481487 [ 287 ] {9a52124b-20ec-4c7e-956e-1af0ed906d59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15528 | 2024.12.21 01:25:43.482583 [ 190 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.006316426 sec., 31030.206005738055 rows/sec., 2.33 MiB/sec. | ||
| 15529 | 2024.12.21 01:25:43.482596 [ 287 ] {9a52124b-20ec-4c7e-956e-1af0ed906d59} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15530 | 2024.12.21 01:25:43.482839 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 15531 | 2024.12.21 01:25:43.483033 [ 287 ] {9a52124b-20ec-4c7e-956e-1af0ed906d59} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15532 | 2024.12.21 01:25:43.483412 [ 287 ] {9a52124b-20ec-4c7e-956e-1af0ed906d59} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.006305 sec., 38382.23632038065 rows/sec., 2.60 MiB/sec. | ||
| 15533 | 2024.12.21 01:25:43.483560 [ 287 ] {9a52124b-20ec-4c7e-956e-1af0ed906d59} <Debug> TCPHandler: Processed in 0.007260322 sec. | ||
| 15534 | 2024.12.21 01:25:43.483671 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_106_21} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15535 | 2024.12.21 01:25:43.483772 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15536 | 2024.12.21 01:25:43.483823 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_106_21} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 15537 | 2024.12.21 01:25:43.484003 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 15538 | 2024.12.21 01:25:43.484014 [ 285 ] {45e2d0fa-24f5-4fd1-8bab-1093ec4048bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15539 | 2024.12.21 01:25:43.484091 [ 285 ] {45e2d0fa-24f5-4fd1-8bab-1093ec4048bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15540 | 2024.12.21 01:25:43.484768 [ 285 ] {45e2d0fa-24f5-4fd1-8bab-1093ec4048bf} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15541 | 2024.12.21 01:25:43.484808 [ 285 ] {45e2d0fa-24f5-4fd1-8bab-1093ec4048bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15542 | 2024.12.21 01:25:43.485187 [ 285 ] {45e2d0fa-24f5-4fd1-8bab-1093ec4048bf} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15543 | 2024.12.21 01:25:43.485462 [ 219 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15544 | 2024.12.21 01:25:43.485479 [ 285 ] {45e2d0fa-24f5-4fd1-8bab-1093ec4048bf} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15545 | 2024.12.21 01:25:43.485500 [ 219 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15546 | 2024.12.21 01:25:43.485815 [ 285 ] {45e2d0fa-24f5-4fd1-8bab-1093ec4048bf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001879 sec., 6918.573709419904 rows/sec., 431.37 KiB/sec. | ||
| 15547 | 2024.12.21 01:25:43.485867 [ 285 ] {45e2d0fa-24f5-4fd1-8bab-1093ec4048bf} <Debug> TCPHandler: Processed in 0.002192837 sec. | ||
| 15548 | 2024.12.21 01:25:43.486059 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15549 | 2024.12.21 01:25:43.486292 [ 287 ] {bf328274-9e87-41ed-9b84-f2bd34eb72f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15550 | 2024.12.21 01:25:43.486346 [ 287 ] {bf328274-9e87-41ed-9b84-f2bd34eb72f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15551 | 2024.12.21 01:25:43.488228 [ 287 ] {bf328274-9e87-41ed-9b84-f2bd34eb72f1} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15552 | 2024.12.21 01:25:43.488293 [ 287 ] {bf328274-9e87-41ed-9b84-f2bd34eb72f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15553 | 2024.12.21 01:25:43.488994 [ 219 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15554 | 2024.12.21 01:25:43.489179 [ 287 ] {bf328274-9e87-41ed-9b84-f2bd34eb72f1} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15555 | 2024.12.21 01:25:43.489668 [ 287 ] {bf328274-9e87-41ed-9b84-f2bd34eb72f1} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15556 | 2024.12.21 01:25:43.489857 [ 129 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15557 | 2024.12.21 01:25:43.489931 [ 129 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15558 | 2024.12.21 01:25:43.489938 [ 287 ] {bf328274-9e87-41ed-9b84-f2bd34eb72f1} <Debug> executeQuery: Read 858 rows, 63.59 KiB in 0.0037 sec., 231891.8918918919 rows/sec., 16.78 MiB/sec. | ||
| 15559 | 2024.12.21 01:25:43.489963 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15560 | 2024.12.21 01:25:43.490133 [ 287 ] {bf328274-9e87-41ed-9b84-f2bd34eb72f1} <Debug> TCPHandler: Processed in 0.00415668 sec. | ||
| 15561 | 2024.12.21 01:25:43.490280 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 15562 | 2024.12.21 01:25:43.490361 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15563 | 2024.12.21 01:25:43.490775 [ 285 ] {c9164df9-b132-47c5-8de8-86b14f258935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15564 | 2024.12.21 01:25:43.490789 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15565 | 2024.12.21 01:25:43.490954 [ 285 ] {c9164df9-b132-47c5-8de8-86b14f258935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15566 | 2024.12.21 01:25:43.490983 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 916 rows starting from the beginning of the part | ||
| 15567 | 2024.12.21 01:25:43.491578 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 390 rows starting from the beginning of the part | ||
| 15568 | 2024.12.21 01:25:43.492161 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 102 rows starting from the beginning of the part | ||
| 15569 | 2024.12.21 01:25:43.492654 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 390 rows starting from the beginning of the part | ||
| 15570 | 2024.12.21 01:25:43.493513 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 98 rows starting from the beginning of the part | ||
| 15571 | 2024.12.21 01:25:43.494177 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 858 rows starting from the beginning of the part | ||
| 15572 | 2024.12.21 01:25:43.494842 [ 285 ] {c9164df9-b132-47c5-8de8-86b14f258935} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15573 | 2024.12.21 01:25:43.494899 [ 285 ] {c9164df9-b132-47c5-8de8-86b14f258935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15574 | 2024.12.21 01:25:43.495925 [ 285 ] {c9164df9-b132-47c5-8de8-86b14f258935} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15575 | 2024.12.21 01:25:43.496501 [ 285 ] {c9164df9-b132-47c5-8de8-86b14f258935} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15576 | 2024.12.21 01:25:43.496835 [ 285 ] {c9164df9-b132-47c5-8de8-86b14f258935} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006209 sec., 966.3391850539539 rows/sec., 50.49 KiB/sec. | ||
| 15577 | 2024.12.21 01:25:43.496902 [ 285 ] {c9164df9-b132-47c5-8de8-86b14f258935} <Debug> TCPHandler: Processed in 0.006646842 sec. | ||
| 15578 | 2024.12.21 01:25:43.497071 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15579 | 2024.12.21 01:25:43.497219 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2754 rows, containing 5 columns (5 merged, 0 gathered) in 0.00712449 sec., 386553.9849168151 rows/sec., 29.50 MiB/sec. | ||
| 15580 | 2024.12.21 01:25:43.497236 [ 287 ] {15d72ac7-8c73-4dea-bcbd-33d0af72e560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15581 | 2024.12.21 01:25:43.497297 [ 287 ] {15d72ac7-8c73-4dea-bcbd-33d0af72e560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15582 | 2024.12.21 01:25:43.497392 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15583 | 2024.12.21 01:25:43.497748 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_126_25} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15584 | 2024.12.21 01:25:43.497832 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_126_25} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15585 | 2024.12.21 01:25:43.497930 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 15586 | 2024.12.21 01:25:43.498201 [ 287 ] {15d72ac7-8c73-4dea-bcbd-33d0af72e560} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15587 | 2024.12.21 01:25:43.498240 [ 287 ] {15d72ac7-8c73-4dea-bcbd-33d0af72e560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15588 | 2024.12.21 01:25:43.498686 [ 287 ] {15d72ac7-8c73-4dea-bcbd-33d0af72e560} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15589 | 2024.12.21 01:25:43.498928 [ 287 ] {15d72ac7-8c73-4dea-bcbd-33d0af72e560} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15590 | 2024.12.21 01:25:43.499180 [ 287 ] {15d72ac7-8c73-4dea-bcbd-33d0af72e560} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.001965 sec., 489058.52417302795 rows/sec., 32.50 MiB/sec. | ||
| 15591 | 2024.12.21 01:25:43.499251 [ 287 ] {15d72ac7-8c73-4dea-bcbd-33d0af72e560} <Debug> TCPHandler: Processed in 0.002252177 sec. | ||
| 15592 | 2024.12.21 01:25:43.499424 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15593 | 2024.12.21 01:25:43.499752 [ 285 ] {755d3663-9d08-4233-9877-7c1c9612ac3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15594 | 2024.12.21 01:25:43.499932 [ 285 ] {755d3663-9d08-4233-9877-7c1c9612ac3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15595 | 2024.12.21 01:25:43.500825 [ 285 ] {755d3663-9d08-4233-9877-7c1c9612ac3e} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15596 | 2024.12.21 01:25:43.500864 [ 285 ] {755d3663-9d08-4233-9877-7c1c9612ac3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15597 | 2024.12.21 01:25:43.501242 [ 285 ] {755d3663-9d08-4233-9877-7c1c9612ac3e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15598 | 2024.12.21 01:25:43.501492 [ 285 ] {755d3663-9d08-4233-9877-7c1c9612ac3e} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15599 | 2024.12.21 01:25:43.501713 [ 285 ] {755d3663-9d08-4233-9877-7c1c9612ac3e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002089 sec., 478.6979415988511 rows/sec., 32.26 KiB/sec. | ||
| 15600 | 2024.12.21 01:25:43.501764 [ 285 ] {755d3663-9d08-4233-9877-7c1c9612ac3e} <Debug> TCPHandler: Processed in 0.002414581 sec. | ||
| 15601 | 2024.12.21 01:25:43.501905 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15602 | 2024.12.21 01:25:43.502026 [ 287 ] {42871140-5e0a-4392-98fb-12d7ec5a27ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15603 | 2024.12.21 01:25:43.502110 [ 287 ] {42871140-5e0a-4392-98fb-12d7ec5a27ee} <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 | ||
| 15604 | 2024.12.21 01:25:43.503248 [ 287 ] {42871140-5e0a-4392-98fb-12d7ec5a27ee} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15605 | 2024.12.21 01:25:43.503289 [ 287 ] {42871140-5e0a-4392-98fb-12d7ec5a27ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15606 | 2024.12.21 01:25:43.503927 [ 287 ] {42871140-5e0a-4392-98fb-12d7ec5a27ee} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 15607 | 2024.12.21 01:25:43.504207 [ 287 ] {42871140-5e0a-4392-98fb-12d7ec5a27ee} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15608 | 2024.12.21 01:25:43.504410 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 15609 | 2024.12.21 01:25:43.504476 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15610 | 2024.12.21 01:25:43.504490 [ 287 ] {42871140-5e0a-4392-98fb-12d7ec5a27ee} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002481 sec., 3224.506247480854 rows/sec., 5.78 MiB/sec. | ||
| 15611 | 2024.12.21 01:25:43.504511 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15612 | 2024.12.21 01:25:43.504766 [ 190 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 15613 | 2024.12.21 01:25:43.504798 [ 287 ] {42871140-5e0a-4392-98fb-12d7ec5a27ee} <Debug> TCPHandler: Processed in 0.00294975 sec. | ||
| 15614 | 2024.12.21 01:25:43.505031 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15615 | 2024.12.21 01:25:43.505149 [ 190 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15616 | 2024.12.21 01:25:43.505317 [ 285 ] {e50e03d5-22c8-460e-8e7d-bc41bd80987f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15617 | 2024.12.21 01:25:43.505333 [ 190 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2072 rows starting from the beginning of the part | ||
| 15618 | 2024.12.21 01:25:43.505440 [ 285 ] {e50e03d5-22c8-460e-8e7d-bc41bd80987f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15619 | 2024.12.21 01:25:43.506162 [ 190 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 8 rows starting from the beginning of the part | ||
| 15620 | 2024.12.21 01:25:43.506936 [ 190 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 34 rows starting from the beginning of the part | ||
| 15621 | 2024.12.21 01:25:43.507668 [ 190 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 8 rows starting from the beginning of the part | ||
| 15622 | 2024.12.21 01:25:43.507817 [ 285 ] {e50e03d5-22c8-460e-8e7d-bc41bd80987f} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15623 | 2024.12.21 01:25:43.507931 [ 285 ] {e50e03d5-22c8-460e-8e7d-bc41bd80987f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15624 | 2024.12.21 01:25:43.508376 [ 190 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 34 rows starting from the beginning of the part | ||
| 15625 | 2024.12.21 01:25:43.508965 [ 190 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 8 rows starting from the beginning of the part | ||
| 15626 | 2024.12.21 01:25:43.509737 [ 285 ] {e50e03d5-22c8-460e-8e7d-bc41bd80987f} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15627 | 2024.12.21 01:25:43.510368 [ 285 ] {e50e03d5-22c8-460e-8e7d-bc41bd80987f} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15628 | 2024.12.21 01:25:43.510758 [ 129 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15629 | 2024.12.21 01:25:43.510877 [ 129 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15630 | 2024.12.21 01:25:43.510950 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15631 | 2024.12.21 01:25:43.511012 [ 285 ] {e50e03d5-22c8-460e-8e7d-bc41bd80987f} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005779 sec., 5883.370825402319 rows/sec., 349.63 KiB/sec. | ||
| 15632 | 2024.12.21 01:25:43.511424 [ 285 ] {e50e03d5-22c8-460e-8e7d-bc41bd80987f} <Debug> TCPHandler: Processed in 0.006508849 sec. | ||
| 15633 | 2024.12.21 01:25:43.511506 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 15634 | 2024.12.21 01:25:43.512045 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15635 | 2024.12.21 01:25:43.512144 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7350 rows starting from the beginning of the part | ||
| 15636 | 2024.12.21 01:25:43.512544 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 82 rows starting from the beginning of the part | ||
| 15637 | 2024.12.21 01:25:43.512968 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part | ||
| 15638 | 2024.12.21 01:25:43.513282 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 82 rows starting from the beginning of the part | ||
| 15639 | 2024.12.21 01:25:43.513479 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part | ||
| 15640 | 2024.12.21 01:25:43.513614 [ 192 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 34 rows starting from the beginning of the part | ||
| 15641 | 2024.12.21 01:25:43.517708 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7668 rows, containing 4 columns (4 merged, 0 gathered) in 0.006571621 sec., 1166835.397233042 rows/sec., 76.02 MiB/sec. | ||
| 15642 | 2024.12.21 01:25:43.518671 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15643 | 2024.12.21 01:25:43.519021 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_126_25} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15644 | 2024.12.21 01:25:43.519111 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_126_25} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15645 | 2024.12.21 01:25:43.519206 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
| 15646 | 2024.12.21 01:25:43.522993 [ 189 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2164 rows, containing 19 columns (19 merged, 0 gathered) in 0.018356089 sec., 117890.03637975389 rows/sec., 211.25 MiB/sec. | ||
| 15647 | 2024.12.21 01:25:43.525098 [ 189 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 15648 | 2024.12.21 01:25:43.525511 [ 189 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15649 | 2024.12.21 01:25:43.525594 [ 189 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 15650 | 2024.12.21 01:25:43.525749 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.24 MiB. | ||
| 15651 | 2024.12.21 01:25:44.000221 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.67 MiB, peak 287.74 MiB, free memory in arenas 0.00 B, will set to 273.51 MiB (RSS), difference: 4.85 MiB | ||
| 15652 | 2024.12.21 01:25:44.275023 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 2208 | ||
| 15653 | 2024.12.21 01:25:44.278717 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15654 | 2024.12.21 01:25:44.278769 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15655 | 2024.12.21 01:25:44.280288 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15656 | 2024.12.21 01:25:44.280602 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15657 | 2024.12.21 01:25:44.281154 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2208 | ||
| 15658 | 2024.12.21 01:25:46.174336 [ 223 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15659 | 2024.12.21 01:25:46.174419 [ 223 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15660 | 2024.12.21 01:25:46.176767 [ 223 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15661 | 2024.12.21 01:25:46.532651 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34404 | ||
| 15662 | 2024.12.21 01:25:46.533414 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15663 | 2024.12.21 01:25:46.533478 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15664 | 2024.12.21 01:25:46.534077 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15665 | 2024.12.21 01:25:46.534343 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15666 | 2024.12.21 01:25:46.534643 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 | ||
| 15667 | 2024.12.21 01:25:46.534651 [ 222 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15668 | 2024.12.21 01:25:46.534707 [ 222 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15669 | 2024.12.21 01:25:46.536633 [ 222 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15670 | 2024.12.21 01:25:48.179676 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15671 | 2024.12.21 01:25:48.179894 [ 287 ] {f8096a35-c3e9-4f33-abbe-e7fa70c3b9a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15672 | 2024.12.21 01:25:48.179980 [ 287 ] {f8096a35-c3e9-4f33-abbe-e7fa70c3b9a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15673 | 2024.12.21 01:25:48.180846 [ 287 ] {f8096a35-c3e9-4f33-abbe-e7fa70c3b9a9} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15674 | 2024.12.21 01:25:48.180904 [ 287 ] {f8096a35-c3e9-4f33-abbe-e7fa70c3b9a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15675 | 2024.12.21 01:25:48.181346 [ 287 ] {f8096a35-c3e9-4f33-abbe-e7fa70c3b9a9} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15676 | 2024.12.21 01:25:48.181606 [ 287 ] {f8096a35-c3e9-4f33-abbe-e7fa70c3b9a9} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15677 | 2024.12.21 01:25:48.181864 [ 287 ] {f8096a35-c3e9-4f33-abbe-e7fa70c3b9a9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002031 sec., 27572.6243229936 rows/sec., 2.11 MiB/sec. | ||
| 15678 | 2024.12.21 01:25:48.181930 [ 287 ] {f8096a35-c3e9-4f33-abbe-e7fa70c3b9a9} <Debug> TCPHandler: Processed in 0.00239493 sec. | ||
| 15679 | 2024.12.21 01:25:48.182171 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15680 | 2024.12.21 01:25:48.182367 [ 285 ] {ab478a84-b954-46a3-b08c-d63da529bf1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15681 | 2024.12.21 01:25:48.182441 [ 285 ] {ab478a84-b954-46a3-b08c-d63da529bf1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15682 | 2024.12.21 01:25:48.183225 [ 285 ] {ab478a84-b954-46a3-b08c-d63da529bf1c} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15683 | 2024.12.21 01:25:48.183269 [ 285 ] {ab478a84-b954-46a3-b08c-d63da529bf1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15684 | 2024.12.21 01:25:48.183727 [ 285 ] {ab478a84-b954-46a3-b08c-d63da529bf1c} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15685 | 2024.12.21 01:25:48.183994 [ 285 ] {ab478a84-b954-46a3-b08c-d63da529bf1c} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15686 | 2024.12.21 01:25:48.184205 [ 285 ] {ab478a84-b954-46a3-b08c-d63da529bf1c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001893 sec., 33808.769149498155 rows/sec., 2.64 MiB/sec. | ||
| 15687 | 2024.12.21 01:25:48.184272 [ 285 ] {ab478a84-b954-46a3-b08c-d63da529bf1c} <Debug> TCPHandler: Processed in 0.002233998 sec. | ||
| 15688 | 2024.12.21 01:25:48.184410 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15689 | 2024.12.21 01:25:48.184538 [ 287 ] {2e980f2f-345c-4120-9bc3-3029e205aacc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15690 | 2024.12.21 01:25:48.184594 [ 287 ] {2e980f2f-345c-4120-9bc3-3029e205aacc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15691 | 2024.12.21 01:25:48.185168 [ 287 ] {2e980f2f-345c-4120-9bc3-3029e205aacc} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15692 | 2024.12.21 01:25:48.185210 [ 287 ] {2e980f2f-345c-4120-9bc3-3029e205aacc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15693 | 2024.12.21 01:25:48.185621 [ 287 ] {2e980f2f-345c-4120-9bc3-3029e205aacc} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15694 | 2024.12.21 01:25:48.185862 [ 287 ] {2e980f2f-345c-4120-9bc3-3029e205aacc} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15695 | 2024.12.21 01:25:48.186082 [ 287 ] {2e980f2f-345c-4120-9bc3-3029e205aacc} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001575 sec., 81269.84126984127 rows/sec., 5.66 MiB/sec. | ||
| 15696 | 2024.12.21 01:25:48.186142 [ 287 ] {2e980f2f-345c-4120-9bc3-3029e205aacc} <Debug> TCPHandler: Processed in 0.00178953 sec. | ||
| 15697 | 2024.12.21 01:25:48.186301 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15698 | 2024.12.21 01:25:48.186448 [ 285 ] {65841ce6-1b0b-42d2-8cc3-028c7ab43b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15699 | 2024.12.21 01:25:48.186513 [ 285 ] {65841ce6-1b0b-42d2-8cc3-028c7ab43b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15700 | 2024.12.21 01:25:48.187080 [ 285 ] {65841ce6-1b0b-42d2-8cc3-028c7ab43b83} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15701 | 2024.12.21 01:25:48.187119 [ 285 ] {65841ce6-1b0b-42d2-8cc3-028c7ab43b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15702 | 2024.12.21 01:25:48.187521 [ 285 ] {65841ce6-1b0b-42d2-8cc3-028c7ab43b83} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15703 | 2024.12.21 01:25:48.187775 [ 285 ] {65841ce6-1b0b-42d2-8cc3-028c7ab43b83} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15704 | 2024.12.21 01:25:48.187967 [ 285 ] {65841ce6-1b0b-42d2-8cc3-028c7ab43b83} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001551 sec., 30947.775628626692 rows/sec., 2.09 MiB/sec. | ||
| 15705 | 2024.12.21 01:25:48.188037 [ 285 ] {65841ce6-1b0b-42d2-8cc3-028c7ab43b83} <Debug> TCPHandler: Processed in 0.001800081 sec. | ||
| 15706 | 2024.12.21 01:25:48.987679 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 15707 | 2024.12.21 01:25:49.014150 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15708 | 2024.12.21 01:25:49.014208 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15709 | 2024.12.21 01:25:49.021872 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15710 | 2024.12.21 01:25:49.022730 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15711 | 2024.12.21 01:25:49.026389 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 15712 | 2024.12.21 01:25:53.181640 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15713 | 2024.12.21 01:25:53.181839 [ 287 ] {c719ec3c-d739-408c-a434-b965cd2c6bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15714 | 2024.12.21 01:25:53.181917 [ 287 ] {c719ec3c-d739-408c-a434-b965cd2c6bae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15715 | 2024.12.21 01:25:53.182730 [ 287 ] {c719ec3c-d739-408c-a434-b965cd2c6bae} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15716 | 2024.12.21 01:25:53.182781 [ 287 ] {c719ec3c-d739-408c-a434-b965cd2c6bae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15717 | 2024.12.21 01:25:53.183230 [ 287 ] {c719ec3c-d739-408c-a434-b965cd2c6bae} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15718 | 2024.12.21 01:25:53.183484 [ 287 ] {c719ec3c-d739-408c-a434-b965cd2c6bae} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15719 | 2024.12.21 01:25:53.183734 [ 287 ] {c719ec3c-d739-408c-a434-b965cd2c6bae} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.001949 sec., 63622.37044638276 rows/sec., 5.40 MiB/sec. | ||
| 15720 | 2024.12.21 01:25:53.183803 [ 287 ] {c719ec3c-d739-408c-a434-b965cd2c6bae} <Debug> TCPHandler: Processed in 0.002304078 sec. | ||
| 15721 | 2024.12.21 01:25:53.184057 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15722 | 2024.12.21 01:25:53.184271 [ 285 ] {4bc03c46-f313-45a4-9e5e-412e2a7fe56f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15723 | 2024.12.21 01:25:53.184359 [ 285 ] {4bc03c46-f313-45a4-9e5e-412e2a7fe56f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15724 | 2024.12.21 01:25:53.185209 [ 285 ] {4bc03c46-f313-45a4-9e5e-412e2a7fe56f} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15725 | 2024.12.21 01:25:53.185263 [ 285 ] {4bc03c46-f313-45a4-9e5e-412e2a7fe56f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15726 | 2024.12.21 01:25:53.185717 [ 285 ] {4bc03c46-f313-45a4-9e5e-412e2a7fe56f} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 15727 | 2024.12.21 01:25:53.185983 [ 285 ] {4bc03c46-f313-45a4-9e5e-412e2a7fe56f} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15728 | 2024.12.21 01:25:53.186221 [ 285 ] {4bc03c46-f313-45a4-9e5e-412e2a7fe56f} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.00201 sec., 16915.422885572138 rows/sec., 1.24 MiB/sec. | ||
| 15729 | 2024.12.21 01:25:53.186289 [ 285 ] {4bc03c46-f313-45a4-9e5e-412e2a7fe56f} <Debug> TCPHandler: Processed in 0.00237623 sec. | ||
| 15730 | 2024.12.21 01:25:53.186430 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15731 | 2024.12.21 01:25:53.186558 [ 287 ] {31297101-92ea-4df1-921b-ffc365f2448d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15732 | 2024.12.21 01:25:53.186610 [ 287 ] {31297101-92ea-4df1-921b-ffc365f2448d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15733 | 2024.12.21 01:25:53.187259 [ 287 ] {31297101-92ea-4df1-921b-ffc365f2448d} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15734 | 2024.12.21 01:25:53.187302 [ 287 ] {31297101-92ea-4df1-921b-ffc365f2448d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15735 | 2024.12.21 01:25:53.187701 [ 287 ] {31297101-92ea-4df1-921b-ffc365f2448d} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15736 | 2024.12.21 01:25:53.187950 [ 287 ] {31297101-92ea-4df1-921b-ffc365f2448d} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15737 | 2024.12.21 01:25:53.188189 [ 287 ] {31297101-92ea-4df1-921b-ffc365f2448d} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.00166 sec., 59036.14457831325 rows/sec., 4.61 MiB/sec. | ||
| 15738 | 2024.12.21 01:25:53.188246 [ 287 ] {31297101-92ea-4df1-921b-ffc365f2448d} <Debug> TCPHandler: Processed in 0.001875571 sec. | ||
| 15739 | 2024.12.21 01:25:53.188407 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15740 | 2024.12.21 01:25:53.188556 [ 285 ] {37a04ad0-c104-4a81-bfde-b6a8e285b719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15741 | 2024.12.21 01:25:53.188624 [ 285 ] {37a04ad0-c104-4a81-bfde-b6a8e285b719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15742 | 2024.12.21 01:25:53.189291 [ 285 ] {37a04ad0-c104-4a81-bfde-b6a8e285b719} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15743 | 2024.12.21 01:25:53.189332 [ 285 ] {37a04ad0-c104-4a81-bfde-b6a8e285b719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15744 | 2024.12.21 01:25:53.189753 [ 285 ] {37a04ad0-c104-4a81-bfde-b6a8e285b719} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15745 | 2024.12.21 01:25:53.190008 [ 285 ] {37a04ad0-c104-4a81-bfde-b6a8e285b719} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15746 | 2024.12.21 01:25:53.190234 [ 285 ] {37a04ad0-c104-4a81-bfde-b6a8e285b719} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00171 sec., 93567.25146198831 rows/sec., 6.52 MiB/sec. | ||
| 15747 | 2024.12.21 01:25:53.190308 [ 285 ] {37a04ad0-c104-4a81-bfde-b6a8e285b719} <Debug> TCPHandler: Processed in 0.001972623 sec. | ||
| 15748 | 2024.12.21 01:25:53.190335 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15749 | 2024.12.21 01:25:53.190388 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15750 | 2024.12.21 01:25:53.190499 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15751 | 2024.12.21 01:25:53.190651 [ 287 ] {77b0cd22-7b8c-450d-94b7-9dfa9abac24e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15752 | 2024.12.21 01:25:53.190783 [ 287 ] {77b0cd22-7b8c-450d-94b7-9dfa9abac24e} <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 | ||
| 15753 | 2024.12.21 01:25:53.192609 [ 287 ] {77b0cd22-7b8c-450d-94b7-9dfa9abac24e} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15754 | 2024.12.21 01:25:53.192655 [ 287 ] {77b0cd22-7b8c-450d-94b7-9dfa9abac24e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15755 | 2024.12.21 01:25:53.193016 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15756 | 2024.12.21 01:25:53.193694 [ 287 ] {77b0cd22-7b8c-450d-94b7-9dfa9abac24e} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 15757 | 2024.12.21 01:25:53.193972 [ 287 ] {77b0cd22-7b8c-450d-94b7-9dfa9abac24e} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15758 | 2024.12.21 01:25:53.194256 [ 287 ] {77b0cd22-7b8c-450d-94b7-9dfa9abac24e} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.003638 sec., 9345.794392523365 rows/sec., 16.75 MiB/sec. | ||
| 15759 | 2024.12.21 01:25:53.194300 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15760 | 2024.12.21 01:25:53.194391 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15761 | 2024.12.21 01:25:53.194520 [ 287 ] {77b0cd22-7b8c-450d-94b7-9dfa9abac24e} <Debug> TCPHandler: Processed in 0.004102169 sec. | ||
| 15762 | 2024.12.21 01:25:53.194751 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15763 | 2024.12.21 01:25:53.194915 [ 285 ] {abc3a1d2-d313-4654-86a8-20911c176247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15764 | 2024.12.21 01:25:53.195010 [ 285 ] {abc3a1d2-d313-4654-86a8-20911c176247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15765 | 2024.12.21 01:25:53.196212 [ 285 ] {abc3a1d2-d313-4654-86a8-20911c176247} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15766 | 2024.12.21 01:25:53.196264 [ 285 ] {abc3a1d2-d313-4654-86a8-20911c176247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15767 | 2024.12.21 01:25:53.197035 [ 285 ] {abc3a1d2-d313-4654-86a8-20911c176247} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15768 | 2024.12.21 01:25:53.197503 [ 285 ] {abc3a1d2-d313-4654-86a8-20911c176247} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15769 | 2024.12.21 01:25:53.197894 [ 285 ] {abc3a1d2-d313-4654-86a8-20911c176247} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003043 sec., 19717.384160368056 rows/sec., 1.33 MiB/sec. | ||
| 15770 | 2024.12.21 01:25:53.198001 [ 285 ] {abc3a1d2-d313-4654-86a8-20911c176247} <Debug> TCPHandler: Processed in 0.003380857 sec. | ||
| 15771 | 2024.12.21 01:25:53.198097 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15772 | 2024.12.21 01:25:53.743098 [ 219 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15773 | 2024.12.21 01:25:53.743161 [ 219 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15774 | 2024.12.21 01:25:53.745169 [ 219 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15775 | 2024.12.21 01:25:53.828157 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15776 | 2024.12.21 01:25:53.828208 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15777 | 2024.12.21 01:25:53.904099 [ 219 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15778 | 2024.12.21 01:25:53.904141 [ 219 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15779 | 2024.12.21 01:25:53.906061 [ 219 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15780 | 2024.12.21 01:25:54.034758 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34892 | ||
| 15781 | 2024.12.21 01:25:54.035441 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15782 | 2024.12.21 01:25:54.035491 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15783 | 2024.12.21 01:25:54.036047 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15784 | 2024.12.21 01:25:54.036309 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15785 | 2024.12.21 01:25:54.036530 [ 138 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 15786 | 2024.12.21 01:25:54.036590 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34892 | ||
| 15787 | 2024.12.21 01:25:54.036617 [ 138 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15788 | 2024.12.21 01:25:54.036647 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15789 | 2024.12.21 01:25:54.036763 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 15790 | 2024.12.21 01:25:54.036861 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15791 | 2024.12.21 01:25:54.036895 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part | ||
| 15792 | 2024.12.21 01:25:54.036959 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part | ||
| 15793 | 2024.12.21 01:25:54.037047 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part | ||
| 15794 | 2024.12.21 01:25:54.037261 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 488 rows starting from the beginning of the part | ||
| 15795 | 2024.12.21 01:25:54.037622 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 427 rows starting from the beginning of the part | ||
| 15796 | 2024.12.21 01:25:54.037831 [ 188 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 488 rows starting from the beginning of the part | ||
| 15797 | 2024.12.21 01:25:54.040763 [ 186 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34892 rows, containing 4 columns (4 merged, 0 gathered) in 0.004048298 sec., 8618930.721009176 rows/sec., 123.29 MiB/sec. | ||
| 15798 | 2024.12.21 01:25:54.041087 [ 186 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 15799 | 2024.12.21 01:25:54.041437 [ 186 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_76_15} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15800 | 2024.12.21 01:25:54.041527 [ 186 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_76_15} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 15801 | 2024.12.21 01:25:54.041644 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. | ||
| 15802 | 2024.12.21 01:25:54.281405 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2228 | ||
| 15803 | 2024.12.21 01:25:54.284243 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15804 | 2024.12.21 01:25:54.284286 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15805 | 2024.12.21 01:25:54.285803 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 15806 | 2024.12.21 01:25:54.286116 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15807 | 2024.12.21 01:25:54.286275 [ 138 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 15808 | 2024.12.21 01:25:54.286334 [ 138 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15809 | 2024.12.21 01:25:54.286370 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15810 | 2024.12.21 01:25:54.286972 [ 201 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 15811 | 2024.12.21 01:25:54.287414 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2228 | ||
| 15812 | 2024.12.21 01:25:54.287986 [ 201 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15813 | 2024.12.21 01:25:54.288189 [ 201 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2038 rows starting from the beginning of the part | ||
| 15814 | 2024.12.21 01:25:54.288755 [ 201 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 56 rows starting from the beginning of the part | ||
| 15815 | 2024.12.21 01:25:54.289281 [ 201 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 20 rows starting from the beginning of the part | ||
| 15816 | 2024.12.21 01:25:54.289806 [ 201 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 36 rows starting from the beginning of the part | ||
| 15817 | 2024.12.21 01:25:54.290307 [ 201 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 58 rows starting from the beginning of the part | ||
| 15818 | 2024.12.21 01:25:54.290802 [ 201 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 20 rows starting from the beginning of the part | ||
| 15819 | 2024.12.21 01:25:54.300575 [ 188 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2228 rows, containing 72 columns (72 merged, 0 gathered) in 0.014051157 sec., 158563.45495249965 rows/sec., 119.30 MiB/sec. | ||
| 15820 | 2024.12.21 01:25:54.302614 [ 188 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 15821 | 2024.12.21 01:25:54.303440 [ 188 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_56_11} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15822 | 2024.12.21 01:25:54.303533 [ 188 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_56_11} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 15823 | 2024.12.21 01:25:54.303916 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.01 MiB. | ||
| 15824 | 2024.12.21 01:25:54.463443 [ 218 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15825 | 2024.12.21 01:25:54.463521 [ 218 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15826 | 2024.12.21 01:25:54.465537 [ 218 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15827 | 2024.12.21 01:25:54.536629 [ 220 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15828 | 2024.12.21 01:25:54.536688 [ 220 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15829 | 2024.12.21 01:25:54.538571 [ 220 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15830 | 2024.12.21 01:25:54.933525 [ 50 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Selected 5 parts from all_1_50_11 to all_54_54_0 | ||
| 15831 | 2024.12.21 01:25:54.933663 [ 50 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15832 | 2024.12.21 01:25:54.933709 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15833 | 2024.12.21 01:25:54.933939 [ 196 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_54_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_50_11 to all_54_54_0 into Compact with storage Full | ||
| 15834 | 2024.12.21 01:25:54.934325 [ 196 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_54_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15835 | 2024.12.21 01:25:54.934409 [ 196 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_11, total 50 rows starting from the beginning of the part | ||
| 15836 | 2024.12.21 01:25:54.934527 [ 196 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part | ||
| 15837 | 2024.12.21 01:25:54.934702 [ 196 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part | ||
| 15838 | 2024.12.21 01:25:54.935023 [ 196 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part | ||
| 15839 | 2024.12.21 01:25:54.935245 [ 196 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part | ||
| 15840 | 2024.12.21 01:25:54.936422 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_54_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.002607674 sec., 20708.109986140906 rows/sec., 1.36 MiB/sec. | ||
| 15841 | 2024.12.21 01:25:54.936640 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_54_12} <Trace> MergedBlockOutputStream: filled checksums all_1_54_12 (state Temporary) | ||
| 15842 | 2024.12.21 01:25:54.937029 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_54_12} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_merge_all_1_54_12 to all_1_54_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15843 | 2024.12.21 01:25:54.937127 [ 199 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_54_12} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Merged 5 parts: [all_1_50_11, all_54_54_0] -> all_1_54_12 | ||
| 15844 | 2024.12.21 01:25:54.937237 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15845 | 2024.12.21 01:25:56.526457 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 15846 | 2024.12.21 01:25:56.549954 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15847 | 2024.12.21 01:25:56.550018 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15848 | 2024.12.21 01:25:56.557607 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15849 | 2024.12.21 01:25:56.559226 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15850 | 2024.12.21 01:25:56.559744 [ 26 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 15851 | 2024.12.21 01:25:56.559886 [ 26 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15852 | 2024.12.21 01:25:56.559966 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15853 | 2024.12.21 01:25:56.560299 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 15854 | 2024.12.21 01:25:56.571040 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 15855 | 2024.12.21 01:25:56.572325 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15856 | 2024.12.21 01:25:56.573252 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part | ||
| 15857 | 2024.12.21 01:25:56.578034 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part | ||
| 15858 | 2024.12.21 01:25:56.582912 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part | ||
| 15859 | 2024.12.21 01:25:56.588344 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part | ||
| 15860 | 2024.12.21 01:25:56.594110 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part | ||
| 15861 | 2024.12.21 01:25:56.599781 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part | ||
| 15862 | 2024.12.21 01:25:56.662491 [ 200 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.102391284 sec., 5596.179456056045 rows/sec., 28.94 MiB/sec. | ||
| 15863 | 2024.12.21 01:25:56.664723 [ 187 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 15864 | 2024.12.21 01:25:56.667181 [ 187 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_76_15} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15865 | 2024.12.21 01:25:56.667279 [ 187 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_76_15} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 15866 | 2024.12.21 01:25:56.668646 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 15867 | 2024.12.21 01:25:57.000232 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.57 MiB, peak 292.01 MiB, free memory in arenas 0.00 B, will set to 273.52 MiB (RSS), difference: -1.06 MiB | ||
| 15868 | 2024.12.21 01:25:58.186087 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15869 | 2024.12.21 01:25:58.186398 [ 287 ] {777127ca-df61-4064-9068-81c014461f1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15870 | 2024.12.21 01:25:58.186517 [ 287 ] {777127ca-df61-4064-9068-81c014461f1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15871 | 2024.12.21 01:25:58.187502 [ 287 ] {777127ca-df61-4064-9068-81c014461f1f} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15872 | 2024.12.21 01:25:58.187545 [ 287 ] {777127ca-df61-4064-9068-81c014461f1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15873 | 2024.12.21 01:25:58.187996 [ 287 ] {777127ca-df61-4064-9068-81c014461f1f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15874 | 2024.12.21 01:25:58.188258 [ 287 ] {777127ca-df61-4064-9068-81c014461f1f} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15875 | 2024.12.21 01:25:58.188472 [ 287 ] {777127ca-df61-4064-9068-81c014461f1f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002163 sec., 6472.491909385113 rows/sec., 465.93 KiB/sec. | ||
| 15876 | 2024.12.21 01:25:58.188537 [ 287 ] {777127ca-df61-4064-9068-81c014461f1f} <Debug> TCPHandler: Processed in 0.002650524 sec. | ||
| 15877 | 2024.12.21 01:25:58.188861 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15878 | 2024.12.21 01:25:58.189138 [ 285 ] {02d3b1f8-9f5f-44ce-9d92-839c5a06e40a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15879 | 2024.12.21 01:25:58.189210 [ 285 ] {02d3b1f8-9f5f-44ce-9d92-839c5a06e40a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15880 | 2024.12.21 01:25:58.190078 [ 285 ] {02d3b1f8-9f5f-44ce-9d92-839c5a06e40a} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15881 | 2024.12.21 01:25:58.190131 [ 285 ] {02d3b1f8-9f5f-44ce-9d92-839c5a06e40a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15882 | 2024.12.21 01:25:58.190586 [ 285 ] {02d3b1f8-9f5f-44ce-9d92-839c5a06e40a} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 15883 | 2024.12.21 01:25:58.190847 [ 285 ] {02d3b1f8-9f5f-44ce-9d92-839c5a06e40a} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15884 | 2024.12.21 01:25:58.191069 [ 285 ] {02d3b1f8-9f5f-44ce-9d92-839c5a06e40a} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.001989 sec., 110105.580693816 rows/sec., 9.59 MiB/sec. | ||
| 15885 | 2024.12.21 01:25:58.191148 [ 285 ] {02d3b1f8-9f5f-44ce-9d92-839c5a06e40a} <Debug> TCPHandler: Processed in 0.002472471 sec. | ||
| 15886 | 2024.12.21 01:25:58.191297 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15887 | 2024.12.21 01:25:58.191443 [ 287 ] {c98d0917-66ab-4578-af4c-09e6643340a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15888 | 2024.12.21 01:25:58.191505 [ 287 ] {c98d0917-66ab-4578-af4c-09e6643340a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15889 | 2024.12.21 01:25:58.192182 [ 287 ] {c98d0917-66ab-4578-af4c-09e6643340a9} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15890 | 2024.12.21 01:25:58.192222 [ 287 ] {c98d0917-66ab-4578-af4c-09e6643340a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15891 | 2024.12.21 01:25:58.192604 [ 287 ] {c98d0917-66ab-4578-af4c-09e6643340a9} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 15892 | 2024.12.21 01:25:58.192856 [ 287 ] {c98d0917-66ab-4578-af4c-09e6643340a9} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15893 | 2024.12.21 01:25:58.193088 [ 287 ] {c98d0917-66ab-4578-af4c-09e6643340a9} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00168 sec., 8928.571428571428 rows/sec., 629.53 KiB/sec. | ||
| 15894 | 2024.12.21 01:25:58.193156 [ 287 ] {c98d0917-66ab-4578-af4c-09e6643340a9} <Debug> TCPHandler: Processed in 0.001928412 sec. | ||
| 15895 | 2024.12.21 01:25:58.193429 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15896 | 2024.12.21 01:25:58.193685 [ 285 ] {acc8d76b-2168-49b3-86fb-026e88a1f73d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15897 | 2024.12.21 01:25:58.193777 [ 285 ] {acc8d76b-2168-49b3-86fb-026e88a1f73d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15898 | 2024.12.21 01:25:58.194525 [ 285 ] {acc8d76b-2168-49b3-86fb-026e88a1f73d} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15899 | 2024.12.21 01:25:58.194566 [ 285 ] {acc8d76b-2168-49b3-86fb-026e88a1f73d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15900 | 2024.12.21 01:25:58.194951 [ 285 ] {acc8d76b-2168-49b3-86fb-026e88a1f73d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15901 | 2024.12.21 01:25:58.195202 [ 285 ] {acc8d76b-2168-49b3-86fb-026e88a1f73d} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15902 | 2024.12.21 01:25:58.195431 [ 285 ] {acc8d76b-2168-49b3-86fb-026e88a1f73d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001799 sec., 7782.101167315175 rows/sec., 545.01 KiB/sec. | ||
| 15903 | 2024.12.21 01:25:58.195485 [ 285 ] {acc8d76b-2168-49b3-86fb-026e88a1f73d} <Debug> TCPHandler: Processed in 0.002228667 sec. | ||
| 15904 | 2024.12.21 01:25:58.195649 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15905 | 2024.12.21 01:25:58.195789 [ 287 ] {fb78c59b-1924-474a-9cf1-9c0508ba05c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15906 | 2024.12.21 01:25:58.195848 [ 287 ] {fb78c59b-1924-474a-9cf1-9c0508ba05c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15907 | 2024.12.21 01:25:58.196467 [ 287 ] {fb78c59b-1924-474a-9cf1-9c0508ba05c4} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15908 | 2024.12.21 01:25:58.196507 [ 287 ] {fb78c59b-1924-474a-9cf1-9c0508ba05c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15909 | 2024.12.21 01:25:58.196872 [ 287 ] {fb78c59b-1924-474a-9cf1-9c0508ba05c4} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15910 | 2024.12.21 01:25:58.197118 [ 287 ] {fb78c59b-1924-474a-9cf1-9c0508ba05c4} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15911 | 2024.12.21 01:25:58.197343 [ 287 ] {fb78c59b-1924-474a-9cf1-9c0508ba05c4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001583 sec., 8212.2552116235 rows/sec., 512.03 KiB/sec. | ||
| 15912 | 2024.12.21 01:25:58.197427 [ 287 ] {fb78c59b-1924-474a-9cf1-9c0508ba05c4} <Debug> TCPHandler: Processed in 0.001848181 sec. | ||
| 15913 | 2024.12.21 01:25:58.197654 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15914 | 2024.12.21 01:25:58.197832 [ 285 ] {1105df18-34af-4df3-acb1-db22e4ae1833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15915 | 2024.12.21 01:25:58.197892 [ 285 ] {1105df18-34af-4df3-acb1-db22e4ae1833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15916 | 2024.12.21 01:25:58.198638 [ 285 ] {1105df18-34af-4df3-acb1-db22e4ae1833} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15917 | 2024.12.21 01:25:58.198677 [ 285 ] {1105df18-34af-4df3-acb1-db22e4ae1833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15918 | 2024.12.21 01:25:58.199080 [ 285 ] {1105df18-34af-4df3-acb1-db22e4ae1833} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 15919 | 2024.12.21 01:25:58.199333 [ 285 ] {1105df18-34af-4df3-acb1-db22e4ae1833} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15920 | 2024.12.21 01:25:58.199548 [ 285 ] {1105df18-34af-4df3-acb1-db22e4ae1833} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001748 sec., 223112.1281464531 rows/sec., 15.82 MiB/sec. | ||
| 15921 | 2024.12.21 01:25:58.199601 [ 285 ] {1105df18-34af-4df3-acb1-db22e4ae1833} <Debug> TCPHandler: Processed in 0.002080804 sec. | ||
| 15922 | 2024.12.21 01:25:58.199752 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15923 | 2024.12.21 01:25:58.199893 [ 287 ] {c55c25e7-4230-40c4-b9e7-cc906133e207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15924 | 2024.12.21 01:25:58.199955 [ 287 ] {c55c25e7-4230-40c4-b9e7-cc906133e207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15925 | 2024.12.21 01:25:58.200455 [ 287 ] {c55c25e7-4230-40c4-b9e7-cc906133e207} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15926 | 2024.12.21 01:25:58.200494 [ 287 ] {c55c25e7-4230-40c4-b9e7-cc906133e207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15927 | 2024.12.21 01:25:58.200873 [ 287 ] {c55c25e7-4230-40c4-b9e7-cc906133e207} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15928 | 2024.12.21 01:25:58.201112 [ 287 ] {c55c25e7-4230-40c4-b9e7-cc906133e207} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15929 | 2024.12.21 01:25:58.201350 [ 287 ] {c55c25e7-4230-40c4-b9e7-cc906133e207} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001489 sec., 4029.550033579583 rows/sec., 210.53 KiB/sec. | ||
| 15930 | 2024.12.21 01:25:58.201405 [ 287 ] {c55c25e7-4230-40c4-b9e7-cc906133e207} <Debug> TCPHandler: Processed in 0.001722779 sec. | ||
| 15931 | 2024.12.21 01:25:58.201546 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15932 | 2024.12.21 01:25:58.201664 [ 285 ] {b07c63bc-ae73-4414-8122-c33579ecdc1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15933 | 2024.12.21 01:25:58.201718 [ 285 ] {b07c63bc-ae73-4414-8122-c33579ecdc1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15934 | 2024.12.21 01:25:58.202345 [ 285 ] {b07c63bc-ae73-4414-8122-c33579ecdc1e} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15935 | 2024.12.21 01:25:58.202384 [ 285 ] {b07c63bc-ae73-4414-8122-c33579ecdc1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15936 | 2024.12.21 01:25:58.202805 [ 285 ] {b07c63bc-ae73-4414-8122-c33579ecdc1e} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 15937 | 2024.12.21 01:25:58.203058 [ 285 ] {b07c63bc-ae73-4414-8122-c33579ecdc1e} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15938 | 2024.12.21 01:25:58.203247 [ 61 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_124_25 to all_129_129_0 | ||
| 15939 | 2024.12.21 01:25:58.203305 [ 285 ] {b07c63bc-ae73-4414-8122-c33579ecdc1e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00166 sec., 142771.0843373494 rows/sec., 9.57 MiB/sec. | ||
| 15940 | 2024.12.21 01:25:58.203332 [ 61 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15941 | 2024.12.21 01:25:58.203392 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15942 | 2024.12.21 01:25:58.203418 [ 285 ] {b07c63bc-ae73-4414-8122-c33579ecdc1e} <Debug> TCPHandler: Processed in 0.001926633 sec. | ||
| 15943 | 2024.12.21 01:25:58.203600 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_129_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_124_25 to all_129_129_0 into Compact with storage Full | ||
| 15944 | 2024.12.21 01:25:58.203612 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15945 | 2024.12.21 01:25:58.203871 [ 287 ] {2084f83c-4e65-41a1-a09c-a4e3c21b6ce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15946 | 2024.12.21 01:25:58.203887 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_129_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15947 | 2024.12.21 01:25:58.203979 [ 287 ] {2084f83c-4e65-41a1-a09c-a4e3c21b6ce4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15948 | 2024.12.21 01:25:58.203984 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_124_25, total 37273 rows starting from the beginning of the part | ||
| 15949 | 2024.12.21 01:25:58.204304 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part | ||
| 15950 | 2024.12.21 01:25:58.204610 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 961 rows starting from the beginning of the part | ||
| 15951 | 2024.12.21 01:25:58.204917 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 128 rows starting from the beginning of the part | ||
| 15952 | 2024.12.21 01:25:58.205234 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 160 rows starting from the beginning of the part | ||
| 15953 | 2024.12.21 01:25:58.205494 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 237 rows starting from the beginning of the part | ||
| 15954 | 2024.12.21 01:25:58.206872 [ 287 ] {2084f83c-4e65-41a1-a09c-a4e3c21b6ce4} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15955 | 2024.12.21 01:25:58.206918 [ 287 ] {2084f83c-4e65-41a1-a09c-a4e3c21b6ce4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15956 | 2024.12.21 01:25:58.207483 [ 287 ] {2084f83c-4e65-41a1-a09c-a4e3c21b6ce4} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15957 | 2024.12.21 01:25:58.207907 [ 287 ] {2084f83c-4e65-41a1-a09c-a4e3c21b6ce4} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15958 | 2024.12.21 01:25:58.208536 [ 287 ] {2084f83c-4e65-41a1-a09c-a4e3c21b6ce4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00473 sec., 211.41649048625794 rows/sec., 14.25 KiB/sec. | ||
| 15959 | 2024.12.21 01:25:58.208923 [ 287 ] {2084f83c-4e65-41a1-a09c-a4e3c21b6ce4} <Debug> TCPHandler: Processed in 0.005396051 sec. | ||
| 15960 | 2024.12.21 01:25:58.209285 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15961 | 2024.12.21 01:25:58.209811 [ 285 ] {d04f9f20-ef9c-4d59-8b0b-2fdec06f0f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15962 | 2024.12.21 01:25:58.210023 [ 285 ] {d04f9f20-ef9c-4d59-8b0b-2fdec06f0f63} <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 | ||
| 15963 | 2024.12.21 01:25:58.211354 [ 285 ] {d04f9f20-ef9c-4d59-8b0b-2fdec06f0f63} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15964 | 2024.12.21 01:25:58.211394 [ 285 ] {d04f9f20-ef9c-4d59-8b0b-2fdec06f0f63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15965 | 2024.12.21 01:25:58.212079 [ 285 ] {d04f9f20-ef9c-4d59-8b0b-2fdec06f0f63} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 15966 | 2024.12.21 01:25:58.212402 [ 285 ] {d04f9f20-ef9c-4d59-8b0b-2fdec06f0f63} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15967 | 2024.12.21 01:25:58.212685 [ 285 ] {d04f9f20-ef9c-4d59-8b0b-2fdec06f0f63} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00309 sec., 2588.9967637540453 rows/sec., 4.64 MiB/sec. | ||
| 15968 | 2024.12.21 01:25:58.212822 [ 285 ] {d04f9f20-ef9c-4d59-8b0b-2fdec06f0f63} <Debug> TCPHandler: Processed in 0.003737763 sec. | ||
| 15969 | 2024.12.21 01:25:58.212986 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15970 | 2024.12.21 01:25:58.213167 [ 287 ] {676a5904-3694-4869-a55b-7bfe79448bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15971 | 2024.12.21 01:25:58.213231 [ 287 ] {676a5904-3694-4869-a55b-7bfe79448bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15972 | 2024.12.21 01:25:58.214028 [ 287 ] {676a5904-3694-4869-a55b-7bfe79448bb5} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15973 | 2024.12.21 01:25:58.214077 [ 287 ] {676a5904-3694-4869-a55b-7bfe79448bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15974 | 2024.12.21 01:25:58.214548 [ 287 ] {676a5904-3694-4869-a55b-7bfe79448bb5} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 15975 | 2024.12.21 01:25:58.214826 [ 287 ] {676a5904-3694-4869-a55b-7bfe79448bb5} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15976 | 2024.12.21 01:25:58.215171 [ 287 ] {676a5904-3694-4869-a55b-7bfe79448bb5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002038 sec., 40235.52502453386 rows/sec., 2.56 MiB/sec. | ||
| 15977 | 2024.12.21 01:25:58.215328 [ 287 ] {676a5904-3694-4869-a55b-7bfe79448bb5} <Debug> TCPHandler: Processed in 0.00241223 sec. | ||
| 15978 | 2024.12.21 01:25:58.216182 [ 200 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_129_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38919 rows, containing 5 columns (5 merged, 0 gathered) in 0.012685354 sec., 3068026.323900776 rows/sec., 207.14 MiB/sec. | ||
| 15979 | 2024.12.21 01:25:58.216734 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_129_26} <Trace> MergedBlockOutputStream: filled checksums all_1_129_26 (state Temporary) | ||
| 15980 | 2024.12.21 01:25:58.217077 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_129_26} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_129_26 to all_1_129_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15981 | 2024.12.21 01:25:58.217165 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_129_26} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_124_25, all_129_129_0] -> all_1_129_26 | ||
| 15982 | 2024.12.21 01:25:58.217270 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 15983 | 2024.12.21 01:26:01.536721 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35319 | ||
| 15984 | 2024.12.21 01:26:01.537442 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15985 | 2024.12.21 01:26:01.537490 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15986 | 2024.12.21 01:26:01.538025 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 15987 | 2024.12.21 01:26:01.538284 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15988 | 2024.12.21 01:26:01.538545 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 | ||
| 15989 | 2024.12.21 01:26:03.183653 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15990 | 2024.12.21 01:26:03.183960 [ 287 ] {943742e3-a870-4949-81eb-337109347c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15991 | 2024.12.21 01:26:03.184081 [ 287 ] {943742e3-a870-4949-81eb-337109347c68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15992 | 2024.12.21 01:26:03.184872 [ 287 ] {943742e3-a870-4949-81eb-337109347c68} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15993 | 2024.12.21 01:26:03.184924 [ 287 ] {943742e3-a870-4949-81eb-337109347c68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 15994 | 2024.12.21 01:26:03.185354 [ 287 ] {943742e3-a870-4949-81eb-337109347c68} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 15995 | 2024.12.21 01:26:03.185607 [ 287 ] {943742e3-a870-4949-81eb-337109347c68} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15996 | 2024.12.21 01:26:03.185862 [ 287 ] {943742e3-a870-4949-81eb-337109347c68} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001975 sec., 1012.6582278481012 rows/sec., 82.58 KiB/sec. | ||
| 15997 | 2024.12.21 01:26:03.185978 [ 287 ] {943742e3-a870-4949-81eb-337109347c68} <Debug> TCPHandler: Processed in 0.002524272 sec. | ||
| 15998 | 2024.12.21 01:26:03.186336 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15999 | 2024.12.21 01:26:03.186522 [ 285 ] {f76181b1-55f8-40f8-b67c-d3ffb1ce907c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16000 | 2024.12.21 01:26:03.186593 [ 285 ] {f76181b1-55f8-40f8-b67c-d3ffb1ce907c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16001 | 2024.12.21 01:26:03.187419 [ 285 ] {f76181b1-55f8-40f8-b67c-d3ffb1ce907c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16002 | 2024.12.21 01:26:03.187461 [ 285 ] {f76181b1-55f8-40f8-b67c-d3ffb1ce907c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 16003 | 2024.12.21 01:26:03.187911 [ 285 ] {f76181b1-55f8-40f8-b67c-d3ffb1ce907c} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16004 | 2024.12.21 01:26:03.188179 [ 285 ] {f76181b1-55f8-40f8-b67c-d3ffb1ce907c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16005 | 2024.12.21 01:26:03.188388 [ 285 ] {f76181b1-55f8-40f8-b67c-d3ffb1ce907c} <Debug> executeQuery: Read 125 rows, 10.86 KiB in 0.001916 sec., 65240.08350730689 rows/sec., 5.53 MiB/sec. | ||
| 16006 | 2024.12.21 01:26:03.188451 [ 285 ] {f76181b1-55f8-40f8-b67c-d3ffb1ce907c} <Debug> TCPHandler: Processed in 0.00235048 sec. | ||
| 16007 | 2024.12.21 01:26:03.188601 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16008 | 2024.12.21 01:26:03.188740 [ 287 ] {3e197f54-5085-49d5-89f8-e355f9e6f997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16009 | 2024.12.21 01:26:03.188799 [ 287 ] {3e197f54-5085-49d5-89f8-e355f9e6f997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16010 | 2024.12.21 01:26:03.189462 [ 287 ] {3e197f54-5085-49d5-89f8-e355f9e6f997} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16011 | 2024.12.21 01:26:03.189503 [ 287 ] {3e197f54-5085-49d5-89f8-e355f9e6f997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 16012 | 2024.12.21 01:26:03.189878 [ 287 ] {3e197f54-5085-49d5-89f8-e355f9e6f997} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 16013 | 2024.12.21 01:26:03.190134 [ 287 ] {3e197f54-5085-49d5-89f8-e355f9e6f997} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16014 | 2024.12.21 01:26:03.190341 [ 287 ] {3e197f54-5085-49d5-89f8-e355f9e6f997} <Debug> executeQuery: Read 36 rows, 2.70 KiB in 0.001632 sec., 22058.823529411766 rows/sec., 1.61 MiB/sec. | ||
| 16015 | 2024.12.21 01:26:03.190395 [ 287 ] {3e197f54-5085-49d5-89f8-e355f9e6f997} <Debug> TCPHandler: Processed in 0.001862472 sec. | ||
| 16016 | 2024.12.21 01:26:03.190605 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16017 | 2024.12.21 01:26:03.190835 [ 285 ] {e5057691-793c-4c99-87c8-3ae3bf379fac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16018 | 2024.12.21 01:26:03.190929 [ 285 ] {e5057691-793c-4c99-87c8-3ae3bf379fac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16019 | 2024.12.21 01:26:03.191728 [ 285 ] {e5057691-793c-4c99-87c8-3ae3bf379fac} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16020 | 2024.12.21 01:26:03.191766 [ 285 ] {e5057691-793c-4c99-87c8-3ae3bf379fac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 16021 | 2024.12.21 01:26:03.192173 [ 285 ] {e5057691-793c-4c99-87c8-3ae3bf379fac} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16022 | 2024.12.21 01:26:03.192426 [ 285 ] {e5057691-793c-4c99-87c8-3ae3bf379fac} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16023 | 2024.12.21 01:26:03.192633 [ 285 ] {e5057691-793c-4c99-87c8-3ae3bf379fac} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001853 sec., 53966.54074473826 rows/sec., 4.22 MiB/sec. | ||
| 16024 | 2024.12.21 01:26:03.192697 [ 285 ] {e5057691-793c-4c99-87c8-3ae3bf379fac} <Debug> TCPHandler: Processed in 0.002205447 sec. | ||
| 16025 | 2024.12.21 01:26:03.192896 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16026 | 2024.12.21 01:26:03.193217 [ 287 ] {cd78d589-c538-4f94-a15d-9e77b39cb4ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16027 | 2024.12.21 01:26:03.193373 [ 287 ] {cd78d589-c538-4f94-a15d-9e77b39cb4ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16028 | 2024.12.21 01:26:03.194139 [ 287 ] {cd78d589-c538-4f94-a15d-9e77b39cb4ad} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16029 | 2024.12.21 01:26:03.194179 [ 287 ] {cd78d589-c538-4f94-a15d-9e77b39cb4ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 16030 | 2024.12.21 01:26:03.194589 [ 287 ] {cd78d589-c538-4f94-a15d-9e77b39cb4ad} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16031 | 2024.12.21 01:26:03.194826 [ 287 ] {cd78d589-c538-4f94-a15d-9e77b39cb4ad} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16032 | 2024.12.21 01:26:03.195032 [ 287 ] {cd78d589-c538-4f94-a15d-9e77b39cb4ad} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001932 sec., 83333.33333333334 rows/sec., 5.80 MiB/sec. | ||
| 16033 | 2024.12.21 01:26:03.195083 [ 287 ] {cd78d589-c538-4f94-a15d-9e77b39cb4ad} <Debug> TCPHandler: Processed in 0.002282738 sec. | ||
| 16034 | 2024.12.21 01:26:03.195275 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16035 | 2024.12.21 01:26:03.195500 [ 285 ] {aace0179-1188-47d3-bf18-cbbcba3c0a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16036 | 2024.12.21 01:26:03.195640 [ 285 ] {aace0179-1188-47d3-bf18-cbbcba3c0a19} <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 | ||
| 16037 | 2024.12.21 01:26:03.197094 [ 285 ] {aace0179-1188-47d3-bf18-cbbcba3c0a19} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16038 | 2024.12.21 01:26:03.197132 [ 285 ] {aace0179-1188-47d3-bf18-cbbcba3c0a19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 16039 | 2024.12.21 01:26:03.197812 [ 285 ] {aace0179-1188-47d3-bf18-cbbcba3c0a19} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 16040 | 2024.12.21 01:26:03.198083 [ 285 ] {aace0179-1188-47d3-bf18-cbbcba3c0a19} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16041 | 2024.12.21 01:26:03.198286 [ 285 ] {aace0179-1188-47d3-bf18-cbbcba3c0a19} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002843 sec., 11959.198030249736 rows/sec., 21.43 MiB/sec. | ||
| 16042 | 2024.12.21 01:26:03.198395 [ 285 ] {aace0179-1188-47d3-bf18-cbbcba3c0a19} <Debug> TCPHandler: Processed in 0.003228154 sec. | ||
| 16043 | 2024.12.21 01:26:03.198544 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16044 | 2024.12.21 01:26:03.198682 [ 287 ] {cb34cc46-20d0-4314-a481-9ae25fef05cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16045 | 2024.12.21 01:26:03.198743 [ 287 ] {cb34cc46-20d0-4314-a481-9ae25fef05cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16046 | 2024.12.21 01:26:03.199305 [ 287 ] {cb34cc46-20d0-4314-a481-9ae25fef05cf} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16047 | 2024.12.21 01:26:03.199347 [ 287 ] {cb34cc46-20d0-4314-a481-9ae25fef05cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 16048 | 2024.12.21 01:26:03.199726 [ 287 ] {cb34cc46-20d0-4314-a481-9ae25fef05cf} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16049 | 2024.12.21 01:26:03.199980 [ 287 ] {cb34cc46-20d0-4314-a481-9ae25fef05cf} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16050 | 2024.12.21 01:26:03.200214 [ 287 ] {cb34cc46-20d0-4314-a481-9ae25fef05cf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00156 sec., 38461.53846153846 rows/sec., 2.59 MiB/sec. | ||
| 16051 | 2024.12.21 01:26:03.200314 [ 287 ] {cb34cc46-20d0-4314-a481-9ae25fef05cf} <Debug> TCPHandler: Processed in 0.001836511 sec. | ||
| 16052 | 2024.12.21 01:26:04.071117 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 16053 | 2024.12.21 01:26:04.094166 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16054 | 2024.12.21 01:26:04.094221 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16055 | 2024.12.21 01:26:04.101699 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 16056 | 2024.12.21 01:26:04.102552 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16057 | 2024.12.21 01:26:04.106952 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 16058 | 2024.12.21 01:26:04.287568 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2264 | ||
| 16059 | 2024.12.21 01:26:04.292168 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16060 | 2024.12.21 01:26:04.292223 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16061 | 2024.12.21 01:26:04.293823 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16062 | 2024.12.21 01:26:04.294159 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16063 | 2024.12.21 01:26:04.294782 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2264 | ||
| 16064 | 2024.12.21 01:26:08.186985 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16065 | 2024.12.21 01:26:08.187199 [ 287 ] {e8bdd650-022f-4ecd-815f-3b99293771b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16066 | 2024.12.21 01:26:08.187281 [ 287 ] {e8bdd650-022f-4ecd-815f-3b99293771b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16067 | 2024.12.21 01:26:08.188061 [ 287 ] {e8bdd650-022f-4ecd-815f-3b99293771b5} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16068 | 2024.12.21 01:26:08.188116 [ 287 ] {e8bdd650-022f-4ecd-815f-3b99293771b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16069 | 2024.12.21 01:26:08.188554 [ 287 ] {e8bdd650-022f-4ecd-815f-3b99293771b5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16070 | 2024.12.21 01:26:08.188818 [ 287 ] {e8bdd650-022f-4ecd-815f-3b99293771b5} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16071 | 2024.12.21 01:26:08.189078 [ 287 ] {e8bdd650-022f-4ecd-815f-3b99293771b5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001938 sec., 7223.942208462332 rows/sec., 520.03 KiB/sec. | ||
| 16072 | 2024.12.21 01:26:08.189175 [ 287 ] {e8bdd650-022f-4ecd-815f-3b99293771b5} <Debug> TCPHandler: Processed in 0.00233531 sec. | ||
| 16073 | 2024.12.21 01:26:08.189529 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16074 | 2024.12.21 01:26:08.189844 [ 285 ] {56966dae-982a-44cd-be12-c17535627c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16075 | 2024.12.21 01:26:08.189965 [ 285 ] {56966dae-982a-44cd-be12-c17535627c77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16076 | 2024.12.21 01:26:08.190985 [ 285 ] {56966dae-982a-44cd-be12-c17535627c77} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16077 | 2024.12.21 01:26:08.191041 [ 285 ] {56966dae-982a-44cd-be12-c17535627c77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16078 | 2024.12.21 01:26:08.191523 [ 285 ] {56966dae-982a-44cd-be12-c17535627c77} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16079 | 2024.12.21 01:26:08.191795 [ 285 ] {56966dae-982a-44cd-be12-c17535627c77} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16080 | 2024.12.21 01:26:08.191991 [ 116 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16081 | 2024.12.21 01:26:08.192061 [ 285 ] {56966dae-982a-44cd-be12-c17535627c77} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002299 sec., 95258.80817746847 rows/sec., 8.30 MiB/sec. | ||
| 16082 | 2024.12.21 01:26:08.192080 [ 116 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16083 | 2024.12.21 01:26:08.192152 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16084 | 2024.12.21 01:26:08.192215 [ 285 ] {56966dae-982a-44cd-be12-c17535627c77} <Debug> TCPHandler: Processed in 0.002898199 sec. | ||
| 16085 | 2024.12.21 01:26:08.192452 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 16086 | 2024.12.21 01:26:08.192521 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16087 | 2024.12.21 01:26:08.192632 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16088 | 2024.12.21 01:26:08.192696 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1436 rows starting from the beginning of the part | ||
| 16089 | 2024.12.21 01:26:08.192993 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 56 rows starting from the beginning of the part | ||
| 16090 | 2024.12.21 01:26:08.192981 [ 287 ] {0ea47106-afc0-4acf-bfca-5f07bd33f988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16091 | 2024.12.21 01:26:08.193205 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 124 rows starting from the beginning of the part | ||
| 16092 | 2024.12.21 01:26:08.193265 [ 287 ] {0ea47106-afc0-4acf-bfca-5f07bd33f988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16093 | 2024.12.21 01:26:08.193635 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 219 rows starting from the beginning of the part | ||
| 16094 | 2024.12.21 01:26:08.193977 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 125 rows starting from the beginning of the part | ||
| 16095 | 2024.12.21 01:26:08.194377 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 219 rows starting from the beginning of the part | ||
| 16096 | 2024.12.21 01:26:08.195876 [ 287 ] {0ea47106-afc0-4acf-bfca-5f07bd33f988} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16097 | 2024.12.21 01:26:08.195956 [ 287 ] {0ea47106-afc0-4acf-bfca-5f07bd33f988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16098 | 2024.12.21 01:26:08.197013 [ 287 ] {0ea47106-afc0-4acf-bfca-5f07bd33f988} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 16099 | 2024.12.21 01:26:08.197362 [ 287 ] {0ea47106-afc0-4acf-bfca-5f07bd33f988} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16100 | 2024.12.21 01:26:08.198078 [ 287 ] {0ea47106-afc0-4acf-bfca-5f07bd33f988} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.005258 sec., 2852.7957398250287 rows/sec., 201.14 KiB/sec. | ||
| 16101 | 2024.12.21 01:26:08.198107 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2179 rows, containing 5 columns (5 merged, 0 gathered) in 0.005854139 sec., 372215.28221314866 rows/sec., 32.75 MiB/sec. | ||
| 16102 | 2024.12.21 01:26:08.198419 [ 287 ] {0ea47106-afc0-4acf-bfca-5f07bd33f988} <Debug> TCPHandler: Processed in 0.006067972 sec. | ||
| 16103 | 2024.12.21 01:26:08.198501 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16104 | 2024.12.21 01:26:08.198963 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16105 | 2024.12.21 01:26:08.199263 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_131_26} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16106 | 2024.12.21 01:26:08.199330 [ 285 ] {08dfb7bc-a68f-4fcf-a9cb-eb2e627f278e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16107 | 2024.12.21 01:26:08.199444 [ 200 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_131_26} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16108 | 2024.12.21 01:26:08.199454 [ 285 ] {08dfb7bc-a68f-4fcf-a9cb-eb2e627f278e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16109 | 2024.12.21 01:26:08.199638 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 16110 | 2024.12.21 01:26:08.200237 [ 285 ] {08dfb7bc-a68f-4fcf-a9cb-eb2e627f278e} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16111 | 2024.12.21 01:26:08.200284 [ 285 ] {08dfb7bc-a68f-4fcf-a9cb-eb2e627f278e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16112 | 2024.12.21 01:26:08.200672 [ 285 ] {08dfb7bc-a68f-4fcf-a9cb-eb2e627f278e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16113 | 2024.12.21 01:26:08.200945 [ 285 ] {08dfb7bc-a68f-4fcf-a9cb-eb2e627f278e} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16114 | 2024.12.21 01:26:08.201114 [ 116 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0 | ||
| 16115 | 2024.12.21 01:26:08.201166 [ 116 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16116 | 2024.12.21 01:26:08.201186 [ 285 ] {08dfb7bc-a68f-4fcf-a9cb-eb2e627f278e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001968 sec., 7113.821138211381 rows/sec., 498.21 KiB/sec. | ||
| 16117 | 2024.12.21 01:26:08.201199 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16118 | 2024.12.21 01:26:08.201364 [ 285 ] {08dfb7bc-a68f-4fcf-a9cb-eb2e627f278e} <Debug> TCPHandler: Processed in 0.002809607 sec. | ||
| 16119 | 2024.12.21 01:26:08.201484 [ 191 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_56_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_11 to all_56_56_0 into Compact with storage Full | ||
| 16120 | 2024.12.21 01:26:08.201620 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16121 | 2024.12.21 01:26:08.201960 [ 191 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16122 | 2024.12.21 01:26:08.202123 [ 191 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 242 rows starting from the beginning of the part | ||
| 16123 | 2024.12.21 01:26:08.202127 [ 287 ] {85021227-bd73-402d-8481-6e3962d2eb4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16124 | 2024.12.21 01:26:08.202363 [ 287 ] {85021227-bd73-402d-8481-6e3962d2eb4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16125 | 2024.12.21 01:26:08.202628 [ 191 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 16126 | 2024.12.21 01:26:08.202992 [ 191 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
| 16127 | 2024.12.21 01:26:08.203359 [ 191 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 242 rows starting from the beginning of the part | ||
| 16128 | 2024.12.21 01:26:08.203774 [ 191 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 16129 | 2024.12.21 01:26:08.204105 [ 191 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 16130 | 2024.12.21 01:26:08.205447 [ 287 ] {85021227-bd73-402d-8481-6e3962d2eb4b} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16131 | 2024.12.21 01:26:08.205540 [ 287 ] {85021227-bd73-402d-8481-6e3962d2eb4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16132 | 2024.12.21 01:26:08.206618 [ 287 ] {85021227-bd73-402d-8481-6e3962d2eb4b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16133 | 2024.12.21 01:26:08.207131 [ 191 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005793558 sec., 93206.97229578094 rows/sec., 6.68 MiB/sec. | ||
| 16134 | 2024.12.21 01:26:08.207143 [ 287 ] {85021227-bd73-402d-8481-6e3962d2eb4b} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16135 | 2024.12.21 01:26:08.207318 [ 191 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary) | ||
| 16136 | 2024.12.21 01:26:08.207634 [ 287 ] {85021227-bd73-402d-8481-6e3962d2eb4b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005686 sec., 2286.3172704889203 rows/sec., 142.55 KiB/sec. | ||
| 16137 | 2024.12.21 01:26:08.207796 [ 287 ] {85021227-bd73-402d-8481-6e3962d2eb4b} <Debug> TCPHandler: Processed in 0.006300096 sec. | ||
| 16138 | 2024.12.21 01:26:08.207975 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16139 | 2024.12.21 01:26:08.207981 [ 191 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_56_12} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16140 | 2024.12.21 01:26:08.208082 [ 191 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_56_12} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12 | ||
| 16141 | 2024.12.21 01:26:08.208147 [ 285 ] {99c4ca02-1e19-4855-981f-c0799f832dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16142 | 2024.12.21 01:26:08.208176 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 16143 | 2024.12.21 01:26:08.208220 [ 285 ] {99c4ca02-1e19-4855-981f-c0799f832dc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16144 | 2024.12.21 01:26:08.208983 [ 285 ] {99c4ca02-1e19-4855-981f-c0799f832dc8} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16145 | 2024.12.21 01:26:08.209022 [ 285 ] {99c4ca02-1e19-4855-981f-c0799f832dc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16146 | 2024.12.21 01:26:08.209413 [ 285 ] {99c4ca02-1e19-4855-981f-c0799f832dc8} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16147 | 2024.12.21 01:26:08.209668 [ 285 ] {99c4ca02-1e19-4855-981f-c0799f832dc8} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16148 | 2024.12.21 01:26:08.209838 [ 116 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16149 | 2024.12.21 01:26:08.209879 [ 116 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16150 | 2024.12.21 01:26:08.209911 [ 285 ] {99c4ca02-1e19-4855-981f-c0799f832dc8} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.0018 sec., 216666.6666666667 rows/sec., 15.37 MiB/sec. | ||
| 16151 | 2024.12.21 01:26:08.209916 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16152 | 2024.12.21 01:26:08.210082 [ 285 ] {99c4ca02-1e19-4855-981f-c0799f832dc8} <Debug> TCPHandler: Processed in 0.002176627 sec. | ||
| 16153 | 2024.12.21 01:26:08.210217 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 16154 | 2024.12.21 01:26:08.210317 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16155 | 2024.12.21 01:26:08.210472 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16156 | 2024.12.21 01:26:08.210549 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 916 rows starting from the beginning of the part | ||
| 16157 | 2024.12.21 01:26:08.210590 [ 287 ] {2aaaf11c-f339-4f72-956b-02339d256cea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16158 | 2024.12.21 01:26:08.210749 [ 287 ] {2aaaf11c-f339-4f72-956b-02339d256cea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16159 | 2024.12.21 01:26:08.210871 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 64 rows starting from the beginning of the part | ||
| 16160 | 2024.12.21 01:26:08.211512 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 98 rows starting from the beginning of the part | ||
| 16161 | 2024.12.21 01:26:08.212054 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 390 rows starting from the beginning of the part | ||
| 16162 | 2024.12.21 01:26:08.212593 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 100 rows starting from the beginning of the part | ||
| 16163 | 2024.12.21 01:26:08.213080 [ 190 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 390 rows starting from the beginning of the part | ||
| 16164 | 2024.12.21 01:26:08.213959 [ 287 ] {2aaaf11c-f339-4f72-956b-02339d256cea} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16165 | 2024.12.21 01:26:08.214006 [ 287 ] {2aaaf11c-f339-4f72-956b-02339d256cea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16166 | 2024.12.21 01:26:08.214585 [ 287 ] {2aaaf11c-f339-4f72-956b-02339d256cea} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16167 | 2024.12.21 01:26:08.214896 [ 287 ] {2aaaf11c-f339-4f72-956b-02339d256cea} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16168 | 2024.12.21 01:26:08.215101 [ 116 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0 | ||
| 16169 | 2024.12.21 01:26:08.215211 [ 116 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16170 | 2024.12.21 01:26:08.215297 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16171 | 2024.12.21 01:26:08.215401 [ 287 ] {2aaaf11c-f339-4f72-956b-02339d256cea} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004859 sec., 1234.8219798312412 rows/sec., 64.51 KiB/sec. | ||
| 16172 | 2024.12.21 01:26:08.216169 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_56_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_11 to all_56_56_0 into Compact with storage Full | ||
| 16173 | 2024.12.21 01:26:08.216207 [ 287 ] {2aaaf11c-f339-4f72-956b-02339d256cea} <Debug> TCPHandler: Processed in 0.005983171 sec. | ||
| 16174 | 2024.12.21 01:26:08.216567 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1958 rows, containing 5 columns (5 merged, 0 gathered) in 0.006479829 sec., 302168.4677172808 rows/sec., 23.13 MiB/sec. | ||
| 16175 | 2024.12.21 01:26:08.216656 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16176 | 2024.12.21 01:26:08.217183 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16177 | 2024.12.21 01:26:08.217238 [ 186 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16178 | 2024.12.21 01:26:08.217343 [ 285 ] {29b82ff5-22b1-4e3f-8480-f3016eac7197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16179 | 2024.12.21 01:26:08.217390 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 306 rows starting from the beginning of the part | ||
| 16180 | 2024.12.21 01:26:08.217690 [ 285 ] {29b82ff5-22b1-4e3f-8480-f3016eac7197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16181 | 2024.12.21 01:26:08.218048 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part | ||
| 16182 | 2024.12.21 01:26:08.218633 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part | ||
| 16183 | 2024.12.21 01:26:08.219089 [ 186 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_131_26} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16184 | 2024.12.21 01:26:08.219247 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part | ||
| 16185 | 2024.12.21 01:26:08.219633 [ 186 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_131_26} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16186 | 2024.12.21 01:26:08.219761 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part | ||
| 16187 | 2024.12.21 01:26:08.220017 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 16188 | 2024.12.21 01:26:08.220269 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part | ||
| 16189 | 2024.12.21 01:26:08.221580 [ 285 ] {29b82ff5-22b1-4e3f-8480-f3016eac7197} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16190 | 2024.12.21 01:26:08.221674 [ 285 ] {29b82ff5-22b1-4e3f-8480-f3016eac7197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16191 | 2024.12.21 01:26:08.222898 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.007427505 sec., 45237.263387907515 rows/sec., 2.31 MiB/sec. | ||
| 16192 | 2024.12.21 01:26:08.222908 [ 285 ] {29b82ff5-22b1-4e3f-8480-f3016eac7197} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16193 | 2024.12.21 01:26:08.223063 [ 194 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary) | ||
| 16194 | 2024.12.21 01:26:08.223376 [ 285 ] {29b82ff5-22b1-4e3f-8480-f3016eac7197} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16195 | 2024.12.21 01:26:08.223624 [ 196 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_56_12} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16196 | 2024.12.21 01:26:08.223909 [ 285 ] {29b82ff5-22b1-4e3f-8480-f3016eac7197} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006782 sec., 34945.443821881454 rows/sec., 2.34 MiB/sec. | ||
| 16197 | 2024.12.21 01:26:08.223928 [ 196 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_56_12} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12 | ||
| 16198 | 2024.12.21 01:26:08.224202 [ 285 ] {29b82ff5-22b1-4e3f-8480-f3016eac7197} <Debug> TCPHandler: Processed in 0.007800471 sec. | ||
| 16199 | 2024.12.21 01:26:08.224536 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 16200 | 2024.12.21 01:26:08.224537 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16201 | 2024.12.21 01:26:08.224901 [ 287 ] {ef6c2751-0791-42bb-a3c1-c8b8a228f99c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16202 | 2024.12.21 01:26:08.225027 [ 287 ] {ef6c2751-0791-42bb-a3c1-c8b8a228f99c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16203 | 2024.12.21 01:26:08.225566 [ 287 ] {ef6c2751-0791-42bb-a3c1-c8b8a228f99c} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16204 | 2024.12.21 01:26:08.225607 [ 287 ] {ef6c2751-0791-42bb-a3c1-c8b8a228f99c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16205 | 2024.12.21 01:26:08.225976 [ 287 ] {ef6c2751-0791-42bb-a3c1-c8b8a228f99c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16206 | 2024.12.21 01:26:08.226238 [ 287 ] {ef6c2751-0791-42bb-a3c1-c8b8a228f99c} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16207 | 2024.12.21 01:26:08.226473 [ 287 ] {ef6c2751-0791-42bb-a3c1-c8b8a228f99c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001685 sec., 593.4718100890208 rows/sec., 39.99 KiB/sec. | ||
| 16208 | 2024.12.21 01:26:08.226546 [ 287 ] {ef6c2751-0791-42bb-a3c1-c8b8a228f99c} <Debug> TCPHandler: Processed in 0.002205137 sec. | ||
| 16209 | 2024.12.21 01:26:08.226778 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16210 | 2024.12.21 01:26:08.226924 [ 285 ] {fee388a9-b553-468a-ad56-26d83bff21c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16211 | 2024.12.21 01:26:08.227016 [ 285 ] {fee388a9-b553-468a-ad56-26d83bff21c1} <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 | ||
| 16212 | 2024.12.21 01:26:08.228190 [ 285 ] {fee388a9-b553-468a-ad56-26d83bff21c1} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16213 | 2024.12.21 01:26:08.228229 [ 285 ] {fee388a9-b553-468a-ad56-26d83bff21c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16214 | 2024.12.21 01:26:08.228871 [ 285 ] {fee388a9-b553-468a-ad56-26d83bff21c1} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 16215 | 2024.12.21 01:26:08.229155 [ 285 ] {fee388a9-b553-468a-ad56-26d83bff21c1} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16216 | 2024.12.21 01:26:08.229362 [ 285 ] {fee388a9-b553-468a-ad56-26d83bff21c1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002469 sec., 3240.178209801539 rows/sec., 5.81 MiB/sec. | ||
| 16217 | 2024.12.21 01:26:08.229455 [ 285 ] {fee388a9-b553-468a-ad56-26d83bff21c1} <Debug> TCPHandler: Processed in 0.002795577 sec. | ||
| 16218 | 2024.12.21 01:26:08.229613 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16219 | 2024.12.21 01:26:08.229732 [ 287 ] {adfa1f09-a759-4a4d-87f2-e39d6bd9730c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16220 | 2024.12.21 01:26:08.229783 [ 287 ] {adfa1f09-a759-4a4d-87f2-e39d6bd9730c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16221 | 2024.12.21 01:26:08.230278 [ 287 ] {adfa1f09-a759-4a4d-87f2-e39d6bd9730c} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16222 | 2024.12.21 01:26:08.230319 [ 287 ] {adfa1f09-a759-4a4d-87f2-e39d6bd9730c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16223 | 2024.12.21 01:26:08.230716 [ 287 ] {adfa1f09-a759-4a4d-87f2-e39d6bd9730c} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16224 | 2024.12.21 01:26:08.230965 [ 287 ] {adfa1f09-a759-4a4d-87f2-e39d6bd9730c} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16225 | 2024.12.21 01:26:08.231135 [ 111 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16226 | 2024.12.21 01:26:08.231200 [ 111 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16227 | 2024.12.21 01:26:08.231206 [ 287 ] {adfa1f09-a759-4a4d-87f2-e39d6bd9730c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001487 sec., 55144.58641560188 rows/sec., 3.50 MiB/sec. | ||
| 16228 | 2024.12.21 01:26:08.231233 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16229 | 2024.12.21 01:26:08.231363 [ 287 ] {adfa1f09-a759-4a4d-87f2-e39d6bd9730c} <Debug> TCPHandler: Processed in 0.00180154 sec. | ||
| 16230 | 2024.12.21 01:26:08.231550 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 16231 | 2024.12.21 01:26:08.231734 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16232 | 2024.12.21 01:26:08.231776 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7668 rows starting from the beginning of the part | ||
| 16233 | 2024.12.21 01:26:08.231905 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 48 rows starting from the beginning of the part | ||
| 16234 | 2024.12.21 01:26:08.232034 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 60 rows starting from the beginning of the part | ||
| 16235 | 2024.12.21 01:26:08.232229 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 82 rows starting from the beginning of the part | ||
| 16236 | 2024.12.21 01:26:08.232401 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part | ||
| 16237 | 2024.12.21 01:26:08.232577 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 82 rows starting from the beginning of the part | ||
| 16238 | 2024.12.21 01:26:08.234968 [ 196 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8000 rows, containing 4 columns (4 merged, 0 gathered) in 0.003591661 sec., 2227381.7044537333 rows/sec., 145.15 MiB/sec. | ||
| 16239 | 2024.12.21 01:26:08.235405 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16240 | 2024.12.21 01:26:08.235716 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_131_26} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16241 | 2024.12.21 01:26:08.235803 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_131_26} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16242 | 2024.12.21 01:26:08.235892 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 16243 | 2024.12.21 01:26:08.828448 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16244 | 2024.12.21 01:26:08.828519 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16245 | 2024.12.21 01:26:09.038665 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35807 | ||
| 16246 | 2024.12.21 01:26:09.039342 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16247 | 2024.12.21 01:26:09.039390 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16248 | 2024.12.21 01:26:09.039924 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 16249 | 2024.12.21 01:26:09.040180 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16250 | 2024.12.21 01:26:09.040441 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35807 | ||
| 16251 | 2024.12.21 01:26:11.607014 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 16252 | 2024.12.21 01:26:11.630459 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16253 | 2024.12.21 01:26:11.630512 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16254 | 2024.12.21 01:26:11.637971 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 16255 | 2024.12.21 01:26:11.638786 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16256 | 2024.12.21 01:26:11.641649 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 16257 | 2024.12.21 01:26:13.182979 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16258 | 2024.12.21 01:26:13.183286 [ 287 ] {eba3cb07-ec1d-431d-bc87-0c92c63a25ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16259 | 2024.12.21 01:26:13.183406 [ 287 ] {eba3cb07-ec1d-431d-bc87-0c92c63a25ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16260 | 2024.12.21 01:26:13.184303 [ 287 ] {eba3cb07-ec1d-431d-bc87-0c92c63a25ac} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16261 | 2024.12.21 01:26:13.184352 [ 287 ] {eba3cb07-ec1d-431d-bc87-0c92c63a25ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16262 | 2024.12.21 01:26:13.184803 [ 287 ] {eba3cb07-ec1d-431d-bc87-0c92c63a25ac} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16263 | 2024.12.21 01:26:13.185060 [ 287 ] {eba3cb07-ec1d-431d-bc87-0c92c63a25ac} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16264 | 2024.12.21 01:26:13.185300 [ 287 ] {eba3cb07-ec1d-431d-bc87-0c92c63a25ac} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.0021 sec., 59047.61904761905 rows/sec., 5.01 MiB/sec. | ||
| 16265 | 2024.12.21 01:26:13.185369 [ 287 ] {eba3cb07-ec1d-431d-bc87-0c92c63a25ac} <Debug> TCPHandler: Processed in 0.002587294 sec. | ||
| 16266 | 2024.12.21 01:26:13.185709 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16267 | 2024.12.21 01:26:13.186010 [ 285 ] {a827aef1-18e4-4f3e-968a-5837bdc1ca96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16268 | 2024.12.21 01:26:13.186127 [ 285 ] {a827aef1-18e4-4f3e-968a-5837bdc1ca96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16269 | 2024.12.21 01:26:13.187025 [ 285 ] {a827aef1-18e4-4f3e-968a-5837bdc1ca96} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16270 | 2024.12.21 01:26:13.187074 [ 285 ] {a827aef1-18e4-4f3e-968a-5837bdc1ca96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16271 | 2024.12.21 01:26:13.187512 [ 285 ] {a827aef1-18e4-4f3e-968a-5837bdc1ca96} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 16272 | 2024.12.21 01:26:13.187776 [ 285 ] {a827aef1-18e4-4f3e-968a-5837bdc1ca96} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16273 | 2024.12.21 01:26:13.188025 [ 149 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 16274 | 2024.12.21 01:26:13.188041 [ 285 ] {a827aef1-18e4-4f3e-968a-5837bdc1ca96} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.002109 sec., 16121.384542437172 rows/sec., 1.18 MiB/sec. | ||
| 16275 | 2024.12.21 01:26:13.188147 [ 149 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16276 | 2024.12.21 01:26:13.188237 [ 285 ] {a827aef1-18e4-4f3e-968a-5837bdc1ca96} <Debug> TCPHandler: Processed in 0.002709656 sec. | ||
| 16277 | 2024.12.21 01:26:13.188246 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16278 | 2024.12.21 01:26:13.188569 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16279 | 2024.12.21 01:26:13.188617 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 16280 | 2024.12.21 01:26:13.188640 [ 218 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16281 | 2024.12.21 01:26:13.188742 [ 218 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16282 | 2024.12.21 01:26:13.189108 [ 287 ] {8292a904-b15c-4158-8cc1-a8c2a129bf6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16283 | 2024.12.21 01:26:13.189127 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16284 | 2024.12.21 01:26:13.189293 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 67 rows starting from the beginning of the part | ||
| 16285 | 2024.12.21 01:26:13.189358 [ 287 ] {8292a904-b15c-4158-8cc1-a8c2a129bf6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16286 | 2024.12.21 01:26:13.189678 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 34 rows starting from the beginning of the part | ||
| 16287 | 2024.12.21 01:26:13.190230 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 15 rows starting from the beginning of the part | ||
| 16288 | 2024.12.21 01:26:13.190676 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 36 rows starting from the beginning of the part | ||
| 16289 | 2024.12.21 01:26:13.191148 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 15 rows starting from the beginning of the part | ||
| 16290 | 2024.12.21 01:26:13.191617 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 34 rows starting from the beginning of the part | ||
| 16291 | 2024.12.21 01:26:13.193926 [ 287 ] {8292a904-b15c-4158-8cc1-a8c2a129bf6f} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16292 | 2024.12.21 01:26:13.194040 [ 287 ] {8292a904-b15c-4158-8cc1-a8c2a129bf6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16293 | 2024.12.21 01:26:13.195486 [ 287 ] {8292a904-b15c-4158-8cc1-a8c2a129bf6f} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16294 | 2024.12.21 01:26:13.196319 [ 287 ] {8292a904-b15c-4158-8cc1-a8c2a129bf6f} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16295 | 2024.12.21 01:26:13.196498 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 5 columns (5 merged, 0 gathered) in 0.008057886 sec., 24944.507777846447 rows/sec., 1.89 MiB/sec. | ||
| 16296 | 2024.12.21 01:26:13.196783 [ 218 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16297 | 2024.12.21 01:26:13.196909 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 16298 | 2024.12.21 01:26:13.197026 [ 287 ] {8292a904-b15c-4158-8cc1-a8c2a129bf6f} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.008074 sec., 12137.726034183801 rows/sec., 970.76 KiB/sec. | ||
| 16299 | 2024.12.21 01:26:13.197349 [ 287 ] {8292a904-b15c-4158-8cc1-a8c2a129bf6f} <Debug> TCPHandler: Processed in 0.008996491 sec. | ||
| 16300 | 2024.12.21 01:26:13.197631 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16301 | 2024.12.21 01:26:13.198003 [ 285 ] {5622745a-902b-4a57-9317-2d99c8a968a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16302 | 2024.12.21 01:26:13.198045 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_111_22} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16303 | 2024.12.21 01:26:13.198181 [ 285 ] {5622745a-902b-4a57-9317-2d99c8a968a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16304 | 2024.12.21 01:26:13.198461 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_111_22} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 16305 | 2024.12.21 01:26:13.198911 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 16306 | 2024.12.21 01:26:13.199780 [ 285 ] {5622745a-902b-4a57-9317-2d99c8a968a1} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16307 | 2024.12.21 01:26:13.199825 [ 285 ] {5622745a-902b-4a57-9317-2d99c8a968a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16308 | 2024.12.21 01:26:13.200249 [ 285 ] {5622745a-902b-4a57-9317-2d99c8a968a1} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16309 | 2024.12.21 01:26:13.200505 [ 285 ] {5622745a-902b-4a57-9317-2d99c8a968a1} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16310 | 2024.12.21 01:26:13.200732 [ 285 ] {5622745a-902b-4a57-9317-2d99c8a968a1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002872 sec., 55710.30640668524 rows/sec., 3.88 MiB/sec. | ||
| 16311 | 2024.12.21 01:26:13.200798 [ 285 ] {5622745a-902b-4a57-9317-2d99c8a968a1} <Debug> TCPHandler: Processed in 0.003316536 sec. | ||
| 16312 | 2024.12.21 01:26:13.200801 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16313 | 2024.12.21 01:26:13.200841 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16314 | 2024.12.21 01:26:13.200976 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16315 | 2024.12.21 01:26:13.201141 [ 287 ] {64a934ec-ef31-4595-864a-980abd6ec692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16316 | 2024.12.21 01:26:13.201337 [ 287 ] {64a934ec-ef31-4595-864a-980abd6ec692} <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 | ||
| 16317 | 2024.12.21 01:26:13.204220 [ 287 ] {64a934ec-ef31-4595-864a-980abd6ec692} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16318 | 2024.12.21 01:26:13.204274 [ 287 ] {64a934ec-ef31-4595-864a-980abd6ec692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16319 | 2024.12.21 01:26:13.204818 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16320 | 2024.12.21 01:26:13.206316 [ 287 ] {64a934ec-ef31-4595-864a-980abd6ec692} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 16321 | 2024.12.21 01:26:13.206623 [ 287 ] {64a934ec-ef31-4595-864a-980abd6ec692} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16322 | 2024.12.21 01:26:13.206818 [ 148 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 16323 | 2024.12.21 01:26:13.206886 [ 148 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16324 | 2024.12.21 01:26:13.206920 [ 287 ] {64a934ec-ef31-4595-864a-980abd6ec692} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.005825 sec., 5836.909871244635 rows/sec., 10.46 MiB/sec. | ||
| 16325 | 2024.12.21 01:26:13.206928 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16326 | 2024.12.21 01:26:13.207253 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16327 | 2024.12.21 01:26:13.207348 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16328 | 2024.12.21 01:26:13.207430 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 16329 | 2024.12.21 01:26:13.207587 [ 287 ] {64a934ec-ef31-4595-864a-980abd6ec692} <Debug> TCPHandler: Processed in 0.006673682 sec. | ||
| 16330 | 2024.12.21 01:26:13.207946 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16331 | 2024.12.21 01:26:13.208370 [ 285 ] {53d11072-712b-492c-a367-eff70d2b5aa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16332 | 2024.12.21 01:26:13.208574 [ 285 ] {53d11072-712b-492c-a367-eff70d2b5aa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16333 | 2024.12.21 01:26:13.209281 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16334 | 2024.12.21 01:26:13.209705 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2164 rows starting from the beginning of the part | ||
| 16335 | 2024.12.21 01:26:13.210938 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 34 rows starting from the beginning of the part | ||
| 16336 | 2024.12.21 01:26:13.212175 [ 285 ] {53d11072-712b-492c-a367-eff70d2b5aa7} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16337 | 2024.12.21 01:26:13.212342 [ 285 ] {53d11072-712b-492c-a367-eff70d2b5aa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16338 | 2024.12.21 01:26:13.212606 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 8 rows starting from the beginning of the part | ||
| 16339 | 2024.12.21 01:26:13.214073 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 34 rows starting from the beginning of the part | ||
| 16340 | 2024.12.21 01:26:13.214713 [ 285 ] {53d11072-712b-492c-a367-eff70d2b5aa7} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16341 | 2024.12.21 01:26:13.215322 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 8 rows starting from the beginning of the part | ||
| 16342 | 2024.12.21 01:26:13.215920 [ 285 ] {53d11072-712b-492c-a367-eff70d2b5aa7} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16343 | 2024.12.21 01:26:13.216034 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16344 | 2024.12.21 01:26:13.216499 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 34 rows starting from the beginning of the part | ||
| 16345 | 2024.12.21 01:26:13.217149 [ 285 ] {53d11072-712b-492c-a367-eff70d2b5aa7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008851 sec., 6778.895040108463 rows/sec., 467.81 KiB/sec. | ||
| 16346 | 2024.12.21 01:26:13.217679 [ 285 ] {53d11072-712b-492c-a367-eff70d2b5aa7} <Debug> TCPHandler: Processed in 0.009945557 sec. | ||
| 16347 | 2024.12.21 01:26:13.226148 [ 187 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2282 rows, containing 19 columns (19 merged, 0 gathered) in 0.019069981 sec., 119664.51356191703 rows/sec., 214.43 MiB/sec. | ||
| 16348 | 2024.12.21 01:26:13.228279 [ 187 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 16349 | 2024.12.21 01:26:13.228733 [ 187 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16350 | 2024.12.21 01:26:13.228820 [ 187 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 16351 | 2024.12.21 01:26:13.228989 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.46 MiB. | ||
| 16352 | 2024.12.21 01:26:13.465687 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16353 | 2024.12.21 01:26:13.465946 [ 287 ] {2865ee37-c955-439b-af75-f04ab28cc5fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16354 | 2024.12.21 01:26:13.466048 [ 287 ] {2865ee37-c955-439b-af75-f04ab28cc5fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16355 | 2024.12.21 01:26:13.466937 [ 287 ] {2865ee37-c955-439b-af75-f04ab28cc5fa} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16356 | 2024.12.21 01:26:13.466981 [ 287 ] {2865ee37-c955-439b-af75-f04ab28cc5fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16357 | 2024.12.21 01:26:13.467382 [ 287 ] {2865ee37-c955-439b-af75-f04ab28cc5fa} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16358 | 2024.12.21 01:26:13.467628 [ 287 ] {2865ee37-c955-439b-af75-f04ab28cc5fa} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16359 | 2024.12.21 01:26:13.467835 [ 148 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 16360 | 2024.12.21 01:26:13.467878 [ 287 ] {2865ee37-c955-439b-af75-f04ab28cc5fa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001994 sec., 7021.063189568706 rows/sec., 505.42 KiB/sec. | ||
| 16361 | 2024.12.21 01:26:13.467919 [ 148 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16362 | 2024.12.21 01:26:13.467995 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16363 | 2024.12.21 01:26:13.468009 [ 287 ] {2865ee37-c955-439b-af75-f04ab28cc5fa} <Debug> TCPHandler: Processed in 0.002463271 sec. | ||
| 16364 | 2024.12.21 01:26:13.468205 [ 219 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16365 | 2024.12.21 01:26:13.468275 [ 219 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16366 | 2024.12.21 01:26:13.468298 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 16367 | 2024.12.21 01:26:13.468332 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16368 | 2024.12.21 01:26:13.468559 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16369 | 2024.12.21 01:26:13.468588 [ 285 ] {f9b4a321-1a30-45f5-a0da-df6089c39eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16370 | 2024.12.21 01:26:13.468604 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 14 rows starting from the beginning of the part | ||
| 16371 | 2024.12.21 01:26:13.468683 [ 285 ] {f9b4a321-1a30-45f5-a0da-df6089c39eb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16372 | 2024.12.21 01:26:13.469004 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
| 16373 | 2024.12.21 01:26:13.469673 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 16374 | 2024.12.21 01:26:13.470404 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 16375 | 2024.12.21 01:26:13.470868 [ 195 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part | ||
| 16376 | 2024.12.21 01:26:13.473372 [ 219 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16377 | 2024.12.21 01:26:13.473393 [ 193 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005260479 sec., 13306.773014396596 rows/sec., 1009.89 KiB/sec. | ||
| 16378 | 2024.12.21 01:26:13.473597 [ 285 ] {f9b4a321-1a30-45f5-a0da-df6089c39eb3} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16379 | 2024.12.21 01:26:13.473682 [ 285 ] {f9b4a321-1a30-45f5-a0da-df6089c39eb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16380 | 2024.12.21 01:26:13.473823 [ 193 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 16381 | 2024.12.21 01:26:13.474767 [ 193 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_57_14} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16382 | 2024.12.21 01:26:13.474903 [ 193 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_57_14} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 16383 | 2024.12.21 01:26:13.474956 [ 285 ] {f9b4a321-1a30-45f5-a0da-df6089c39eb3} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16384 | 2024.12.21 01:26:13.475059 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16385 | 2024.12.21 01:26:13.475306 [ 285 ] {f9b4a321-1a30-45f5-a0da-df6089c39eb3} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16386 | 2024.12.21 01:26:13.475575 [ 285 ] {f9b4a321-1a30-45f5-a0da-df6089c39eb3} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.007048 sec., 192820.6583427923 rows/sec., 16.02 MiB/sec. | ||
| 16387 | 2024.12.21 01:26:13.475606 [ 224 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16388 | 2024.12.21 01:26:13.475677 [ 224 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16389 | 2024.12.21 01:26:13.475695 [ 285 ] {f9b4a321-1a30-45f5-a0da-df6089c39eb3} <Debug> TCPHandler: Processed in 0.007535297 sec. | ||
| 16390 | 2024.12.21 01:26:13.475984 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16391 | 2024.12.21 01:26:13.476327 [ 287 ] {40fe018a-3839-4351-ad34-d2d75d597e79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16392 | 2024.12.21 01:26:13.476458 [ 287 ] {40fe018a-3839-4351-ad34-d2d75d597e79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16393 | 2024.12.21 01:26:13.477835 [ 287 ] {40fe018a-3839-4351-ad34-d2d75d597e79} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16394 | 2024.12.21 01:26:13.477877 [ 287 ] {40fe018a-3839-4351-ad34-d2d75d597e79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16395 | 2024.12.21 01:26:13.478521 [ 287 ] {40fe018a-3839-4351-ad34-d2d75d597e79} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 16396 | 2024.12.21 01:26:13.478772 [ 287 ] {40fe018a-3839-4351-ad34-d2d75d597e79} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16397 | 2024.12.21 01:26:13.479144 [ 287 ] {40fe018a-3839-4351-ad34-d2d75d597e79} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002909 sec., 5156.4111378480575 rows/sec., 363.57 KiB/sec. | ||
| 16398 | 2024.12.21 01:26:13.479342 [ 287 ] {40fe018a-3839-4351-ad34-d2d75d597e79} <Debug> TCPHandler: Processed in 0.003507219 sec. | ||
| 16399 | 2024.12.21 01:26:13.479516 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16400 | 2024.12.21 01:26:13.479656 [ 224 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16401 | 2024.12.21 01:26:13.479756 [ 285 ] {8ef3d5cf-58ad-4988-aa34-16afc38ac88e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16402 | 2024.12.21 01:26:13.479933 [ 285 ] {8ef3d5cf-58ad-4988-aa34-16afc38ac88e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16403 | 2024.12.21 01:26:13.481825 [ 285 ] {8ef3d5cf-58ad-4988-aa34-16afc38ac88e} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16404 | 2024.12.21 01:26:13.481867 [ 285 ] {8ef3d5cf-58ad-4988-aa34-16afc38ac88e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16405 | 2024.12.21 01:26:13.482260 [ 285 ] {8ef3d5cf-58ad-4988-aa34-16afc38ac88e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16406 | 2024.12.21 01:26:13.482514 [ 285 ] {8ef3d5cf-58ad-4988-aa34-16afc38ac88e} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16407 | 2024.12.21 01:26:13.482722 [ 285 ] {8ef3d5cf-58ad-4988-aa34-16afc38ac88e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003048 sec., 79396.32545931758 rows/sec., 5.38 MiB/sec. | ||
| 16408 | 2024.12.21 01:26:13.482776 [ 285 ] {8ef3d5cf-58ad-4988-aa34-16afc38ac88e} <Debug> TCPHandler: Processed in 0.003340886 sec. | ||
| 16409 | 2024.12.21 01:26:13.482943 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16410 | 2024.12.21 01:26:13.483087 [ 287 ] {00cbd060-b743-4cca-970a-cf468f23e879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16411 | 2024.12.21 01:26:13.483144 [ 287 ] {00cbd060-b743-4cca-970a-cf468f23e879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16412 | 2024.12.21 01:26:13.483791 [ 287 ] {00cbd060-b743-4cca-970a-cf468f23e879} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16413 | 2024.12.21 01:26:13.483831 [ 287 ] {00cbd060-b743-4cca-970a-cf468f23e879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16414 | 2024.12.21 01:26:13.484200 [ 287 ] {00cbd060-b743-4cca-970a-cf468f23e879} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16415 | 2024.12.21 01:26:13.484459 [ 287 ] {00cbd060-b743-4cca-970a-cf468f23e879} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16416 | 2024.12.21 01:26:13.484606 [ 146 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 16417 | 2024.12.21 01:26:13.484641 [ 287 ] {00cbd060-b743-4cca-970a-cf468f23e879} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001585 sec., 8201.892744479495 rows/sec., 511.39 KiB/sec. | ||
| 16418 | 2024.12.21 01:26:13.484653 [ 146 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16419 | 2024.12.21 01:26:13.484693 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16420 | 2024.12.21 01:26:13.484721 [ 287 ] {00cbd060-b743-4cca-970a-cf468f23e879} <Debug> TCPHandler: Processed in 0.001846682 sec. | ||
| 16421 | 2024.12.21 01:26:13.484912 [ 220 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16422 | 2024.12.21 01:26:13.485001 [ 220 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16423 | 2024.12.21 01:26:13.485110 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16424 | 2024.12.21 01:26:13.485161 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 16425 | 2024.12.21 01:26:13.485629 [ 285 ] {51b07cdf-123f-4a57-bf71-888210059f38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16426 | 2024.12.21 01:26:13.485658 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16427 | 2024.12.21 01:26:13.485695 [ 285 ] {51b07cdf-123f-4a57-bf71-888210059f38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16428 | 2024.12.21 01:26:13.485700 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 13 rows starting from the beginning of the part | ||
| 16429 | 2024.12.21 01:26:13.486106 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 13 rows starting from the beginning of the part | ||
| 16430 | 2024.12.21 01:26:13.486504 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 13 rows starting from the beginning of the part | ||
| 16431 | 2024.12.21 01:26:13.486976 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 13 rows starting from the beginning of the part | ||
| 16432 | 2024.12.21 01:26:13.487441 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 13 rows starting from the beginning of the part | ||
| 16433 | 2024.12.21 01:26:13.489883 [ 285 ] {51b07cdf-123f-4a57-bf71-888210059f38} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16434 | 2024.12.21 01:26:13.490011 [ 285 ] {51b07cdf-123f-4a57-bf71-888210059f38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16435 | 2024.12.21 01:26:13.490802 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005957371 sec., 10910.853126320317 rows/sec., 722.91 KiB/sec. | ||
| 16436 | 2024.12.21 01:26:13.491139 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 16437 | 2024.12.21 01:26:13.491326 [ 285 ] {51b07cdf-123f-4a57-bf71-888210059f38} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16438 | 2024.12.21 01:26:13.491564 [ 220 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16439 | 2024.12.21 01:26:13.491786 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_57_14} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16440 | 2024.12.21 01:26:13.491942 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_57_14} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 16441 | 2024.12.21 01:26:13.491942 [ 285 ] {51b07cdf-123f-4a57-bf71-888210059f38} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16442 | 2024.12.21 01:26:13.492216 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16443 | 2024.12.21 01:26:13.492639 [ 285 ] {51b07cdf-123f-4a57-bf71-888210059f38} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.007094 sec., 119255.70904990133 rows/sec., 8.62 MiB/sec. | ||
| 16444 | 2024.12.21 01:26:13.492763 [ 285 ] {51b07cdf-123f-4a57-bf71-888210059f38} <Debug> TCPHandler: Processed in 0.007944104 sec. | ||
| 16445 | 2024.12.21 01:26:13.492961 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16446 | 2024.12.21 01:26:13.493105 [ 287 ] {3e78d728-ec72-4fd8-ad46-f3a3252f70eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16447 | 2024.12.21 01:26:13.493165 [ 287 ] {3e78d728-ec72-4fd8-ad46-f3a3252f70eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16448 | 2024.12.21 01:26:13.493718 [ 287 ] {3e78d728-ec72-4fd8-ad46-f3a3252f70eb} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16449 | 2024.12.21 01:26:13.493755 [ 287 ] {3e78d728-ec72-4fd8-ad46-f3a3252f70eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16450 | 2024.12.21 01:26:13.494134 [ 287 ] {3e78d728-ec72-4fd8-ad46-f3a3252f70eb} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16451 | 2024.12.21 01:26:13.494376 [ 287 ] {3e78d728-ec72-4fd8-ad46-f3a3252f70eb} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16452 | 2024.12.21 01:26:13.494555 [ 287 ] {3e78d728-ec72-4fd8-ad46-f3a3252f70eb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001483 sec., 4045.853000674309 rows/sec., 211.38 KiB/sec. | ||
| 16453 | 2024.12.21 01:26:13.494609 [ 287 ] {3e78d728-ec72-4fd8-ad46-f3a3252f70eb} <Debug> TCPHandler: Processed in 0.001716429 sec. | ||
| 16454 | 2024.12.21 01:26:13.494809 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16455 | 2024.12.21 01:26:13.495034 [ 285 ] {ee2b579e-75b0-4a0f-ad4b-6c7faa500491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16456 | 2024.12.21 01:26:13.495131 [ 285 ] {ee2b579e-75b0-4a0f-ad4b-6c7faa500491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16457 | 2024.12.21 01:26:13.496068 [ 285 ] {ee2b579e-75b0-4a0f-ad4b-6c7faa500491} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16458 | 2024.12.21 01:26:13.496112 [ 285 ] {ee2b579e-75b0-4a0f-ad4b-6c7faa500491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16459 | 2024.12.21 01:26:13.496555 [ 285 ] {ee2b579e-75b0-4a0f-ad4b-6c7faa500491} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16460 | 2024.12.21 01:26:13.496798 [ 285 ] {ee2b579e-75b0-4a0f-ad4b-6c7faa500491} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16461 | 2024.12.21 01:26:13.497010 [ 285 ] {ee2b579e-75b0-4a0f-ad4b-6c7faa500491} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.002033 sec., 469749.139203148 rows/sec., 31.21 MiB/sec. | ||
| 16462 | 2024.12.21 01:26:13.497061 [ 285 ] {ee2b579e-75b0-4a0f-ad4b-6c7faa500491} <Debug> TCPHandler: Processed in 0.002361129 sec. | ||
| 16463 | 2024.12.21 01:26:13.497218 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16464 | 2024.12.21 01:26:13.497360 [ 287 ] {072b3bd1-88b2-478d-a557-44d9ab8db3c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16465 | 2024.12.21 01:26:13.497420 [ 287 ] {072b3bd1-88b2-478d-a557-44d9ab8db3c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16466 | 2024.12.21 01:26:13.497907 [ 287 ] {072b3bd1-88b2-478d-a557-44d9ab8db3c2} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16467 | 2024.12.21 01:26:13.497944 [ 287 ] {072b3bd1-88b2-478d-a557-44d9ab8db3c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16468 | 2024.12.21 01:26:13.498328 [ 287 ] {072b3bd1-88b2-478d-a557-44d9ab8db3c2} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16469 | 2024.12.21 01:26:13.498577 [ 287 ] {072b3bd1-88b2-478d-a557-44d9ab8db3c2} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16470 | 2024.12.21 01:26:13.498771 [ 287 ] {072b3bd1-88b2-478d-a557-44d9ab8db3c2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001442 sec., 693.4812760055479 rows/sec., 46.73 KiB/sec. | ||
| 16471 | 2024.12.21 01:26:13.498861 [ 287 ] {072b3bd1-88b2-478d-a557-44d9ab8db3c2} <Debug> TCPHandler: Processed in 0.001713789 sec. | ||
| 16472 | 2024.12.21 01:26:13.499067 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16473 | 2024.12.21 01:26:13.499199 [ 285 ] {42cf42c7-9ecf-4b81-9650-bab24fd8f10e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16474 | 2024.12.21 01:26:13.499281 [ 285 ] {42cf42c7-9ecf-4b81-9650-bab24fd8f10e} <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 | ||
| 16475 | 2024.12.21 01:26:13.500369 [ 285 ] {42cf42c7-9ecf-4b81-9650-bab24fd8f10e} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16476 | 2024.12.21 01:26:13.500409 [ 285 ] {42cf42c7-9ecf-4b81-9650-bab24fd8f10e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16477 | 2024.12.21 01:26:13.501034 [ 285 ] {42cf42c7-9ecf-4b81-9650-bab24fd8f10e} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 16478 | 2024.12.21 01:26:13.501300 [ 285 ] {42cf42c7-9ecf-4b81-9650-bab24fd8f10e} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16479 | 2024.12.21 01:26:13.501530 [ 285 ] {42cf42c7-9ecf-4b81-9650-bab24fd8f10e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002358 sec., 3392.705682782019 rows/sec., 6.08 MiB/sec. | ||
| 16480 | 2024.12.21 01:26:13.501622 [ 285 ] {42cf42c7-9ecf-4b81-9650-bab24fd8f10e} <Debug> TCPHandler: Processed in 0.002676815 sec. | ||
| 16481 | 2024.12.21 01:26:13.501775 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16482 | 2024.12.21 01:26:13.501916 [ 287 ] {36fe0eab-ae10-4d0c-84ce-7cae5f26815a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16483 | 2024.12.21 01:26:13.501973 [ 287 ] {36fe0eab-ae10-4d0c-84ce-7cae5f26815a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16484 | 2024.12.21 01:26:13.502530 [ 287 ] {36fe0eab-ae10-4d0c-84ce-7cae5f26815a} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16485 | 2024.12.21 01:26:13.502567 [ 287 ] {36fe0eab-ae10-4d0c-84ce-7cae5f26815a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16486 | 2024.12.21 01:26:13.502946 [ 287 ] {36fe0eab-ae10-4d0c-84ce-7cae5f26815a} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16487 | 2024.12.21 01:26:13.503442 [ 287 ] {36fe0eab-ae10-4d0c-84ce-7cae5f26815a} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16488 | 2024.12.21 01:26:13.503751 [ 287 ] {36fe0eab-ae10-4d0c-84ce-7cae5f26815a} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001867 sec., 18211.03374397429 rows/sec., 1.06 MiB/sec. | ||
| 16489 | 2024.12.21 01:26:13.503801 [ 287 ] {36fe0eab-ae10-4d0c-84ce-7cae5f26815a} <Debug> TCPHandler: Processed in 0.002093875 sec. | ||
| 16490 | 2024.12.21 01:26:14.000214 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.90 MiB, peak 292.01 MiB, free memory in arenas 0.00 B, will set to 273.53 MiB (RSS), difference: 2.63 MiB | ||
| 16491 | 2024.12.21 01:26:14.097066 [ 222 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16492 | 2024.12.21 01:26:14.097117 [ 222 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16493 | 2024.12.21 01:26:14.099015 [ 222 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16494 | 2024.12.21 01:26:14.282803 [ 220 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16495 | 2024.12.21 01:26:14.282885 [ 220 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16496 | 2024.12.21 01:26:14.285184 [ 220 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16497 | 2024.12.21 01:26:14.294985 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 2320 | ||
| 16498 | 2024.12.21 01:26:14.298744 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16499 | 2024.12.21 01:26:14.298792 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16500 | 2024.12.21 01:26:14.300357 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16501 | 2024.12.21 01:26:14.300694 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16502 | 2024.12.21 01:26:14.301229 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2320 | ||
| 16503 | 2024.12.21 01:26:16.540563 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36234 | ||
| 16504 | 2024.12.21 01:26:16.541294 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16505 | 2024.12.21 01:26:16.541344 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16506 | 2024.12.21 01:26:16.541911 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 16507 | 2024.12.21 01:26:16.542184 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16508 | 2024.12.21 01:26:16.542381 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 | ||
| 16509 | 2024.12.21 01:26:18.179171 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16510 | 2024.12.21 01:26:18.179396 [ 287 ] {5c6d74e5-a685-452d-94d2-ed739b40e784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16511 | 2024.12.21 01:26:18.179484 [ 287 ] {5c6d74e5-a685-452d-94d2-ed739b40e784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16512 | 2024.12.21 01:26:18.180302 [ 287 ] {5c6d74e5-a685-452d-94d2-ed739b40e784} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16513 | 2024.12.21 01:26:18.180359 [ 287 ] {5c6d74e5-a685-452d-94d2-ed739b40e784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16514 | 2024.12.21 01:26:18.180835 [ 287 ] {5c6d74e5-a685-452d-94d2-ed739b40e784} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16515 | 2024.12.21 01:26:18.181099 [ 287 ] {5c6d74e5-a685-452d-94d2-ed739b40e784} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16516 | 2024.12.21 01:26:18.181342 [ 287 ] {5c6d74e5-a685-452d-94d2-ed739b40e784} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002008 sec., 27888.446215139444 rows/sec., 2.13 MiB/sec. | ||
| 16517 | 2024.12.21 01:26:18.181414 [ 287 ] {5c6d74e5-a685-452d-94d2-ed739b40e784} <Debug> TCPHandler: Processed in 0.00239531 sec. | ||
| 16518 | 2024.12.21 01:26:18.181714 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16519 | 2024.12.21 01:26:18.182021 [ 285 ] {e76e365e-71cf-4d9f-8161-66870e00e881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16520 | 2024.12.21 01:26:18.182138 [ 285 ] {e76e365e-71cf-4d9f-8161-66870e00e881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16521 | 2024.12.21 01:26:18.183103 [ 285 ] {e76e365e-71cf-4d9f-8161-66870e00e881} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16522 | 2024.12.21 01:26:18.183148 [ 285 ] {e76e365e-71cf-4d9f-8161-66870e00e881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16523 | 2024.12.21 01:26:18.183589 [ 285 ] {e76e365e-71cf-4d9f-8161-66870e00e881} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16524 | 2024.12.21 01:26:18.183837 [ 285 ] {e76e365e-71cf-4d9f-8161-66870e00e881} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16525 | 2024.12.21 01:26:18.184058 [ 285 ] {e76e365e-71cf-4d9f-8161-66870e00e881} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002123 sec., 30146.019783325486 rows/sec., 2.35 MiB/sec. | ||
| 16526 | 2024.12.21 01:26:18.184116 [ 285 ] {e76e365e-71cf-4d9f-8161-66870e00e881} <Debug> TCPHandler: Processed in 0.002587724 sec. | ||
| 16527 | 2024.12.21 01:26:18.184266 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16528 | 2024.12.21 01:26:18.184415 [ 287 ] {d503c840-cee1-4043-b991-6c22938a7712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16529 | 2024.12.21 01:26:18.184484 [ 287 ] {d503c840-cee1-4043-b991-6c22938a7712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16530 | 2024.12.21 01:26:18.185084 [ 287 ] {d503c840-cee1-4043-b991-6c22938a7712} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16531 | 2024.12.21 01:26:18.185126 [ 287 ] {d503c840-cee1-4043-b991-6c22938a7712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16532 | 2024.12.21 01:26:18.185547 [ 287 ] {d503c840-cee1-4043-b991-6c22938a7712} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16533 | 2024.12.21 01:26:18.185812 [ 287 ] {d503c840-cee1-4043-b991-6c22938a7712} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16534 | 2024.12.21 01:26:18.185989 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 5 parts from all_1_129_26 to all_133_133_0 | ||
| 16535 | 2024.12.21 01:26:18.186052 [ 287 ] {d503c840-cee1-4043-b991-6c22938a7712} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001671 sec., 76600.83782166368 rows/sec., 5.34 MiB/sec. | ||
| 16536 | 2024.12.21 01:26:18.186077 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16537 | 2024.12.21 01:26:18.186143 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16538 | 2024.12.21 01:26:18.186172 [ 287 ] {d503c840-cee1-4043-b991-6c22938a7712} <Debug> TCPHandler: Processed in 0.001974263 sec. | ||
| 16539 | 2024.12.21 01:26:18.186444 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16540 | 2024.12.21 01:26:18.186454 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_133_27} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_129_26 to all_133_133_0 into Compact with storage Full | ||
| 16541 | 2024.12.21 01:26:18.186688 [ 285 ] {6ff3aae2-53dd-45b0-b51d-8e3d34e0f293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16542 | 2024.12.21 01:26:18.186717 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_133_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16543 | 2024.12.21 01:26:18.186761 [ 285 ] {6ff3aae2-53dd-45b0-b51d-8e3d34e0f293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16544 | 2024.12.21 01:26:18.186766 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_129_26, total 38919 rows starting from the beginning of the part | ||
| 16545 | 2024.12.21 01:26:18.187005 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 161 rows starting from the beginning of the part | ||
| 16546 | 2024.12.21 01:26:18.187478 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 237 rows starting from the beginning of the part | ||
| 16547 | 2024.12.21 01:26:18.187818 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part | ||
| 16548 | 2024.12.21 01:26:18.188230 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 955 rows starting from the beginning of the part | ||
| 16549 | 2024.12.21 01:26:18.188839 [ 285 ] {6ff3aae2-53dd-45b0-b51d-8e3d34e0f293} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16550 | 2024.12.21 01:26:18.188882 [ 285 ] {6ff3aae2-53dd-45b0-b51d-8e3d34e0f293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16551 | 2024.12.21 01:26:18.189397 [ 285 ] {6ff3aae2-53dd-45b0-b51d-8e3d34e0f293} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16552 | 2024.12.21 01:26:18.189728 [ 285 ] {6ff3aae2-53dd-45b0-b51d-8e3d34e0f293} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16553 | 2024.12.21 01:26:18.190005 [ 285 ] {6ff3aae2-53dd-45b0-b51d-8e3d34e0f293} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003358 sec., 14294.22275163788 rows/sec., 986.45 KiB/sec. | ||
| 16554 | 2024.12.21 01:26:18.190086 [ 285 ] {6ff3aae2-53dd-45b0-b51d-8e3d34e0f293} <Debug> TCPHandler: Processed in 0.003812974 sec. | ||
| 16555 | 2024.12.21 01:26:18.195857 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_133_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40432 rows, containing 5 columns (5 merged, 0 gathered) in 0.009562541 sec., 4228164.877933595 rows/sec., 285.41 MiB/sec. | ||
| 16556 | 2024.12.21 01:26:18.196821 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_133_27} <Trace> MergedBlockOutputStream: filled checksums all_1_133_27 (state Temporary) | ||
| 16557 | 2024.12.21 01:26:18.197184 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_133_27} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_133_27 to all_1_133_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16558 | 2024.12.21 01:26:18.197277 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_133_27} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 5 parts: [all_1_129_26, all_133_133_0] -> all_1_133_27 | ||
| 16559 | 2024.12.21 01:26:18.197386 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 16560 | 2024.12.21 01:26:19.141714 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 16561 | 2024.12.21 01:26:19.165837 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16562 | 2024.12.21 01:26:19.165908 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16563 | 2024.12.21 01:26:19.173467 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 16564 | 2024.12.21 01:26:19.174271 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16565 | 2024.12.21 01:26:19.177579 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 16566 | 2024.12.21 01:26:23.183491 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16567 | 2024.12.21 01:26:23.183696 [ 287 ] {be523664-f5aa-4038-9979-cda454ad940f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16568 | 2024.12.21 01:26:23.183773 [ 287 ] {be523664-f5aa-4038-9979-cda454ad940f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16569 | 2024.12.21 01:26:23.184672 [ 287 ] {be523664-f5aa-4038-9979-cda454ad940f} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16570 | 2024.12.21 01:26:23.184722 [ 287 ] {be523664-f5aa-4038-9979-cda454ad940f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16571 | 2024.12.21 01:26:23.185261 [ 287 ] {be523664-f5aa-4038-9979-cda454ad940f} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16572 | 2024.12.21 01:26:23.185536 [ 287 ] {be523664-f5aa-4038-9979-cda454ad940f} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16573 | 2024.12.21 01:26:23.185790 [ 287 ] {be523664-f5aa-4038-9979-cda454ad940f} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.00215 sec., 57674.41860465116 rows/sec., 4.90 MiB/sec. | ||
| 16574 | 2024.12.21 01:26:23.185866 [ 287 ] {be523664-f5aa-4038-9979-cda454ad940f} <Debug> TCPHandler: Processed in 0.002517563 sec. | ||
| 16575 | 2024.12.21 01:26:23.186155 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16576 | 2024.12.21 01:26:23.186372 [ 285 ] {84975abf-41ca-4b8c-82c3-de9f4ed247a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16577 | 2024.12.21 01:26:23.186464 [ 285 ] {84975abf-41ca-4b8c-82c3-de9f4ed247a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16578 | 2024.12.21 01:26:23.187312 [ 285 ] {84975abf-41ca-4b8c-82c3-de9f4ed247a6} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16579 | 2024.12.21 01:26:23.187362 [ 285 ] {84975abf-41ca-4b8c-82c3-de9f4ed247a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16580 | 2024.12.21 01:26:23.187816 [ 285 ] {84975abf-41ca-4b8c-82c3-de9f4ed247a6} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 16581 | 2024.12.21 01:26:23.188081 [ 285 ] {84975abf-41ca-4b8c-82c3-de9f4ed247a6} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16582 | 2024.12.21 01:26:23.188323 [ 285 ] {84975abf-41ca-4b8c-82c3-de9f4ed247a6} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.002013 sec., 16890.213611525087 rows/sec., 1.24 MiB/sec. | ||
| 16583 | 2024.12.21 01:26:23.188394 [ 285 ] {84975abf-41ca-4b8c-82c3-de9f4ed247a6} <Debug> TCPHandler: Processed in 0.002384971 sec. | ||
| 16584 | 2024.12.21 01:26:23.188566 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16585 | 2024.12.21 01:26:23.188708 [ 287 ] {4895cf8d-dfb8-42c8-aad1-fbaa074420c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16586 | 2024.12.21 01:26:23.188763 [ 287 ] {4895cf8d-dfb8-42c8-aad1-fbaa074420c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16587 | 2024.12.21 01:26:23.189438 [ 287 ] {4895cf8d-dfb8-42c8-aad1-fbaa074420c3} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16588 | 2024.12.21 01:26:23.189478 [ 287 ] {4895cf8d-dfb8-42c8-aad1-fbaa074420c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16589 | 2024.12.21 01:26:23.189885 [ 287 ] {4895cf8d-dfb8-42c8-aad1-fbaa074420c3} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16590 | 2024.12.21 01:26:23.190144 [ 287 ] {4895cf8d-dfb8-42c8-aad1-fbaa074420c3} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16591 | 2024.12.21 01:26:23.190362 [ 287 ] {4895cf8d-dfb8-42c8-aad1-fbaa074420c3} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001686 sec., 58125.74139976275 rows/sec., 4.54 MiB/sec. | ||
| 16592 | 2024.12.21 01:26:23.190420 [ 287 ] {4895cf8d-dfb8-42c8-aad1-fbaa074420c3} <Debug> TCPHandler: Processed in 0.001918322 sec. | ||
| 16593 | 2024.12.21 01:26:23.190585 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16594 | 2024.12.21 01:26:23.190717 [ 285 ] {91f7059f-d730-43fb-aa7a-4de7669f7009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16595 | 2024.12.21 01:26:23.190777 [ 285 ] {91f7059f-d730-43fb-aa7a-4de7669f7009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16596 | 2024.12.21 01:26:23.191392 [ 285 ] {91f7059f-d730-43fb-aa7a-4de7669f7009} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16597 | 2024.12.21 01:26:23.191435 [ 285 ] {91f7059f-d730-43fb-aa7a-4de7669f7009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16598 | 2024.12.21 01:26:23.191870 [ 285 ] {91f7059f-d730-43fb-aa7a-4de7669f7009} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16599 | 2024.12.21 01:26:23.192137 [ 285 ] {91f7059f-d730-43fb-aa7a-4de7669f7009} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16600 | 2024.12.21 01:26:23.192388 [ 285 ] {91f7059f-d730-43fb-aa7a-4de7669f7009} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001694 sec., 94451.00354191264 rows/sec., 6.58 MiB/sec. | ||
| 16601 | 2024.12.21 01:26:23.192466 [ 285 ] {91f7059f-d730-43fb-aa7a-4de7669f7009} <Debug> TCPHandler: Processed in 0.001939813 sec. | ||
| 16602 | 2024.12.21 01:26:23.192662 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16603 | 2024.12.21 01:26:23.193008 [ 287 ] {be089e58-2c7d-4efb-a4fc-79bb19f40af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16604 | 2024.12.21 01:26:23.193289 [ 287 ] {be089e58-2c7d-4efb-a4fc-79bb19f40af1} <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 | ||
| 16605 | 2024.12.21 01:26:23.194652 [ 287 ] {be089e58-2c7d-4efb-a4fc-79bb19f40af1} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16606 | 2024.12.21 01:26:23.194694 [ 287 ] {be089e58-2c7d-4efb-a4fc-79bb19f40af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16607 | 2024.12.21 01:26:23.195397 [ 287 ] {be089e58-2c7d-4efb-a4fc-79bb19f40af1} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 16608 | 2024.12.21 01:26:23.195717 [ 287 ] {be089e58-2c7d-4efb-a4fc-79bb19f40af1} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16609 | 2024.12.21 01:26:23.195969 [ 287 ] {be089e58-2c7d-4efb-a4fc-79bb19f40af1} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.003097 sec., 10978.366160800775 rows/sec., 19.67 MiB/sec. | ||
| 16610 | 2024.12.21 01:26:23.196083 [ 287 ] {be089e58-2c7d-4efb-a4fc-79bb19f40af1} <Debug> TCPHandler: Processed in 0.003508469 sec. | ||
| 16611 | 2024.12.21 01:26:23.196256 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16612 | 2024.12.21 01:26:23.196382 [ 285 ] {5b51b18a-aebf-499d-8750-aaf140bea197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16613 | 2024.12.21 01:26:23.196438 [ 285 ] {5b51b18a-aebf-499d-8750-aaf140bea197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16614 | 2024.12.21 01:26:23.197002 [ 285 ] {5b51b18a-aebf-499d-8750-aaf140bea197} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16615 | 2024.12.21 01:26:23.197044 [ 285 ] {5b51b18a-aebf-499d-8750-aaf140bea197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16616 | 2024.12.21 01:26:23.197457 [ 285 ] {5b51b18a-aebf-499d-8750-aaf140bea197} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16617 | 2024.12.21 01:26:23.197758 [ 285 ] {5b51b18a-aebf-499d-8750-aaf140bea197} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16618 | 2024.12.21 01:26:23.197997 [ 285 ] {5b51b18a-aebf-499d-8750-aaf140bea197} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001644 sec., 36496.3503649635 rows/sec., 2.46 MiB/sec. | ||
| 16619 | 2024.12.21 01:26:23.198056 [ 285 ] {5b51b18a-aebf-499d-8750-aaf140bea197} <Debug> TCPHandler: Processed in 0.001859161 sec. | ||
| 16620 | 2024.12.21 01:26:23.828570 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16621 | 2024.12.21 01:26:23.828635 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16622 | 2024.12.21 01:26:23.876033 [ 220 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16623 | 2024.12.21 01:26:23.876070 [ 220 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16624 | 2024.12.21 01:26:23.877966 [ 220 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16625 | 2024.12.21 01:26:24.001658 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001266631 sec. | ||
| 16626 | 2024.12.21 01:26:24.042493 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36722 | ||
| 16627 | 2024.12.21 01:26:24.043194 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16628 | 2024.12.21 01:26:24.043243 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16629 | 2024.12.21 01:26:24.043795 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 16630 | 2024.12.21 01:26:24.044108 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16631 | 2024.12.21 01:26:24.044312 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36722 | ||
| 16632 | 2024.12.21 01:26:24.301509 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2340 | ||
| 16633 | 2024.12.21 01:26:24.306792 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16634 | 2024.12.21 01:26:24.306852 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16635 | 2024.12.21 01:26:24.308440 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16636 | 2024.12.21 01:26:24.308779 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16637 | 2024.12.21 01:26:24.309096 [ 218 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16638 | 2024.12.21 01:26:24.309138 [ 218 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16639 | 2024.12.21 01:26:24.309847 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2340 | ||
| 16640 | 2024.12.21 01:26:24.311507 [ 218 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16641 | 2024.12.21 01:26:24.764386 [ 222 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16642 | 2024.12.21 01:26:24.764443 [ 222 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16643 | 2024.12.21 01:26:24.766135 [ 222 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16644 | 2024.12.21 01:26:24.949938 [ 221 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16645 | 2024.12.21 01:26:24.950003 [ 221 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16646 | 2024.12.21 01:26:24.952183 [ 221 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16647 | 2024.12.21 01:26:25.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.54 MiB, peak 292.01 MiB, free memory in arenas 0.00 B, will set to 273.53 MiB (RSS), difference: 3.99 MiB | ||
| 16648 | 2024.12.21 01:26:26.677641 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 16649 | 2024.12.21 01:26:26.700094 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16650 | 2024.12.21 01:26:26.700147 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16651 | 2024.12.21 01:26:26.707801 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 16652 | 2024.12.21 01:26:26.708644 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16653 | 2024.12.21 01:26:26.711502 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 16654 | 2024.12.21 01:26:28.186652 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16655 | 2024.12.21 01:26:28.186983 [ 287 ] {b7a5785d-1d7a-49cd-9a1c-96de4b07a4e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16656 | 2024.12.21 01:26:28.187069 [ 287 ] {b7a5785d-1d7a-49cd-9a1c-96de4b07a4e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16657 | 2024.12.21 01:26:28.187832 [ 287 ] {b7a5785d-1d7a-49cd-9a1c-96de4b07a4e3} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16658 | 2024.12.21 01:26:28.187876 [ 287 ] {b7a5785d-1d7a-49cd-9a1c-96de4b07a4e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16659 | 2024.12.21 01:26:28.188330 [ 287 ] {b7a5785d-1d7a-49cd-9a1c-96de4b07a4e3} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16660 | 2024.12.21 01:26:28.188594 [ 287 ] {b7a5785d-1d7a-49cd-9a1c-96de4b07a4e3} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16661 | 2024.12.21 01:26:28.188803 [ 287 ] {b7a5785d-1d7a-49cd-9a1c-96de4b07a4e3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001924 sec., 7276.507276507276 rows/sec., 523.81 KiB/sec. | ||
| 16662 | 2024.12.21 01:26:28.188871 [ 287 ] {b7a5785d-1d7a-49cd-9a1c-96de4b07a4e3} <Debug> TCPHandler: Processed in 0.00240919 sec. | ||
| 16663 | 2024.12.21 01:26:28.189164 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16664 | 2024.12.21 01:26:28.189381 [ 285 ] {b8204221-aa27-4910-8cd5-65aed3f99ad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16665 | 2024.12.21 01:26:28.189461 [ 285 ] {b8204221-aa27-4910-8cd5-65aed3f99ad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16666 | 2024.12.21 01:26:28.190358 [ 285 ] {b8204221-aa27-4910-8cd5-65aed3f99ad0} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16667 | 2024.12.21 01:26:28.190404 [ 285 ] {b8204221-aa27-4910-8cd5-65aed3f99ad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16668 | 2024.12.21 01:26:28.190861 [ 285 ] {b8204221-aa27-4910-8cd5-65aed3f99ad0} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16669 | 2024.12.21 01:26:28.191119 [ 285 ] {b8204221-aa27-4910-8cd5-65aed3f99ad0} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16670 | 2024.12.21 01:26:28.191322 [ 126 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 16671 | 2024.12.21 01:26:28.191374 [ 285 ] {b8204221-aa27-4910-8cd5-65aed3f99ad0} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002045 sec., 107090.46454767727 rows/sec., 9.33 MiB/sec. | ||
| 16672 | 2024.12.21 01:26:28.191386 [ 126 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16673 | 2024.12.21 01:26:28.191454 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16674 | 2024.12.21 01:26:28.191505 [ 285 ] {b8204221-aa27-4910-8cd5-65aed3f99ad0} <Debug> TCPHandler: Processed in 0.002479722 sec. | ||
| 16675 | 2024.12.21 01:26:28.191784 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16676 | 2024.12.21 01:26:28.191808 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 16677 | 2024.12.21 01:26:28.192211 [ 287 ] {c6072ba9-b58f-4e4e-8339-54779c861cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16678 | 2024.12.21 01:26:28.192422 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16679 | 2024.12.21 01:26:28.192440 [ 287 ] {c6072ba9-b58f-4e4e-8339-54779c861cd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16680 | 2024.12.21 01:26:28.192576 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1436 rows starting from the beginning of the part | ||
| 16681 | 2024.12.21 01:26:28.193112 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 124 rows starting from the beginning of the part | ||
| 16682 | 2024.12.21 01:26:28.193609 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 1359 rows starting from the beginning of the part | ||
| 16683 | 2024.12.21 01:26:28.194011 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 56 rows starting from the beginning of the part | ||
| 16684 | 2024.12.21 01:26:28.194342 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 124 rows starting from the beginning of the part | ||
| 16685 | 2024.12.21 01:26:28.194744 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 219 rows starting from the beginning of the part | ||
| 16686 | 2024.12.21 01:26:28.196737 [ 287 ] {c6072ba9-b58f-4e4e-8339-54779c861cd1} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16687 | 2024.12.21 01:26:28.196816 [ 287 ] {c6072ba9-b58f-4e4e-8339-54779c861cd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16688 | 2024.12.21 01:26:28.197869 [ 287 ] {c6072ba9-b58f-4e4e-8339-54779c861cd1} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 16689 | 2024.12.21 01:26:28.198182 [ 287 ] {c6072ba9-b58f-4e4e-8339-54779c861cd1} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16690 | 2024.12.21 01:26:28.198657 [ 287 ] {c6072ba9-b58f-4e4e-8339-54779c861cd1} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.006604 sec., 2271.350696547547 rows/sec., 160.15 KiB/sec. | ||
| 16691 | 2024.12.21 01:26:28.198829 [ 287 ] {c6072ba9-b58f-4e4e-8339-54779c861cd1} <Debug> TCPHandler: Processed in 0.007201911 sec. | ||
| 16692 | 2024.12.21 01:26:28.198831 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3318 rows, containing 5 columns (5 merged, 0 gathered) in 0.007274033 sec., 456143.1052072488 rows/sec., 39.85 MiB/sec. | ||
| 16693 | 2024.12.21 01:26:28.199026 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16694 | 2024.12.21 01:26:28.199072 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 16695 | 2024.12.21 01:26:28.199183 [ 285 ] {2c6a9225-0bd2-4a5d-a0ed-1950ff3472dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16696 | 2024.12.21 01:26:28.199254 [ 285 ] {2c6a9225-0bd2-4a5d-a0ed-1950ff3472dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16697 | 2024.12.21 01:26:28.199398 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_136_27} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16698 | 2024.12.21 01:26:28.199512 [ 199 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_136_27} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 16699 | 2024.12.21 01:26:28.199624 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 16700 | 2024.12.21 01:26:28.200024 [ 285 ] {2c6a9225-0bd2-4a5d-a0ed-1950ff3472dc} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16701 | 2024.12.21 01:26:28.200063 [ 285 ] {2c6a9225-0bd2-4a5d-a0ed-1950ff3472dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16702 | 2024.12.21 01:26:28.200432 [ 285 ] {2c6a9225-0bd2-4a5d-a0ed-1950ff3472dc} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16703 | 2024.12.21 01:26:28.200674 [ 285 ] {2c6a9225-0bd2-4a5d-a0ed-1950ff3472dc} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16704 | 2024.12.21 01:26:28.200891 [ 285 ] {2c6a9225-0bd2-4a5d-a0ed-1950ff3472dc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001745 sec., 8022.9226361031515 rows/sec., 561.87 KiB/sec. | ||
| 16705 | 2024.12.21 01:26:28.200949 [ 285 ] {2c6a9225-0bd2-4a5d-a0ed-1950ff3472dc} <Debug> TCPHandler: Processed in 0.001992574 sec. | ||
| 16706 | 2024.12.21 01:26:28.201155 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16707 | 2024.12.21 01:26:28.201296 [ 287 ] {735235d2-3d15-4d79-9d97-3391a6a56139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16708 | 2024.12.21 01:26:28.201354 [ 287 ] {735235d2-3d15-4d79-9d97-3391a6a56139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16709 | 2024.12.21 01:26:28.202014 [ 287 ] {735235d2-3d15-4d79-9d97-3391a6a56139} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16710 | 2024.12.21 01:26:28.202051 [ 287 ] {735235d2-3d15-4d79-9d97-3391a6a56139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16711 | 2024.12.21 01:26:28.202424 [ 287 ] {735235d2-3d15-4d79-9d97-3391a6a56139} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16712 | 2024.12.21 01:26:28.202667 [ 287 ] {735235d2-3d15-4d79-9d97-3391a6a56139} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16713 | 2024.12.21 01:26:28.202877 [ 287 ] {735235d2-3d15-4d79-9d97-3391a6a56139} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001609 sec., 8079.552517091362 rows/sec., 503.76 KiB/sec. | ||
| 16714 | 2024.12.21 01:26:28.202994 [ 287 ] {735235d2-3d15-4d79-9d97-3391a6a56139} <Debug> TCPHandler: Processed in 0.001937613 sec. | ||
| 16715 | 2024.12.21 01:26:28.203201 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16716 | 2024.12.21 01:26:28.203508 [ 285 ] {7174385b-1700-4ff3-a983-47fa6304ee39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16717 | 2024.12.21 01:26:28.203581 [ 285 ] {7174385b-1700-4ff3-a983-47fa6304ee39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16718 | 2024.12.21 01:26:28.204357 [ 285 ] {7174385b-1700-4ff3-a983-47fa6304ee39} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16719 | 2024.12.21 01:26:28.204398 [ 285 ] {7174385b-1700-4ff3-a983-47fa6304ee39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16720 | 2024.12.21 01:26:28.204793 [ 285 ] {7174385b-1700-4ff3-a983-47fa6304ee39} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16721 | 2024.12.21 01:26:28.205039 [ 285 ] {7174385b-1700-4ff3-a983-47fa6304ee39} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16722 | 2024.12.21 01:26:28.205233 [ 124 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 16723 | 2024.12.21 01:26:28.205263 [ 285 ] {7174385b-1700-4ff3-a983-47fa6304ee39} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001842 sec., 211726.38436482084 rows/sec., 15.02 MiB/sec. | ||
| 16724 | 2024.12.21 01:26:28.205315 [ 124 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16725 | 2024.12.21 01:26:28.205379 [ 285 ] {7174385b-1700-4ff3-a983-47fa6304ee39} <Debug> TCPHandler: Processed in 0.002278998 sec. | ||
| 16726 | 2024.12.21 01:26:28.205387 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16727 | 2024.12.21 01:26:28.205581 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 16728 | 2024.12.21 01:26:28.205598 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16729 | 2024.12.21 01:26:28.205820 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16730 | 2024.12.21 01:26:28.205867 [ 287 ] {ba484cbe-5278-41c8-ac4c-f66b7a586de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16731 | 2024.12.21 01:26:28.205890 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 916 rows starting from the beginning of the part | ||
| 16732 | 2024.12.21 01:26:28.205982 [ 287 ] {ba484cbe-5278-41c8-ac4c-f66b7a586de3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16733 | 2024.12.21 01:26:28.206211 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 98 rows starting from the beginning of the part | ||
| 16734 | 2024.12.21 01:26:28.206553 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 846 rows starting from the beginning of the part | ||
| 16735 | 2024.12.21 01:26:28.206892 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 64 rows starting from the beginning of the part | ||
| 16736 | 2024.12.21 01:26:28.207206 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 98 rows starting from the beginning of the part | ||
| 16737 | 2024.12.21 01:26:28.207549 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 390 rows starting from the beginning of the part | ||
| 16738 | 2024.12.21 01:26:28.208550 [ 287 ] {ba484cbe-5278-41c8-ac4c-f66b7a586de3} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16739 | 2024.12.21 01:26:28.208619 [ 287 ] {ba484cbe-5278-41c8-ac4c-f66b7a586de3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16740 | 2024.12.21 01:26:28.209561 [ 287 ] {ba484cbe-5278-41c8-ac4c-f66b7a586de3} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16741 | 2024.12.21 01:26:28.210089 [ 287 ] {ba484cbe-5278-41c8-ac4c-f66b7a586de3} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16742 | 2024.12.21 01:26:28.210340 [ 287 ] {ba484cbe-5278-41c8-ac4c-f66b7a586de3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004548 sec., 1319.2612137203166 rows/sec., 68.93 KiB/sec. | ||
| 16743 | 2024.12.21 01:26:28.210395 [ 287 ] {ba484cbe-5278-41c8-ac4c-f66b7a586de3} <Debug> TCPHandler: Processed in 0.004910153 sec. | ||
| 16744 | 2024.12.21 01:26:28.210723 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16745 | 2024.12.21 01:26:28.210745 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.005235788 sec., 460675.6423292922 rows/sec., 35.33 MiB/sec. | ||
| 16746 | 2024.12.21 01:26:28.210973 [ 285 ] {0d72e510-0fc6-4da2-9795-75ea9f711d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16747 | 2024.12.21 01:26:28.211040 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 16748 | 2024.12.21 01:26:28.211056 [ 285 ] {0d72e510-0fc6-4da2-9795-75ea9f711d8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16749 | 2024.12.21 01:26:28.211725 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_136_27} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16750 | 2024.12.21 01:26:28.211957 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_136_27} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 16751 | 2024.12.21 01:26:28.212131 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 16752 | 2024.12.21 01:26:28.212301 [ 285 ] {0d72e510-0fc6-4da2-9795-75ea9f711d8b} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16753 | 2024.12.21 01:26:28.212346 [ 285 ] {0d72e510-0fc6-4da2-9795-75ea9f711d8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16754 | 2024.12.21 01:26:28.212774 [ 285 ] {0d72e510-0fc6-4da2-9795-75ea9f711d8b} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16755 | 2024.12.21 01:26:28.213016 [ 285 ] {0d72e510-0fc6-4da2-9795-75ea9f711d8b} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16756 | 2024.12.21 01:26:28.213239 [ 285 ] {0d72e510-0fc6-4da2-9795-75ea9f711d8b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002294 sec., 103312.9904097646 rows/sec., 6.92 MiB/sec. | ||
| 16757 | 2024.12.21 01:26:28.213290 [ 285 ] {0d72e510-0fc6-4da2-9795-75ea9f711d8b} <Debug> TCPHandler: Processed in 0.002759416 sec. | ||
| 16758 | 2024.12.21 01:26:28.213445 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16759 | 2024.12.21 01:26:28.213586 [ 287 ] {2a554225-2adf-49db-9dbb-52d0f961c974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16760 | 2024.12.21 01:26:28.213646 [ 287 ] {2a554225-2adf-49db-9dbb-52d0f961c974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16761 | 2024.12.21 01:26:28.214158 [ 287 ] {2a554225-2adf-49db-9dbb-52d0f961c974} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16762 | 2024.12.21 01:26:28.214196 [ 287 ] {2a554225-2adf-49db-9dbb-52d0f961c974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16763 | 2024.12.21 01:26:28.214569 [ 287 ] {2a554225-2adf-49db-9dbb-52d0f961c974} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16764 | 2024.12.21 01:26:28.214819 [ 287 ] {2a554225-2adf-49db-9dbb-52d0f961c974} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16765 | 2024.12.21 01:26:28.215035 [ 287 ] {2a554225-2adf-49db-9dbb-52d0f961c974} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001481 sec., 675.2194463200541 rows/sec., 45.50 KiB/sec. | ||
| 16766 | 2024.12.21 01:26:28.215086 [ 287 ] {2a554225-2adf-49db-9dbb-52d0f961c974} <Debug> TCPHandler: Processed in 0.001709569 sec. | ||
| 16767 | 2024.12.21 01:26:28.215245 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16768 | 2024.12.21 01:26:28.215383 [ 285 ] {9a4d9b97-4858-4875-b557-34473ad77581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16769 | 2024.12.21 01:26:28.215479 [ 285 ] {9a4d9b97-4858-4875-b557-34473ad77581} <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 | ||
| 16770 | 2024.12.21 01:26:28.216645 [ 285 ] {9a4d9b97-4858-4875-b557-34473ad77581} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16771 | 2024.12.21 01:26:28.216685 [ 285 ] {9a4d9b97-4858-4875-b557-34473ad77581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16772 | 2024.12.21 01:26:28.217330 [ 285 ] {9a4d9b97-4858-4875-b557-34473ad77581} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 16773 | 2024.12.21 01:26:28.217599 [ 285 ] {9a4d9b97-4858-4875-b557-34473ad77581} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16774 | 2024.12.21 01:26:28.217834 [ 285 ] {9a4d9b97-4858-4875-b557-34473ad77581} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002482 sec., 3223.2070910556004 rows/sec., 5.78 MiB/sec. | ||
| 16775 | 2024.12.21 01:26:28.217925 [ 285 ] {9a4d9b97-4858-4875-b557-34473ad77581} <Debug> TCPHandler: Processed in 0.002746297 sec. | ||
| 16776 | 2024.12.21 01:26:28.218112 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16777 | 2024.12.21 01:26:28.218252 [ 287 ] {19dc3b1e-dc10-44a3-be9e-b280075d6510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16778 | 2024.12.21 01:26:28.218310 [ 287 ] {19dc3b1e-dc10-44a3-be9e-b280075d6510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16779 | 2024.12.21 01:26:28.218896 [ 287 ] {19dc3b1e-dc10-44a3-be9e-b280075d6510} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16780 | 2024.12.21 01:26:28.218935 [ 287 ] {19dc3b1e-dc10-44a3-be9e-b280075d6510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16781 | 2024.12.21 01:26:28.219319 [ 287 ] {19dc3b1e-dc10-44a3-be9e-b280075d6510} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16782 | 2024.12.21 01:26:28.219584 [ 287 ] {19dc3b1e-dc10-44a3-be9e-b280075d6510} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16783 | 2024.12.21 01:26:28.219748 [ 124 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 16784 | 2024.12.21 01:26:28.219810 [ 124 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16785 | 2024.12.21 01:26:28.219824 [ 287 ] {19dc3b1e-dc10-44a3-be9e-b280075d6510} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001592 sec., 51507.53768844221 rows/sec., 3.27 MiB/sec. | ||
| 16786 | 2024.12.21 01:26:28.219846 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 16787 | 2024.12.21 01:26:28.219962 [ 287 ] {19dc3b1e-dc10-44a3-be9e-b280075d6510} <Debug> TCPHandler: Processed in 0.001910972 sec. | ||
| 16788 | 2024.12.21 01:26:28.220046 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 16789 | 2024.12.21 01:26:28.220162 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16790 | 2024.12.21 01:26:28.220197 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 8000 rows starting from the beginning of the part | ||
| 16791 | 2024.12.21 01:26:28.220316 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part | ||
| 16792 | 2024.12.21 01:26:28.220534 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 34 rows starting from the beginning of the part | ||
| 16793 | 2024.12.21 01:26:28.220674 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 48 rows starting from the beginning of the part | ||
| 16794 | 2024.12.21 01:26:28.220868 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part | ||
| 16795 | 2024.12.21 01:26:28.220952 [ 194 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 82 rows starting from the beginning of the part | ||
| 16796 | 2024.12.21 01:26:28.223652 [ 186 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8284 rows, containing 4 columns (4 merged, 0 gathered) in 0.003681292 sec., 2250296.9066295205 rows/sec., 146.64 MiB/sec. | ||
| 16797 | 2024.12.21 01:26:28.223811 [ 186 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 16798 | 2024.12.21 01:26:28.224148 [ 186 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_136_27} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16799 | 2024.12.21 01:26:28.224237 [ 186 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_136_27} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 16800 | 2024.12.21 01:26:28.224320 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
| 16801 | 2024.12.21 01:26:31.544453 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37149 | ||
| 16802 | 2024.12.21 01:26:31.545296 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16803 | 2024.12.21 01:26:31.545336 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16804 | 2024.12.21 01:26:31.545872 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 16805 | 2024.12.21 01:26:31.546150 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16806 | 2024.12.21 01:26:31.546310 [ 120 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 16807 | 2024.12.21 01:26:31.546369 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 | ||
| 16808 | 2024.12.21 01:26:31.546373 [ 120 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16809 | 2024.12.21 01:26:31.546408 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16810 | 2024.12.21 01:26:31.546788 [ 194 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 16811 | 2024.12.21 01:26:31.548125 [ 194 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16812 | 2024.12.21 01:26:31.548217 [ 194 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34892 rows starting from the beginning of the part | ||
| 16813 | 2024.12.21 01:26:31.548298 [ 194 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 427 rows starting from the beginning of the part | ||
| 16814 | 2024.12.21 01:26:31.548398 [ 194 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 488 rows starting from the beginning of the part | ||
| 16815 | 2024.12.21 01:26:31.548645 [ 194 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 427 rows starting from the beginning of the part | ||
| 16816 | 2024.12.21 01:26:31.548874 [ 194 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 488 rows starting from the beginning of the part | ||
| 16817 | 2024.12.21 01:26:31.549104 [ 194 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 427 rows starting from the beginning of the part | ||
| 16818 | 2024.12.21 01:26:31.552082 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.005556833 sec., 6685282.78607617 rows/sec., 95.63 MiB/sec. | ||
| 16819 | 2024.12.21 01:26:31.552349 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 16820 | 2024.12.21 01:26:31.552681 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_81_16} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16821 | 2024.12.21 01:26:31.552777 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_81_16} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 16822 | 2024.12.21 01:26:31.552878 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 16823 | 2024.12.21 01:26:33.183305 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16824 | 2024.12.21 01:26:33.183614 [ 287 ] {3b83c648-933d-492a-9256-5bf5b4c2bd11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16825 | 2024.12.21 01:26:33.183732 [ 287 ] {3b83c648-933d-492a-9256-5bf5b4c2bd11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16826 | 2024.12.21 01:26:33.184670 [ 287 ] {3b83c648-933d-492a-9256-5bf5b4c2bd11} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16827 | 2024.12.21 01:26:33.184716 [ 287 ] {3b83c648-933d-492a-9256-5bf5b4c2bd11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16828 | 2024.12.21 01:26:33.185143 [ 287 ] {3b83c648-933d-492a-9256-5bf5b4c2bd11} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 16829 | 2024.12.21 01:26:33.185400 [ 287 ] {3b83c648-933d-492a-9256-5bf5b4c2bd11} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16830 | 2024.12.21 01:26:33.185706 [ 287 ] {3b83c648-933d-492a-9256-5bf5b4c2bd11} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002166 sec., 1846.7220683287167 rows/sec., 150.59 KiB/sec. | ||
| 16831 | 2024.12.21 01:26:33.185858 [ 287 ] {3b83c648-933d-492a-9256-5bf5b4c2bd11} <Debug> TCPHandler: Processed in 0.002750866 sec. | ||
| 16832 | 2024.12.21 01:26:33.186197 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16833 | 2024.12.21 01:26:33.186406 [ 285 ] {2c3ab81f-c4bd-4620-b32b-7c4736998fa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16834 | 2024.12.21 01:26:33.186486 [ 285 ] {2c3ab81f-c4bd-4620-b32b-7c4736998fa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16835 | 2024.12.21 01:26:33.187351 [ 285 ] {2c3ab81f-c4bd-4620-b32b-7c4736998fa0} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16836 | 2024.12.21 01:26:33.187394 [ 285 ] {2c3ab81f-c4bd-4620-b32b-7c4736998fa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16837 | 2024.12.21 01:26:33.187852 [ 285 ] {2c3ab81f-c4bd-4620-b32b-7c4736998fa0} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 16838 | 2024.12.21 01:26:33.188117 [ 285 ] {2c3ab81f-c4bd-4620-b32b-7c4736998fa0} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16839 | 2024.12.21 01:26:33.188322 [ 285 ] {2c3ab81f-c4bd-4620-b32b-7c4736998fa0} <Debug> executeQuery: Read 126 rows, 10.93 KiB in 0.001975 sec., 63797.46835443038 rows/sec., 5.40 MiB/sec. | ||
| 16840 | 2024.12.21 01:26:33.188384 [ 285 ] {2c3ab81f-c4bd-4620-b32b-7c4736998fa0} <Debug> TCPHandler: Processed in 0.00238458 sec. | ||
| 16841 | 2024.12.21 01:26:33.188541 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16842 | 2024.12.21 01:26:33.188691 [ 287 ] {cad80699-bf1b-46e4-b9c7-8f5342725ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16843 | 2024.12.21 01:26:33.188752 [ 287 ] {cad80699-bf1b-46e4-b9c7-8f5342725ad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16844 | 2024.12.21 01:26:33.189447 [ 287 ] {cad80699-bf1b-46e4-b9c7-8f5342725ad3} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16845 | 2024.12.21 01:26:33.189486 [ 287 ] {cad80699-bf1b-46e4-b9c7-8f5342725ad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16846 | 2024.12.21 01:26:33.189856 [ 287 ] {cad80699-bf1b-46e4-b9c7-8f5342725ad3} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 16847 | 2024.12.21 01:26:33.190102 [ 287 ] {cad80699-bf1b-46e4-b9c7-8f5342725ad3} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16848 | 2024.12.21 01:26:33.190349 [ 287 ] {cad80699-bf1b-46e4-b9c7-8f5342725ad3} <Debug> executeQuery: Read 38 rows, 2.84 KiB in 0.001684 sec., 22565.320665083134 rows/sec., 1.64 MiB/sec. | ||
| 16849 | 2024.12.21 01:26:33.190420 [ 287 ] {cad80699-bf1b-46e4-b9c7-8f5342725ad3} <Debug> TCPHandler: Processed in 0.001951343 sec. | ||
| 16850 | 2024.12.21 01:26:33.190646 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16851 | 2024.12.21 01:26:33.191009 [ 285 ] {eee6facd-7526-4392-8528-286383c9b09e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16852 | 2024.12.21 01:26:33.191147 [ 285 ] {eee6facd-7526-4392-8528-286383c9b09e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16853 | 2024.12.21 01:26:33.192124 [ 285 ] {eee6facd-7526-4392-8528-286383c9b09e} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16854 | 2024.12.21 01:26:33.192164 [ 285 ] {eee6facd-7526-4392-8528-286383c9b09e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16855 | 2024.12.21 01:26:33.192566 [ 285 ] {eee6facd-7526-4392-8528-286383c9b09e} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 16856 | 2024.12.21 01:26:33.192822 [ 285 ] {eee6facd-7526-4392-8528-286383c9b09e} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16857 | 2024.12.21 01:26:33.193018 [ 285 ] {eee6facd-7526-4392-8528-286383c9b09e} <Debug> executeQuery: Read 102 rows, 8.16 KiB in 0.00214 sec., 47663.55140186916 rows/sec., 3.73 MiB/sec. | ||
| 16858 | 2024.12.21 01:26:33.193087 [ 285 ] {eee6facd-7526-4392-8528-286383c9b09e} <Debug> TCPHandler: Processed in 0.002539843 sec. | ||
| 16859 | 2024.12.21 01:26:33.193276 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16860 | 2024.12.21 01:26:33.193566 [ 287 ] {b49d0655-0a70-402b-8c24-03db7121f407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16861 | 2024.12.21 01:26:33.193681 [ 287 ] {b49d0655-0a70-402b-8c24-03db7121f407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16862 | 2024.12.21 01:26:33.194277 [ 287 ] {b49d0655-0a70-402b-8c24-03db7121f407} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16863 | 2024.12.21 01:26:33.194317 [ 287 ] {b49d0655-0a70-402b-8c24-03db7121f407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16864 | 2024.12.21 01:26:33.194727 [ 287 ] {b49d0655-0a70-402b-8c24-03db7121f407} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 16865 | 2024.12.21 01:26:33.194988 [ 287 ] {b49d0655-0a70-402b-8c24-03db7121f407} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16866 | 2024.12.21 01:26:33.195232 [ 287 ] {b49d0655-0a70-402b-8c24-03db7121f407} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001769 sec., 91577.16223855286 rows/sec., 6.38 MiB/sec. | ||
| 16867 | 2024.12.21 01:26:33.195290 [ 287 ] {b49d0655-0a70-402b-8c24-03db7121f407} <Debug> TCPHandler: Processed in 0.002109965 sec. | ||
| 16868 | 2024.12.21 01:26:33.195486 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16869 | 2024.12.21 01:26:33.195712 [ 285 ] {9411f078-3886-416a-ae9e-51628b11d8c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16870 | 2024.12.21 01:26:33.195855 [ 285 ] {9411f078-3886-416a-ae9e-51628b11d8c9} <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 | ||
| 16871 | 2024.12.21 01:26:33.197139 [ 285 ] {9411f078-3886-416a-ae9e-51628b11d8c9} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16872 | 2024.12.21 01:26:33.197177 [ 285 ] {9411f078-3886-416a-ae9e-51628b11d8c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16873 | 2024.12.21 01:26:33.197866 [ 285 ] {9411f078-3886-416a-ae9e-51628b11d8c9} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 16874 | 2024.12.21 01:26:33.198127 [ 285 ] {9411f078-3886-416a-ae9e-51628b11d8c9} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16875 | 2024.12.21 01:26:33.198371 [ 285 ] {9411f078-3886-416a-ae9e-51628b11d8c9} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002716 sec., 12518.40942562592 rows/sec., 22.43 MiB/sec. | ||
| 16876 | 2024.12.21 01:26:33.198890 [ 285 ] {9411f078-3886-416a-ae9e-51628b11d8c9} <Debug> TCPHandler: Processed in 0.003509909 sec. | ||
| 16877 | 2024.12.21 01:26:33.199187 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16878 | 2024.12.21 01:26:33.199371 [ 287 ] {440bf70f-2531-4768-a887-77dc4d8d8ea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16879 | 2024.12.21 01:26:33.199431 [ 287 ] {440bf70f-2531-4768-a887-77dc4d8d8ea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16880 | 2024.12.21 01:26:33.200019 [ 287 ] {440bf70f-2531-4768-a887-77dc4d8d8ea8} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16881 | 2024.12.21 01:26:33.200058 [ 287 ] {440bf70f-2531-4768-a887-77dc4d8d8ea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16882 | 2024.12.21 01:26:33.200442 [ 287 ] {440bf70f-2531-4768-a887-77dc4d8d8ea8} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 16883 | 2024.12.21 01:26:33.200686 [ 287 ] {440bf70f-2531-4768-a887-77dc4d8d8ea8} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16884 | 2024.12.21 01:26:33.200898 [ 287 ] {440bf70f-2531-4768-a887-77dc4d8d8ea8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00156 sec., 38461.53846153846 rows/sec., 2.59 MiB/sec. | ||
| 16885 | 2024.12.21 01:26:33.200949 [ 287 ] {440bf70f-2531-4768-a887-77dc4d8d8ea8} <Debug> TCPHandler: Processed in 0.001947683 sec. | ||
| 16886 | 2024.12.21 01:26:34.211568 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 16887 | 2024.12.21 01:26:34.234686 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16888 | 2024.12.21 01:26:34.234749 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16889 | 2024.12.21 01:26:34.242402 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 16890 | 2024.12.21 01:26:34.243220 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16891 | 2024.12.21 01:26:34.243693 [ 117 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 16892 | 2024.12.21 01:26:34.243838 [ 117 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16893 | 2024.12.21 01:26:34.243919 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16894 | 2024.12.21 01:26:34.244658 [ 190 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 16895 | 2024.12.21 01:26:34.260486 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 16896 | 2024.12.21 01:26:34.263548 [ 190 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16897 | 2024.12.21 01:26:34.265323 [ 190 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part | ||
| 16898 | 2024.12.21 01:26:34.271682 [ 190 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part | ||
| 16899 | 2024.12.21 01:26:34.277856 [ 190 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part | ||
| 16900 | 2024.12.21 01:26:34.284553 [ 190 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part | ||
| 16901 | 2024.12.21 01:26:34.291073 [ 190 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part | ||
| 16902 | 2024.12.21 01:26:34.297312 [ 190 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part | ||
| 16903 | 2024.12.21 01:26:34.310008 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2376 | ||
| 16904 | 2024.12.21 01:26:34.316603 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16905 | 2024.12.21 01:26:34.316648 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16906 | 2024.12.21 01:26:34.318792 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 16907 | 2024.12.21 01:26:34.319240 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16908 | 2024.12.21 01:26:34.321520 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2376 | ||
| 16909 | 2024.12.21 01:26:34.373919 [ 191 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.129799216 sec., 4707.270342834737 rows/sec., 24.34 MiB/sec. | ||
| 16910 | 2024.12.21 01:26:34.377304 [ 191 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 16911 | 2024.12.21 01:26:34.380309 [ 191 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_81_16} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16912 | 2024.12.21 01:26:34.380415 [ 191 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_81_16} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 16913 | 2024.12.21 01:26:34.382805 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 16914 | 2024.12.21 01:26:35.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.61 MiB, peak 292.03 MiB, free memory in arenas 0.00 B, will set to 273.53 MiB (RSS), difference: -1.08 MiB | ||
| 16915 | 2024.12.21 01:26:38.186240 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16916 | 2024.12.21 01:26:38.186444 [ 287 ] {59e068f0-8a57-438b-bb33-561ca0620108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16917 | 2024.12.21 01:26:38.186521 [ 287 ] {59e068f0-8a57-438b-bb33-561ca0620108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16918 | 2024.12.21 01:26:38.187283 [ 287 ] {59e068f0-8a57-438b-bb33-561ca0620108} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16919 | 2024.12.21 01:26:38.187336 [ 287 ] {59e068f0-8a57-438b-bb33-561ca0620108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16920 | 2024.12.21 01:26:38.187785 [ 287 ] {59e068f0-8a57-438b-bb33-561ca0620108} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16921 | 2024.12.21 01:26:38.188051 [ 287 ] {59e068f0-8a57-438b-bb33-561ca0620108} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16922 | 2024.12.21 01:26:38.188299 [ 287 ] {59e068f0-8a57-438b-bb33-561ca0620108} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001916 sec., 7306.889352818372 rows/sec., 526.00 KiB/sec. | ||
| 16923 | 2024.12.21 01:26:38.188366 [ 287 ] {59e068f0-8a57-438b-bb33-561ca0620108} <Debug> TCPHandler: Processed in 0.002266899 sec. | ||
| 16924 | 2024.12.21 01:26:38.188641 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16925 | 2024.12.21 01:26:38.188831 [ 285 ] {8a233b38-cd13-43ea-b5a8-d7e0afa3b085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16926 | 2024.12.21 01:26:38.188907 [ 285 ] {8a233b38-cd13-43ea-b5a8-d7e0afa3b085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16927 | 2024.12.21 01:26:38.189778 [ 285 ] {8a233b38-cd13-43ea-b5a8-d7e0afa3b085} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16928 | 2024.12.21 01:26:38.189826 [ 285 ] {8a233b38-cd13-43ea-b5a8-d7e0afa3b085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16929 | 2024.12.21 01:26:38.190303 [ 285 ] {8a233b38-cd13-43ea-b5a8-d7e0afa3b085} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 16930 | 2024.12.21 01:26:38.190569 [ 285 ] {8a233b38-cd13-43ea-b5a8-d7e0afa3b085} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16931 | 2024.12.21 01:26:38.190807 [ 285 ] {8a233b38-cd13-43ea-b5a8-d7e0afa3b085} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002029 sec., 107934.94332183342 rows/sec., 9.40 MiB/sec. | ||
| 16932 | 2024.12.21 01:26:38.190866 [ 285 ] {8a233b38-cd13-43ea-b5a8-d7e0afa3b085} <Debug> TCPHandler: Processed in 0.002386421 sec. | ||
| 16933 | 2024.12.21 01:26:38.191025 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16934 | 2024.12.21 01:26:38.191154 [ 287 ] {f0e5324d-fcae-48f4-aa8c-42bf6158750b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16935 | 2024.12.21 01:26:38.191214 [ 287 ] {f0e5324d-fcae-48f4-aa8c-42bf6158750b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16936 | 2024.12.21 01:26:38.191927 [ 287 ] {f0e5324d-fcae-48f4-aa8c-42bf6158750b} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16937 | 2024.12.21 01:26:38.191977 [ 287 ] {f0e5324d-fcae-48f4-aa8c-42bf6158750b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16938 | 2024.12.21 01:26:38.192376 [ 287 ] {f0e5324d-fcae-48f4-aa8c-42bf6158750b} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 16939 | 2024.12.21 01:26:38.192632 [ 287 ] {f0e5324d-fcae-48f4-aa8c-42bf6158750b} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16940 | 2024.12.21 01:26:38.192831 [ 113 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 16941 | 2024.12.21 01:26:38.192856 [ 287 ] {f0e5324d-fcae-48f4-aa8c-42bf6158750b} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00173 sec., 8670.520231213874 rows/sec., 611.34 KiB/sec. | ||
| 16942 | 2024.12.21 01:26:38.192914 [ 113 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16943 | 2024.12.21 01:26:38.192989 [ 287 ] {f0e5324d-fcae-48f4-aa8c-42bf6158750b} <Debug> TCPHandler: Processed in 0.002015744 sec. | ||
| 16944 | 2024.12.21 01:26:38.192994 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16945 | 2024.12.21 01:26:38.193197 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16946 | 2024.12.21 01:26:38.193197 [ 197 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 16947 | 2024.12.21 01:26:38.193416 [ 285 ] {f982a308-1f9f-47dd-b1ca-cae2fe1a8ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16948 | 2024.12.21 01:26:38.193455 [ 197 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16949 | 2024.12.21 01:26:38.193516 [ 285 ] {f982a308-1f9f-47dd-b1ca-cae2fe1a8ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16950 | 2024.12.21 01:26:38.193532 [ 197 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 67 rows starting from the beginning of the part | ||
| 16951 | 2024.12.21 01:26:38.193863 [ 197 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 15 rows starting from the beginning of the part | ||
| 16952 | 2024.12.21 01:26:38.194170 [ 197 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 34 rows starting from the beginning of the part | ||
| 16953 | 2024.12.21 01:26:38.194450 [ 197 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 15 rows starting from the beginning of the part | ||
| 16954 | 2024.12.21 01:26:38.194869 [ 197 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 38 rows starting from the beginning of the part | ||
| 16955 | 2024.12.21 01:26:38.195292 [ 197 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 15 rows starting from the beginning of the part | ||
| 16956 | 2024.12.21 01:26:38.196724 [ 285 ] {f982a308-1f9f-47dd-b1ca-cae2fe1a8ab7} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16957 | 2024.12.21 01:26:38.196806 [ 285 ] {f982a308-1f9f-47dd-b1ca-cae2fe1a8ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16958 | 2024.12.21 01:26:38.197892 [ 285 ] {f982a308-1f9f-47dd-b1ca-cae2fe1a8ab7} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16959 | 2024.12.21 01:26:38.198291 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.005183448 sec., 35497.60699827605 rows/sec., 2.67 MiB/sec. | ||
| 16960 | 2024.12.21 01:26:38.198388 [ 285 ] {f982a308-1f9f-47dd-b1ca-cae2fe1a8ab7} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16961 | 2024.12.21 01:26:38.198451 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 16962 | 2024.12.21 01:26:38.198669 [ 285 ] {f982a308-1f9f-47dd-b1ca-cae2fe1a8ab7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005336 sec., 2623.688155922039 rows/sec., 183.75 KiB/sec. | ||
| 16963 | 2024.12.21 01:26:38.198754 [ 285 ] {f982a308-1f9f-47dd-b1ca-cae2fe1a8ab7} <Debug> TCPHandler: Processed in 0.005650065 sec. | ||
| 16964 | 2024.12.21 01:26:38.198909 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_116_23} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16965 | 2024.12.21 01:26:38.198974 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16966 | 2024.12.21 01:26:38.199034 [ 187 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_116_23} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 16967 | 2024.12.21 01:26:38.199195 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 16968 | 2024.12.21 01:26:38.199207 [ 287 ] {0f1089ce-e26b-4a6f-aecc-30fc005e83b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16969 | 2024.12.21 01:26:38.199278 [ 287 ] {0f1089ce-e26b-4a6f-aecc-30fc005e83b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16970 | 2024.12.21 01:26:38.199877 [ 287 ] {0f1089ce-e26b-4a6f-aecc-30fc005e83b9} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16971 | 2024.12.21 01:26:38.199918 [ 287 ] {0f1089ce-e26b-4a6f-aecc-30fc005e83b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16972 | 2024.12.21 01:26:38.200299 [ 287 ] {0f1089ce-e26b-4a6f-aecc-30fc005e83b9} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16973 | 2024.12.21 01:26:38.200562 [ 287 ] {0f1089ce-e26b-4a6f-aecc-30fc005e83b9} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16974 | 2024.12.21 01:26:38.200802 [ 287 ] {0f1089ce-e26b-4a6f-aecc-30fc005e83b9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001673 sec., 7770.472205618649 rows/sec., 484.49 KiB/sec. | ||
| 16975 | 2024.12.21 01:26:38.200885 [ 287 ] {0f1089ce-e26b-4a6f-aecc-30fc005e83b9} <Debug> TCPHandler: Processed in 0.001996853 sec. | ||
| 16976 | 2024.12.21 01:26:38.201091 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16977 | 2024.12.21 01:26:38.201216 [ 285 ] {8597918c-fc6a-4992-a10b-8cd662ceee89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16978 | 2024.12.21 01:26:38.201265 [ 285 ] {8597918c-fc6a-4992-a10b-8cd662ceee89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16979 | 2024.12.21 01:26:38.202001 [ 285 ] {8597918c-fc6a-4992-a10b-8cd662ceee89} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16980 | 2024.12.21 01:26:38.202041 [ 285 ] {8597918c-fc6a-4992-a10b-8cd662ceee89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16981 | 2024.12.21 01:26:38.202434 [ 285 ] {8597918c-fc6a-4992-a10b-8cd662ceee89} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 16982 | 2024.12.21 01:26:38.202680 [ 285 ] {8597918c-fc6a-4992-a10b-8cd662ceee89} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16983 | 2024.12.21 01:26:38.202891 [ 285 ] {8597918c-fc6a-4992-a10b-8cd662ceee89} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001696 sec., 229952.83018867925 rows/sec., 16.31 MiB/sec. | ||
| 16984 | 2024.12.21 01:26:38.202945 [ 285 ] {8597918c-fc6a-4992-a10b-8cd662ceee89} <Debug> TCPHandler: Processed in 0.001956783 sec. | ||
| 16985 | 2024.12.21 01:26:38.203106 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16986 | 2024.12.21 01:26:38.203249 [ 287 ] {3746e4ac-5dad-4c05-a622-b994ea97b623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16987 | 2024.12.21 01:26:38.203308 [ 287 ] {3746e4ac-5dad-4c05-a622-b994ea97b623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16988 | 2024.12.21 01:26:38.203907 [ 287 ] {3746e4ac-5dad-4c05-a622-b994ea97b623} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16989 | 2024.12.21 01:26:38.203955 [ 287 ] {3746e4ac-5dad-4c05-a622-b994ea97b623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16990 | 2024.12.21 01:26:38.204365 [ 287 ] {3746e4ac-5dad-4c05-a622-b994ea97b623} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16991 | 2024.12.21 01:26:38.204609 [ 287 ] {3746e4ac-5dad-4c05-a622-b994ea97b623} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16992 | 2024.12.21 01:26:38.204832 [ 287 ] {3746e4ac-5dad-4c05-a622-b994ea97b623} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001613 sec., 3719.7768133911964 rows/sec., 194.34 KiB/sec. | ||
| 16993 | 2024.12.21 01:26:38.204883 [ 287 ] {3746e4ac-5dad-4c05-a622-b994ea97b623} <Debug> TCPHandler: Processed in 0.001837101 sec. | ||
| 16994 | 2024.12.21 01:26:38.205033 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16995 | 2024.12.21 01:26:38.205154 [ 285 ] {8f3c8abb-0b97-40f8-87b2-814d091a2091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16996 | 2024.12.21 01:26:38.205209 [ 285 ] {8f3c8abb-0b97-40f8-87b2-814d091a2091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16997 | 2024.12.21 01:26:38.205807 [ 285 ] {8f3c8abb-0b97-40f8-87b2-814d091a2091} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16998 | 2024.12.21 01:26:38.205845 [ 285 ] {8f3c8abb-0b97-40f8-87b2-814d091a2091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 16999 | 2024.12.21 01:26:38.206253 [ 285 ] {8f3c8abb-0b97-40f8-87b2-814d091a2091} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17000 | 2024.12.21 01:26:38.206499 [ 285 ] {8f3c8abb-0b97-40f8-87b2-814d091a2091} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17001 | 2024.12.21 01:26:38.206685 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_133_27 to all_138_138_0 | ||
| 17002 | 2024.12.21 01:26:38.206717 [ 285 ] {8f3c8abb-0b97-40f8-87b2-814d091a2091} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001582 sec., 149810.36662452592 rows/sec., 10.04 MiB/sec. | ||
| 17003 | 2024.12.21 01:26:38.206740 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17004 | 2024.12.21 01:26:38.206815 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17005 | 2024.12.21 01:26:38.206862 [ 285 ] {8f3c8abb-0b97-40f8-87b2-814d091a2091} <Debug> TCPHandler: Processed in 0.001882422 sec. | ||
| 17006 | 2024.12.21 01:26:38.207040 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_138_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_133_27 to all_138_138_0 into Compact with storage Full | ||
| 17007 | 2024.12.21 01:26:38.207188 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17008 | 2024.12.21 01:26:38.207233 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_138_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17009 | 2024.12.21 01:26:38.207295 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_133_27, total 40432 rows starting from the beginning of the part | ||
| 17010 | 2024.12.21 01:26:38.207508 [ 287 ] {464df92e-056f-47b2-8e2b-a21eab767067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17011 | 2024.12.21 01:26:38.207574 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 128 rows starting from the beginning of the part | ||
| 17012 | 2024.12.21 01:26:38.207868 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part | ||
| 17013 | 2024.12.21 01:26:38.207883 [ 287 ] {464df92e-056f-47b2-8e2b-a21eab767067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17014 | 2024.12.21 01:26:38.208246 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 237 rows starting from the beginning of the part | ||
| 17015 | 2024.12.21 01:26:38.208705 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 162 rows starting from the beginning of the part | ||
| 17016 | 2024.12.21 01:26:38.209098 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 237 rows starting from the beginning of the part | ||
| 17017 | 2024.12.21 01:26:38.210212 [ 287 ] {464df92e-056f-47b2-8e2b-a21eab767067} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17018 | 2024.12.21 01:26:38.210282 [ 287 ] {464df92e-056f-47b2-8e2b-a21eab767067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17019 | 2024.12.21 01:26:38.210948 [ 287 ] {464df92e-056f-47b2-8e2b-a21eab767067} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17020 | 2024.12.21 01:26:38.211319 [ 287 ] {464df92e-056f-47b2-8e2b-a21eab767067} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17021 | 2024.12.21 01:26:38.211679 [ 113 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Selected 6 parts from all_1_54_12 to all_59_59_0 | ||
| 17022 | 2024.12.21 01:26:38.211793 [ 113 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17023 | 2024.12.21 01:26:38.211895 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17024 | 2024.12.21 01:26:38.212100 [ 287 ] {464df92e-056f-47b2-8e2b-a21eab767067} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004702 sec., 212.67545725223312 rows/sec., 14.33 KiB/sec. | ||
| 17025 | 2024.12.21 01:26:38.212464 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_59_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_54_12 to all_59_59_0 into Compact with storage Full | ||
| 17026 | 2024.12.21 01:26:38.212785 [ 287 ] {464df92e-056f-47b2-8e2b-a21eab767067} <Debug> TCPHandler: Processed in 0.005676385 sec. | ||
| 17027 | 2024.12.21 01:26:38.213160 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17028 | 2024.12.21 01:26:38.213296 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_59_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17029 | 2024.12.21 01:26:38.213438 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_54_12, total 54 rows starting from the beginning of the part | ||
| 17030 | 2024.12.21 01:26:38.213670 [ 285 ] {f9989e3d-62e5-4a89-9d84-666df1f7b549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17031 | 2024.12.21 01:26:38.213821 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part | ||
| 17032 | 2024.12.21 01:26:38.214146 [ 285 ] {f9989e3d-62e5-4a89-9d84-666df1f7b549} <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 | ||
| 17033 | 2024.12.21 01:26:38.214237 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part | ||
| 17034 | 2024.12.21 01:26:38.214918 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part | ||
| 17035 | 2024.12.21 01:26:38.215320 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part | ||
| 17036 | 2024.12.21 01:26:38.215782 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part | ||
| 17037 | 2024.12.21 01:26:38.219652 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_59_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 59 rows, containing 4 columns (4 merged, 0 gathered) in 0.007610128 sec., 7752.82623367176 rows/sec., 522.41 KiB/sec. | ||
| 17038 | 2024.12.21 01:26:38.219906 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_59_13} <Trace> MergedBlockOutputStream: filled checksums all_1_59_13 (state Temporary) | ||
| 17039 | 2024.12.21 01:26:38.220370 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_59_13} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_merge_all_1_59_13 to all_1_59_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17040 | 2024.12.21 01:26:38.220401 [ 285 ] {f9989e3d-62e5-4a89-9d84-666df1f7b549} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17041 | 2024.12.21 01:26:38.220445 [ 285 ] {f9989e3d-62e5-4a89-9d84-666df1f7b549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17042 | 2024.12.21 01:26:38.220463 [ 187 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_59_13} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Merged 6 parts: [all_1_54_12, all_59_59_0] -> all_1_59_13 | ||
| 17043 | 2024.12.21 01:26:38.220563 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 17044 | 2024.12.21 01:26:38.221485 [ 285 ] {f9989e3d-62e5-4a89-9d84-666df1f7b549} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 17045 | 2024.12.21 01:26:38.221822 [ 285 ] {f9989e3d-62e5-4a89-9d84-666df1f7b549} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17046 | 2024.12.21 01:26:38.222051 [ 113 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 17047 | 2024.12.21 01:26:38.222150 [ 113 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17048 | 2024.12.21 01:26:38.222218 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17049 | 2024.12.21 01:26:38.222275 [ 285 ] {f9989e3d-62e5-4a89-9d84-666df1f7b549} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008769 sec., 912.3047097730641 rows/sec., 1.63 MiB/sec. | ||
| 17050 | 2024.12.21 01:26:38.222637 [ 189 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 17051 | 2024.12.21 01:26:38.222783 [ 285 ] {f9989e3d-62e5-4a89-9d84-666df1f7b549} <Debug> TCPHandler: Processed in 0.009844035 sec. | ||
| 17052 | 2024.12.21 01:26:38.223137 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17053 | 2024.12.21 01:26:38.223449 [ 287 ] {29faf2c5-5c9b-406c-9fef-2ce90edcf0a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17054 | 2024.12.21 01:26:38.223675 [ 189 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17055 | 2024.12.21 01:26:38.223694 [ 287 ] {29faf2c5-5c9b-406c-9fef-2ce90edcf0a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17056 | 2024.12.21 01:26:38.223952 [ 189 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2282 rows starting from the beginning of the part | ||
| 17057 | 2024.12.21 01:26:38.225350 [ 189 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 8 rows starting from the beginning of the part | ||
| 17058 | 2024.12.21 01:26:38.225579 [ 192 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_138_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41356 rows, containing 5 columns (5 merged, 0 gathered) in 0.018659864 sec., 2216307.685843798 rows/sec., 149.65 MiB/sec. | ||
| 17059 | 2024.12.21 01:26:38.226258 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_138_28} <Trace> MergedBlockOutputStream: filled checksums all_1_138_28 (state Temporary) | ||
| 17060 | 2024.12.21 01:26:38.226355 [ 189 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 34 rows starting from the beginning of the part | ||
| 17061 | 2024.12.21 01:26:38.227563 [ 189 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 8 rows starting from the beginning of the part | ||
| 17062 | 2024.12.21 01:26:38.227560 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_138_28} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_138_28 to all_1_138_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17063 | 2024.12.21 01:26:38.227847 [ 287 ] {29faf2c5-5c9b-406c-9fef-2ce90edcf0a0} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17064 | 2024.12.21 01:26:38.227886 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_138_28} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_133_27, all_138_138_0] -> all_1_138_28 | ||
| 17065 | 2024.12.21 01:26:38.228238 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 17066 | 2024.12.21 01:26:38.227971 [ 287 ] {29faf2c5-5c9b-406c-9fef-2ce90edcf0a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17067 | 2024.12.21 01:26:38.228501 [ 189 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 34 rows starting from the beginning of the part | ||
| 17068 | 2024.12.21 01:26:38.229257 [ 189 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 8 rows starting from the beginning of the part | ||
| 17069 | 2024.12.21 01:26:38.230351 [ 287 ] {29faf2c5-5c9b-406c-9fef-2ce90edcf0a0} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17070 | 2024.12.21 01:26:38.230858 [ 287 ] {29faf2c5-5c9b-406c-9fef-2ce90edcf0a0} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17071 | 2024.12.21 01:26:38.231381 [ 218 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17072 | 2024.12.21 01:26:38.231442 [ 218 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17073 | 2024.12.21 01:26:38.231510 [ 287 ] {29faf2c5-5c9b-406c-9fef-2ce90edcf0a0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.008133 sec., 10082.380425427273 rows/sec., 655.72 KiB/sec. | ||
| 17074 | 2024.12.21 01:26:38.231808 [ 287 ] {29faf2c5-5c9b-406c-9fef-2ce90edcf0a0} <Debug> TCPHandler: Processed in 0.008816339 sec. | ||
| 17075 | 2024.12.21 01:26:38.234701 [ 218 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17076 | 2024.12.21 01:26:38.241264 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2374 rows, containing 19 columns (19 merged, 0 gathered) in 0.018886888 sec., 125695.66780932888 rows/sec., 225.24 MiB/sec. | ||
| 17077 | 2024.12.21 01:26:38.243353 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 17078 | 2024.12.21 01:26:38.243783 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17079 | 2024.12.21 01:26:38.243874 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 17080 | 2024.12.21 01:26:38.244034 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.51 MiB. | ||
| 17081 | 2024.12.21 01:26:38.501110 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17082 | 2024.12.21 01:26:38.501156 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17083 | 2024.12.21 01:26:38.503116 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17084 | 2024.12.21 01:26:38.828884 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17085 | 2024.12.21 01:26:38.828946 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17086 | 2024.12.21 01:26:39.046492 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37637 | ||
| 17087 | 2024.12.21 01:26:39.047563 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17088 | 2024.12.21 01:26:39.047619 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17089 | 2024.12.21 01:26:39.048183 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 17090 | 2024.12.21 01:26:39.048464 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17091 | 2024.12.21 01:26:39.048754 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37637 | ||
| 17092 | 2024.12.21 01:26:39.144934 [ 222 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 17093 | 2024.12.21 01:26:39.144993 [ 222 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 17094 | 2024.12.21 01:26:39.147088 [ 222 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 17095 | 2024.12.21 01:26:39.364110 [ 225 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17096 | 2024.12.21 01:26:39.364170 [ 225 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17097 | 2024.12.21 01:26:39.365985 [ 225 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17098 | 2024.12.21 01:26:39.399213 [ 222 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17099 | 2024.12.21 01:26:39.399267 [ 222 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17100 | 2024.12.21 01:26:39.401052 [ 222 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17101 | 2024.12.21 01:26:39.524962 [ 224 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 17102 | 2024.12.21 01:26:39.525035 [ 224 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 17103 | 2024.12.21 01:26:39.527436 [ 224 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 17104 | 2024.12.21 01:26:41.760588 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618 | ||
| 17105 | 2024.12.21 01:26:41.784329 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17106 | 2024.12.21 01:26:41.784398 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17107 | 2024.12.21 01:26:41.792025 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 17108 | 2024.12.21 01:26:41.792856 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17109 | 2024.12.21 01:26:41.797199 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618 | ||
| 17110 | 2024.12.21 01:26:43.183258 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17111 | 2024.12.21 01:26:43.183475 [ 287 ] {36a44df2-15cd-4bfa-9386-b64b53c5f420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17112 | 2024.12.21 01:26:43.183558 [ 287 ] {36a44df2-15cd-4bfa-9386-b64b53c5f420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17113 | 2024.12.21 01:26:43.184473 [ 287 ] {36a44df2-15cd-4bfa-9386-b64b53c5f420} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17114 | 2024.12.21 01:26:43.184520 [ 287 ] {36a44df2-15cd-4bfa-9386-b64b53c5f420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17115 | 2024.12.21 01:26:43.184973 [ 287 ] {36a44df2-15cd-4bfa-9386-b64b53c5f420} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17116 | 2024.12.21 01:26:43.185231 [ 287 ] {36a44df2-15cd-4bfa-9386-b64b53c5f420} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17117 | 2024.12.21 01:26:43.185438 [ 287 ] {36a44df2-15cd-4bfa-9386-b64b53c5f420} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002025 sec., 61234.56790123457 rows/sec., 5.20 MiB/sec. | ||
| 17118 | 2024.12.21 01:26:43.185508 [ 287 ] {36a44df2-15cd-4bfa-9386-b64b53c5f420} <Debug> TCPHandler: Processed in 0.00239369 sec. | ||
| 17119 | 2024.12.21 01:26:43.185829 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17120 | 2024.12.21 01:26:43.186140 [ 285 ] {191e3e3c-6430-4c5f-ad25-f13d9dbbfffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17121 | 2024.12.21 01:26:43.186260 [ 285 ] {191e3e3c-6430-4c5f-ad25-f13d9dbbfffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17122 | 2024.12.21 01:26:43.187074 [ 285 ] {191e3e3c-6430-4c5f-ad25-f13d9dbbfffa} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17123 | 2024.12.21 01:26:43.187125 [ 285 ] {191e3e3c-6430-4c5f-ad25-f13d9dbbfffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17124 | 2024.12.21 01:26:43.187582 [ 285 ] {191e3e3c-6430-4c5f-ad25-f13d9dbbfffa} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 17125 | 2024.12.21 01:26:43.187847 [ 285 ] {191e3e3c-6430-4c5f-ad25-f13d9dbbfffa} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17126 | 2024.12.21 01:26:43.188072 [ 285 ] {191e3e3c-6430-4c5f-ad25-f13d9dbbfffa} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.002018 sec., 16848.36471754212 rows/sec., 1.24 MiB/sec. | ||
| 17127 | 2024.12.21 01:26:43.188141 [ 285 ] {191e3e3c-6430-4c5f-ad25-f13d9dbbfffa} <Debug> TCPHandler: Processed in 0.002502192 sec. | ||
| 17128 | 2024.12.21 01:26:43.188317 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17129 | 2024.12.21 01:26:43.188465 [ 287 ] {97500e59-c44f-4f5a-9146-ca226a4e1569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17130 | 2024.12.21 01:26:43.188525 [ 287 ] {97500e59-c44f-4f5a-9146-ca226a4e1569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17131 | 2024.12.21 01:26:43.189290 [ 287 ] {97500e59-c44f-4f5a-9146-ca226a4e1569} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17132 | 2024.12.21 01:26:43.189333 [ 287 ] {97500e59-c44f-4f5a-9146-ca226a4e1569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17133 | 2024.12.21 01:26:43.189712 [ 287 ] {97500e59-c44f-4f5a-9146-ca226a4e1569} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17134 | 2024.12.21 01:26:43.189950 [ 287 ] {97500e59-c44f-4f5a-9146-ca226a4e1569} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17135 | 2024.12.21 01:26:43.190124 [ 287 ] {97500e59-c44f-4f5a-9146-ca226a4e1569} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001698 sec., 57714.958775029445 rows/sec., 4.51 MiB/sec. | ||
| 17136 | 2024.12.21 01:26:43.190179 [ 287 ] {97500e59-c44f-4f5a-9146-ca226a4e1569} <Debug> TCPHandler: Processed in 0.001934362 sec. | ||
| 17137 | 2024.12.21 01:26:43.190362 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17138 | 2024.12.21 01:26:43.190597 [ 285 ] {ca956be8-e031-4c19-819a-e1c08ccc0ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17139 | 2024.12.21 01:26:43.190700 [ 285 ] {ca956be8-e031-4c19-819a-e1c08ccc0ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17140 | 2024.12.21 01:26:43.191559 [ 285 ] {ca956be8-e031-4c19-819a-e1c08ccc0ab7} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17141 | 2024.12.21 01:26:43.191599 [ 285 ] {ca956be8-e031-4c19-819a-e1c08ccc0ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17142 | 2024.12.21 01:26:43.192021 [ 285 ] {ca956be8-e031-4c19-819a-e1c08ccc0ab7} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17143 | 2024.12.21 01:26:43.192268 [ 285 ] {ca956be8-e031-4c19-819a-e1c08ccc0ab7} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17144 | 2024.12.21 01:26:43.192479 [ 285 ] {ca956be8-e031-4c19-819a-e1c08ccc0ab7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001946 sec., 82219.93833504624 rows/sec., 5.73 MiB/sec. | ||
| 17145 | 2024.12.21 01:26:43.192539 [ 285 ] {ca956be8-e031-4c19-819a-e1c08ccc0ab7} <Debug> TCPHandler: Processed in 0.002275279 sec. | ||
| 17146 | 2024.12.21 01:26:43.192684 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17147 | 2024.12.21 01:26:43.192826 [ 287 ] {bf3d25db-924f-444e-a811-6f801f937ee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17148 | 2024.12.21 01:26:43.192919 [ 287 ] {bf3d25db-924f-444e-a811-6f801f937ee4} <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 | ||
| 17149 | 2024.12.21 01:26:43.194138 [ 287 ] {bf3d25db-924f-444e-a811-6f801f937ee4} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17150 | 2024.12.21 01:26:43.194176 [ 287 ] {bf3d25db-924f-444e-a811-6f801f937ee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17151 | 2024.12.21 01:26:43.194853 [ 287 ] {bf3d25db-924f-444e-a811-6f801f937ee4} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 17152 | 2024.12.21 01:26:43.195113 [ 287 ] {bf3d25db-924f-444e-a811-6f801f937ee4} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17153 | 2024.12.21 01:26:43.195311 [ 287 ] {bf3d25db-924f-444e-a811-6f801f937ee4} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002518 sec., 13502.779984114377 rows/sec., 24.20 MiB/sec. | ||
| 17154 | 2024.12.21 01:26:43.195429 [ 287 ] {bf3d25db-924f-444e-a811-6f801f937ee4} <Debug> TCPHandler: Processed in 0.002813577 sec. | ||
| 17155 | 2024.12.21 01:26:43.195675 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17156 | 2024.12.21 01:26:43.195902 [ 285 ] {ca87d255-c453-421d-b408-f42f6d8f0f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17157 | 2024.12.21 01:26:43.195997 [ 285 ] {ca87d255-c453-421d-b408-f42f6d8f0f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17158 | 2024.12.21 01:26:43.196676 [ 285 ] {ca87d255-c453-421d-b408-f42f6d8f0f81} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17159 | 2024.12.21 01:26:43.196717 [ 285 ] {ca87d255-c453-421d-b408-f42f6d8f0f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17160 | 2024.12.21 01:26:43.197112 [ 285 ] {ca87d255-c453-421d-b408-f42f6d8f0f81} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17161 | 2024.12.21 01:26:43.197390 [ 285 ] {ca87d255-c453-421d-b408-f42f6d8f0f81} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17162 | 2024.12.21 01:26:43.197602 [ 285 ] {ca87d255-c453-421d-b408-f42f6d8f0f81} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001757 sec., 34149.117814456455 rows/sec., 2.30 MiB/sec. | ||
| 17163 | 2024.12.21 01:26:43.197656 [ 285 ] {ca87d255-c453-421d-b408-f42f6d8f0f81} <Debug> TCPHandler: Processed in 0.002094555 sec. | ||
| 17164 | 2024.12.21 01:26:43.464623 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17165 | 2024.12.21 01:26:43.464827 [ 287 ] {21794d8c-30aa-4c3a-8742-377a835749c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17166 | 2024.12.21 01:26:43.464908 [ 287 ] {21794d8c-30aa-4c3a-8742-377a835749c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17167 | 2024.12.21 01:26:43.465722 [ 287 ] {21794d8c-30aa-4c3a-8742-377a835749c6} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17168 | 2024.12.21 01:26:43.465774 [ 287 ] {21794d8c-30aa-4c3a-8742-377a835749c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17169 | 2024.12.21 01:26:43.466239 [ 287 ] {21794d8c-30aa-4c3a-8742-377a835749c6} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17170 | 2024.12.21 01:26:43.466508 [ 287 ] {21794d8c-30aa-4c3a-8742-377a835749c6} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17171 | 2024.12.21 01:26:43.466711 [ 287 ] {21794d8c-30aa-4c3a-8742-377a835749c6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00194 sec., 7216.494845360824 rows/sec., 519.49 KiB/sec. | ||
| 17172 | 2024.12.21 01:26:43.466779 [ 287 ] {21794d8c-30aa-4c3a-8742-377a835749c6} <Debug> TCPHandler: Processed in 0.002286018 sec. | ||
| 17173 | 2024.12.21 01:26:43.467056 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17174 | 2024.12.21 01:26:43.467256 [ 285 ] {758d213f-8592-4d82-9364-9e38e7c9bca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17175 | 2024.12.21 01:26:43.467331 [ 285 ] {758d213f-8592-4d82-9364-9e38e7c9bca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17176 | 2024.12.21 01:26:43.468097 [ 285 ] {758d213f-8592-4d82-9364-9e38e7c9bca2} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17177 | 2024.12.21 01:26:43.468154 [ 285 ] {758d213f-8592-4d82-9364-9e38e7c9bca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17178 | 2024.12.21 01:26:43.468595 [ 285 ] {758d213f-8592-4d82-9364-9e38e7c9bca2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 17179 | 2024.12.21 01:26:43.468870 [ 285 ] {758d213f-8592-4d82-9364-9e38e7c9bca2} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17180 | 2024.12.21 01:26:43.469049 [ 102 ] {} <Debug> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97) (MergerMutator): Selected 6 parts from all_1_23_5 to all_28_28_0 | ||
| 17181 | 2024.12.21 01:26:43.469119 [ 102 ] {} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17182 | 2024.12.21 01:26:43.469156 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17183 | 2024.12.21 01:26:43.469161 [ 285 ] {758d213f-8592-4d82-9364-9e38e7c9bca2} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001949 sec., 6157.003591585429 rows/sec., 502.06 KiB/sec. | ||
| 17184 | 2024.12.21 01:26:43.469551 [ 285 ] {758d213f-8592-4d82-9364-9e38e7c9bca2} <Debug> TCPHandler: Processed in 0.002621964 sec. | ||
| 17185 | 2024.12.21 01:26:43.469627 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_23_5 to all_28_28_0 into Compact with storage Full | ||
| 17186 | 2024.12.21 01:26:43.469873 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17187 | 2024.12.21 01:26:43.470032 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17188 | 2024.12.21 01:26:43.470084 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 18 rows starting from the beginning of the part | ||
| 17189 | 2024.12.21 01:26:43.470094 [ 287 ] {37535f36-0b76-477e-8edf-c369c9b5f793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17190 | 2024.12.21 01:26:43.470178 [ 287 ] {37535f36-0b76-477e-8edf-c369c9b5f793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17191 | 2024.12.21 01:26:43.470222 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 17192 | 2024.12.21 01:26:43.470711 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part | ||
| 17193 | 2024.12.21 01:26:43.471067 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
| 17194 | 2024.12.21 01:26:43.471433 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
| 17195 | 2024.12.21 01:26:43.471813 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part | ||
| 17196 | 2024.12.21 01:26:43.473412 [ 198 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 5 columns (5 merged, 0 gathered) in 0.0041662 sec., 12481.397916566655 rows/sec., 1.04 MiB/sec. | ||
| 17197 | 2024.12.21 01:26:43.473491 [ 287 ] {37535f36-0b76-477e-8edf-c369c9b5f793} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17198 | 2024.12.21 01:26:43.473535 [ 287 ] {37535f36-0b76-477e-8edf-c369c9b5f793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17199 | 2024.12.21 01:26:43.473560 [ 190 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
| 17200 | 2024.12.21 01:26:43.473933 [ 190 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_28_6} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17201 | 2024.12.21 01:26:43.474018 [ 190 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_28_6} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97) (MergerMutator): Merged 6 parts: [all_1_23_5, all_28_28_0] -> all_1_28_6 | ||
| 17202 | 2024.12.21 01:26:43.474097 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 17203 | 2024.12.21 01:26:43.474124 [ 287 ] {37535f36-0b76-477e-8edf-c369c9b5f793} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17204 | 2024.12.21 01:26:43.474374 [ 287 ] {37535f36-0b76-477e-8edf-c369c9b5f793} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17205 | 2024.12.21 01:26:43.474563 [ 287 ] {37535f36-0b76-477e-8edf-c369c9b5f793} <Debug> executeQuery: Read 1365 rows, 116.09 KiB in 0.004515 sec., 302325.5813953488 rows/sec., 25.11 MiB/sec. | ||
| 17206 | 2024.12.21 01:26:43.474623 [ 287 ] {37535f36-0b76-477e-8edf-c369c9b5f793} <Debug> TCPHandler: Processed in 0.004911343 sec. | ||
| 17207 | 2024.12.21 01:26:43.474829 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17208 | 2024.12.21 01:26:43.474981 [ 285 ] {3b397ada-1de3-4fcf-aad5-7231015ca227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17209 | 2024.12.21 01:26:43.475045 [ 285 ] {3b397ada-1de3-4fcf-aad5-7231015ca227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17210 | 2024.12.21 01:26:43.475714 [ 285 ] {3b397ada-1de3-4fcf-aad5-7231015ca227} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17211 | 2024.12.21 01:26:43.475756 [ 285 ] {3b397ada-1de3-4fcf-aad5-7231015ca227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17212 | 2024.12.21 01:26:43.476145 [ 285 ] {3b397ada-1de3-4fcf-aad5-7231015ca227} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 17213 | 2024.12.21 01:26:43.476391 [ 285 ] {3b397ada-1de3-4fcf-aad5-7231015ca227} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17214 | 2024.12.21 01:26:43.476604 [ 285 ] {3b397ada-1de3-4fcf-aad5-7231015ca227} <Debug> executeQuery: Read 27 rows, 1.90 KiB in 0.00166 sec., 16265.060240963856 rows/sec., 1.12 MiB/sec. | ||
| 17215 | 2024.12.21 01:26:43.476664 [ 285 ] {3b397ada-1de3-4fcf-aad5-7231015ca227} <Debug> TCPHandler: Processed in 0.001906581 sec. | ||
| 17216 | 2024.12.21 01:26:43.476808 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17217 | 2024.12.21 01:26:43.476951 [ 287 ] {448bb1ea-823f-413d-aa12-a8b116586951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17218 | 2024.12.21 01:26:43.477011 [ 287 ] {448bb1ea-823f-413d-aa12-a8b116586951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17219 | 2024.12.21 01:26:43.477723 [ 287 ] {448bb1ea-823f-413d-aa12-a8b116586951} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17220 | 2024.12.21 01:26:43.477762 [ 287 ] {448bb1ea-823f-413d-aa12-a8b116586951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17221 | 2024.12.21 01:26:43.478145 [ 287 ] {448bb1ea-823f-413d-aa12-a8b116586951} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17222 | 2024.12.21 01:26:43.478386 [ 287 ] {448bb1ea-823f-413d-aa12-a8b116586951} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17223 | 2024.12.21 01:26:43.478559 [ 287 ] {448bb1ea-823f-413d-aa12-a8b116586951} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001643 sec., 147291.5398660986 rows/sec., 9.98 MiB/sec. | ||
| 17224 | 2024.12.21 01:26:43.478613 [ 287 ] {448bb1ea-823f-413d-aa12-a8b116586951} <Debug> TCPHandler: Processed in 0.001872751 sec. | ||
| 17225 | 2024.12.21 01:26:43.478818 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17226 | 2024.12.21 01:26:43.479043 [ 285 ] {2b56f090-ac83-4477-8592-277d65451acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17227 | 2024.12.21 01:26:43.479136 [ 285 ] {2b56f090-ac83-4477-8592-277d65451acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17228 | 2024.12.21 01:26:43.479827 [ 285 ] {2b56f090-ac83-4477-8592-277d65451acc} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17229 | 2024.12.21 01:26:43.479866 [ 285 ] {2b56f090-ac83-4477-8592-277d65451acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17230 | 2024.12.21 01:26:43.480236 [ 285 ] {2b56f090-ac83-4477-8592-277d65451acc} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17231 | 2024.12.21 01:26:43.480484 [ 285 ] {2b56f090-ac83-4477-8592-277d65451acc} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17232 | 2024.12.21 01:26:43.480696 [ 285 ] {2b56f090-ac83-4477-8592-277d65451acc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001708 sec., 7611.241217798594 rows/sec., 474.56 KiB/sec. | ||
| 17233 | 2024.12.21 01:26:43.480751 [ 285 ] {2b56f090-ac83-4477-8592-277d65451acc} <Debug> TCPHandler: Processed in 0.002046304 sec. | ||
| 17234 | 2024.12.21 01:26:43.480893 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17235 | 2024.12.21 01:26:43.481032 [ 287 ] {f774fa10-6f97-4316-9104-3a6f8df71f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17236 | 2024.12.21 01:26:43.481089 [ 287 ] {f774fa10-6f97-4316-9104-3a6f8df71f93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17237 | 2024.12.21 01:26:43.482033 [ 287 ] {f774fa10-6f97-4316-9104-3a6f8df71f93} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17238 | 2024.12.21 01:26:43.482072 [ 287 ] {f774fa10-6f97-4316-9104-3a6f8df71f93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17239 | 2024.12.21 01:26:43.482482 [ 287 ] {f774fa10-6f97-4316-9104-3a6f8df71f93} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17240 | 2024.12.21 01:26:43.482744 [ 287 ] {f774fa10-6f97-4316-9104-3a6f8df71f93} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17241 | 2024.12.21 01:26:43.482949 [ 287 ] {f774fa10-6f97-4316-9104-3a6f8df71f93} <Debug> executeQuery: Read 858 rows, 63.59 KiB in 0.001947 sec., 440677.9661016949 rows/sec., 31.89 MiB/sec. | ||
| 17242 | 2024.12.21 01:26:43.483008 [ 287 ] {f774fa10-6f97-4316-9104-3a6f8df71f93} <Debug> TCPHandler: Processed in 0.002181686 sec. | ||
| 17243 | 2024.12.21 01:26:43.483161 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17244 | 2024.12.21 01:26:43.483300 [ 285 ] {bfb31375-1067-43b4-825a-c6099ce3ea0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17245 | 2024.12.21 01:26:43.483359 [ 285 ] {bfb31375-1067-43b4-825a-c6099ce3ea0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17246 | 2024.12.21 01:26:43.483935 [ 285 ] {bfb31375-1067-43b4-825a-c6099ce3ea0b} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17247 | 2024.12.21 01:26:43.483980 [ 285 ] {bfb31375-1067-43b4-825a-c6099ce3ea0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17248 | 2024.12.21 01:26:43.484408 [ 285 ] {bfb31375-1067-43b4-825a-c6099ce3ea0b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17249 | 2024.12.21 01:26:43.484659 [ 285 ] {bfb31375-1067-43b4-825a-c6099ce3ea0b} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17250 | 2024.12.21 01:26:43.484845 [ 285 ] {bfb31375-1067-43b4-825a-c6099ce3ea0b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001575 sec., 3809.5238095238096 rows/sec., 199.03 KiB/sec. | ||
| 17251 | 2024.12.21 01:26:43.484896 [ 285 ] {bfb31375-1067-43b4-825a-c6099ce3ea0b} <Debug> TCPHandler: Processed in 0.00180745 sec. | ||
| 17252 | 2024.12.21 01:26:43.485026 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17253 | 2024.12.21 01:26:43.485144 [ 287 ] {33b5574c-fd87-41cf-82f4-c7d3fb139e0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17254 | 2024.12.21 01:26:43.485199 [ 287 ] {33b5574c-fd87-41cf-82f4-c7d3fb139e0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17255 | 2024.12.21 01:26:43.486062 [ 287 ] {33b5574c-fd87-41cf-82f4-c7d3fb139e0d} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17256 | 2024.12.21 01:26:43.486109 [ 287 ] {33b5574c-fd87-41cf-82f4-c7d3fb139e0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17257 | 2024.12.21 01:26:43.486588 [ 287 ] {33b5574c-fd87-41cf-82f4-c7d3fb139e0d} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17258 | 2024.12.21 01:26:43.486837 [ 287 ] {33b5574c-fd87-41cf-82f4-c7d3fb139e0d} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17259 | 2024.12.21 01:26:43.487067 [ 287 ] {33b5574c-fd87-41cf-82f4-c7d3fb139e0d} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.001947 sec., 493579.8664612224 rows/sec., 32.80 MiB/sec. | ||
| 17260 | 2024.12.21 01:26:43.487127 [ 287 ] {33b5574c-fd87-41cf-82f4-c7d3fb139e0d} <Debug> TCPHandler: Processed in 0.002155787 sec. | ||
| 17261 | 2024.12.21 01:26:43.487292 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17262 | 2024.12.21 01:26:43.487641 [ 285 ] {83495795-9714-40d8-bebd-bb2c9174bf0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17263 | 2024.12.21 01:26:43.487820 [ 285 ] {83495795-9714-40d8-bebd-bb2c9174bf0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17264 | 2024.12.21 01:26:43.488430 [ 285 ] {83495795-9714-40d8-bebd-bb2c9174bf0c} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17265 | 2024.12.21 01:26:43.488469 [ 285 ] {83495795-9714-40d8-bebd-bb2c9174bf0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17266 | 2024.12.21 01:26:43.488841 [ 285 ] {83495795-9714-40d8-bebd-bb2c9174bf0c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17267 | 2024.12.21 01:26:43.489088 [ 285 ] {83495795-9714-40d8-bebd-bb2c9174bf0c} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17268 | 2024.12.21 01:26:43.489263 [ 285 ] {83495795-9714-40d8-bebd-bb2c9174bf0c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001751 sec., 571.1022272986864 rows/sec., 38.48 KiB/sec. | ||
| 17269 | 2024.12.21 01:26:43.489314 [ 285 ] {83495795-9714-40d8-bebd-bb2c9174bf0c} <Debug> TCPHandler: Processed in 0.002103496 sec. | ||
| 17270 | 2024.12.21 01:26:43.489458 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17271 | 2024.12.21 01:26:43.489598 [ 287 ] {802a0226-633a-4600-8a1f-be751716034c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17272 | 2024.12.21 01:26:43.489691 [ 287 ] {802a0226-633a-4600-8a1f-be751716034c} <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 | ||
| 17273 | 2024.12.21 01:26:43.490878 [ 287 ] {802a0226-633a-4600-8a1f-be751716034c} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17274 | 2024.12.21 01:26:43.490919 [ 287 ] {802a0226-633a-4600-8a1f-be751716034c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17275 | 2024.12.21 01:26:43.491557 [ 287 ] {802a0226-633a-4600-8a1f-be751716034c} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 17276 | 2024.12.21 01:26:43.491820 [ 287 ] {802a0226-633a-4600-8a1f-be751716034c} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17277 | 2024.12.21 01:26:43.492073 [ 287 ] {802a0226-633a-4600-8a1f-be751716034c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002506 sec., 3192.3383878691143 rows/sec., 5.72 MiB/sec. | ||
| 17278 | 2024.12.21 01:26:43.492110 [ 218 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17279 | 2024.12.21 01:26:43.492159 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17280 | 2024.12.21 01:26:43.492247 [ 287 ] {802a0226-633a-4600-8a1f-be751716034c} <Debug> TCPHandler: Processed in 0.002858098 sec. | ||
| 17281 | 2024.12.21 01:26:43.492479 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17282 | 2024.12.21 01:26:43.492649 [ 285 ] {a92d1293-1e2a-477c-abff-7bfd17925a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17283 | 2024.12.21 01:26:43.492735 [ 285 ] {a92d1293-1e2a-477c-abff-7bfd17925a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17284 | 2024.12.21 01:26:43.493909 [ 285 ] {a92d1293-1e2a-477c-abff-7bfd17925a73} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17285 | 2024.12.21 01:26:43.493964 [ 285 ] {a92d1293-1e2a-477c-abff-7bfd17925a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17286 | 2024.12.21 01:26:43.494668 [ 285 ] {a92d1293-1e2a-477c-abff-7bfd17925a73} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17287 | 2024.12.21 01:26:43.495082 [ 285 ] {a92d1293-1e2a-477c-abff-7bfd17925a73} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17288 | 2024.12.21 01:26:43.495529 [ 285 ] {a92d1293-1e2a-477c-abff-7bfd17925a73} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.002909 sec., 11687.865245788931 rows/sec., 694.57 KiB/sec. | ||
| 17289 | 2024.12.21 01:26:43.495729 [ 285 ] {a92d1293-1e2a-477c-abff-7bfd17925a73} <Debug> TCPHandler: Processed in 0.003382497 sec. | ||
| 17290 | 2024.12.21 01:26:43.496357 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17291 | 2024.12.21 01:26:43.920776 [ 219 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17292 | 2024.12.21 01:26:43.920835 [ 219 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17293 | 2024.12.21 01:26:43.922779 [ 219 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17294 | 2024.12.21 01:26:44.000219 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.86 MiB, peak 292.85 MiB, free memory in arenas 0.00 B, will set to 273.53 MiB (RSS), difference: -1.32 MiB | ||
| 17295 | 2024.12.21 01:26:44.321751 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 2434 | ||
| 17296 | 2024.12.21 01:26:44.325660 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17297 | 2024.12.21 01:26:44.325729 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17298 | 2024.12.21 01:26:44.327363 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17299 | 2024.12.21 01:26:44.327711 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17300 | 2024.12.21 01:26:44.327966 [ 101 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 17301 | 2024.12.21 01:26:44.328101 [ 101 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17302 | 2024.12.21 01:26:44.328179 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17303 | 2024.12.21 01:26:44.328763 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 17304 | 2024.12.21 01:26:44.330488 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2434 | ||
| 17305 | 2024.12.21 01:26:44.330853 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17306 | 2024.12.21 01:26:44.331101 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2228 rows starting from the beginning of the part | ||
| 17307 | 2024.12.21 01:26:44.331873 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 36 rows starting from the beginning of the part | ||
| 17308 | 2024.12.21 01:26:44.332540 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 56 rows starting from the beginning of the part | ||
| 17309 | 2024.12.21 01:26:44.333180 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 20 rows starting from the beginning of the part | ||
| 17310 | 2024.12.21 01:26:44.333845 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 36 rows starting from the beginning of the part | ||
| 17311 | 2024.12.21 01:26:44.334465 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 58 rows starting from the beginning of the part | ||
| 17312 | 2024.12.21 01:26:44.344567 [ 190 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2434 rows, containing 72 columns (72 merged, 0 gathered) in 0.016238983 sec., 149886.23363913863 rows/sec., 112.20 MiB/sec. | ||
| 17313 | 2024.12.21 01:26:44.346804 [ 201 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 17314 | 2024.12.21 01:26:44.347690 [ 201 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_61_12} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17315 | 2024.12.21 01:26:44.347784 [ 201 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_61_12} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 17316 | 2024.12.21 01:26:44.348175 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.02 MiB. | ||
| 17317 | 2024.12.21 01:26:46.548901 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38064 | ||
| 17318 | 2024.12.21 01:26:46.549869 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17319 | 2024.12.21 01:26:46.549917 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17320 | 2024.12.21 01:26:46.550473 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 17321 | 2024.12.21 01:26:46.550734 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17322 | 2024.12.21 01:26:46.551013 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 | ||
| 17323 | 2024.12.21 01:26:48.179214 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17324 | 2024.12.21 01:26:48.179437 [ 287 ] {719dc50a-976b-4932-a199-fb01f6278e48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17325 | 2024.12.21 01:26:48.179515 [ 287 ] {719dc50a-976b-4932-a199-fb01f6278e48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17326 | 2024.12.21 01:26:48.180315 [ 287 ] {719dc50a-976b-4932-a199-fb01f6278e48} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17327 | 2024.12.21 01:26:48.180371 [ 287 ] {719dc50a-976b-4932-a199-fb01f6278e48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17328 | 2024.12.21 01:26:48.180847 [ 287 ] {719dc50a-976b-4932-a199-fb01f6278e48} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17329 | 2024.12.21 01:26:48.181124 [ 287 ] {719dc50a-976b-4932-a199-fb01f6278e48} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17330 | 2024.12.21 01:26:48.181351 [ 97 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 17331 | 2024.12.21 01:26:48.181409 [ 287 ] {719dc50a-976b-4932-a199-fb01f6278e48} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002024 sec., 27667.984189723316 rows/sec., 2.11 MiB/sec. | ||
| 17332 | 2024.12.21 01:26:48.181435 [ 97 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17333 | 2024.12.21 01:26:48.181504 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17334 | 2024.12.21 01:26:48.181563 [ 287 ] {719dc50a-976b-4932-a199-fb01f6278e48} <Debug> TCPHandler: Processed in 0.002492362 sec. | ||
| 17335 | 2024.12.21 01:26:48.181888 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 17336 | 2024.12.21 01:26:48.181887 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17337 | 2024.12.21 01:26:48.182379 [ 285 ] {d485cf62-04c5-48ff-9270-0e3e2f632058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17338 | 2024.12.21 01:26:48.182454 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17339 | 2024.12.21 01:26:48.182572 [ 285 ] {d485cf62-04c5-48ff-9270-0e3e2f632058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17340 | 2024.12.21 01:26:48.182589 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1436 rows starting from the beginning of the part | ||
| 17341 | 2024.12.21 01:26:48.183073 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 126 rows starting from the beginning of the part | ||
| 17342 | 2024.12.21 01:26:48.183710 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 219 rows starting from the beginning of the part | ||
| 17343 | 2024.12.21 01:26:48.184313 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 124 rows starting from the beginning of the part | ||
| 17344 | 2024.12.21 01:26:48.184783 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 1365 rows starting from the beginning of the part | ||
| 17345 | 2024.12.21 01:26:48.185176 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 56 rows starting from the beginning of the part | ||
| 17346 | 2024.12.21 01:26:48.186328 [ 285 ] {d485cf62-04c5-48ff-9270-0e3e2f632058} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17347 | 2024.12.21 01:26:48.186387 [ 285 ] {d485cf62-04c5-48ff-9270-0e3e2f632058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17348 | 2024.12.21 01:26:48.187029 [ 285 ] {d485cf62-04c5-48ff-9270-0e3e2f632058} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17349 | 2024.12.21 01:26:48.187323 [ 285 ] {d485cf62-04c5-48ff-9270-0e3e2f632058} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17350 | 2024.12.21 01:26:48.187561 [ 97 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 17351 | 2024.12.21 01:26:48.187665 [ 97 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17352 | 2024.12.21 01:26:48.187718 [ 285 ] {d485cf62-04c5-48ff-9270-0e3e2f632058} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005491 sec., 11655.436168275359 rows/sec., 931.57 KiB/sec. | ||
| 17353 | 2024.12.21 01:26:48.187796 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17354 | 2024.12.21 01:26:48.188191 [ 285 ] {d485cf62-04c5-48ff-9270-0e3e2f632058} <Debug> TCPHandler: Processed in 0.006486599 sec. | ||
| 17355 | 2024.12.21 01:26:48.188528 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17356 | 2024.12.21 01:26:48.188575 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 17357 | 2024.12.21 01:26:48.188588 [ 195 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3326 rows, containing 5 columns (5 merged, 0 gathered) in 0.006953437 sec., 478324.6040770917 rows/sec., 41.77 MiB/sec. | ||
| 17358 | 2024.12.21 01:26:48.188792 [ 287 ] {b0c2be87-4236-44f2-ae9f-317a582e5532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17359 | 2024.12.21 01:26:48.188953 [ 287 ] {b0c2be87-4236-44f2-ae9f-317a582e5532} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17360 | 2024.12.21 01:26:48.189039 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 17361 | 2024.12.21 01:26:48.189091 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17362 | 2024.12.21 01:26:48.189296 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 916 rows starting from the beginning of the part | ||
| 17363 | 2024.12.21 01:26:48.189820 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 102 rows starting from the beginning of the part | ||
| 17364 | 2024.12.21 01:26:48.190202 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 390 rows starting from the beginning of the part | ||
| 17365 | 2024.12.21 01:26:48.190470 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_141_28} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17366 | 2024.12.21 01:26:48.190680 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 98 rows starting from the beginning of the part | ||
| 17367 | 2024.12.21 01:26:48.191064 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_141_28} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 17368 | 2024.12.21 01:26:48.191220 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 858 rows starting from the beginning of the part | ||
| 17369 | 2024.12.21 01:26:48.191482 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 17370 | 2024.12.21 01:26:48.191715 [ 192 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 64 rows starting from the beginning of the part | ||
| 17371 | 2024.12.21 01:26:48.192792 [ 287 ] {b0c2be87-4236-44f2-ae9f-317a582e5532} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17372 | 2024.12.21 01:26:48.192870 [ 287 ] {b0c2be87-4236-44f2-ae9f-317a582e5532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17373 | 2024.12.21 01:26:48.193808 [ 287 ] {b0c2be87-4236-44f2-ae9f-317a582e5532} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17374 | 2024.12.21 01:26:48.194257 [ 287 ] {b0c2be87-4236-44f2-ae9f-317a582e5532} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17375 | 2024.12.21 01:26:48.194624 [ 287 ] {b0c2be87-4236-44f2-ae9f-317a582e5532} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005897 sec., 21705.952179074106 rows/sec., 1.51 MiB/sec. | ||
| 17376 | 2024.12.21 01:26:48.194956 [ 287 ] {b0c2be87-4236-44f2-ae9f-317a582e5532} <Debug> TCPHandler: Processed in 0.006593451 sec. | ||
| 17377 | 2024.12.21 01:26:48.195047 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2428 rows, containing 5 columns (5 merged, 0 gathered) in 0.006963648 sec., 348667.8246803974 rows/sec., 26.75 MiB/sec. | ||
| 17378 | 2024.12.21 01:26:48.195138 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17379 | 2024.12.21 01:26:48.195276 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 17380 | 2024.12.21 01:26:48.195299 [ 285 ] {f11617ad-23ba-4061-94da-1eff6ea05a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17381 | 2024.12.21 01:26:48.195377 [ 285 ] {f11617ad-23ba-4061-94da-1eff6ea05a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17382 | 2024.12.21 01:26:48.195694 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_141_28} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17383 | 2024.12.21 01:26:48.195790 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_141_28} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 17384 | 2024.12.21 01:26:48.195910 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 17385 | 2024.12.21 01:26:48.196075 [ 285 ] {f11617ad-23ba-4061-94da-1eff6ea05a3b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17386 | 2024.12.21 01:26:48.196116 [ 285 ] {f11617ad-23ba-4061-94da-1eff6ea05a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17387 | 2024.12.21 01:26:48.196532 [ 285 ] {f11617ad-23ba-4061-94da-1eff6ea05a3b} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17388 | 2024.12.21 01:26:48.196786 [ 285 ] {f11617ad-23ba-4061-94da-1eff6ea05a3b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17389 | 2024.12.21 01:26:48.196957 [ 97 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 17390 | 2024.12.21 01:26:48.197019 [ 97 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17391 | 2024.12.21 01:26:48.197053 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 17392 | 2024.12.21 01:26:48.197066 [ 285 ] {f11617ad-23ba-4061-94da-1eff6ea05a3b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001798 sec., 26696.329254727476 rows/sec., 1.80 MiB/sec. | ||
| 17393 | 2024.12.21 01:26:48.197263 [ 285 ] {f11617ad-23ba-4061-94da-1eff6ea05a3b} <Debug> TCPHandler: Processed in 0.002194217 sec. | ||
| 17394 | 2024.12.21 01:26:48.197332 [ 196 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 17395 | 2024.12.21 01:26:48.197467 [ 196 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17396 | 2024.12.21 01:26:48.197498 [ 196 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 8284 rows starting from the beginning of the part | ||
| 17397 | 2024.12.21 01:26:48.197591 [ 196 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part | ||
| 17398 | 2024.12.21 01:26:48.197799 [ 196 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 82 rows starting from the beginning of the part | ||
| 17399 | 2024.12.21 01:26:48.197869 [ 196 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part | ||
| 17400 | 2024.12.21 01:26:48.198096 [ 196 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 34 rows starting from the beginning of the part | ||
| 17401 | 2024.12.21 01:26:48.198209 [ 196 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 48 rows starting from the beginning of the part | ||
| 17402 | 2024.12.21 01:26:48.200859 [ 190 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8568 rows, containing 4 columns (4 merged, 0 gathered) in 0.003713093 sec., 2307510.2077971115 rows/sec., 150.37 MiB/sec. | ||
| 17403 | 2024.12.21 01:26:48.201068 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 17404 | 2024.12.21 01:26:48.201441 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_141_28} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17405 | 2024.12.21 01:26:48.201524 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_141_28} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 17406 | 2024.12.21 01:26:48.201614 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. | ||
| 17407 | 2024.12.21 01:26:49.297263 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626 | ||
| 17408 | 2024.12.21 01:26:49.323238 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17409 | 2024.12.21 01:26:49.323296 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17410 | 2024.12.21 01:26:49.330964 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 17411 | 2024.12.21 01:26:49.331779 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17412 | 2024.12.21 01:26:49.334877 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 17413 | 2024.12.21 01:26:53.182138 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17414 | 2024.12.21 01:26:53.182337 [ 287 ] {7536458e-7072-4595-ad7f-962b4825bc34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17415 | 2024.12.21 01:26:53.182413 [ 287 ] {7536458e-7072-4595-ad7f-962b4825bc34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17416 | 2024.12.21 01:26:53.183284 [ 287 ] {7536458e-7072-4595-ad7f-962b4825bc34} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17417 | 2024.12.21 01:26:53.183341 [ 287 ] {7536458e-7072-4595-ad7f-962b4825bc34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17418 | 2024.12.21 01:26:53.183806 [ 287 ] {7536458e-7072-4595-ad7f-962b4825bc34} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17419 | 2024.12.21 01:26:53.184082 [ 287 ] {7536458e-7072-4595-ad7f-962b4825bc34} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17420 | 2024.12.21 01:26:53.184338 [ 287 ] {7536458e-7072-4595-ad7f-962b4825bc34} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002056 sec., 60311.284046692606 rows/sec., 5.12 MiB/sec. | ||
| 17421 | 2024.12.21 01:26:53.184412 [ 287 ] {7536458e-7072-4595-ad7f-962b4825bc34} <Debug> TCPHandler: Processed in 0.002415661 sec. | ||
| 17422 | 2024.12.21 01:26:53.184698 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17423 | 2024.12.21 01:26:53.184896 [ 285 ] {ae6b907b-97ec-4ba8-b81c-0d275a7b8128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17424 | 2024.12.21 01:26:53.184975 [ 285 ] {ae6b907b-97ec-4ba8-b81c-0d275a7b8128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17425 | 2024.12.21 01:26:53.185778 [ 285 ] {ae6b907b-97ec-4ba8-b81c-0d275a7b8128} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17426 | 2024.12.21 01:26:53.185835 [ 285 ] {ae6b907b-97ec-4ba8-b81c-0d275a7b8128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17427 | 2024.12.21 01:26:53.186297 [ 285 ] {ae6b907b-97ec-4ba8-b81c-0d275a7b8128} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 17428 | 2024.12.21 01:26:53.186574 [ 285 ] {ae6b907b-97ec-4ba8-b81c-0d275a7b8128} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17429 | 2024.12.21 01:26:53.186830 [ 285 ] {ae6b907b-97ec-4ba8-b81c-0d275a7b8128} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001988 sec., 17102.61569416499 rows/sec., 1.26 MiB/sec. | ||
| 17430 | 2024.12.21 01:26:53.186900 [ 285 ] {ae6b907b-97ec-4ba8-b81c-0d275a7b8128} <Debug> TCPHandler: Processed in 0.0023409 sec. | ||
| 17431 | 2024.12.21 01:26:53.187081 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17432 | 2024.12.21 01:26:53.187230 [ 287 ] {4fd963ba-5a9f-4b9a-ad1d-12bae778c02a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17433 | 2024.12.21 01:26:53.187296 [ 287 ] {4fd963ba-5a9f-4b9a-ad1d-12bae778c02a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17434 | 2024.12.21 01:26:53.187993 [ 287 ] {4fd963ba-5a9f-4b9a-ad1d-12bae778c02a} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17435 | 2024.12.21 01:26:53.188037 [ 287 ] {4fd963ba-5a9f-4b9a-ad1d-12bae778c02a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17436 | 2024.12.21 01:26:53.188429 [ 287 ] {4fd963ba-5a9f-4b9a-ad1d-12bae778c02a} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17437 | 2024.12.21 01:26:53.188680 [ 287 ] {4fd963ba-5a9f-4b9a-ad1d-12bae778c02a} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17438 | 2024.12.21 01:26:53.188907 [ 287 ] {4fd963ba-5a9f-4b9a-ad1d-12bae778c02a} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001706 sec., 57444.314185228606 rows/sec., 4.49 MiB/sec. | ||
| 17439 | 2024.12.21 01:26:53.188992 [ 287 ] {4fd963ba-5a9f-4b9a-ad1d-12bae778c02a} <Debug> TCPHandler: Processed in 0.001979664 sec. | ||
| 17440 | 2024.12.21 01:26:53.189206 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17441 | 2024.12.21 01:26:53.189381 [ 285 ] {e4a1eb5b-d506-4784-bad0-b0e4e4b8a1f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17442 | 2024.12.21 01:26:53.189449 [ 285 ] {e4a1eb5b-d506-4784-bad0-b0e4e4b8a1f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17443 | 2024.12.21 01:26:53.190057 [ 285 ] {e4a1eb5b-d506-4784-bad0-b0e4e4b8a1f6} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17444 | 2024.12.21 01:26:53.190098 [ 285 ] {e4a1eb5b-d506-4784-bad0-b0e4e4b8a1f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17445 | 2024.12.21 01:26:53.190525 [ 285 ] {e4a1eb5b-d506-4784-bad0-b0e4e4b8a1f6} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17446 | 2024.12.21 01:26:53.190786 [ 285 ] {e4a1eb5b-d506-4784-bad0-b0e4e4b8a1f6} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17447 | 2024.12.21 01:26:53.191016 [ 285 ] {e4a1eb5b-d506-4784-bad0-b0e4e4b8a1f6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001672 sec., 95693.77990430621 rows/sec., 6.66 MiB/sec. | ||
| 17448 | 2024.12.21 01:26:53.191073 [ 285 ] {e4a1eb5b-d506-4784-bad0-b0e4e4b8a1f6} <Debug> TCPHandler: Processed in 0.001964583 sec. | ||
| 17449 | 2024.12.21 01:26:53.191241 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17450 | 2024.12.21 01:26:53.191382 [ 287 ] {af25ef41-60b9-409e-a067-07d581fc8157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17451 | 2024.12.21 01:26:53.191477 [ 287 ] {af25ef41-60b9-409e-a067-07d581fc8157} <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 | ||
| 17452 | 2024.12.21 01:26:53.192689 [ 287 ] {af25ef41-60b9-409e-a067-07d581fc8157} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17453 | 2024.12.21 01:26:53.192731 [ 287 ] {af25ef41-60b9-409e-a067-07d581fc8157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17454 | 2024.12.21 01:26:53.193431 [ 287 ] {af25ef41-60b9-409e-a067-07d581fc8157} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 17455 | 2024.12.21 01:26:53.193706 [ 287 ] {af25ef41-60b9-409e-a067-07d581fc8157} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17456 | 2024.12.21 01:26:53.193953 [ 287 ] {af25ef41-60b9-409e-a067-07d581fc8157} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002604 sec., 13056.835637480799 rows/sec., 23.40 MiB/sec. | ||
| 17457 | 2024.12.21 01:26:53.194049 [ 287 ] {af25ef41-60b9-409e-a067-07d581fc8157} <Debug> TCPHandler: Processed in 0.002876998 sec. | ||
| 17458 | 2024.12.21 01:26:53.194206 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17459 | 2024.12.21 01:26:53.194325 [ 285 ] {56cfaf1f-02fc-4c2c-a6ac-fee168c8ffcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17460 | 2024.12.21 01:26:53.194378 [ 285 ] {56cfaf1f-02fc-4c2c-a6ac-fee168c8ffcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17461 | 2024.12.21 01:26:53.194885 [ 285 ] {56cfaf1f-02fc-4c2c-a6ac-fee168c8ffcd} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17462 | 2024.12.21 01:26:53.194926 [ 285 ] {56cfaf1f-02fc-4c2c-a6ac-fee168c8ffcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17463 | 2024.12.21 01:26:53.195348 [ 285 ] {56cfaf1f-02fc-4c2c-a6ac-fee168c8ffcd} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17464 | 2024.12.21 01:26:53.195605 [ 285 ] {56cfaf1f-02fc-4c2c-a6ac-fee168c8ffcd} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17465 | 2024.12.21 01:26:53.195824 [ 285 ] {56cfaf1f-02fc-4c2c-a6ac-fee168c8ffcd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001524 sec., 39370.07874015748 rows/sec., 2.65 MiB/sec. | ||
| 17466 | 2024.12.21 01:26:53.195878 [ 285 ] {56cfaf1f-02fc-4c2c-a6ac-fee168c8ffcd} <Debug> TCPHandler: Processed in 0.00173434 sec. | ||
| 17467 | 2024.12.21 01:26:53.828995 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17468 | 2024.12.21 01:26:53.829061 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17469 | 2024.12.21 01:26:54.051127 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38552 | ||
| 17470 | 2024.12.21 01:26:54.051826 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17471 | 2024.12.21 01:26:54.051882 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17472 | 2024.12.21 01:26:54.052429 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 17473 | 2024.12.21 01:26:54.052713 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17474 | 2024.12.21 01:26:54.052969 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38552 | ||
| 17475 | 2024.12.21 01:26:54.330793 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2454 | ||
| 17476 | 2024.12.21 01:26:54.333770 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17477 | 2024.12.21 01:26:54.333831 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17478 | 2024.12.21 01:26:54.335386 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17479 | 2024.12.21 01:26:54.335733 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17480 | 2024.12.21 01:26:54.337370 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2454 | ||
| 17481 | 2024.12.21 01:26:54.377789 [ 89 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Selected 5 parts from all_1_56_12 to all_60_60_0 | ||
| 17482 | 2024.12.21 01:26:54.377862 [ 89 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17483 | 2024.12.21 01:26:54.377891 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17484 | 2024.12.21 01:26:54.378097 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_56_12 to all_60_60_0 into Compact with storage Full | ||
| 17485 | 2024.12.21 01:26:54.378470 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17486 | 2024.12.21 01:26:54.378530 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_12, total 242 rows starting from the beginning of the part | ||
| 17487 | 2024.12.21 01:26:54.378666 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 242 rows starting from the beginning of the part | ||
| 17488 | 2024.12.21 01:26:54.378808 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 17489 | 2024.12.21 01:26:54.378938 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part | ||
| 17490 | 2024.12.21 01:26:54.379071 [ 196 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 242 rows starting from the beginning of the part | ||
| 17491 | 2024.12.21 01:26:54.380626 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002646634 sec., 284890.1661506653 rows/sec., 20.39 MiB/sec. | ||
| 17492 | 2024.12.21 01:26:54.380842 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 17493 | 2024.12.21 01:26:54.381228 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_60_13} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17494 | 2024.12.21 01:26:54.381339 [ 187 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_60_13} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Merged 5 parts: [all_1_56_12, all_60_60_0] -> all_1_60_13 | ||
| 17495 | 2024.12.21 01:26:54.381462 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 17496 | 2024.12.21 01:26:56.121069 [ 87 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Selected 5 parts from all_1_56_12 to all_60_60_0 | ||
| 17497 | 2024.12.21 01:26:56.121162 [ 87 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17498 | 2024.12.21 01:26:56.121205 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17499 | 2024.12.21 01:26:56.121433 [ 190 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_56_12 to all_60_60_0 into Compact with storage Full | ||
| 17500 | 2024.12.21 01:26:56.121799 [ 190 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17501 | 2024.12.21 01:26:56.121840 [ 190 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_12, total 336 rows starting from the beginning of the part | ||
| 17502 | 2024.12.21 01:26:56.121922 [ 190 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part | ||
| 17503 | 2024.12.21 01:26:56.122099 [ 190 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part | ||
| 17504 | 2024.12.21 01:26:56.122301 [ 190 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part | ||
| 17505 | 2024.12.21 01:26:56.122713 [ 190 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part | ||
| 17506 | 2024.12.21 01:26:56.123936 [ 187 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 4 columns (4 merged, 0 gathered) in 0.002631144 sec., 136822.6140416488 rows/sec., 6.98 MiB/sec. | ||
| 17507 | 2024.12.21 01:26:56.124139 [ 197 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 17508 | 2024.12.21 01:26:56.124506 [ 197 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_60_13} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17509 | 2024.12.21 01:26:56.124601 [ 197 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_60_13} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Merged 5 parts: [all_1_56_12, all_60_60_0] -> all_1_60_13 | ||
| 17510 | 2024.12.21 01:26:56.124707 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 17511 | 2024.12.21 01:26:56.829936 [ 222 ] {} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17512 | 2024.12.21 01:26:56.829993 [ 222 ] {} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17513 | 2024.12.21 01:26:56.831533 [ 222 ] {} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17514 | 2024.12.21 01:26:56.834947 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 633 | ||
| 17515 | 2024.12.21 01:26:56.859070 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17516 | 2024.12.21 01:26:56.859138 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17517 | 2024.12.21 01:26:56.866741 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 17518 | 2024.12.21 01:26:56.867545 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17519 | 2024.12.21 01:26:56.870660 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 633 | ||
| 17520 | 2024.12.21 01:26:58.185914 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17521 | 2024.12.21 01:26:58.186199 [ 287 ] {2b670781-c740-43d6-b00a-9b7760635e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17522 | 2024.12.21 01:26:58.186310 [ 287 ] {2b670781-c740-43d6-b00a-9b7760635e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17523 | 2024.12.21 01:26:58.187321 [ 287 ] {2b670781-c740-43d6-b00a-9b7760635e3b} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17524 | 2024.12.21 01:26:58.187373 [ 287 ] {2b670781-c740-43d6-b00a-9b7760635e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17525 | 2024.12.21 01:26:58.187836 [ 287 ] {2b670781-c740-43d6-b00a-9b7760635e3b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17526 | 2024.12.21 01:26:58.188103 [ 287 ] {2b670781-c740-43d6-b00a-9b7760635e3b} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17527 | 2024.12.21 01:26:58.188323 [ 81 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 17528 | 2024.12.21 01:26:58.188353 [ 287 ] {2b670781-c740-43d6-b00a-9b7760635e3b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002233 sec., 6269.592476489028 rows/sec., 451.33 KiB/sec. | ||
| 17529 | 2024.12.21 01:26:58.188415 [ 81 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17530 | 2024.12.21 01:26:58.188482 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17531 | 2024.12.21 01:26:58.188549 [ 287 ] {2b670781-c740-43d6-b00a-9b7760635e3b} <Debug> TCPHandler: Processed in 0.002808527 sec. | ||
| 17532 | 2024.12.21 01:26:58.188770 [ 220 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17533 | 2024.12.21 01:26:58.188864 [ 220 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17534 | 2024.12.21 01:26:58.188912 [ 187 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 17535 | 2024.12.21 01:26:58.188913 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17536 | 2024.12.21 01:26:58.189263 [ 187 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17537 | 2024.12.21 01:26:58.189268 [ 285 ] {33ad9691-c5b1-4828-a6f8-4119748ec5a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17538 | 2024.12.21 01:26:58.189354 [ 187 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 14 rows starting from the beginning of the part | ||
| 17539 | 2024.12.21 01:26:58.189415 [ 285 ] {33ad9691-c5b1-4828-a6f8-4119748ec5a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17540 | 2024.12.21 01:26:58.189903 [ 187 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 17541 | 2024.12.21 01:26:58.190425 [ 187 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part | ||
| 17542 | 2024.12.21 01:26:58.190986 [ 187 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
| 17543 | 2024.12.21 01:26:58.191430 [ 187 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part | ||
| 17544 | 2024.12.21 01:26:58.194076 [ 285 ] {33ad9691-c5b1-4828-a6f8-4119748ec5a2} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17545 | 2024.12.21 01:26:58.194130 [ 285 ] {33ad9691-c5b1-4828-a6f8-4119748ec5a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17546 | 2024.12.21 01:26:58.195622 [ 197 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.007003428 sec., 9995.105254169815 rows/sec., 758.56 KiB/sec. | ||
| 17547 | 2024.12.21 01:26:58.195753 [ 285 ] {33ad9691-c5b1-4828-a6f8-4119748ec5a2} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17548 | 2024.12.21 01:26:58.195847 [ 220 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17549 | 2024.12.21 01:26:58.195979 [ 189 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 17550 | 2024.12.21 01:26:58.196603 [ 285 ] {33ad9691-c5b1-4828-a6f8-4119748ec5a2} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17551 | 2024.12.21 01:26:58.196981 [ 189 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_61_15} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17552 | 2024.12.21 01:26:58.197349 [ 219 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17553 | 2024.12.21 01:26:58.197401 [ 189 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_61_15} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 17554 | 2024.12.21 01:26:58.197457 [ 219 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17555 | 2024.12.21 01:26:58.197472 [ 285 ] {33ad9691-c5b1-4828-a6f8-4119748ec5a2} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.00826 sec., 26513.31719128329 rows/sec., 2.31 MiB/sec. | ||
| 17556 | 2024.12.21 01:26:58.197820 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17557 | 2024.12.21 01:26:58.197981 [ 285 ] {33ad9691-c5b1-4828-a6f8-4119748ec5a2} <Debug> TCPHandler: Processed in 0.009271216 sec. | ||
| 17558 | 2024.12.21 01:26:58.198323 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17559 | 2024.12.21 01:26:58.198571 [ 287 ] {3c045b48-8216-4ca9-992c-1276198baf84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17560 | 2024.12.21 01:26:58.198684 [ 287 ] {3c045b48-8216-4ca9-992c-1276198baf84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17561 | 2024.12.21 01:26:58.200247 [ 287 ] {3c045b48-8216-4ca9-992c-1276198baf84} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17562 | 2024.12.21 01:26:58.200303 [ 287 ] {3c045b48-8216-4ca9-992c-1276198baf84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17563 | 2024.12.21 01:26:58.200974 [ 287 ] {3c045b48-8216-4ca9-992c-1276198baf84} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 17564 | 2024.12.21 01:26:58.201399 [ 287 ] {3c045b48-8216-4ca9-992c-1276198baf84} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17565 | 2024.12.21 01:26:58.201730 [ 287 ] {3c045b48-8216-4ca9-992c-1276198baf84} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.003216 sec., 4664.179104477612 rows/sec., 328.86 KiB/sec. | ||
| 17566 | 2024.12.21 01:26:58.201796 [ 219 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17567 | 2024.12.21 01:26:58.201901 [ 287 ] {3c045b48-8216-4ca9-992c-1276198baf84} <Debug> TCPHandler: Processed in 0.003748473 sec. | ||
| 17568 | 2024.12.21 01:26:58.202185 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17569 | 2024.12.21 01:26:58.202384 [ 285 ] {a08b418b-742f-4df7-b2e5-674d38959a11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17570 | 2024.12.21 01:26:58.202464 [ 285 ] {a08b418b-742f-4df7-b2e5-674d38959a11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17571 | 2024.12.21 01:26:58.203133 [ 285 ] {a08b418b-742f-4df7-b2e5-674d38959a11} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17572 | 2024.12.21 01:26:58.203174 [ 285 ] {a08b418b-742f-4df7-b2e5-674d38959a11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17573 | 2024.12.21 01:26:58.203541 [ 285 ] {a08b418b-742f-4df7-b2e5-674d38959a11} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17574 | 2024.12.21 01:26:58.203805 [ 285 ] {a08b418b-742f-4df7-b2e5-674d38959a11} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17575 | 2024.12.21 01:26:58.204058 [ 285 ] {a08b418b-742f-4df7-b2e5-674d38959a11} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001726 sec., 8111.239860950173 rows/sec., 568.06 KiB/sec. | ||
| 17576 | 2024.12.21 01:26:58.204186 [ 285 ] {a08b418b-742f-4df7-b2e5-674d38959a11} <Debug> TCPHandler: Processed in 0.002112395 sec. | ||
| 17577 | 2024.12.21 01:26:58.204418 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17578 | 2024.12.21 01:26:58.204565 [ 287 ] {aa17ea3c-aee5-41b5-bc6b-0b7ae4e34830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17579 | 2024.12.21 01:26:58.204621 [ 287 ] {aa17ea3c-aee5-41b5-bc6b-0b7ae4e34830} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17580 | 2024.12.21 01:26:58.205220 [ 287 ] {aa17ea3c-aee5-41b5-bc6b-0b7ae4e34830} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17581 | 2024.12.21 01:26:58.205260 [ 287 ] {aa17ea3c-aee5-41b5-bc6b-0b7ae4e34830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17582 | 2024.12.21 01:26:58.205636 [ 287 ] {aa17ea3c-aee5-41b5-bc6b-0b7ae4e34830} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17583 | 2024.12.21 01:26:58.205880 [ 287 ] {aa17ea3c-aee5-41b5-bc6b-0b7ae4e34830} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17584 | 2024.12.21 01:26:58.206044 [ 81 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 17585 | 2024.12.21 01:26:58.206108 [ 81 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17586 | 2024.12.21 01:26:58.206127 [ 287 ] {aa17ea3c-aee5-41b5-bc6b-0b7ae4e34830} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001586 sec., 8196.72131147541 rows/sec., 511.06 KiB/sec. | ||
| 17587 | 2024.12.21 01:26:58.206147 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17588 | 2024.12.21 01:26:58.206297 [ 287 ] {aa17ea3c-aee5-41b5-bc6b-0b7ae4e34830} <Debug> TCPHandler: Processed in 0.001980293 sec. | ||
| 17589 | 2024.12.21 01:26:58.206377 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 17590 | 2024.12.21 01:26:58.206501 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17591 | 2024.12.21 01:26:58.206564 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17592 | 2024.12.21 01:26:58.206621 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 13 rows starting from the beginning of the part | ||
| 17593 | 2024.12.21 01:26:58.206745 [ 285 ] {68fc2848-9605-4b7c-94fa-3b1533ccf62d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17594 | 2024.12.21 01:26:58.206885 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 13 rows starting from the beginning of the part | ||
| 17595 | 2024.12.21 01:26:58.206929 [ 285 ] {68fc2848-9605-4b7c-94fa-3b1533ccf62d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17596 | 2024.12.21 01:26:58.207217 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 13 rows starting from the beginning of the part | ||
| 17597 | 2024.12.21 01:26:58.207692 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 13 rows starting from the beginning of the part | ||
| 17598 | 2024.12.21 01:26:58.208009 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 13 rows starting from the beginning of the part | ||
| 17599 | 2024.12.21 01:26:58.210416 [ 285 ] {68fc2848-9605-4b7c-94fa-3b1533ccf62d} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17600 | 2024.12.21 01:26:58.210501 [ 285 ] {68fc2848-9605-4b7c-94fa-3b1533ccf62d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17601 | 2024.12.21 01:26:58.210758 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004488506 sec., 14481.433243043455 rows/sec., 959.48 KiB/sec. | ||
| 17602 | 2024.12.21 01:26:58.210946 [ 193 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 17603 | 2024.12.21 01:26:58.211434 [ 285 ] {68fc2848-9605-4b7c-94fa-3b1533ccf62d} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17604 | 2024.12.21 01:26:58.211524 [ 193 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_61_15} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17605 | 2024.12.21 01:26:58.211649 [ 193 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_61_15} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 17606 | 2024.12.21 01:26:58.211794 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17607 | 2024.12.21 01:26:58.211877 [ 285 ] {68fc2848-9605-4b7c-94fa-3b1533ccf62d} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17608 | 2024.12.21 01:26:58.212111 [ 285 ] {68fc2848-9605-4b7c-94fa-3b1533ccf62d} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005452 sec., 71533.38224504769 rows/sec., 5.07 MiB/sec. | ||
| 17609 | 2024.12.21 01:26:58.212173 [ 285 ] {68fc2848-9605-4b7c-94fa-3b1533ccf62d} <Debug> TCPHandler: Processed in 0.005758617 sec. | ||
| 17610 | 2024.12.21 01:26:58.212346 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17611 | 2024.12.21 01:26:58.212489 [ 287 ] {a282dd5d-acbd-479f-aa0a-2e9457846797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17612 | 2024.12.21 01:26:58.212549 [ 287 ] {a282dd5d-acbd-479f-aa0a-2e9457846797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17613 | 2024.12.21 01:26:58.213078 [ 287 ] {a282dd5d-acbd-479f-aa0a-2e9457846797} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17614 | 2024.12.21 01:26:58.213117 [ 287 ] {a282dd5d-acbd-479f-aa0a-2e9457846797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17615 | 2024.12.21 01:26:58.213499 [ 287 ] {a282dd5d-acbd-479f-aa0a-2e9457846797} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17616 | 2024.12.21 01:26:58.213743 [ 287 ] {a282dd5d-acbd-479f-aa0a-2e9457846797} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17617 | 2024.12.21 01:26:58.213949 [ 287 ] {a282dd5d-acbd-479f-aa0a-2e9457846797} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 209.96 KiB/sec. | ||
| 17618 | 2024.12.21 01:26:58.214003 [ 287 ] {a282dd5d-acbd-479f-aa0a-2e9457846797} <Debug> TCPHandler: Processed in 0.001725999 sec. | ||
| 17619 | 2024.12.21 01:26:58.214163 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17620 | 2024.12.21 01:26:58.214305 [ 285 ] {119d8fdf-2118-4ac5-af40-8effa205907d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17621 | 2024.12.21 01:26:58.214370 [ 285 ] {119d8fdf-2118-4ac5-af40-8effa205907d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17622 | 2024.12.21 01:26:58.215033 [ 285 ] {119d8fdf-2118-4ac5-af40-8effa205907d} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17623 | 2024.12.21 01:26:58.215072 [ 285 ] {119d8fdf-2118-4ac5-af40-8effa205907d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17624 | 2024.12.21 01:26:58.215489 [ 285 ] {119d8fdf-2118-4ac5-af40-8effa205907d} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17625 | 2024.12.21 01:26:58.215739 [ 285 ] {119d8fdf-2118-4ac5-af40-8effa205907d} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17626 | 2024.12.21 01:26:58.215896 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_138_28 to all_143_143_0 | ||
| 17627 | 2024.12.21 01:26:58.215921 [ 285 ] {119d8fdf-2118-4ac5-af40-8effa205907d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001645 sec., 144072.9483282675 rows/sec., 9.66 MiB/sec. | ||
| 17628 | 2024.12.21 01:26:58.215941 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17629 | 2024.12.21 01:26:58.215983 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17630 | 2024.12.21 01:26:58.215996 [ 285 ] {119d8fdf-2118-4ac5-af40-8effa205907d} <Debug> TCPHandler: Processed in 0.001899652 sec. | ||
| 17631 | 2024.12.21 01:26:58.216240 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17632 | 2024.12.21 01:26:58.216296 [ 191 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_143_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_138_28 to all_143_143_0 into Compact with storage Full | ||
| 17633 | 2024.12.21 01:26:58.216325 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17634 | 2024.12.21 01:26:58.216312 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17635 | 2024.12.21 01:26:58.216846 [ 287 ] {d0692f7c-ecdc-4899-8b14-812585d4c813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17636 | 2024.12.21 01:26:58.216853 [ 191 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_143_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17637 | 2024.12.21 01:26:58.216934 [ 191 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_138_28, total 41356 rows starting from the beginning of the part | ||
| 17638 | 2024.12.21 01:26:58.216976 [ 287 ] {d0692f7c-ecdc-4899-8b14-812585d4c813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17639 | 2024.12.21 01:26:58.217461 [ 191 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 160 rows starting from the beginning of the part | ||
| 17640 | 2024.12.21 01:26:58.217839 [ 191 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 961 rows starting from the beginning of the part | ||
| 17641 | 2024.12.21 01:26:58.218245 [ 191 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 128 rows starting from the beginning of the part | ||
| 17642 | 2024.12.21 01:26:58.218785 [ 191 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 160 rows starting from the beginning of the part | ||
| 17643 | 2024.12.21 01:26:58.219328 [ 191 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 237 rows starting from the beginning of the part | ||
| 17644 | 2024.12.21 01:26:58.221708 [ 287 ] {d0692f7c-ecdc-4899-8b14-812585d4c813} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17645 | 2024.12.21 01:26:58.221762 [ 287 ] {d0692f7c-ecdc-4899-8b14-812585d4c813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17646 | 2024.12.21 01:26:58.223112 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17647 | 2024.12.21 01:26:58.223224 [ 287 ] {d0692f7c-ecdc-4899-8b14-812585d4c813} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17648 | 2024.12.21 01:26:58.224305 [ 287 ] {d0692f7c-ecdc-4899-8b14-812585d4c813} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17649 | 2024.12.21 01:26:58.225792 [ 287 ] {d0692f7c-ecdc-4899-8b14-812585d4c813} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.009151 sec., 109.27767457108513 rows/sec., 7.36 KiB/sec. | ||
| 17650 | 2024.12.21 01:26:58.226375 [ 287 ] {d0692f7c-ecdc-4899-8b14-812585d4c813} <Debug> TCPHandler: Processed in 0.010276473 sec. | ||
| 17651 | 2024.12.21 01:26:58.226580 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17652 | 2024.12.21 01:26:58.226726 [ 285 ] {1ec40b43-ffa9-4207-8ad7-c333a6c63773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17653 | 2024.12.21 01:26:58.226873 [ 285 ] {1ec40b43-ffa9-4207-8ad7-c333a6c63773} <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 | ||
| 17654 | 2024.12.21 01:26:58.228562 [ 285 ] {1ec40b43-ffa9-4207-8ad7-c333a6c63773} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17655 | 2024.12.21 01:26:58.228600 [ 285 ] {1ec40b43-ffa9-4207-8ad7-c333a6c63773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17656 | 2024.12.21 01:26:58.229451 [ 285 ] {1ec40b43-ffa9-4207-8ad7-c333a6c63773} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 17657 | 2024.12.21 01:26:58.229786 [ 285 ] {1ec40b43-ffa9-4207-8ad7-c333a6c63773} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17658 | 2024.12.21 01:26:58.230126 [ 285 ] {1ec40b43-ffa9-4207-8ad7-c333a6c63773} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003433 sec., 2330.3233323623654 rows/sec., 4.18 MiB/sec. | ||
| 17659 | 2024.12.21 01:26:58.230244 [ 285 ] {1ec40b43-ffa9-4207-8ad7-c333a6c63773} <Debug> TCPHandler: Processed in 0.003731493 sec. | ||
| 17660 | 2024.12.21 01:26:58.230404 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17661 | 2024.12.21 01:26:58.230529 [ 287 ] {e1a30f5f-b3d7-451e-8c2d-be05165012f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17662 | 2024.12.21 01:26:58.230626 [ 287 ] {e1a30f5f-b3d7-451e-8c2d-be05165012f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17663 | 2024.12.21 01:26:58.231456 [ 287 ] {e1a30f5f-b3d7-451e-8c2d-be05165012f4} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17664 | 2024.12.21 01:26:58.231512 [ 287 ] {e1a30f5f-b3d7-451e-8c2d-be05165012f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17665 | 2024.12.21 01:26:58.231993 [ 287 ] {e1a30f5f-b3d7-451e-8c2d-be05165012f4} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17666 | 2024.12.21 01:26:58.232271 [ 287 ] {e1a30f5f-b3d7-451e-8c2d-be05165012f4} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17667 | 2024.12.21 01:26:58.232698 [ 225 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17668 | 2024.12.21 01:26:58.232794 [ 225 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17669 | 2024.12.21 01:26:58.232806 [ 287 ] {e1a30f5f-b3d7-451e-8c2d-be05165012f4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00227 sec., 36123.348017621145 rows/sec., 2.29 MiB/sec. | ||
| 17670 | 2024.12.21 01:26:58.233207 [ 287 ] {e1a30f5f-b3d7-451e-8c2d-be05165012f4} <Debug> TCPHandler: Processed in 0.002837748 sec. | ||
| 17671 | 2024.12.21 01:26:58.233385 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_143_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43002 rows, containing 5 columns (5 merged, 0 gathered) in 0.017311192 sec., 2484057.712490278 rows/sec., 167.71 MiB/sec. | ||
| 17672 | 2024.12.21 01:26:58.233694 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_143_29} <Trace> MergedBlockOutputStream: filled checksums all_1_143_29 (state Temporary) | ||
| 17673 | 2024.12.21 01:26:58.234058 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_143_29} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_143_29 to all_1_143_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17674 | 2024.12.21 01:26:58.234151 [ 193 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_143_29} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_138_28, all_143_143_0] -> all_1_143_29 | ||
| 17675 | 2024.12.21 01:26:58.234254 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 17676 | 2024.12.21 01:26:58.235684 [ 225 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17677 | 2024.12.21 01:26:58.828657 [ 222 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17678 | 2024.12.21 01:26:58.828748 [ 222 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17679 | 2024.12.21 01:26:58.830420 [ 222 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17680 | 2024.12.21 01:26:59.389304 [ 222 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17681 | 2024.12.21 01:26:59.389365 [ 222 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17682 | 2024.12.21 01:26:59.391295 [ 222 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17683 | 2024.12.21 01:27:01.302705 [ 219 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17684 | 2024.12.21 01:27:01.302758 [ 219 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17685 | 2024.12.21 01:27:01.304596 [ 219 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17686 | 2024.12.21 01:27:01.553093 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38979 | ||
| 17687 | 2024.12.21 01:27:01.553731 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17688 | 2024.12.21 01:27:01.553780 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17689 | 2024.12.21 01:27:01.554315 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 17690 | 2024.12.21 01:27:01.554579 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17691 | 2024.12.21 01:27:01.554835 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979 | ||
| 17692 | 2024.12.21 01:27:02.971901 [ 223 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17693 | 2024.12.21 01:27:02.971955 [ 223 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17694 | 2024.12.21 01:27:02.973874 [ 223 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17695 | 2024.12.21 01:27:03.182241 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17696 | 2024.12.21 01:27:03.182442 [ 287 ] {73b9c5df-d37a-4f25-86b7-2d0efab3cacb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17697 | 2024.12.21 01:27:03.182522 [ 287 ] {73b9c5df-d37a-4f25-86b7-2d0efab3cacb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17698 | 2024.12.21 01:27:03.183308 [ 287 ] {73b9c5df-d37a-4f25-86b7-2d0efab3cacb} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17699 | 2024.12.21 01:27:03.183364 [ 287 ] {73b9c5df-d37a-4f25-86b7-2d0efab3cacb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17700 | 2024.12.21 01:27:03.183811 [ 287 ] {73b9c5df-d37a-4f25-86b7-2d0efab3cacb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 17701 | 2024.12.21 01:27:03.184075 [ 287 ] {73b9c5df-d37a-4f25-86b7-2d0efab3cacb} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17702 | 2024.12.21 01:27:03.184313 [ 287 ] {73b9c5df-d37a-4f25-86b7-2d0efab3cacb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001927 sec., 1037.8827192527244 rows/sec., 84.63 KiB/sec. | ||
| 17703 | 2024.12.21 01:27:03.184382 [ 287 ] {73b9c5df-d37a-4f25-86b7-2d0efab3cacb} <Debug> TCPHandler: Processed in 0.002281858 sec. | ||
| 17704 | 2024.12.21 01:27:03.184649 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17705 | 2024.12.21 01:27:03.184860 [ 285 ] {3eba6296-a829-4a00-95b0-22cee60d1c9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17706 | 2024.12.21 01:27:03.184934 [ 285 ] {3eba6296-a829-4a00-95b0-22cee60d1c9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17707 | 2024.12.21 01:27:03.185753 [ 285 ] {3eba6296-a829-4a00-95b0-22cee60d1c9c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17708 | 2024.12.21 01:27:03.185797 [ 285 ] {3eba6296-a829-4a00-95b0-22cee60d1c9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17709 | 2024.12.21 01:27:03.186264 [ 285 ] {3eba6296-a829-4a00-95b0-22cee60d1c9c} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17710 | 2024.12.21 01:27:03.186531 [ 285 ] {3eba6296-a829-4a00-95b0-22cee60d1c9c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17711 | 2024.12.21 01:27:03.186751 [ 285 ] {3eba6296-a829-4a00-95b0-22cee60d1c9c} <Debug> executeQuery: Read 125 rows, 10.86 KiB in 0.001943 sec., 64333.50488934637 rows/sec., 5.46 MiB/sec. | ||
| 17712 | 2024.12.21 01:27:03.186848 [ 285 ] {3eba6296-a829-4a00-95b0-22cee60d1c9c} <Debug> TCPHandler: Processed in 0.00233561 sec. | ||
| 17713 | 2024.12.21 01:27:03.187073 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17714 | 2024.12.21 01:27:03.187379 [ 287 ] {a146639d-fa3f-415d-a141-40f210d556fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17715 | 2024.12.21 01:27:03.187461 [ 287 ] {a146639d-fa3f-415d-a141-40f210d556fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17716 | 2024.12.21 01:27:03.188150 [ 287 ] {a146639d-fa3f-415d-a141-40f210d556fe} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17717 | 2024.12.21 01:27:03.188193 [ 287 ] {a146639d-fa3f-415d-a141-40f210d556fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17718 | 2024.12.21 01:27:03.188578 [ 287 ] {a146639d-fa3f-415d-a141-40f210d556fe} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 17719 | 2024.12.21 01:27:03.188822 [ 287 ] {a146639d-fa3f-415d-a141-40f210d556fe} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17720 | 2024.12.21 01:27:03.188999 [ 75 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 17721 | 2024.12.21 01:27:03.189066 [ 287 ] {a146639d-fa3f-415d-a141-40f210d556fe} <Debug> executeQuery: Read 36 rows, 2.70 KiB in 0.001792 sec., 20089.285714285714 rows/sec., 1.47 MiB/sec. | ||
| 17722 | 2024.12.21 01:27:03.189067 [ 75 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17723 | 2024.12.21 01:27:03.189152 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17724 | 2024.12.21 01:27:03.189199 [ 287 ] {a146639d-fa3f-415d-a141-40f210d556fe} <Debug> TCPHandler: Processed in 0.002242948 sec. | ||
| 17725 | 2024.12.21 01:27:03.189470 [ 194 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 17726 | 2024.12.21 01:27:03.189481 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17727 | 2024.12.21 01:27:03.189989 [ 285 ] {fc027409-1d5f-4d9f-ba7e-4bd466b84d07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17728 | 2024.12.21 01:27:03.190189 [ 285 ] {fc027409-1d5f-4d9f-ba7e-4bd466b84d07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17729 | 2024.12.21 01:27:03.190197 [ 194 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17730 | 2024.12.21 01:27:03.190461 [ 194 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 67 rows starting from the beginning of the part | ||
| 17731 | 2024.12.21 01:27:03.191203 [ 194 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 34 rows starting from the beginning of the part | ||
| 17732 | 2024.12.21 01:27:03.191683 [ 194 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 27 rows starting from the beginning of the part | ||
| 17733 | 2024.12.21 01:27:03.192099 [ 194 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 34 rows starting from the beginning of the part | ||
| 17734 | 2024.12.21 01:27:03.192438 [ 194 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 15 rows starting from the beginning of the part | ||
| 17735 | 2024.12.21 01:27:03.192776 [ 194 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 36 rows starting from the beginning of the part | ||
| 17736 | 2024.12.21 01:27:03.193860 [ 285 ] {fc027409-1d5f-4d9f-ba7e-4bd466b84d07} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17737 | 2024.12.21 01:27:03.193934 [ 285 ] {fc027409-1d5f-4d9f-ba7e-4bd466b84d07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17738 | 2024.12.21 01:27:03.195075 [ 285 ] {fc027409-1d5f-4d9f-ba7e-4bd466b84d07} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17739 | 2024.12.21 01:27:03.195472 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 213 rows, containing 5 columns (5 merged, 0 gathered) in 0.006204644 sec., 34329.12508759568 rows/sec., 2.59 MiB/sec. | ||
| 17740 | 2024.12.21 01:27:03.195665 [ 285 ] {fc027409-1d5f-4d9f-ba7e-4bd466b84d07} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17741 | 2024.12.21 01:27:03.195694 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 17742 | 2024.12.21 01:27:03.196108 [ 285 ] {fc027409-1d5f-4d9f-ba7e-4bd466b84d07} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.006294 sec., 15888.147442008261 rows/sec., 1.24 MiB/sec. | ||
| 17743 | 2024.12.21 01:27:03.196225 [ 285 ] {fc027409-1d5f-4d9f-ba7e-4bd466b84d07} <Debug> TCPHandler: Processed in 0.006891766 sec. | ||
| 17744 | 2024.12.21 01:27:03.196293 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_121_24} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17745 | 2024.12.21 01:27:03.196405 [ 198 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_121_24} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 17746 | 2024.12.21 01:27:03.196416 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17747 | 2024.12.21 01:27:03.196489 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 17748 | 2024.12.21 01:27:03.196558 [ 287 ] {bf4e3e5a-54a4-45a2-a1d2-59241886c9a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17749 | 2024.12.21 01:27:03.196611 [ 287 ] {bf4e3e5a-54a4-45a2-a1d2-59241886c9a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17750 | 2024.12.21 01:27:03.197197 [ 287 ] {bf4e3e5a-54a4-45a2-a1d2-59241886c9a2} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17751 | 2024.12.21 01:27:03.197237 [ 287 ] {bf4e3e5a-54a4-45a2-a1d2-59241886c9a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17752 | 2024.12.21 01:27:03.197647 [ 287 ] {bf4e3e5a-54a4-45a2-a1d2-59241886c9a2} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17753 | 2024.12.21 01:27:03.197891 [ 287 ] {bf4e3e5a-54a4-45a2-a1d2-59241886c9a2} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17754 | 2024.12.21 01:27:03.198108 [ 287 ] {bf4e3e5a-54a4-45a2-a1d2-59241886c9a2} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001577 sec., 102092.58084971465 rows/sec., 7.11 MiB/sec. | ||
| 17755 | 2024.12.21 01:27:03.198164 [ 287 ] {bf4e3e5a-54a4-45a2-a1d2-59241886c9a2} <Debug> TCPHandler: Processed in 0.001829371 sec. | ||
| 17756 | 2024.12.21 01:27:03.198327 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17757 | 2024.12.21 01:27:03.198450 [ 285 ] {cc9f367f-4837-4b4a-a67c-0822833b8826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17758 | 2024.12.21 01:27:03.198532 [ 285 ] {cc9f367f-4837-4b4a-a67c-0822833b8826} <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 | ||
| 17759 | 2024.12.21 01:27:03.199761 [ 285 ] {cc9f367f-4837-4b4a-a67c-0822833b8826} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17760 | 2024.12.21 01:27:03.199800 [ 285 ] {cc9f367f-4837-4b4a-a67c-0822833b8826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17761 | 2024.12.21 01:27:03.200496 [ 285 ] {cc9f367f-4837-4b4a-a67c-0822833b8826} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 17762 | 2024.12.21 01:27:03.200771 [ 285 ] {cc9f367f-4837-4b4a-a67c-0822833b8826} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17763 | 2024.12.21 01:27:03.200921 [ 75 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 17764 | 2024.12.21 01:27:03.200967 [ 75 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17765 | 2024.12.21 01:27:03.200982 [ 285 ] {cc9f367f-4837-4b4a-a67c-0822833b8826} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002556 sec., 13302.034428794992 rows/sec., 23.84 MiB/sec. | ||
| 17766 | 2024.12.21 01:27:03.200997 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17767 | 2024.12.21 01:27:03.201358 [ 285 ] {cc9f367f-4837-4b4a-a67c-0822833b8826} <Debug> TCPHandler: Processed in 0.003086712 sec. | ||
| 17768 | 2024.12.21 01:27:03.201389 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 17769 | 2024.12.21 01:27:03.201560 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17770 | 2024.12.21 01:27:03.201836 [ 287 ] {9b39241b-acb5-40bd-9f7a-43ac8763dc79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17771 | 2024.12.21 01:27:03.201969 [ 287 ] {9b39241b-acb5-40bd-9f7a-43ac8763dc79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17772 | 2024.12.21 01:27:03.202307 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17773 | 2024.12.21 01:27:03.202612 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2374 rows starting from the beginning of the part | ||
| 17774 | 2024.12.21 01:27:03.203370 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 34 rows starting from the beginning of the part | ||
| 17775 | 2024.12.21 01:27:03.204099 [ 287 ] {9b39241b-acb5-40bd-9f7a-43ac8763dc79} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17776 | 2024.12.21 01:27:03.204176 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 8 rows starting from the beginning of the part | ||
| 17777 | 2024.12.21 01:27:03.204184 [ 287 ] {9b39241b-acb5-40bd-9f7a-43ac8763dc79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17778 | 2024.12.21 01:27:03.204971 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 34 rows starting from the beginning of the part | ||
| 17779 | 2024.12.21 01:27:03.205728 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 8 rows starting from the beginning of the part | ||
| 17780 | 2024.12.21 01:27:03.205767 [ 287 ] {9b39241b-acb5-40bd-9f7a-43ac8763dc79} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17781 | 2024.12.21 01:27:03.206252 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 34 rows starting from the beginning of the part | ||
| 17782 | 2024.12.21 01:27:03.206471 [ 287 ] {9b39241b-acb5-40bd-9f7a-43ac8763dc79} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17783 | 2024.12.21 01:27:03.207482 [ 287 ] {9b39241b-acb5-40bd-9f7a-43ac8763dc79} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005712 sec., 10504.20168067227 rows/sec., 724.90 KiB/sec. | ||
| 17784 | 2024.12.21 01:27:03.207823 [ 287 ] {9b39241b-acb5-40bd-9f7a-43ac8763dc79} <Debug> TCPHandler: Processed in 0.006361758 sec. | ||
| 17785 | 2024.12.21 01:27:03.216241 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2492 rows, containing 19 columns (19 merged, 0 gathered) in 0.015122104 sec., 164791.88345748713 rows/sec., 295.30 MiB/sec. | ||
| 17786 | 2024.12.21 01:27:03.218633 [ 200 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 17787 | 2024.12.21 01:27:03.219142 [ 200 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17788 | 2024.12.21 01:27:03.219237 [ 200 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 17789 | 2024.12.21 01:27:03.219417 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.73 MiB. | ||
| 17790 | 2024.12.21 01:27:04.337566 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2490 | ||
| 17791 | 2024.12.21 01:27:04.341050 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17792 | 2024.12.21 01:27:04.341106 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17793 | 2024.12.21 01:27:04.342700 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 17794 | 2024.12.21 01:27:04.343031 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17795 | 2024.12.21 01:27:04.344143 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2490 | ||
| 17796 | 2024.12.21 01:27:04.370734 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 641 | ||
| 17797 | 2024.12.21 01:27:04.395380 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17798 | 2024.12.21 01:27:04.395441 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17799 | 2024.12.21 01:27:04.403250 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 17800 | 2024.12.21 01:27:04.404091 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17801 | 2024.12.21 01:27:04.407129 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 17802 | 2024.12.21 01:27:08.080870 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17803 | 2024.12.21 01:27:08.080949 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17804 | 2024.12.21 01:27:08.082968 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17805 | 2024.12.21 01:27:08.186433 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17806 | 2024.12.21 01:27:08.186657 [ 287 ] {e1d5a1ea-5530-48d8-b369-9f086ef97235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17807 | 2024.12.21 01:27:08.186741 [ 287 ] {e1d5a1ea-5530-48d8-b369-9f086ef97235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17808 | 2024.12.21 01:27:08.187555 [ 287 ] {e1d5a1ea-5530-48d8-b369-9f086ef97235} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17809 | 2024.12.21 01:27:08.187610 [ 287 ] {e1d5a1ea-5530-48d8-b369-9f086ef97235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17810 | 2024.12.21 01:27:08.188046 [ 287 ] {e1d5a1ea-5530-48d8-b369-9f086ef97235} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17811 | 2024.12.21 01:27:08.188315 [ 287 ] {e1d5a1ea-5530-48d8-b369-9f086ef97235} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17812 | 2024.12.21 01:27:08.188539 [ 287 ] {e1d5a1ea-5530-48d8-b369-9f086ef97235} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001936 sec., 7231.4049586776855 rows/sec., 520.56 KiB/sec. | ||
| 17813 | 2024.12.21 01:27:08.188662 [ 287 ] {e1d5a1ea-5530-48d8-b369-9f086ef97235} <Debug> TCPHandler: Processed in 0.00238137 sec. | ||
| 17814 | 2024.12.21 01:27:08.188956 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17815 | 2024.12.21 01:27:08.189163 [ 285 ] {abea5e87-4085-4d46-a4af-d0d5bd4dfde3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17816 | 2024.12.21 01:27:08.189243 [ 285 ] {abea5e87-4085-4d46-a4af-d0d5bd4dfde3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17817 | 2024.12.21 01:27:08.190142 [ 285 ] {abea5e87-4085-4d46-a4af-d0d5bd4dfde3} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17818 | 2024.12.21 01:27:08.190198 [ 285 ] {abea5e87-4085-4d46-a4af-d0d5bd4dfde3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17819 | 2024.12.21 01:27:08.190687 [ 285 ] {abea5e87-4085-4d46-a4af-d0d5bd4dfde3} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 17820 | 2024.12.21 01:27:08.190962 [ 285 ] {abea5e87-4085-4d46-a4af-d0d5bd4dfde3} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17821 | 2024.12.21 01:27:08.191222 [ 285 ] {abea5e87-4085-4d46-a4af-d0d5bd4dfde3} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002112 sec., 103693.18181818181 rows/sec., 9.03 MiB/sec. | ||
| 17822 | 2024.12.21 01:27:08.191290 [ 285 ] {abea5e87-4085-4d46-a4af-d0d5bd4dfde3} <Debug> TCPHandler: Processed in 0.002504152 sec. | ||
| 17823 | 2024.12.21 01:27:08.191462 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17824 | 2024.12.21 01:27:08.191609 [ 287 ] {cc9129de-d7f7-4003-a3c5-59ae93dc50a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17825 | 2024.12.21 01:27:08.191672 [ 287 ] {cc9129de-d7f7-4003-a3c5-59ae93dc50a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17826 | 2024.12.21 01:27:08.192326 [ 287 ] {cc9129de-d7f7-4003-a3c5-59ae93dc50a4} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17827 | 2024.12.21 01:27:08.192365 [ 287 ] {cc9129de-d7f7-4003-a3c5-59ae93dc50a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17828 | 2024.12.21 01:27:08.192740 [ 287 ] {cc9129de-d7f7-4003-a3c5-59ae93dc50a4} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 17829 | 2024.12.21 01:27:08.192985 [ 287 ] {cc9129de-d7f7-4003-a3c5-59ae93dc50a4} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17830 | 2024.12.21 01:27:08.193164 [ 287 ] {cc9129de-d7f7-4003-a3c5-59ae93dc50a4} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00159 sec., 9433.962264150943 rows/sec., 665.17 KiB/sec. | ||
| 17831 | 2024.12.21 01:27:08.193201 [ 218 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17832 | 2024.12.21 01:27:08.193257 [ 218 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17833 | 2024.12.21 01:27:08.193265 [ 287 ] {cc9129de-d7f7-4003-a3c5-59ae93dc50a4} <Debug> TCPHandler: Processed in 0.001873182 sec. | ||
| 17834 | 2024.12.21 01:27:08.193485 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17835 | 2024.12.21 01:27:08.193675 [ 285 ] {7b971d55-9fb8-4bc3-9825-045e0b9997fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17836 | 2024.12.21 01:27:08.193760 [ 285 ] {7b971d55-9fb8-4bc3-9825-045e0b9997fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17837 | 2024.12.21 01:27:08.195114 [ 285 ] {7b971d55-9fb8-4bc3-9825-045e0b9997fd} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17838 | 2024.12.21 01:27:08.195216 [ 285 ] {7b971d55-9fb8-4bc3-9825-045e0b9997fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17839 | 2024.12.21 01:27:08.195922 [ 285 ] {7b971d55-9fb8-4bc3-9825-045e0b9997fd} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17840 | 2024.12.21 01:27:08.196393 [ 285 ] {7b971d55-9fb8-4bc3-9825-045e0b9997fd} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17841 | 2024.12.21 01:27:08.196760 [ 285 ] {7b971d55-9fb8-4bc3-9825-045e0b9997fd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003122 sec., 4484.304932735426 rows/sec., 314.05 KiB/sec. | ||
| 17842 | 2024.12.21 01:27:08.196977 [ 218 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17843 | 2024.12.21 01:27:08.197028 [ 285 ] {7b971d55-9fb8-4bc3-9825-045e0b9997fd} <Debug> TCPHandler: Processed in 0.003645162 sec. | ||
| 17844 | 2024.12.21 01:27:08.197370 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17845 | 2024.12.21 01:27:08.197814 [ 287 ] {074f9d67-06d7-4405-b374-bfb51b391952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17846 | 2024.12.21 01:27:08.198000 [ 287 ] {074f9d67-06d7-4405-b374-bfb51b391952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17847 | 2024.12.21 01:27:08.198985 [ 287 ] {074f9d67-06d7-4405-b374-bfb51b391952} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17848 | 2024.12.21 01:27:08.199023 [ 287 ] {074f9d67-06d7-4405-b374-bfb51b391952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17849 | 2024.12.21 01:27:08.199390 [ 287 ] {074f9d67-06d7-4405-b374-bfb51b391952} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17850 | 2024.12.21 01:27:08.199627 [ 287 ] {074f9d67-06d7-4405-b374-bfb51b391952} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17851 | 2024.12.21 01:27:08.199802 [ 287 ] {074f9d67-06d7-4405-b374-bfb51b391952} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002133 sec., 6094.702297233943 rows/sec., 380.00 KiB/sec. | ||
| 17852 | 2024.12.21 01:27:08.199855 [ 287 ] {074f9d67-06d7-4405-b374-bfb51b391952} <Debug> TCPHandler: Processed in 0.002696035 sec. | ||
| 17853 | 2024.12.21 01:27:08.200022 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17854 | 2024.12.21 01:27:08.200166 [ 285 ] {2953e57f-ff2a-4555-9557-591ae8877c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17855 | 2024.12.21 01:27:08.200226 [ 285 ] {2953e57f-ff2a-4555-9557-591ae8877c59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17856 | 2024.12.21 01:27:08.201108 [ 285 ] {2953e57f-ff2a-4555-9557-591ae8877c59} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17857 | 2024.12.21 01:27:08.201149 [ 285 ] {2953e57f-ff2a-4555-9557-591ae8877c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17858 | 2024.12.21 01:27:08.201559 [ 285 ] {2953e57f-ff2a-4555-9557-591ae8877c59} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 17859 | 2024.12.21 01:27:08.201811 [ 285 ] {2953e57f-ff2a-4555-9557-591ae8877c59} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17860 | 2024.12.21 01:27:08.202031 [ 285 ] {2953e57f-ff2a-4555-9557-591ae8877c59} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001899 sec., 205371.24802527647 rows/sec., 14.56 MiB/sec. | ||
| 17861 | 2024.12.21 01:27:08.202090 [ 285 ] {2953e57f-ff2a-4555-9557-591ae8877c59} <Debug> TCPHandler: Processed in 0.002135486 sec. | ||
| 17862 | 2024.12.21 01:27:08.202249 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17863 | 2024.12.21 01:27:08.202390 [ 287 ] {d241274d-8c95-4fe6-aa50-2b0ee50bdd53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17864 | 2024.12.21 01:27:08.202452 [ 287 ] {d241274d-8c95-4fe6-aa50-2b0ee50bdd53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17865 | 2024.12.21 01:27:08.203013 [ 287 ] {d241274d-8c95-4fe6-aa50-2b0ee50bdd53} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17866 | 2024.12.21 01:27:08.203051 [ 287 ] {d241274d-8c95-4fe6-aa50-2b0ee50bdd53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17867 | 2024.12.21 01:27:08.203424 [ 287 ] {d241274d-8c95-4fe6-aa50-2b0ee50bdd53} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17868 | 2024.12.21 01:27:08.203669 [ 287 ] {d241274d-8c95-4fe6-aa50-2b0ee50bdd53} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17869 | 2024.12.21 01:27:08.203855 [ 287 ] {d241274d-8c95-4fe6-aa50-2b0ee50bdd53} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 209.96 KiB/sec. | ||
| 17870 | 2024.12.21 01:27:08.203924 [ 287 ] {d241274d-8c95-4fe6-aa50-2b0ee50bdd53} <Debug> TCPHandler: Processed in 0.001741899 sec. | ||
| 17871 | 2024.12.21 01:27:08.204163 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17872 | 2024.12.21 01:27:08.204337 [ 285 ] {3109f555-348b-4be1-b1e3-bc5d281a70f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17873 | 2024.12.21 01:27:08.204403 [ 285 ] {3109f555-348b-4be1-b1e3-bc5d281a70f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17874 | 2024.12.21 01:27:08.205088 [ 285 ] {3109f555-348b-4be1-b1e3-bc5d281a70f8} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17875 | 2024.12.21 01:27:08.205127 [ 285 ] {3109f555-348b-4be1-b1e3-bc5d281a70f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17876 | 2024.12.21 01:27:08.205553 [ 285 ] {3109f555-348b-4be1-b1e3-bc5d281a70f8} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 17877 | 2024.12.21 01:27:08.205812 [ 285 ] {3109f555-348b-4be1-b1e3-bc5d281a70f8} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17878 | 2024.12.21 01:27:08.206034 [ 285 ] {3109f555-348b-4be1-b1e3-bc5d281a70f8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001728 sec., 137152.77777777778 rows/sec., 9.19 MiB/sec. | ||
| 17879 | 2024.12.21 01:27:08.206114 [ 285 ] {3109f555-348b-4be1-b1e3-bc5d281a70f8} <Debug> TCPHandler: Processed in 0.002095106 sec. | ||
| 17880 | 2024.12.21 01:27:08.206327 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17881 | 2024.12.21 01:27:08.206533 [ 287 ] {0064249d-28b5-4969-a512-1f984e62922a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17882 | 2024.12.21 01:27:08.206587 [ 287 ] {0064249d-28b5-4969-a512-1f984e62922a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17883 | 2024.12.21 01:27:08.207062 [ 287 ] {0064249d-28b5-4969-a512-1f984e62922a} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17884 | 2024.12.21 01:27:08.207100 [ 287 ] {0064249d-28b5-4969-a512-1f984e62922a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17885 | 2024.12.21 01:27:08.207470 [ 287 ] {0064249d-28b5-4969-a512-1f984e62922a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17886 | 2024.12.21 01:27:08.207706 [ 287 ] {0064249d-28b5-4969-a512-1f984e62922a} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17887 | 2024.12.21 01:27:08.207915 [ 287 ] {0064249d-28b5-4969-a512-1f984e62922a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001421 sec., 703.7297677691766 rows/sec., 47.42 KiB/sec. | ||
| 17888 | 2024.12.21 01:27:08.207919 [ 224 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Found 6 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 17889 | 2024.12.21 01:27:08.207986 [ 287 ] {0064249d-28b5-4969-a512-1f984e62922a} <Debug> TCPHandler: Processed in 0.001765769 sec. | ||
| 17890 | 2024.12.21 01:27:08.207995 [ 224 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Removing 6 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 17891 | 2024.12.21 01:27:08.208166 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17892 | 2024.12.21 01:27:08.208335 [ 285 ] {2ae7adfb-6c96-44fc-88cd-627872b08066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17893 | 2024.12.21 01:27:08.208459 [ 285 ] {2ae7adfb-6c96-44fc-88cd-627872b08066} <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 | ||
| 17894 | 2024.12.21 01:27:08.211468 [ 285 ] {2ae7adfb-6c96-44fc-88cd-627872b08066} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17895 | 2024.12.21 01:27:08.211531 [ 285 ] {2ae7adfb-6c96-44fc-88cd-627872b08066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17896 | 2024.12.21 01:27:08.212540 [ 224 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Removing 6 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 17897 | 2024.12.21 01:27:08.212721 [ 285 ] {2ae7adfb-6c96-44fc-88cd-627872b08066} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 17898 | 2024.12.21 01:27:08.213275 [ 285 ] {2ae7adfb-6c96-44fc-88cd-627872b08066} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17899 | 2024.12.21 01:27:08.213522 [ 285 ] {2ae7adfb-6c96-44fc-88cd-627872b08066} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005214 sec., 1534.3306482546989 rows/sec., 2.75 MiB/sec. | ||
| 17900 | 2024.12.21 01:27:08.213624 [ 285 ] {2ae7adfb-6c96-44fc-88cd-627872b08066} <Debug> TCPHandler: Processed in 0.005539793 sec. | ||
| 17901 | 2024.12.21 01:27:08.213783 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17902 | 2024.12.21 01:27:08.213903 [ 287 ] {2b8818b4-ed9d-4198-9fff-715c930d0e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17903 | 2024.12.21 01:27:08.213955 [ 287 ] {2b8818b4-ed9d-4198-9fff-715c930d0e2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17904 | 2024.12.21 01:27:08.214570 [ 287 ] {2b8818b4-ed9d-4198-9fff-715c930d0e2c} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17905 | 2024.12.21 01:27:08.214616 [ 287 ] {2b8818b4-ed9d-4198-9fff-715c930d0e2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17906 | 2024.12.21 01:27:08.215054 [ 287 ] {2b8818b4-ed9d-4198-9fff-715c930d0e2c} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 17907 | 2024.12.21 01:27:08.215295 [ 287 ] {2b8818b4-ed9d-4198-9fff-715c930d0e2c} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17908 | 2024.12.21 01:27:08.215475 [ 287 ] {2b8818b4-ed9d-4198-9fff-715c930d0e2c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001597 sec., 51346.27426424546 rows/sec., 3.26 MiB/sec. | ||
| 17909 | 2024.12.21 01:27:08.215528 [ 287 ] {2b8818b4-ed9d-4198-9fff-715c930d0e2c} <Debug> TCPHandler: Processed in 0.00179928 sec. | ||
| 17910 | 2024.12.21 01:27:08.829308 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17911 | 2024.12.21 01:27:08.829369 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17912 | 2024.12.21 01:27:09.054948 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39467 | ||
| 17913 | 2024.12.21 01:27:09.055609 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17914 | 2024.12.21 01:27:09.055659 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17915 | 2024.12.21 01:27:09.056199 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 17916 | 2024.12.21 01:27:09.056457 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17917 | 2024.12.21 01:27:09.056677 [ 65 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 17918 | 2024.12.21 01:27:09.056708 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39467 | ||
| 17919 | 2024.12.21 01:27:09.056756 [ 65 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17920 | 2024.12.21 01:27:09.056788 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17921 | 2024.12.21 01:27:09.056945 [ 186 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 17922 | 2024.12.21 01:27:09.057109 [ 186 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17923 | 2024.12.21 01:27:09.057156 [ 186 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37149 rows starting from the beginning of the part | ||
| 17924 | 2024.12.21 01:27:09.057239 [ 186 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 488 rows starting from the beginning of the part | ||
| 17925 | 2024.12.21 01:27:09.057487 [ 186 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 427 rows starting from the beginning of the part | ||
| 17926 | 2024.12.21 01:27:09.057704 [ 186 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 488 rows starting from the beginning of the part | ||
| 17927 | 2024.12.21 01:27:09.057883 [ 186 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 427 rows starting from the beginning of the part | ||
| 17928 | 2024.12.21 01:27:09.058034 [ 186 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 488 rows starting from the beginning of the part | ||
| 17929 | 2024.12.21 01:27:09.061444 [ 199 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39467 rows, containing 4 columns (4 merged, 0 gathered) in 0.004564617 sec., 8646289.49153894 rows/sec., 123.69 MiB/sec. | ||
| 17930 | 2024.12.21 01:27:09.062101 [ 199 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 17931 | 2024.12.21 01:27:09.062454 [ 199 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_86_17} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17932 | 2024.12.21 01:27:09.062555 [ 199 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_86_17} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 17933 | 2024.12.21 01:27:09.062686 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. | ||
| 17934 | 2024.12.21 01:27:11.907206 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649 | ||
| 17935 | 2024.12.21 01:27:11.930764 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17936 | 2024.12.21 01:27:11.930836 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17937 | 2024.12.21 01:27:11.938569 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 17938 | 2024.12.21 01:27:11.939404 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17939 | 2024.12.21 01:27:11.939824 [ 60 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 17940 | 2024.12.21 01:27:11.939971 [ 60 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17941 | 2024.12.21 01:27:11.940041 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17942 | 2024.12.21 01:27:11.940361 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 17943 | 2024.12.21 01:27:11.949609 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649 | ||
| 17944 | 2024.12.21 01:27:11.950772 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17945 | 2024.12.21 01:27:11.951718 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 611 rows starting from the beginning of the part | ||
| 17946 | 2024.12.21 01:27:11.957341 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 7 rows starting from the beginning of the part | ||
| 17947 | 2024.12.21 01:27:11.962484 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part | ||
| 17948 | 2024.12.21 01:27:11.967822 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 7 rows starting from the beginning of the part | ||
| 17949 | 2024.12.21 01:27:11.973793 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 8 rows starting from the beginning of the part | ||
| 17950 | 2024.12.21 01:27:11.979635 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
| 17951 | 2024.12.21 01:27:12.000194 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 288.29 MiB, peak 292.85 MiB, free memory in arenas 0.00 B, will set to 273.80 MiB (RSS), difference: -14.49 MiB | ||
| 17952 | 2024.12.21 01:27:12.043203 [ 192 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.103018964 sec., 6299.810974608519 rows/sec., 32.58 MiB/sec. | ||
| 17953 | 2024.12.21 01:27:12.046855 [ 196 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 17954 | 2024.12.21 01:27:12.050146 [ 196 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_86_17} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17955 | 2024.12.21 01:27:12.050269 [ 196 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_86_17} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 17956 | 2024.12.21 01:27:12.053178 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 17957 | 2024.12.21 01:27:13.000202 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.39 MiB, peak 292.85 MiB, free memory in arenas 0.00 B, will set to 273.80 MiB (RSS), difference: 13.40 MiB | ||
| 17958 | 2024.12.21 01:27:13.182567 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17959 | 2024.12.21 01:27:13.182772 [ 287 ] {4c9e52ea-4080-4a65-af86-e7d5c9ec3d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17960 | 2024.12.21 01:27:13.182852 [ 287 ] {4c9e52ea-4080-4a65-af86-e7d5c9ec3d98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17961 | 2024.12.21 01:27:13.183719 [ 287 ] {4c9e52ea-4080-4a65-af86-e7d5c9ec3d98} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17962 | 2024.12.21 01:27:13.183775 [ 287 ] {4c9e52ea-4080-4a65-af86-e7d5c9ec3d98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17963 | 2024.12.21 01:27:13.184245 [ 287 ] {4c9e52ea-4080-4a65-af86-e7d5c9ec3d98} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 17964 | 2024.12.21 01:27:13.184520 [ 287 ] {4c9e52ea-4080-4a65-af86-e7d5c9ec3d98} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17965 | 2024.12.21 01:27:13.184749 [ 56 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 17966 | 2024.12.21 01:27:13.184791 [ 287 ] {4c9e52ea-4080-4a65-af86-e7d5c9ec3d98} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002072 sec., 59845.559845559845 rows/sec., 5.08 MiB/sec. | ||
| 17967 | 2024.12.21 01:27:13.184826 [ 56 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17968 | 2024.12.21 01:27:13.184896 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17969 | 2024.12.21 01:27:13.184934 [ 287 ] {4c9e52ea-4080-4a65-af86-e7d5c9ec3d98} <Debug> TCPHandler: Processed in 0.002505622 sec. | ||
| 17970 | 2024.12.21 01:27:13.185203 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 17971 | 2024.12.21 01:27:13.185287 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17972 | 2024.12.21 01:27:13.185766 [ 285 ] {a0bf598a-80ea-4b42-8c15-71d3e2573ad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17973 | 2024.12.21 01:27:13.185883 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17974 | 2024.12.21 01:27:13.185964 [ 285 ] {a0bf598a-80ea-4b42-8c15-71d3e2573ad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17975 | 2024.12.21 01:27:13.186115 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1436 rows starting from the beginning of the part | ||
| 17976 | 2024.12.21 01:27:13.186998 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 124 rows starting from the beginning of the part | ||
| 17977 | 2024.12.21 01:27:13.187983 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 219 rows starting from the beginning of the part | ||
| 17978 | 2024.12.21 01:27:13.188421 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 125 rows starting from the beginning of the part | ||
| 17979 | 2024.12.21 01:27:13.188724 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 219 rows starting from the beginning of the part | ||
| 17980 | 2024.12.21 01:27:13.189088 [ 190 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 124 rows starting from the beginning of the part | ||
| 17981 | 2024.12.21 01:27:13.189958 [ 285 ] {a0bf598a-80ea-4b42-8c15-71d3e2573ad0} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17982 | 2024.12.21 01:27:13.190049 [ 285 ] {a0bf598a-80ea-4b42-8c15-71d3e2573ad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17983 | 2024.12.21 01:27:13.191236 [ 285 ] {a0bf598a-80ea-4b42-8c15-71d3e2573ad0} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 17984 | 2024.12.21 01:27:13.191796 [ 285 ] {a0bf598a-80ea-4b42-8c15-71d3e2573ad0} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17985 | 2024.12.21 01:27:13.192505 [ 285 ] {a0bf598a-80ea-4b42-8c15-71d3e2573ad0} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.006902 sec., 4926.108374384236 rows/sec., 370.42 KiB/sec. | ||
| 17986 | 2024.12.21 01:27:13.192834 [ 285 ] {a0bf598a-80ea-4b42-8c15-71d3e2573ad0} <Debug> TCPHandler: Processed in 0.00774098 sec. | ||
| 17987 | 2024.12.21 01:27:13.193132 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17988 | 2024.12.21 01:27:13.193217 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2247 rows, containing 5 columns (5 merged, 0 gathered) in 0.008210819 sec., 273663.3215273653 rows/sec., 24.14 MiB/sec. | ||
| 17989 | 2024.12.21 01:27:13.193328 [ 287 ] {861beaa2-baae-4dfb-9e20-ab4c452493f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17990 | 2024.12.21 01:27:13.193409 [ 287 ] {861beaa2-baae-4dfb-9e20-ab4c452493f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17991 | 2024.12.21 01:27:13.193535 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 17992 | 2024.12.21 01:27:13.194237 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_146_29} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17993 | 2024.12.21 01:27:13.194386 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_146_29} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 17994 | 2024.12.21 01:27:13.194577 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 17995 | 2024.12.21 01:27:13.194738 [ 287 ] {861beaa2-baae-4dfb-9e20-ab4c452493f0} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17996 | 2024.12.21 01:27:13.194782 [ 287 ] {861beaa2-baae-4dfb-9e20-ab4c452493f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 17997 | 2024.12.21 01:27:13.195166 [ 287 ] {861beaa2-baae-4dfb-9e20-ab4c452493f0} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 17998 | 2024.12.21 01:27:13.195411 [ 287 ] {861beaa2-baae-4dfb-9e20-ab4c452493f0} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17999 | 2024.12.21 01:27:13.195560 [ 54 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 18000 | 2024.12.21 01:27:13.195607 [ 287 ] {861beaa2-baae-4dfb-9e20-ab4c452493f0} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.002325 sec., 42150.5376344086 rows/sec., 3.29 MiB/sec. | ||
| 18001 | 2024.12.21 01:27:13.195614 [ 54 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18002 | 2024.12.21 01:27:13.195660 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18003 | 2024.12.21 01:27:13.195685 [ 287 ] {861beaa2-baae-4dfb-9e20-ab4c452493f0} <Debug> TCPHandler: Processed in 0.002721305 sec. | ||
| 18004 | 2024.12.21 01:27:13.195876 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18005 | 2024.12.21 01:27:13.195915 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 18006 | 2024.12.21 01:27:13.196036 [ 285 ] {d03ba675-9aea-4a7a-9711-741cf225563d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18007 | 2024.12.21 01:27:13.196064 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18008 | 2024.12.21 01:27:13.196107 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 916 rows starting from the beginning of the part | ||
| 18009 | 2024.12.21 01:27:13.196112 [ 285 ] {d03ba675-9aea-4a7a-9711-741cf225563d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18010 | 2024.12.21 01:27:13.196388 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 98 rows starting from the beginning of the part | ||
| 18011 | 2024.12.21 01:27:13.196807 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 390 rows starting from the beginning of the part | ||
| 18012 | 2024.12.21 01:27:13.197261 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 100 rows starting from the beginning of the part | ||
| 18013 | 2024.12.21 01:27:13.197649 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 390 rows starting from the beginning of the part | ||
| 18014 | 2024.12.21 01:27:13.197937 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 98 rows starting from the beginning of the part | ||
| 18015 | 2024.12.21 01:27:13.198752 [ 285 ] {d03ba675-9aea-4a7a-9711-741cf225563d} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18016 | 2024.12.21 01:27:13.198800 [ 285 ] {d03ba675-9aea-4a7a-9711-741cf225563d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18017 | 2024.12.21 01:27:13.199412 [ 285 ] {d03ba675-9aea-4a7a-9711-741cf225563d} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18018 | 2024.12.21 01:27:13.199743 [ 285 ] {d03ba675-9aea-4a7a-9711-741cf225563d} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18019 | 2024.12.21 01:27:13.200089 [ 285 ] {d03ba675-9aea-4a7a-9711-741cf225563d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004092 sec., 39100.68426197458 rows/sec., 2.72 MiB/sec. | ||
| 18020 | 2024.12.21 01:27:13.200137 [ 191 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1992 rows, containing 5 columns (5 merged, 0 gathered) in 0.004376804 sec., 455126.6175044622 rows/sec., 34.89 MiB/sec. | ||
| 18021 | 2024.12.21 01:27:13.200172 [ 285 ] {d03ba675-9aea-4a7a-9711-741cf225563d} <Debug> TCPHandler: Processed in 0.004397694 sec. | ||
| 18022 | 2024.12.21 01:27:13.200382 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18023 | 2024.12.21 01:27:13.200408 [ 193 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 18024 | 2024.12.21 01:27:13.200622 [ 287 ] {95dc21d2-e146-4e19-99dd-fe26dd2e30a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18025 | 2024.12.21 01:27:13.200811 [ 287 ] {95dc21d2-e146-4e19-99dd-fe26dd2e30a0} <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 | ||
| 18026 | 2024.12.21 01:27:13.201184 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_146_29} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18027 | 2024.12.21 01:27:13.201499 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_146_29} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 18028 | 2024.12.21 01:27:13.201758 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 18029 | 2024.12.21 01:27:13.202800 [ 287 ] {95dc21d2-e146-4e19-99dd-fe26dd2e30a0} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18030 | 2024.12.21 01:27:13.202845 [ 287 ] {95dc21d2-e146-4e19-99dd-fe26dd2e30a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18031 | 2024.12.21 01:27:13.203547 [ 287 ] {95dc21d2-e146-4e19-99dd-fe26dd2e30a0} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 18032 | 2024.12.21 01:27:13.203813 [ 287 ] {95dc21d2-e146-4e19-99dd-fe26dd2e30a0} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18033 | 2024.12.21 01:27:13.204062 [ 287 ] {95dc21d2-e146-4e19-99dd-fe26dd2e30a0} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.003502 sec., 9708.73786407767 rows/sec., 17.40 MiB/sec. | ||
| 18034 | 2024.12.21 01:27:13.204207 [ 287 ] {95dc21d2-e146-4e19-99dd-fe26dd2e30a0} <Debug> TCPHandler: Processed in 0.003919906 sec. | ||
| 18035 | 2024.12.21 01:27:13.204477 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18036 | 2024.12.21 01:27:13.204675 [ 285 ] {dae4a8eb-cd0a-42a5-a56c-a42bc02278e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18037 | 2024.12.21 01:27:13.204733 [ 285 ] {dae4a8eb-cd0a-42a5-a56c-a42bc02278e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18038 | 2024.12.21 01:27:13.205259 [ 285 ] {dae4a8eb-cd0a-42a5-a56c-a42bc02278e5} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18039 | 2024.12.21 01:27:13.205301 [ 285 ] {dae4a8eb-cd0a-42a5-a56c-a42bc02278e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18040 | 2024.12.21 01:27:13.205709 [ 285 ] {dae4a8eb-cd0a-42a5-a56c-a42bc02278e5} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18041 | 2024.12.21 01:27:13.205961 [ 285 ] {dae4a8eb-cd0a-42a5-a56c-a42bc02278e5} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18042 | 2024.12.21 01:27:13.206135 [ 54 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 18043 | 2024.12.21 01:27:13.206196 [ 54 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18044 | 2024.12.21 01:27:13.206208 [ 285 ] {dae4a8eb-cd0a-42a5-a56c-a42bc02278e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00158 sec., 37974.6835443038 rows/sec., 2.56 MiB/sec. | ||
| 18045 | 2024.12.21 01:27:13.206229 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18046 | 2024.12.21 01:27:13.206349 [ 285 ] {dae4a8eb-cd0a-42a5-a56c-a42bc02278e5} <Debug> TCPHandler: Processed in 0.001986004 sec. | ||
| 18047 | 2024.12.21 01:27:13.206398 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 18048 | 2024.12.21 01:27:13.206498 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18049 | 2024.12.21 01:27:13.206527 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8568 rows starting from the beginning of the part | ||
| 18050 | 2024.12.21 01:27:13.206581 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part | ||
| 18051 | 2024.12.21 01:27:13.206807 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 82 rows starting from the beginning of the part | ||
| 18052 | 2024.12.21 01:27:13.206989 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part | ||
| 18053 | 2024.12.21 01:27:13.207124 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 82 rows starting from the beginning of the part | ||
| 18054 | 2024.12.21 01:27:13.207309 [ 191 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part | ||
| 18055 | 2024.12.21 01:27:13.210052 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8912 rows, containing 4 columns (4 merged, 0 gathered) in 0.003710502 sec., 2401831.342497592 rows/sec., 156.55 MiB/sec. | ||
| 18056 | 2024.12.21 01:27:13.210267 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 18057 | 2024.12.21 01:27:13.210626 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_146_29} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18058 | 2024.12.21 01:27:13.210719 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_146_29} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 18059 | 2024.12.21 01:27:13.210810 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.85 MiB. | ||
| 18060 | 2024.12.21 01:27:13.465317 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18061 | 2024.12.21 01:27:13.465465 [ 287 ] {a025d557-f8cc-4320-8481-dbc56f3ef97e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18062 | 2024.12.21 01:27:13.465528 [ 287 ] {a025d557-f8cc-4320-8481-dbc56f3ef97e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18063 | 2024.12.21 01:27:13.466225 [ 287 ] {a025d557-f8cc-4320-8481-dbc56f3ef97e} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18064 | 2024.12.21 01:27:13.466267 [ 287 ] {a025d557-f8cc-4320-8481-dbc56f3ef97e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18065 | 2024.12.21 01:27:13.466677 [ 287 ] {a025d557-f8cc-4320-8481-dbc56f3ef97e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18066 | 2024.12.21 01:27:13.466938 [ 287 ] {a025d557-f8cc-4320-8481-dbc56f3ef97e} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18067 | 2024.12.21 01:27:13.467133 [ 287 ] {a025d557-f8cc-4320-8481-dbc56f3ef97e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001703 sec., 8220.786846741044 rows/sec., 591.79 KiB/sec. | ||
| 18068 | 2024.12.21 01:27:13.467202 [ 287 ] {a025d557-f8cc-4320-8481-dbc56f3ef97e} <Debug> TCPHandler: Processed in 0.001967174 sec. | ||
| 18069 | 2024.12.21 01:27:13.467491 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18070 | 2024.12.21 01:27:13.467736 [ 285 ] {8d1e00d2-348c-4488-90f3-b113775941ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18071 | 2024.12.21 01:27:13.467838 [ 285 ] {8d1e00d2-348c-4488-90f3-b113775941ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18072 | 2024.12.21 01:27:13.469356 [ 285 ] {8d1e00d2-348c-4488-90f3-b113775941ae} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18073 | 2024.12.21 01:27:13.469399 [ 285 ] {8d1e00d2-348c-4488-90f3-b113775941ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18074 | 2024.12.21 01:27:13.469884 [ 285 ] {8d1e00d2-348c-4488-90f3-b113775941ae} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18075 | 2024.12.21 01:27:13.470140 [ 285 ] {8d1e00d2-348c-4488-90f3-b113775941ae} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18076 | 2024.12.21 01:27:13.470376 [ 285 ] {8d1e00d2-348c-4488-90f3-b113775941ae} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.002701 sec., 503146.9825990374 rows/sec., 41.81 MiB/sec. | ||
| 18077 | 2024.12.21 01:27:13.470436 [ 285 ] {8d1e00d2-348c-4488-90f3-b113775941ae} <Debug> TCPHandler: Processed in 0.003109712 sec. | ||
| 18078 | 2024.12.21 01:27:13.470587 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18079 | 2024.12.21 01:27:13.470728 [ 287 ] {bdb84b80-bd17-4b51-a227-1c8b3a970531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18080 | 2024.12.21 01:27:13.470790 [ 287 ] {bdb84b80-bd17-4b51-a227-1c8b3a970531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18081 | 2024.12.21 01:27:13.471437 [ 287 ] {bdb84b80-bd17-4b51-a227-1c8b3a970531} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18082 | 2024.12.21 01:27:13.471475 [ 287 ] {bdb84b80-bd17-4b51-a227-1c8b3a970531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18083 | 2024.12.21 01:27:13.471859 [ 287 ] {bdb84b80-bd17-4b51-a227-1c8b3a970531} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 18084 | 2024.12.21 01:27:13.472115 [ 287 ] {bdb84b80-bd17-4b51-a227-1c8b3a970531} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18085 | 2024.12.21 01:27:13.472297 [ 287 ] {bdb84b80-bd17-4b51-a227-1c8b3a970531} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001603 sec., 9357.454772301933 rows/sec., 659.77 KiB/sec. | ||
| 18086 | 2024.12.21 01:27:13.472353 [ 287 ] {bdb84b80-bd17-4b51-a227-1c8b3a970531} <Debug> TCPHandler: Processed in 0.00183285 sec. | ||
| 18087 | 2024.12.21 01:27:13.472520 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18088 | 2024.12.21 01:27:13.472662 [ 285 ] {57e273ca-afcd-428d-b25c-292bb4b7d1a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18089 | 2024.12.21 01:27:13.472722 [ 285 ] {57e273ca-afcd-428d-b25c-292bb4b7d1a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18090 | 2024.12.21 01:27:13.473478 [ 285 ] {57e273ca-afcd-428d-b25c-292bb4b7d1a6} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18091 | 2024.12.21 01:27:13.473520 [ 285 ] {57e273ca-afcd-428d-b25c-292bb4b7d1a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18092 | 2024.12.21 01:27:13.473911 [ 285 ] {57e273ca-afcd-428d-b25c-292bb4b7d1a6} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18093 | 2024.12.21 01:27:13.474177 [ 285 ] {57e273ca-afcd-428d-b25c-292bb4b7d1a6} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18094 | 2024.12.21 01:27:13.474386 [ 285 ] {57e273ca-afcd-428d-b25c-292bb4b7d1a6} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001757 sec., 137734.7751849744 rows/sec., 9.33 MiB/sec. | ||
| 18095 | 2024.12.21 01:27:13.474442 [ 285 ] {57e273ca-afcd-428d-b25c-292bb4b7d1a6} <Debug> TCPHandler: Processed in 0.001989593 sec. | ||
| 18096 | 2024.12.21 01:27:13.474609 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18097 | 2024.12.21 01:27:13.474748 [ 287 ] {047af33d-05ac-4703-863c-1667ed5744b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18098 | 2024.12.21 01:27:13.474807 [ 287 ] {047af33d-05ac-4703-863c-1667ed5744b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18099 | 2024.12.21 01:27:13.475445 [ 287 ] {047af33d-05ac-4703-863c-1667ed5744b7} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18100 | 2024.12.21 01:27:13.475487 [ 287 ] {047af33d-05ac-4703-863c-1667ed5744b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18101 | 2024.12.21 01:27:13.475854 [ 287 ] {047af33d-05ac-4703-863c-1667ed5744b7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18102 | 2024.12.21 01:27:13.476101 [ 287 ] {047af33d-05ac-4703-863c-1667ed5744b7} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18103 | 2024.12.21 01:27:13.476349 [ 287 ] {047af33d-05ac-4703-863c-1667ed5744b7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001617 sec., 8039.579468150897 rows/sec., 501.27 KiB/sec. | ||
| 18104 | 2024.12.21 01:27:13.476416 [ 287 ] {047af33d-05ac-4703-863c-1667ed5744b7} <Debug> TCPHandler: Processed in 0.001873692 sec. | ||
| 18105 | 2024.12.21 01:27:13.476660 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18106 | 2024.12.21 01:27:13.476844 [ 285 ] {69b16889-c1d4-4451-bcc5-24adcca54629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18107 | 2024.12.21 01:27:13.476902 [ 285 ] {69b16889-c1d4-4451-bcc5-24adcca54629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18108 | 2024.12.21 01:27:13.477847 [ 285 ] {69b16889-c1d4-4451-bcc5-24adcca54629} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18109 | 2024.12.21 01:27:13.477888 [ 285 ] {69b16889-c1d4-4451-bcc5-24adcca54629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18110 | 2024.12.21 01:27:13.478311 [ 285 ] {69b16889-c1d4-4451-bcc5-24adcca54629} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18111 | 2024.12.21 01:27:13.478562 [ 285 ] {69b16889-c1d4-4451-bcc5-24adcca54629} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18112 | 2024.12.21 01:27:13.478814 [ 285 ] {69b16889-c1d4-4451-bcc5-24adcca54629} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.001995 sec., 424060.1503759399 rows/sec., 30.65 MiB/sec. | ||
| 18113 | 2024.12.21 01:27:13.478878 [ 285 ] {69b16889-c1d4-4451-bcc5-24adcca54629} <Debug> TCPHandler: Processed in 0.002353579 sec. | ||
| 18114 | 2024.12.21 01:27:13.479086 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18115 | 2024.12.21 01:27:13.479404 [ 287 ] {f2ff4116-72cc-4e21-ae87-04657a3f5807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18116 | 2024.12.21 01:27:13.479513 [ 287 ] {f2ff4116-72cc-4e21-ae87-04657a3f5807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18117 | 2024.12.21 01:27:13.480092 [ 287 ] {f2ff4116-72cc-4e21-ae87-04657a3f5807} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18118 | 2024.12.21 01:27:13.480140 [ 287 ] {f2ff4116-72cc-4e21-ae87-04657a3f5807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18119 | 2024.12.21 01:27:13.480521 [ 287 ] {f2ff4116-72cc-4e21-ae87-04657a3f5807} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18120 | 2024.12.21 01:27:13.480766 [ 287 ] {f2ff4116-72cc-4e21-ae87-04657a3f5807} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18121 | 2024.12.21 01:27:13.481016 [ 287 ] {f2ff4116-72cc-4e21-ae87-04657a3f5807} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001725 sec., 3478.2608695652175 rows/sec., 181.73 KiB/sec. | ||
| 18122 | 2024.12.21 01:27:13.481233 [ 287 ] {f2ff4116-72cc-4e21-ae87-04657a3f5807} <Debug> TCPHandler: Processed in 0.002235578 sec. | ||
| 18123 | 2024.12.21 01:27:13.481482 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18124 | 2024.12.21 01:27:13.481703 [ 285 ] {3bd6ae7a-2db1-4929-a41b-132f9543fe38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18125 | 2024.12.21 01:27:13.481767 [ 285 ] {3bd6ae7a-2db1-4929-a41b-132f9543fe38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18126 | 2024.12.21 01:27:13.482604 [ 285 ] {3bd6ae7a-2db1-4929-a41b-132f9543fe38} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18127 | 2024.12.21 01:27:13.482645 [ 285 ] {3bd6ae7a-2db1-4929-a41b-132f9543fe38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18128 | 2024.12.21 01:27:13.483098 [ 285 ] {3bd6ae7a-2db1-4929-a41b-132f9543fe38} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18129 | 2024.12.21 01:27:13.483356 [ 285 ] {3bd6ae7a-2db1-4929-a41b-132f9543fe38} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18130 | 2024.12.21 01:27:13.483589 [ 285 ] {3bd6ae7a-2db1-4929-a41b-132f9543fe38} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.001928 sec., 495331.9502074689 rows/sec., 32.91 MiB/sec. | ||
| 18131 | 2024.12.21 01:27:13.483685 [ 285 ] {3bd6ae7a-2db1-4929-a41b-132f9543fe38} <Debug> TCPHandler: Processed in 0.002340519 sec. | ||
| 18132 | 2024.12.21 01:27:13.483881 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18133 | 2024.12.21 01:27:13.484199 [ 287 ] {0c2a0e31-70b7-421f-b24b-d2e771beb9da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18134 | 2024.12.21 01:27:13.484300 [ 287 ] {0c2a0e31-70b7-421f-b24b-d2e771beb9da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18135 | 2024.12.21 01:27:13.484773 [ 287 ] {0c2a0e31-70b7-421f-b24b-d2e771beb9da} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18136 | 2024.12.21 01:27:13.484812 [ 287 ] {0c2a0e31-70b7-421f-b24b-d2e771beb9da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18137 | 2024.12.21 01:27:13.485189 [ 287 ] {0c2a0e31-70b7-421f-b24b-d2e771beb9da} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18138 | 2024.12.21 01:27:13.485433 [ 287 ] {0c2a0e31-70b7-421f-b24b-d2e771beb9da} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18139 | 2024.12.21 01:27:13.485648 [ 287 ] {0c2a0e31-70b7-421f-b24b-d2e771beb9da} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001567 sec., 638.1620931716656 rows/sec., 43.00 KiB/sec. | ||
| 18140 | 2024.12.21 01:27:13.485701 [ 287 ] {0c2a0e31-70b7-421f-b24b-d2e771beb9da} <Debug> TCPHandler: Processed in 0.001929972 sec. | ||
| 18141 | 2024.12.21 01:27:13.485865 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18142 | 2024.12.21 01:27:13.486004 [ 285 ] {32429d5a-7d86-4c77-9662-4ac7c6ff0ee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18143 | 2024.12.21 01:27:13.486098 [ 285 ] {32429d5a-7d86-4c77-9662-4ac7c6ff0ee0} <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 | ||
| 18144 | 2024.12.21 01:27:13.487248 [ 285 ] {32429d5a-7d86-4c77-9662-4ac7c6ff0ee0} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18145 | 2024.12.21 01:27:13.487292 [ 285 ] {32429d5a-7d86-4c77-9662-4ac7c6ff0ee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18146 | 2024.12.21 01:27:13.487928 [ 285 ] {32429d5a-7d86-4c77-9662-4ac7c6ff0ee0} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 18147 | 2024.12.21 01:27:13.488211 [ 285 ] {32429d5a-7d86-4c77-9662-4ac7c6ff0ee0} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18148 | 2024.12.21 01:27:13.488468 [ 285 ] {32429d5a-7d86-4c77-9662-4ac7c6ff0ee0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002495 sec., 3206.4128256513027 rows/sec., 5.75 MiB/sec. | ||
| 18149 | 2024.12.21 01:27:13.488578 [ 285 ] {32429d5a-7d86-4c77-9662-4ac7c6ff0ee0} <Debug> TCPHandler: Processed in 0.002781126 sec. | ||
| 18150 | 2024.12.21 01:27:13.488742 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18151 | 2024.12.21 01:27:13.488880 [ 287 ] {7f1cbe39-e7ea-4ce0-9140-7a7958cedee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18152 | 2024.12.21 01:27:13.488939 [ 287 ] {7f1cbe39-e7ea-4ce0-9140-7a7958cedee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18153 | 2024.12.21 01:27:13.489454 [ 287 ] {7f1cbe39-e7ea-4ce0-9140-7a7958cedee1} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18154 | 2024.12.21 01:27:13.489495 [ 287 ] {7f1cbe39-e7ea-4ce0-9140-7a7958cedee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18155 | 2024.12.21 01:27:13.489872 [ 287 ] {7f1cbe39-e7ea-4ce0-9140-7a7958cedee1} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18156 | 2024.12.21 01:27:13.490115 [ 287 ] {7f1cbe39-e7ea-4ce0-9140-7a7958cedee1} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18157 | 2024.12.21 01:27:13.490319 [ 287 ] {7f1cbe39-e7ea-4ce0-9140-7a7958cedee1} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00147 sec., 23129.251700680274 rows/sec., 1.34 MiB/sec. | ||
| 18158 | 2024.12.21 01:27:13.490372 [ 287 ] {7f1cbe39-e7ea-4ce0-9140-7a7958cedee1} <Debug> TCPHandler: Processed in 0.001699139 sec. | ||
| 18159 | 2024.12.21 01:27:14.000216 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.11 MiB, peak 292.85 MiB, free memory in arenas 0.00 B, will set to 273.80 MiB (RSS), difference: -1.31 MiB | ||
| 18160 | 2024.12.21 01:27:14.273167 [ 220 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18161 | 2024.12.21 01:27:14.273224 [ 220 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18162 | 2024.12.21 01:27:14.275234 [ 220 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18163 | 2024.12.21 01:27:14.344355 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 2546 | ||
| 18164 | 2024.12.21 01:27:14.348079 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18165 | 2024.12.21 01:27:14.348141 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18166 | 2024.12.21 01:27:14.350053 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18167 | 2024.12.21 01:27:14.350387 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18168 | 2024.12.21 01:27:14.350948 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2546 | ||
| 18169 | 2024.12.21 01:27:15.263042 [ 221 ] {} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 18170 | 2024.12.21 01:27:15.263106 [ 221 ] {} <Debug> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 18171 | 2024.12.21 01:27:15.264773 [ 221 ] {} <Debug> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 18172 | 2024.12.21 01:27:16.556852 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39894 | ||
| 18173 | 2024.12.21 01:27:16.557543 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18174 | 2024.12.21 01:27:16.557585 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18175 | 2024.12.21 01:27:16.558134 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 18176 | 2024.12.21 01:27:16.558406 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18177 | 2024.12.21 01:27:16.558600 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 | ||
| 18178 | 2024.12.21 01:27:18.099380 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18179 | 2024.12.21 01:27:18.099433 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18180 | 2024.12.21 01:27:18.101281 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18181 | 2024.12.21 01:27:18.114316 [ 219 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18182 | 2024.12.21 01:27:18.114365 [ 219 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18183 | 2024.12.21 01:27:18.116618 [ 219 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18184 | 2024.12.21 01:27:18.120414 [ 223 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18185 | 2024.12.21 01:27:18.120458 [ 223 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18186 | 2024.12.21 01:27:18.122572 [ 223 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18187 | 2024.12.21 01:27:18.170337 [ 219 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18188 | 2024.12.21 01:27:18.170390 [ 219 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18189 | 2024.12.21 01:27:18.172788 [ 219 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18190 | 2024.12.21 01:27:18.179130 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18191 | 2024.12.21 01:27:18.179346 [ 287 ] {1a645020-502e-49f7-ad12-dc37947a3b9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18192 | 2024.12.21 01:27:18.179424 [ 287 ] {1a645020-502e-49f7-ad12-dc37947a3b9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18193 | 2024.12.21 01:27:18.180241 [ 287 ] {1a645020-502e-49f7-ad12-dc37947a3b9e} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18194 | 2024.12.21 01:27:18.180295 [ 287 ] {1a645020-502e-49f7-ad12-dc37947a3b9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18195 | 2024.12.21 01:27:18.180756 [ 287 ] {1a645020-502e-49f7-ad12-dc37947a3b9e} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18196 | 2024.12.21 01:27:18.181023 [ 287 ] {1a645020-502e-49f7-ad12-dc37947a3b9e} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18197 | 2024.12.21 01:27:18.181277 [ 287 ] {1a645020-502e-49f7-ad12-dc37947a3b9e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001987 sec., 28183.190739808757 rows/sec., 2.15 MiB/sec. | ||
| 18198 | 2024.12.21 01:27:18.181349 [ 287 ] {1a645020-502e-49f7-ad12-dc37947a3b9e} <Debug> TCPHandler: Processed in 0.00236835 sec. | ||
| 18199 | 2024.12.21 01:27:18.181664 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18200 | 2024.12.21 01:27:18.181944 [ 285 ] {208e58e8-ab92-44a4-8881-b4d9fa65328e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18201 | 2024.12.21 01:27:18.182058 [ 285 ] {208e58e8-ab92-44a4-8881-b4d9fa65328e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18202 | 2024.12.21 01:27:18.182914 [ 285 ] {208e58e8-ab92-44a4-8881-b4d9fa65328e} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18203 | 2024.12.21 01:27:18.182956 [ 285 ] {208e58e8-ab92-44a4-8881-b4d9fa65328e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18204 | 2024.12.21 01:27:18.183392 [ 285 ] {208e58e8-ab92-44a4-8881-b4d9fa65328e} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18205 | 2024.12.21 01:27:18.183653 [ 285 ] {208e58e8-ab92-44a4-8881-b4d9fa65328e} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18206 | 2024.12.21 01:27:18.183856 [ 285 ] {208e58e8-ab92-44a4-8881-b4d9fa65328e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001995 sec., 32080.200501253137 rows/sec., 2.50 MiB/sec. | ||
| 18207 | 2024.12.21 01:27:18.183919 [ 285 ] {208e58e8-ab92-44a4-8881-b4d9fa65328e} <Debug> TCPHandler: Processed in 0.002432461 sec. | ||
| 18208 | 2024.12.21 01:27:18.184099 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18209 | 2024.12.21 01:27:18.184249 [ 287 ] {eb117faa-5ab4-4e0d-8080-0b8e9fd45157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18210 | 2024.12.21 01:27:18.184317 [ 287 ] {eb117faa-5ab4-4e0d-8080-0b8e9fd45157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18211 | 2024.12.21 01:27:18.184990 [ 287 ] {eb117faa-5ab4-4e0d-8080-0b8e9fd45157} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18212 | 2024.12.21 01:27:18.185040 [ 287 ] {eb117faa-5ab4-4e0d-8080-0b8e9fd45157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18213 | 2024.12.21 01:27:18.185486 [ 287 ] {eb117faa-5ab4-4e0d-8080-0b8e9fd45157} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18214 | 2024.12.21 01:27:18.185748 [ 287 ] {eb117faa-5ab4-4e0d-8080-0b8e9fd45157} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18215 | 2024.12.21 01:27:18.185909 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 5 parts from all_1_143_29 to all_147_147_0 | ||
| 18216 | 2024.12.21 01:27:18.185976 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18217 | 2024.12.21 01:27:18.185984 [ 287 ] {eb117faa-5ab4-4e0d-8080-0b8e9fd45157} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001765 sec., 72521.2464589235 rows/sec., 5.05 MiB/sec. | ||
| 18218 | 2024.12.21 01:27:18.186015 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18219 | 2024.12.21 01:27:18.186148 [ 287 ] {eb117faa-5ab4-4e0d-8080-0b8e9fd45157} <Debug> TCPHandler: Processed in 0.002120386 sec. | ||
| 18220 | 2024.12.21 01:27:18.186314 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_147_30} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_143_29 to all_147_147_0 into Compact with storage Full | ||
| 18221 | 2024.12.21 01:27:18.186377 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18222 | 2024.12.21 01:27:18.186606 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_147_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18223 | 2024.12.21 01:27:18.186638 [ 285 ] {d8566643-e158-4407-ae9b-e26557d412ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18224 | 2024.12.21 01:27:18.186682 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_143_29, total 43002 rows starting from the beginning of the part | ||
| 18225 | 2024.12.21 01:27:18.186762 [ 285 ] {d8566643-e158-4407-ae9b-e26557d412ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18226 | 2024.12.21 01:27:18.186992 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 161 rows starting from the beginning of the part | ||
| 18227 | 2024.12.21 01:27:18.187378 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 237 rows starting from the beginning of the part | ||
| 18228 | 2024.12.21 01:27:18.187682 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 160 rows starting from the beginning of the part | ||
| 18229 | 2024.12.21 01:27:18.188093 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 955 rows starting from the beginning of the part | ||
| 18230 | 2024.12.21 01:27:18.189519 [ 285 ] {d8566643-e158-4407-ae9b-e26557d412ea} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18231 | 2024.12.21 01:27:18.189609 [ 285 ] {d8566643-e158-4407-ae9b-e26557d412ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18232 | 2024.12.21 01:27:18.190154 [ 285 ] {d8566643-e158-4407-ae9b-e26557d412ea} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18233 | 2024.12.21 01:27:18.190432 [ 285 ] {d8566643-e158-4407-ae9b-e26557d412ea} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18234 | 2024.12.21 01:27:18.190926 [ 285 ] {d8566643-e158-4407-ae9b-e26557d412ea} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004357 sec., 11016.754647693368 rows/sec., 760.27 KiB/sec. | ||
| 18235 | 2024.12.21 01:27:18.191124 [ 285 ] {d8566643-e158-4407-ae9b-e26557d412ea} <Debug> TCPHandler: Processed in 0.004832001 sec. | ||
| 18236 | 2024.12.21 01:27:18.197769 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_147_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44515 rows, containing 5 columns (5 merged, 0 gathered) in 0.011612685 sec., 3833308.1453600097 rows/sec., 258.77 MiB/sec. | ||
| 18237 | 2024.12.21 01:27:18.198184 [ 198 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_147_30} <Trace> MergedBlockOutputStream: filled checksums all_1_147_30 (state Temporary) | ||
| 18238 | 2024.12.21 01:27:18.198521 [ 198 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_147_30} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_147_30 to all_1_147_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18239 | 2024.12.21 01:27:18.198600 [ 198 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_147_30} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 5 parts: [all_1_143_29, all_147_147_0] -> all_1_147_30 | ||
| 18240 | 2024.12.21 01:27:18.198698 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 18241 | 2024.12.21 01:27:19.449696 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656 | ||
| 18242 | 2024.12.21 01:27:19.473857 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18243 | 2024.12.21 01:27:19.473918 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18244 | 2024.12.21 01:27:19.481558 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 18245 | 2024.12.21 01:27:19.482390 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18246 | 2024.12.21 01:27:19.485697 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||
| 18247 | 2024.12.21 01:27:23.182398 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18248 | 2024.12.21 01:27:23.182612 [ 287 ] {afeb05e2-1b52-4af6-9a79-f9ef080152d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18249 | 2024.12.21 01:27:23.182696 [ 287 ] {afeb05e2-1b52-4af6-9a79-f9ef080152d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18250 | 2024.12.21 01:27:23.183615 [ 287 ] {afeb05e2-1b52-4af6-9a79-f9ef080152d8} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18251 | 2024.12.21 01:27:23.183665 [ 287 ] {afeb05e2-1b52-4af6-9a79-f9ef080152d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18252 | 2024.12.21 01:27:23.184123 [ 287 ] {afeb05e2-1b52-4af6-9a79-f9ef080152d8} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 18253 | 2024.12.21 01:27:23.184386 [ 287 ] {afeb05e2-1b52-4af6-9a79-f9ef080152d8} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18254 | 2024.12.21 01:27:23.184615 [ 287 ] {afeb05e2-1b52-4af6-9a79-f9ef080152d8} <Debug> executeQuery: Read 124 rows, 10.78 KiB in 0.002063 sec., 60106.64081434803 rows/sec., 5.10 MiB/sec. | ||
| 18255 | 2024.12.21 01:27:23.184685 [ 287 ] {afeb05e2-1b52-4af6-9a79-f9ef080152d8} <Debug> TCPHandler: Processed in 0.002431831 sec. | ||
| 18256 | 2024.12.21 01:27:23.184952 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18257 | 2024.12.21 01:27:23.185166 [ 285 ] {81ab705b-d854-4bbe-a253-71a12f72f194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18258 | 2024.12.21 01:27:23.185248 [ 285 ] {81ab705b-d854-4bbe-a253-71a12f72f194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18259 | 2024.12.21 01:27:23.186015 [ 285 ] {81ab705b-d854-4bbe-a253-71a12f72f194} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18260 | 2024.12.21 01:27:23.186067 [ 285 ] {81ab705b-d854-4bbe-a253-71a12f72f194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18261 | 2024.12.21 01:27:23.186508 [ 285 ] {81ab705b-d854-4bbe-a253-71a12f72f194} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 18262 | 2024.12.21 01:27:23.186765 [ 285 ] {81ab705b-d854-4bbe-a253-71a12f72f194} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18263 | 2024.12.21 01:27:23.187009 [ 285 ] {81ab705b-d854-4bbe-a253-71a12f72f194} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001902 sec., 17875.920084121975 rows/sec., 1.31 MiB/sec. | ||
| 18264 | 2024.12.21 01:27:23.187065 [ 285 ] {81ab705b-d854-4bbe-a253-71a12f72f194} <Debug> TCPHandler: Processed in 0.002250558 sec. | ||
| 18265 | 2024.12.21 01:27:23.187237 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18266 | 2024.12.21 01:27:23.187387 [ 287 ] {43333a82-6192-434b-b5cb-0c0b7a2ee9d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18267 | 2024.12.21 01:27:23.187449 [ 287 ] {43333a82-6192-434b-b5cb-0c0b7a2ee9d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18268 | 2024.12.21 01:27:23.188219 [ 287 ] {43333a82-6192-434b-b5cb-0c0b7a2ee9d7} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18269 | 2024.12.21 01:27:23.188268 [ 287 ] {43333a82-6192-434b-b5cb-0c0b7a2ee9d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18270 | 2024.12.21 01:27:23.188679 [ 287 ] {43333a82-6192-434b-b5cb-0c0b7a2ee9d7} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 18271 | 2024.12.21 01:27:23.188920 [ 287 ] {43333a82-6192-434b-b5cb-0c0b7a2ee9d7} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18272 | 2024.12.21 01:27:23.189131 [ 287 ] {43333a82-6192-434b-b5cb-0c0b7a2ee9d7} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.00178 sec., 55056.1797752809 rows/sec., 4.30 MiB/sec. | ||
| 18273 | 2024.12.21 01:27:23.189188 [ 287 ] {43333a82-6192-434b-b5cb-0c0b7a2ee9d7} <Debug> TCPHandler: Processed in 0.002022374 sec. | ||
| 18274 | 2024.12.21 01:27:23.189343 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18275 | 2024.12.21 01:27:23.189474 [ 285 ] {6138b591-d2f5-43ba-81a1-066cd295f7fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18276 | 2024.12.21 01:27:23.189536 [ 285 ] {6138b591-d2f5-43ba-81a1-066cd295f7fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18277 | 2024.12.21 01:27:23.190223 [ 285 ] {6138b591-d2f5-43ba-81a1-066cd295f7fb} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18278 | 2024.12.21 01:27:23.190270 [ 285 ] {6138b591-d2f5-43ba-81a1-066cd295f7fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18279 | 2024.12.21 01:27:23.190713 [ 285 ] {6138b591-d2f5-43ba-81a1-066cd295f7fb} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 18280 | 2024.12.21 01:27:23.190962 [ 285 ] {6138b591-d2f5-43ba-81a1-066cd295f7fb} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18281 | 2024.12.21 01:27:23.191171 [ 285 ] {6138b591-d2f5-43ba-81a1-066cd295f7fb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00173 sec., 92485.54913294798 rows/sec., 6.44 MiB/sec. | ||
| 18282 | 2024.12.21 01:27:23.191224 [ 285 ] {6138b591-d2f5-43ba-81a1-066cd295f7fb} <Debug> TCPHandler: Processed in 0.001935963 sec. | ||
| 18283 | 2024.12.21 01:27:23.191373 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18284 | 2024.12.21 01:27:23.191514 [ 287 ] {60aa8d7e-72fc-42f6-b596-0f74c751ddf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18285 | 2024.12.21 01:27:23.191608 [ 287 ] {60aa8d7e-72fc-42f6-b596-0f74c751ddf8} <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 | ||
| 18286 | 2024.12.21 01:27:23.192918 [ 287 ] {60aa8d7e-72fc-42f6-b596-0f74c751ddf8} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18287 | 2024.12.21 01:27:23.192958 [ 287 ] {60aa8d7e-72fc-42f6-b596-0f74c751ddf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18288 | 2024.12.21 01:27:23.193662 [ 287 ] {60aa8d7e-72fc-42f6-b596-0f74c751ddf8} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 18289 | 2024.12.21 01:27:23.193929 [ 287 ] {60aa8d7e-72fc-42f6-b596-0f74c751ddf8} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18290 | 2024.12.21 01:27:23.194201 [ 287 ] {60aa8d7e-72fc-42f6-b596-0f74c751ddf8} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.00272 sec., 12500 rows/sec., 22.40 MiB/sec. | ||
| 18291 | 2024.12.21 01:27:23.194389 [ 287 ] {60aa8d7e-72fc-42f6-b596-0f74c751ddf8} <Debug> TCPHandler: Processed in 0.003069932 sec. | ||
| 18292 | 2024.12.21 01:27:23.194665 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18293 | 2024.12.21 01:27:23.194837 [ 285 ] {ad4d6ba2-baa8-4c40-a091-082b46f075b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18294 | 2024.12.21 01:27:23.194898 [ 285 ] {ad4d6ba2-baa8-4c40-a091-082b46f075b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18295 | 2024.12.21 01:27:23.195474 [ 285 ] {ad4d6ba2-baa8-4c40-a091-082b46f075b8} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18296 | 2024.12.21 01:27:23.195514 [ 285 ] {ad4d6ba2-baa8-4c40-a091-082b46f075b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 18297 | 2024.12.21 01:27:23.195894 [ 285 ] {ad4d6ba2-baa8-4c40-a091-082b46f075b8} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 18298 | 2024.12.21 01:27:23.196158 [ 285 ] {ad4d6ba2-baa8-4c40-a091-082b46f075b8} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18299 | 2024.12.21 01:27:23.196387 [ 285 ] {ad4d6ba2-baa8-4c40-a091-082b46f075b8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001573 sec., 38143.67450731087 rows/sec., 2.57 MiB/sec. | ||
| 18300 | 2024.12.21 01:27:23.196494 [ 285 ] {ad4d6ba2-baa8-4c40-a091-082b46f075b8} <Debug> TCPHandler: Processed in 0.002005823 sec. | ||
| 18301 | 2024.12.21 01:27:23.829403 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18302 | 2024.12.21 01:27:23.829464 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18303 | 2024.12.21 01:27:24.058710 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40382 | ||
| 18304 | 2024.12.21 01:27:24.059342 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18305 | 2024.12.21 01:27:24.059381 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18306 | 2024.12.21 01:27:24.059902 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 18307 | 2024.12.21 01:27:24.060151 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18308 | 2024.12.21 01:27:24.060379 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40382 | ||
| 18309 | 2024.12.21 01:27:24.249184 [ 219 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Found 5 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 18310 | 2024.12.21 01:27:24.249241 [ 219 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Removing 5 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 18311 | 2024.12.21 01:27:24.251113 [ 219 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 18312 | 2024.12.21 01:27:24.345364 [ 34 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Selected 5 parts from all_1_59_13 to all_63_63_0 | ||
| 18313 | 2024.12.21 01:27:24.345433 [ 34 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18314 | 2024.12.21 01:27:24.345455 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18315 | 2024.12.21 01:27:24.345630 [ 198 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_63_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_59_13 to all_63_63_0 into Compact with storage Full | ||
| 18316 | 2024.12.21 01:27:24.346081 [ 198 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_63_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18317 | 2024.12.21 01:27:24.346181 [ 198 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_59_13, total 59 rows starting from the beginning of the part | ||
| 18318 | 2024.12.21 01:27:24.346310 [ 198 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part | ||
| 18319 | 2024.12.21 01:27:24.346564 [ 198 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part | ||
| 18320 | 2024.12.21 01:27:24.346849 [ 198 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part | ||
| 18321 | 2024.12.21 01:27:24.346976 [ 198 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part | ||
| 18322 | 2024.12.21 01:27:24.348237 [ 201 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_63_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 63 rows, containing 4 columns (4 merged, 0 gathered) in 0.002711835 sec., 23231.501916598907 rows/sec., 1.53 MiB/sec. | ||
| 18323 | 2024.12.21 01:27:24.348435 [ 200 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_63_14} <Trace> MergedBlockOutputStream: filled checksums all_1_63_14 (state Temporary) | ||
| 18324 | 2024.12.21 01:27:24.348790 [ 200 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_63_14} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_merge_all_1_63_14 to all_1_63_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18325 | 2024.12.21 01:27:24.348885 [ 200 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_63_14} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Merged 5 parts: [all_1_59_13, all_63_63_0] -> all_1_63_14 | ||
| 18326 | 2024.12.21 01:27:24.348993 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 18327 | 2024.12.21 01:27:24.351221 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2566 | ||
| 18328 | 2024.12.21 01:27:24.354029 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18329 | 2024.12.21 01:27:24.354072 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18330 | 2024.12.21 01:27:24.355590 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18331 | 2024.12.21 01:27:24.355905 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18332 | 2024.12.21 01:27:24.356460 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2566 | ||
| 18333 | 2024.12.21 01:27:25.261219 [ 225 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Found 5 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 18334 | 2024.12.21 01:27:25.261272 [ 225 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Removing 5 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 18335 | 2024.12.21 01:27:25.262890 [ 225 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 18336 | 2024.12.21 01:27:26.985763 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664 | ||
| 18337 | 2024.12.21 01:27:27.012626 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18338 | 2024.12.21 01:27:27.012696 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18339 | 2024.12.21 01:27:27.020315 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 18340 | 2024.12.21 01:27:27.021172 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18341 | 2024.12.21 01:27:27.024281 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664 | ||
| 18342 | 2024.12.21 01:27:28.185566 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18343 | 2024.12.21 01:27:28.185789 [ 287 ] {0b2876a1-8c8a-4b21-afe6-c2b2c1504e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18344 | 2024.12.21 01:27:28.185874 [ 287 ] {0b2876a1-8c8a-4b21-afe6-c2b2c1504e5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18345 | 2024.12.21 01:27:28.186732 [ 287 ] {0b2876a1-8c8a-4b21-afe6-c2b2c1504e5d} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18346 | 2024.12.21 01:27:28.186789 [ 287 ] {0b2876a1-8c8a-4b21-afe6-c2b2c1504e5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18347 | 2024.12.21 01:27:28.187250 [ 287 ] {0b2876a1-8c8a-4b21-afe6-c2b2c1504e5d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18348 | 2024.12.21 01:27:28.187510 [ 287 ] {0b2876a1-8c8a-4b21-afe6-c2b2c1504e5d} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18349 | 2024.12.21 01:27:28.187760 [ 287 ] {0b2876a1-8c8a-4b21-afe6-c2b2c1504e5d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002033 sec., 6886.374815543531 rows/sec., 495.73 KiB/sec. | ||
| 18350 | 2024.12.21 01:27:28.187833 [ 287 ] {0b2876a1-8c8a-4b21-afe6-c2b2c1504e5d} <Debug> TCPHandler: Processed in 0.002414401 sec. | ||
| 18351 | 2024.12.21 01:27:28.188147 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18352 | 2024.12.21 01:27:28.188462 [ 285 ] {375c4655-cc71-4cfb-b35a-c1a4167a6ad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18353 | 2024.12.21 01:27:28.188586 [ 285 ] {375c4655-cc71-4cfb-b35a-c1a4167a6ad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18354 | 2024.12.21 01:27:28.189491 [ 285 ] {375c4655-cc71-4cfb-b35a-c1a4167a6ad0} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18355 | 2024.12.21 01:27:28.189544 [ 285 ] {375c4655-cc71-4cfb-b35a-c1a4167a6ad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18356 | 2024.12.21 01:27:28.190041 [ 285 ] {375c4655-cc71-4cfb-b35a-c1a4167a6ad0} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 18357 | 2024.12.21 01:27:28.190378 [ 285 ] {375c4655-cc71-4cfb-b35a-c1a4167a6ad0} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18358 | 2024.12.21 01:27:28.190595 [ 285 ] {375c4655-cc71-4cfb-b35a-c1a4167a6ad0} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002221 sec., 98604.23232778028 rows/sec., 8.59 MiB/sec. | ||
| 18359 | 2024.12.21 01:27:28.190666 [ 285 ] {375c4655-cc71-4cfb-b35a-c1a4167a6ad0} <Debug> TCPHandler: Processed in 0.002699876 sec. | ||
| 18360 | 2024.12.21 01:27:28.190833 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18361 | 2024.12.21 01:27:28.190968 [ 287 ] {9529e725-a9f1-4620-936d-641c8e5cdc4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18362 | 2024.12.21 01:27:28.191023 [ 287 ] {9529e725-a9f1-4620-936d-641c8e5cdc4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18363 | 2024.12.21 01:27:28.191641 [ 287 ] {9529e725-a9f1-4620-936d-641c8e5cdc4a} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18364 | 2024.12.21 01:27:28.191684 [ 287 ] {9529e725-a9f1-4620-936d-641c8e5cdc4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18365 | 2024.12.21 01:27:28.192070 [ 287 ] {9529e725-a9f1-4620-936d-641c8e5cdc4a} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 18366 | 2024.12.21 01:27:28.192320 [ 287 ] {9529e725-a9f1-4620-936d-641c8e5cdc4a} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18367 | 2024.12.21 01:27:28.192478 [ 30 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 18368 | 2024.12.21 01:27:28.192499 [ 287 ] {9529e725-a9f1-4620-936d-641c8e5cdc4a} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001563 sec., 9596.928982725529 rows/sec., 676.66 KiB/sec. | ||
| 18369 | 2024.12.21 01:27:28.192521 [ 30 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18370 | 2024.12.21 01:27:28.192556 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18371 | 2024.12.21 01:27:28.192577 [ 287 ] {9529e725-a9f1-4620-936d-641c8e5cdc4a} <Debug> TCPHandler: Processed in 0.001803801 sec. | ||
| 18372 | 2024.12.21 01:27:28.192892 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 18373 | 2024.12.21 01:27:28.192967 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18374 | 2024.12.21 01:27:28.193396 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18375 | 2024.12.21 01:27:28.193534 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 67 rows starting from the beginning of the part | ||
| 18376 | 2024.12.21 01:27:28.193782 [ 285 ] {e0f7ddc7-6613-45d1-80ae-16e0c79e9848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18377 | 2024.12.21 01:27:28.193982 [ 285 ] {e0f7ddc7-6613-45d1-80ae-16e0c79e9848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18378 | 2024.12.21 01:27:28.194007 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 15 rows starting from the beginning of the part | ||
| 18379 | 2024.12.21 01:27:28.194502 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 34 rows starting from the beginning of the part | ||
| 18380 | 2024.12.21 01:27:28.194971 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 15 rows starting from the beginning of the part | ||
| 18381 | 2024.12.21 01:27:28.195436 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 34 rows starting from the beginning of the part | ||
| 18382 | 2024.12.21 01:27:28.196100 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 15 rows starting from the beginning of the part | ||
| 18383 | 2024.12.21 01:27:28.197403 [ 285 ] {e0f7ddc7-6613-45d1-80ae-16e0c79e9848} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18384 | 2024.12.21 01:27:28.197475 [ 285 ] {e0f7ddc7-6613-45d1-80ae-16e0c79e9848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18385 | 2024.12.21 01:27:28.198510 [ 285 ] {e0f7ddc7-6613-45d1-80ae-16e0c79e9848} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18386 | 2024.12.21 01:27:28.199122 [ 285 ] {e0f7ddc7-6613-45d1-80ae-16e0c79e9848} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18387 | 2024.12.21 01:27:28.199415 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.006742914 sec., 26694.690159180438 rows/sec., 2.01 MiB/sec. | ||
| 18388 | 2024.12.21 01:27:28.199614 [ 285 ] {e0f7ddc7-6613-45d1-80ae-16e0c79e9848} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00599 sec., 2337.228714524207 rows/sec., 163.68 KiB/sec. | ||
| 18389 | 2024.12.21 01:27:28.199659 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 18390 | 2024.12.21 01:27:28.199759 [ 285 ] {e0f7ddc7-6613-45d1-80ae-16e0c79e9848} <Debug> TCPHandler: Processed in 0.00707557 sec. | ||
| 18391 | 2024.12.21 01:27:28.200027 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18392 | 2024.12.21 01:27:28.200082 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_126_25} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18393 | 2024.12.21 01:27:28.200187 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_126_25} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 18394 | 2024.12.21 01:27:28.200362 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 18395 | 2024.12.21 01:27:28.200369 [ 287 ] {d73b4a10-2531-40b7-b724-ddfca50815fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18396 | 2024.12.21 01:27:28.200484 [ 287 ] {d73b4a10-2531-40b7-b724-ddfca50815fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18397 | 2024.12.21 01:27:28.201137 [ 287 ] {d73b4a10-2531-40b7-b724-ddfca50815fa} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18398 | 2024.12.21 01:27:28.201176 [ 287 ] {d73b4a10-2531-40b7-b724-ddfca50815fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18399 | 2024.12.21 01:27:28.201559 [ 287 ] {d73b4a10-2531-40b7-b724-ddfca50815fa} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18400 | 2024.12.21 01:27:28.201801 [ 287 ] {d73b4a10-2531-40b7-b724-ddfca50815fa} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18401 | 2024.12.21 01:27:28.201978 [ 287 ] {d73b4a10-2531-40b7-b724-ddfca50815fa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001733 sec., 7501.442585112522 rows/sec., 467.71 KiB/sec. | ||
| 18402 | 2024.12.21 01:27:28.202032 [ 287 ] {d73b4a10-2531-40b7-b724-ddfca50815fa} <Debug> TCPHandler: Processed in 0.002143506 sec. | ||
| 18403 | 2024.12.21 01:27:28.202194 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18404 | 2024.12.21 01:27:28.202339 [ 285 ] {61a17076-8e7e-4cd8-b894-020ac4caecd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18405 | 2024.12.21 01:27:28.202398 [ 285 ] {61a17076-8e7e-4cd8-b894-020ac4caecd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18406 | 2024.12.21 01:27:28.203179 [ 285 ] {61a17076-8e7e-4cd8-b894-020ac4caecd5} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18407 | 2024.12.21 01:27:28.203219 [ 285 ] {61a17076-8e7e-4cd8-b894-020ac4caecd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18408 | 2024.12.21 01:27:28.203622 [ 285 ] {61a17076-8e7e-4cd8-b894-020ac4caecd5} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 18409 | 2024.12.21 01:27:28.203867 [ 285 ] {61a17076-8e7e-4cd8-b894-020ac4caecd5} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18410 | 2024.12.21 01:27:28.204082 [ 285 ] {61a17076-8e7e-4cd8-b894-020ac4caecd5} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001778 sec., 219347.58155230596 rows/sec., 15.56 MiB/sec. | ||
| 18411 | 2024.12.21 01:27:28.204136 [ 285 ] {61a17076-8e7e-4cd8-b894-020ac4caecd5} <Debug> TCPHandler: Processed in 0.002008944 sec. | ||
| 18412 | 2024.12.21 01:27:28.204296 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18413 | 2024.12.21 01:27:28.204439 [ 287 ] {085a40cc-d057-43e6-8753-6a6e3c6f6530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18414 | 2024.12.21 01:27:28.204500 [ 287 ] {085a40cc-d057-43e6-8753-6a6e3c6f6530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18415 | 2024.12.21 01:27:28.205006 [ 287 ] {085a40cc-d057-43e6-8753-6a6e3c6f6530} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18416 | 2024.12.21 01:27:28.205043 [ 287 ] {085a40cc-d057-43e6-8753-6a6e3c6f6530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18417 | 2024.12.21 01:27:28.205415 [ 287 ] {085a40cc-d057-43e6-8753-6a6e3c6f6530} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18418 | 2024.12.21 01:27:28.205658 [ 287 ] {085a40cc-d057-43e6-8753-6a6e3c6f6530} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18419 | 2024.12.21 01:27:28.205861 [ 287 ] {085a40cc-d057-43e6-8753-6a6e3c6f6530} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001446 sec., 4149.377593360996 rows/sec., 216.79 KiB/sec. | ||
| 18420 | 2024.12.21 01:27:28.205924 [ 287 ] {085a40cc-d057-43e6-8753-6a6e3c6f6530} <Debug> TCPHandler: Processed in 0.001694378 sec. | ||
| 18421 | 2024.12.21 01:27:28.206148 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18422 | 2024.12.21 01:27:28.206315 [ 285 ] {56924b8a-f614-4044-a3d1-818fdcd485b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18423 | 2024.12.21 01:27:28.206370 [ 285 ] {56924b8a-f614-4044-a3d1-818fdcd485b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18424 | 2024.12.21 01:27:28.206951 [ 285 ] {56924b8a-f614-4044-a3d1-818fdcd485b5} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18425 | 2024.12.21 01:27:28.206992 [ 285 ] {56924b8a-f614-4044-a3d1-818fdcd485b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18426 | 2024.12.21 01:27:28.207398 [ 285 ] {56924b8a-f614-4044-a3d1-818fdcd485b5} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 18427 | 2024.12.21 01:27:28.207652 [ 285 ] {56924b8a-f614-4044-a3d1-818fdcd485b5} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18428 | 2024.12.21 01:27:28.207873 [ 285 ] {56924b8a-f614-4044-a3d1-818fdcd485b5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001582 sec., 149810.36662452592 rows/sec., 10.04 MiB/sec. | ||
| 18429 | 2024.12.21 01:27:28.207926 [ 285 ] {56924b8a-f614-4044-a3d1-818fdcd485b5} <Debug> TCPHandler: Processed in 0.001908762 sec. | ||
| 18430 | 2024.12.21 01:27:28.208089 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18431 | 2024.12.21 01:27:28.208234 [ 287 ] {76c170fe-e3d9-49d7-8e5a-2aec878033f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18432 | 2024.12.21 01:27:28.208294 [ 287 ] {76c170fe-e3d9-49d7-8e5a-2aec878033f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18433 | 2024.12.21 01:27:28.208805 [ 287 ] {76c170fe-e3d9-49d7-8e5a-2aec878033f2} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18434 | 2024.12.21 01:27:28.208842 [ 287 ] {76c170fe-e3d9-49d7-8e5a-2aec878033f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18435 | 2024.12.21 01:27:28.209204 [ 287 ] {76c170fe-e3d9-49d7-8e5a-2aec878033f2} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18436 | 2024.12.21 01:27:28.209445 [ 287 ] {76c170fe-e3d9-49d7-8e5a-2aec878033f2} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18437 | 2024.12.21 01:27:28.209623 [ 287 ] {76c170fe-e3d9-49d7-8e5a-2aec878033f2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001421 sec., 703.7297677691766 rows/sec., 47.42 KiB/sec. | ||
| 18438 | 2024.12.21 01:27:28.209671 [ 287 ] {76c170fe-e3d9-49d7-8e5a-2aec878033f2} <Debug> TCPHandler: Processed in 0.001651118 sec. | ||
| 18439 | 2024.12.21 01:27:28.209818 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18440 | 2024.12.21 01:27:28.209957 [ 285 ] {1d6ed250-0f07-4aa5-b6c8-dbe3ed1b5a9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18441 | 2024.12.21 01:27:28.210052 [ 285 ] {1d6ed250-0f07-4aa5-b6c8-dbe3ed1b5a9b} <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 | ||
| 18442 | 2024.12.21 01:27:28.211256 [ 285 ] {1d6ed250-0f07-4aa5-b6c8-dbe3ed1b5a9b} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18443 | 2024.12.21 01:27:28.211297 [ 285 ] {1d6ed250-0f07-4aa5-b6c8-dbe3ed1b5a9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18444 | 2024.12.21 01:27:28.211948 [ 285 ] {1d6ed250-0f07-4aa5-b6c8-dbe3ed1b5a9b} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 18445 | 2024.12.21 01:27:28.212234 [ 285 ] {1d6ed250-0f07-4aa5-b6c8-dbe3ed1b5a9b} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18446 | 2024.12.21 01:27:28.212429 [ 30 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 18447 | 2024.12.21 01:27:28.212488 [ 30 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18448 | 2024.12.21 01:27:28.212534 [ 285 ] {1d6ed250-0f07-4aa5-b6c8-dbe3ed1b5a9b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002596 sec., 3081.6640986132516 rows/sec., 5.52 MiB/sec. | ||
| 18449 | 2024.12.21 01:27:28.212542 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18450 | 2024.12.21 01:27:28.213313 [ 285 ] {1d6ed250-0f07-4aa5-b6c8-dbe3ed1b5a9b} <Debug> TCPHandler: Processed in 0.00355216 sec. | ||
| 18451 | 2024.12.21 01:27:28.213410 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 18452 | 2024.12.21 01:27:28.213828 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18453 | 2024.12.21 01:27:28.214603 [ 287 ] {c2571080-e362-478c-90b0-ffc5cdd18813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18454 | 2024.12.21 01:27:28.215009 [ 287 ] {c2571080-e362-478c-90b0-ffc5cdd18813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18455 | 2024.12.21 01:27:28.215276 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18456 | 2024.12.21 01:27:28.215581 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2492 rows starting from the beginning of the part | ||
| 18457 | 2024.12.21 01:27:28.216324 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 8 rows starting from the beginning of the part | ||
| 18458 | 2024.12.21 01:27:28.217185 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 34 rows starting from the beginning of the part | ||
| 18459 | 2024.12.21 01:27:28.217272 [ 287 ] {c2571080-e362-478c-90b0-ffc5cdd18813} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18460 | 2024.12.21 01:27:28.217340 [ 287 ] {c2571080-e362-478c-90b0-ffc5cdd18813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18461 | 2024.12.21 01:27:28.217855 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 8 rows starting from the beginning of the part | ||
| 18462 | 2024.12.21 01:27:28.218527 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 34 rows starting from the beginning of the part | ||
| 18463 | 2024.12.21 01:27:28.218854 [ 287 ] {c2571080-e362-478c-90b0-ffc5cdd18813} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 18464 | 2024.12.21 01:27:28.219094 [ 201 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 8 rows starting from the beginning of the part | ||
| 18465 | 2024.12.21 01:27:28.219784 [ 287 ] {c2571080-e362-478c-90b0-ffc5cdd18813} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18466 | 2024.12.21 01:27:28.220341 [ 287 ] {c2571080-e362-478c-90b0-ffc5cdd18813} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006042 sec., 13571.665011585568 rows/sec., 882.66 KiB/sec. | ||
| 18467 | 2024.12.21 01:27:28.220454 [ 287 ] {c2571080-e362-478c-90b0-ffc5cdd18813} <Debug> TCPHandler: Processed in 0.007008208 sec. | ||
| 18468 | 2024.12.21 01:27:28.227879 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2584 rows, containing 19 columns (19 merged, 0 gathered) in 0.015118045 sec., 170921.570877716 rows/sec., 306.28 MiB/sec. | ||
| 18469 | 2024.12.21 01:27:28.230492 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 18470 | 2024.12.21 01:27:28.230957 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18471 | 2024.12.21 01:27:28.231038 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 18472 | 2024.12.21 01:27:28.231204 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.80 MiB. | ||
| 18473 | 2024.12.21 01:27:31.560494 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40809 | ||
| 18474 | 2024.12.21 01:27:31.561151 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18475 | 2024.12.21 01:27:31.561190 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18476 | 2024.12.21 01:27:31.561722 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 18477 | 2024.12.21 01:27:31.561976 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18478 | 2024.12.21 01:27:31.562170 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809 | ||
| 18479 | 2024.12.21 01:27:33.182553 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18480 | 2024.12.21 01:27:33.182788 [ 287 ] {bf798d4a-7d28-42d1-bad4-5d0a0db9b6da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18481 | 2024.12.21 01:27:33.182904 [ 287 ] {bf798d4a-7d28-42d1-bad4-5d0a0db9b6da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18482 | 2024.12.21 01:27:33.183965 [ 287 ] {bf798d4a-7d28-42d1-bad4-5d0a0db9b6da} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18483 | 2024.12.21 01:27:33.184015 [ 287 ] {bf798d4a-7d28-42d1-bad4-5d0a0db9b6da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18484 | 2024.12.21 01:27:33.184445 [ 287 ] {bf798d4a-7d28-42d1-bad4-5d0a0db9b6da} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 18485 | 2024.12.21 01:27:33.184699 [ 287 ] {bf798d4a-7d28-42d1-bad4-5d0a0db9b6da} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18486 | 2024.12.21 01:27:33.184938 [ 287 ] {bf798d4a-7d28-42d1-bad4-5d0a0db9b6da} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002225 sec., 1797.7528089887642 rows/sec., 146.59 KiB/sec. | ||
| 18487 | 2024.12.21 01:27:33.185008 [ 287 ] {bf798d4a-7d28-42d1-bad4-5d0a0db9b6da} <Debug> TCPHandler: Processed in 0.002602004 sec. | ||
| 18488 | 2024.12.21 01:27:33.185296 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18489 | 2024.12.21 01:27:33.185515 [ 285 ] {1df8f611-d8e0-4224-ad89-80e080fca906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18490 | 2024.12.21 01:27:33.185600 [ 285 ] {1df8f611-d8e0-4224-ad89-80e080fca906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18491 | 2024.12.21 01:27:33.186448 [ 285 ] {1df8f611-d8e0-4224-ad89-80e080fca906} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18492 | 2024.12.21 01:27:33.186504 [ 285 ] {1df8f611-d8e0-4224-ad89-80e080fca906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18493 | 2024.12.21 01:27:33.186978 [ 285 ] {1df8f611-d8e0-4224-ad89-80e080fca906} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 18494 | 2024.12.21 01:27:33.187257 [ 285 ] {1df8f611-d8e0-4224-ad89-80e080fca906} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18495 | 2024.12.21 01:27:33.187463 [ 69 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 18496 | 2024.12.21 01:27:33.187525 [ 285 ] {1df8f611-d8e0-4224-ad89-80e080fca906} <Debug> executeQuery: Read 126 rows, 10.93 KiB in 0.00207 sec., 60869.56521739131 rows/sec., 5.16 MiB/sec. | ||
| 18497 | 2024.12.21 01:27:33.187546 [ 69 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18498 | 2024.12.21 01:27:33.187614 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18499 | 2024.12.21 01:27:33.187676 [ 285 ] {1df8f611-d8e0-4224-ad89-80e080fca906} <Debug> TCPHandler: Processed in 0.002513512 sec. | ||
| 18500 | 2024.12.21 01:27:33.187986 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 18501 | 2024.12.21 01:27:33.188027 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18502 | 2024.12.21 01:27:33.188492 [ 287 ] {89acb693-a7c8-4dac-a4ec-2b998d3b8aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18503 | 2024.12.21 01:27:33.188546 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18504 | 2024.12.21 01:27:33.188686 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1436 rows starting from the beginning of the part | ||
| 18505 | 2024.12.21 01:27:33.188714 [ 287 ] {89acb693-a7c8-4dac-a4ec-2b998d3b8aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18506 | 2024.12.21 01:27:33.189195 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 1359 rows starting from the beginning of the part | ||
| 18507 | 2024.12.21 01:27:33.189644 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 56 rows starting from the beginning of the part | ||
| 18508 | 2024.12.21 01:27:33.190295 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 124 rows starting from the beginning of the part | ||
| 18509 | 2024.12.21 01:27:33.190626 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 219 rows starting from the beginning of the part | ||
| 18510 | 2024.12.21 01:27:33.191022 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 126 rows starting from the beginning of the part | ||
| 18511 | 2024.12.21 01:27:33.192334 [ 287 ] {89acb693-a7c8-4dac-a4ec-2b998d3b8aea} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18512 | 2024.12.21 01:27:33.192393 [ 287 ] {89acb693-a7c8-4dac-a4ec-2b998d3b8aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18513 | 2024.12.21 01:27:33.193345 [ 287 ] {89acb693-a7c8-4dac-a4ec-2b998d3b8aea} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 18514 | 2024.12.21 01:27:33.193776 [ 287 ] {89acb693-a7c8-4dac-a4ec-2b998d3b8aea} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18515 | 2024.12.21 01:27:33.194065 [ 287 ] {89acb693-a7c8-4dac-a4ec-2b998d3b8aea} <Debug> executeQuery: Read 38 rows, 2.84 KiB in 0.005762 sec., 6594.932315168345 rows/sec., 492.18 KiB/sec. | ||
| 18516 | 2024.12.21 01:27:33.194140 [ 287 ] {89acb693-a7c8-4dac-a4ec-2b998d3b8aea} <Debug> TCPHandler: Processed in 0.006329147 sec. | ||
| 18517 | 2024.12.21 01:27:33.194158 [ 222 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18518 | 2024.12.21 01:27:33.194212 [ 222 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18519 | 2024.12.21 01:27:33.194728 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18520 | 2024.12.21 01:27:33.194934 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3320 rows, containing 5 columns (5 merged, 0 gathered) in 0.007196271 sec., 461350.05199220544 rows/sec., 40.30 MiB/sec. | ||
| 18521 | 2024.12.21 01:27:33.195050 [ 285 ] {c85ccc9b-13ff-486c-a10d-b04fb30dd4cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18522 | 2024.12.21 01:27:33.195187 [ 285 ] {c85ccc9b-13ff-486c-a10d-b04fb30dd4cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18523 | 2024.12.21 01:27:33.195357 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 18524 | 2024.12.21 01:27:33.196462 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_151_30} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18525 | 2024.12.21 01:27:33.196787 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_151_30} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 18526 | 2024.12.21 01:27:33.196985 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 18527 | 2024.12.21 01:27:33.197595 [ 285 ] {c85ccc9b-13ff-486c-a10d-b04fb30dd4cd} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18528 | 2024.12.21 01:27:33.197644 [ 285 ] {c85ccc9b-13ff-486c-a10d-b04fb30dd4cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18529 | 2024.12.21 01:27:33.198327 [ 285 ] {c85ccc9b-13ff-486c-a10d-b04fb30dd4cd} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 18530 | 2024.12.21 01:27:33.198748 [ 285 ] {c85ccc9b-13ff-486c-a10d-b04fb30dd4cd} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18531 | 2024.12.21 01:27:33.199017 [ 69 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 18532 | 2024.12.21 01:27:33.199011 [ 222 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18533 | 2024.12.21 01:27:33.199123 [ 69 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18534 | 2024.12.21 01:27:33.199220 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18535 | 2024.12.21 01:27:33.199288 [ 285 ] {c85ccc9b-13ff-486c-a10d-b04fb30dd4cd} <Debug> executeQuery: Read 102 rows, 8.16 KiB in 0.004298 sec., 23731.968357375525 rows/sec., 1.85 MiB/sec. | ||
| 18536 | 2024.12.21 01:27:33.199638 [ 285 ] {c85ccc9b-13ff-486c-a10d-b04fb30dd4cd} <Debug> TCPHandler: Processed in 0.005299729 sec. | ||
| 18537 | 2024.12.21 01:27:33.199718 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 18538 | 2024.12.21 01:27:33.199928 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18539 | 2024.12.21 01:27:33.200313 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18540 | 2024.12.21 01:27:33.200364 [ 287 ] {6d045f55-2aad-4dc9-958e-4dc4066a13ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18541 | 2024.12.21 01:27:33.200449 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 916 rows starting from the beginning of the part | ||
| 18542 | 2024.12.21 01:27:33.200565 [ 287 ] {6d045f55-2aad-4dc9-958e-4dc4066a13ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18543 | 2024.12.21 01:27:33.200995 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 846 rows starting from the beginning of the part | ||
| 18544 | 2024.12.21 01:27:33.201642 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 64 rows starting from the beginning of the part | ||
| 18545 | 2024.12.21 01:27:33.202190 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 98 rows starting from the beginning of the part | ||
| 18546 | 2024.12.21 01:27:33.202666 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 390 rows starting from the beginning of the part | ||
| 18547 | 2024.12.21 01:27:33.202999 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 102 rows starting from the beginning of the part | ||
| 18548 | 2024.12.21 01:27:33.204181 [ 287 ] {6d045f55-2aad-4dc9-958e-4dc4066a13ad} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18549 | 2024.12.21 01:27:33.204251 [ 287 ] {6d045f55-2aad-4dc9-958e-4dc4066a13ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18550 | 2024.12.21 01:27:33.205313 [ 287 ] {6d045f55-2aad-4dc9-958e-4dc4066a13ad} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 18551 | 2024.12.21 01:27:33.205764 [ 287 ] {6d045f55-2aad-4dc9-958e-4dc4066a13ad} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18552 | 2024.12.21 01:27:33.205966 [ 196 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 5 columns (5 merged, 0 gathered) in 0.006587321 sec., 366765.18420766195 rows/sec., 28.13 MiB/sec. | ||
| 18553 | 2024.12.21 01:27:33.206219 [ 287 ] {6d045f55-2aad-4dc9-958e-4dc4066a13ad} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.005992 sec., 27036.048064085448 rows/sec., 1.88 MiB/sec. | ||
| 18554 | 2024.12.21 01:27:33.206261 [ 188 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 18555 | 2024.12.21 01:27:33.206365 [ 287 ] {6d045f55-2aad-4dc9-958e-4dc4066a13ad} <Debug> TCPHandler: Processed in 0.006584341 sec. | ||
| 18556 | 2024.12.21 01:27:33.206573 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18557 | 2024.12.21 01:27:33.206730 [ 188 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_151_30} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18558 | 2024.12.21 01:27:33.206806 [ 285 ] {5a191fdf-a1bb-4930-9502-b5fa79ebed55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18559 | 2024.12.21 01:27:33.206868 [ 188 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_151_30} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 18560 | 2024.12.21 01:27:33.207026 [ 285 ] {5a191fdf-a1bb-4930-9502-b5fa79ebed55} <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 | ||
| 18561 | 2024.12.21 01:27:33.207039 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 18562 | 2024.12.21 01:27:33.208453 [ 285 ] {5a191fdf-a1bb-4930-9502-b5fa79ebed55} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18563 | 2024.12.21 01:27:33.208498 [ 285 ] {5a191fdf-a1bb-4930-9502-b5fa79ebed55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18564 | 2024.12.21 01:27:33.209206 [ 285 ] {5a191fdf-a1bb-4930-9502-b5fa79ebed55} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 18565 | 2024.12.21 01:27:33.209496 [ 285 ] {5a191fdf-a1bb-4930-9502-b5fa79ebed55} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18566 | 2024.12.21 01:27:33.209710 [ 285 ] {5a191fdf-a1bb-4930-9502-b5fa79ebed55} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002981 sec., 11405.568601140556 rows/sec., 20.44 MiB/sec. | ||
| 18567 | 2024.12.21 01:27:33.210093 [ 285 ] {5a191fdf-a1bb-4930-9502-b5fa79ebed55} <Debug> TCPHandler: Processed in 0.00360195 sec. | ||
| 18568 | 2024.12.21 01:27:33.210401 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18569 | 2024.12.21 01:27:33.210575 [ 287 ] {18d55cab-49cf-4ff5-a1b7-b9f77a6d13db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18570 | 2024.12.21 01:27:33.210635 [ 287 ] {18d55cab-49cf-4ff5-a1b7-b9f77a6d13db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18571 | 2024.12.21 01:27:33.211144 [ 287 ] {18d55cab-49cf-4ff5-a1b7-b9f77a6d13db} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18572 | 2024.12.21 01:27:33.211184 [ 287 ] {18d55cab-49cf-4ff5-a1b7-b9f77a6d13db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18573 | 2024.12.21 01:27:33.211569 [ 287 ] {18d55cab-49cf-4ff5-a1b7-b9f77a6d13db} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 18574 | 2024.12.21 01:27:33.211817 [ 287 ] {18d55cab-49cf-4ff5-a1b7-b9f77a6d13db} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18575 | 2024.12.21 01:27:33.212006 [ 23 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 18576 | 2024.12.21 01:27:33.212042 [ 287 ] {18d55cab-49cf-4ff5-a1b7-b9f77a6d13db} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001489 sec., 40295.500335795834 rows/sec., 2.72 MiB/sec. | ||
| 18577 | 2024.12.21 01:27:33.212068 [ 23 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18578 | 2024.12.21 01:27:33.212138 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18579 | 2024.12.21 01:27:33.212148 [ 287 ] {18d55cab-49cf-4ff5-a1b7-b9f77a6d13db} <Debug> TCPHandler: Processed in 0.001918812 sec. | ||
| 18580 | 2024.12.21 01:27:33.212330 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 18581 | 2024.12.21 01:27:33.212443 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18582 | 2024.12.21 01:27:33.212471 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 8912 rows starting from the beginning of the part | ||
| 18583 | 2024.12.21 01:27:33.212556 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 34 rows starting from the beginning of the part | ||
| 18584 | 2024.12.21 01:27:33.212747 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 48 rows starting from the beginning of the part | ||
| 18585 | 2024.12.21 01:27:33.212947 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part | ||
| 18586 | 2024.12.21 01:27:33.213110 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 82 rows starting from the beginning of the part | ||
| 18587 | 2024.12.21 01:27:33.213260 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 60 rows starting from the beginning of the part | ||
| 18588 | 2024.12.21 01:27:33.215843 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9196 rows, containing 4 columns (4 merged, 0 gathered) in 0.003603471 sec., 2551983.906627804 rows/sec., 166.33 MiB/sec. | ||
| 18589 | 2024.12.21 01:27:33.216194 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 18590 | 2024.12.21 01:27:33.216760 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_151_30} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18591 | 2024.12.21 01:27:33.216843 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_151_30} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 18592 | 2024.12.21 01:27:33.216935 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. | ||
| 18593 | 2024.12.21 01:27:33.784045 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18594 | 2024.12.21 01:27:33.784110 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18595 | 2024.12.21 01:27:33.786037 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18596 | 2024.12.21 01:27:34.356614 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2602 | ||
| 18597 | 2024.12.21 01:27:34.360361 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18598 | 2024.12.21 01:27:34.360412 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18599 | 2024.12.21 01:27:34.361955 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 18600 | 2024.12.21 01:27:34.362268 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18601 | 2024.12.21 01:27:34.362449 [ 42 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 18602 | 2024.12.21 01:27:34.362514 [ 42 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18603 | 2024.12.21 01:27:34.362559 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18604 | 2024.12.21 01:27:34.363148 [ 191 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 18605 | 2024.12.21 01:27:34.365680 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2602 | ||
| 18606 | 2024.12.21 01:27:34.365910 [ 191 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18607 | 2024.12.21 01:27:34.366103 [ 191 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2434 rows starting from the beginning of the part | ||
| 18608 | 2024.12.21 01:27:34.366735 [ 191 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 20 rows starting from the beginning of the part | ||
| 18609 | 2024.12.21 01:27:34.367454 [ 191 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 36 rows starting from the beginning of the part | ||
| 18610 | 2024.12.21 01:27:34.368180 [ 191 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part | ||
| 18611 | 2024.12.21 01:27:34.368925 [ 191 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 20 rows starting from the beginning of the part | ||
| 18612 | 2024.12.21 01:27:34.369622 [ 191 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 36 rows starting from the beginning of the part | ||
| 18613 | 2024.12.21 01:27:34.379384 [ 188 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2602 rows, containing 72 columns (72 merged, 0 gathered) in 0.016667261 sec., 156114.43295932066 rows/sec., 116.44 MiB/sec. | ||
| 18614 | 2024.12.21 01:27:34.381861 [ 192 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 18615 | 2024.12.21 01:27:34.382719 [ 192 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_66_13} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18616 | 2024.12.21 01:27:34.382819 [ 192 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_66_13} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 18617 | 2024.12.21 01:27:34.383213 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.04 MiB. | ||
| 18618 | 2024.12.21 01:27:34.524353 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671 | ||
| 18619 | 2024.12.21 01:27:34.547640 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18620 | 2024.12.21 01:27:34.547693 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 18621 | 2024.12.21 01:27:34.555292 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 18622 | 2024.12.21 01:27:34.556189 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18623 | 2024.12.21 01:27:34.561864 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671 | ||
| 18624 | 2024.12.21 01:27:38.015825 [ 224 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18625 | 2024.12.21 01:27:38.015884 [ 224 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18626 | 2024.12.21 01:27:38.017733 [ 224 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18627 | 2024.12.21 01:27:38.185003 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18628 | 2024.12.21 01:27:38.185219 [ 287 ] {e22ac0c1-4b00-4146-8941-da4730e878d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18629 | 2024.12.21 01:27:38.185305 [ 287 ] {e22ac0c1-4b00-4146-8941-da4730e878d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18630 | 2024.12.21 01:27:38.186160 [ 287 ] {e22ac0c1-4b00-4146-8941-da4730e878d2} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18631 | 2024.12.21 01:27:38.186222 [ 287 ] {e22ac0c1-4b00-4146-8941-da4730e878d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.99 GiB. | ||
| 18632 | 2024.12.21 01:27:38.186667 [ 287 ] {e22ac0c1-4b00-4146-8941-da4730e878d2} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18633 | 2024.12.21 01:27:38.186932 [ 287 ] {e22ac0c1-4b00-4146-8941-da4730e878d2} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18634 | 2024.12.21 01:27:38.187150 [ 129 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 18635 | 2024.12.21 01:27:38.187177 [ 287 ] {e22ac0c1-4b00-4146-8941-da4730e878d2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002019 sec., 6934.125804853888 rows/sec., 499.16 KiB/sec. | ||
| 18636 | 2024.12.21 01:27:38.187230 [ 129 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18637 | 2024.12.21 01:27:38.187297 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.99 GiB. | ||
| 18638 | 2024.12.21 01:27:38.187329 [ 287 ] {e22ac0c1-4b00-4146-8941-da4730e878d2} <Debug> TCPHandler: Processed in 0.002476082 sec. | ||
| 18639 | 2024.12.21 01:27:38.187473 [ 190 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
| 18640 | 2024.12.21 01:27:38.187615 [ 190 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18641 | 2024.12.21 01:27:38.187612 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18642 | 2024.12.21 01:27:38.187652 [ 190 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 14 rows starting from the beginning of the part | ||
| 18643 | 2024.12.21 01:27:38.187911 [ 190 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part | ||
| 18644 | 2024.12.21 01:27:38.188006 [ 285 ] {91b04d66-df36-4bc6-b5a0-159767e95e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18645 | 2024.12.21 01:27:38.188194 [ 285 ] {91b04d66-df36-4bc6-b5a0-159767e95e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18646 | 2024.12.21 01:27:38.188212 [ 190 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part | ||
| 18647 | 2024.12.21 01:27:38.188711 [ 190 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
| 18648 | 2024.12.21 01:27:38.189054 [ 190 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part | ||
| 18649 | 2024.12.21 01:27:38.191187 [ 285 ] {91b04d66-df36-4bc6-b5a0-159767e95e34} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18650 | 2024.12.21 01:27:38.191279 [ 285 ] {91b04d66-df36-4bc6-b5a0-159767e95e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.99 GiB. | ||
| 18651 | 2024.12.21 01:27:38.191671 [ 190 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004272942 sec., 16382.155432954625 rows/sec., 1.21 MiB/sec. | ||
| 18652 | 2024.12.21 01:27:38.191853 [ 190 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 18653 | 2024.12.21 01:27:38.192335 [ 285 ] {91b04d66-df36-4bc6-b5a0-159767e95e34} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 18654 | 2024.12.21 01:27:38.192679 [ 190 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_65_16} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18655 | 2024.12.21 01:27:38.193092 [ 190 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_65_16} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 18656 | 2024.12.21 01:27:38.193199 [ 285 ] {91b04d66-df36-4bc6-b5a0-159767e95e34} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18657 | 2024.12.21 01:27:38.193261 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18658 | 2024.12.21 01:27:38.193500 [ 285 ] {91b04d66-df36-4bc6-b5a0-159767e95e34} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.005661 sec., 38685.74456809751 rows/sec., 3.37 MiB/sec. | ||
| 18659 | 2024.12.21 01:27:38.193568 [ 285 ] {91b04d66-df36-4bc6-b5a0-159767e95e34} <Debug> TCPHandler: Processed in 0.006118453 sec. | ||
| 18660 | 2024.12.21 01:27:38.193725 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18661 | 2024.12.21 01:27:38.193854 [ 287 ] {5ddf209b-1047-4c4f-9702-01fdd38124a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18662 | 2024.12.21 01:27:38.193910 [ 287 ] {5ddf209b-1047-4c4f-9702-01fdd38124a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18663 | 2024.12.21 01:27:38.194532 [ 287 ] {5ddf209b-1047-4c4f-9702-01fdd38124a7} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18664 | 2024.12.21 01:27:38.194573 [ 287 ] {5ddf209b-1047-4c4f-9702-01fdd38124a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.99 GiB. | ||
| 18665 | 2024.12.21 01:27:38.194958 [ 287 ] {5ddf209b-1047-4c4f-9702-01fdd38124a7} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 18666 | 2024.12.21 01:27:38.195228 [ 287 ] {5ddf209b-1047-4c4f-9702-01fdd38124a7} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18667 | 2024.12.21 01:27:38.195453 [ 287 ] {5ddf209b-1047-4c4f-9702-01fdd38124a7} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00163 sec., 9202.453987730061 rows/sec., 648.84 KiB/sec. | ||
| 18668 | 2024.12.21 01:27:38.195507 [ 287 ] {5ddf209b-1047-4c4f-9702-01fdd38124a7} <Debug> TCPHandler: Processed in 0.001841371 sec. | ||
| 18669 | 2024.12.21 01:27:38.195658 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18670 | 2024.12.21 01:27:38.195779 [ 285 ] {c22f319f-84a9-41b4-a233-f7b1dbe78aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18671 | 2024.12.21 01:27:38.195832 [ 285 ] {c22f319f-84a9-41b4-a233-f7b1dbe78aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18672 | 2024.12.21 01:27:38.196534 [ 285 ] {c22f319f-84a9-41b4-a233-f7b1dbe78aed} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18673 | 2024.12.21 01:27:38.196583 [ 285 ] {c22f319f-84a9-41b4-a233-f7b1dbe78aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.99 GiB. | ||
| 18674 | 2024.12.21 01:27:38.197000 [ 285 ] {c22f319f-84a9-41b4-a233-f7b1dbe78aed} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18675 | 2024.12.21 01:27:38.197254 [ 285 ] {c22f319f-84a9-41b4-a233-f7b1dbe78aed} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18676 | 2024.12.21 01:27:38.197436 [ 129 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Selected 6 parts from all_1_60_13 to all_65_65_0 | ||
| 18677 | 2024.12.21 01:27:38.197494 [ 285 ] {c22f319f-84a9-41b4-a233-f7b1dbe78aed} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001734 sec., 8073.817762399077 rows/sec., 565.44 KiB/sec. | ||
| 18678 | 2024.12.21 01:27:38.197509 [ 129 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18679 | 2024.12.21 01:27:38.197580 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.99 GiB. | ||
| 18680 | 2024.12.21 01:27:38.197633 [ 285 ] {c22f319f-84a9-41b4-a233-f7b1dbe78aed} <Debug> TCPHandler: Processed in 0.002034454 sec. | ||
| 18681 | 2024.12.21 01:27:38.197832 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_65_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_13 to all_65_65_0 into Compact with storage Full | ||
| 18682 | 2024.12.21 01:27:38.197859 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18683 | 2024.12.21 01:27:38.198107 [ 287 ] {b72d86c4-3942-42a5-8b4c-f17bb1ceeca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18684 | 2024.12.21 01:27:38.198106 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_65_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18685 | 2024.12.21 01:27:38.198202 [ 287 ] {b72d86c4-3942-42a5-8b4c-f17bb1ceeca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18686 | 2024.12.21 01:27:38.198210 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 242 rows starting from the beginning of the part | ||
| 18687 | 2024.12.21 01:27:38.198608 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part | ||
| 18688 | 2024.12.21 01:27:38.198979 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part | ||
| 18689 | 2024.12.21 01:27:38.199387 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 242 rows starting from the beginning of the part | ||
| 18690 | 2024.12.21 01:27:38.199777 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
| 18691 | 2024.12.21 01:27:38.200108 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part | ||
| 18692 | 2024.12.21 01:27:38.201026 [ 287 ] {b72d86c4-3942-42a5-8b4c-f17bb1ceeca7} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18693 | 2024.12.21 01:27:38.201094 [ 287 ] {b72d86c4-3942-42a5-8b4c-f17bb1ceeca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.99 GiB. | ||
| 18694 | 2024.12.21 01:27:38.202046 [ 287 ] {b72d86c4-3942-42a5-8b4c-f17bb1ceeca7} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18695 | 2024.12.21 01:27:38.202565 [ 287 ] {b72d86c4-3942-42a5-8b4c-f17bb1ceeca7} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18696 | 2024.12.21 01:27:38.202968 [ 129 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 18697 | 2024.12.21 01:27:38.203078 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_65_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005394081 sec., 100109.73138890573 rows/sec., 7.17 MiB/sec. | ||
| 18698 | 2024.12.21 01:27:38.203092 [ 129 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18699 | 2024.12.21 01:27:38.203173 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.99 GiB. | ||
| 18700 | 2024.12.21 01:27:38.203189 [ 287 ] {b72d86c4-3942-42a5-8b4c-f17bb1ceeca7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005154 sec., 2522.3127667830813 rows/sec., 157.27 KiB/sec. | ||
| 18701 | 2024.12.21 01:27:38.203369 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_65_14} <Trace> MergedBlockOutputStream: filled checksums all_1_65_14 (state Temporary) | ||
| 18702 | 2024.12.21 01:27:38.203539 [ 287 ] {b72d86c4-3942-42a5-8b4c-f17bb1ceeca7} <Debug> TCPHandler: Processed in 0.005771608 sec. | ||
| 18703 | 2024.12.21 01:27:38.203605 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
| 18704 | 2024.12.21 01:27:38.203826 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18705 | 2024.12.21 01:27:38.203921 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18706 | 2024.12.21 01:27:38.204000 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 13 rows starting from the beginning of the part | ||
| 18707 | 2024.12.21 01:27:38.204149 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_65_14} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_merge_all_1_65_14 to all_1_65_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18708 | 2024.12.21 01:27:38.204286 [ 285 ] {577bcb06-e7a4-4793-9ab8-eb92831ab218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18709 | 2024.12.21 01:27:38.204416 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 13 rows starting from the beginning of the part | ||
| 18710 | 2024.12.21 01:27:38.204585 [ 189 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_65_14} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Merged 6 parts: [all_1_60_13, all_65_65_0] -> all_1_65_14 | ||
| 18711 | 2024.12.21 01:27:38.204637 [ 285 ] {577bcb06-e7a4-4793-9ab8-eb92831ab218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18712 | 2024.12.21 01:27:38.204992 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 13 rows starting from the beginning of the part | ||
| 18713 | 2024.12.21 01:27:38.205039 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 18714 | 2024.12.21 01:27:38.205553 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 13 rows starting from the beginning of the part | ||
| 18715 | 2024.12.21 01:27:38.205890 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 13 rows starting from the beginning of the part | ||
| 18716 | 2024.12.21 01:27:38.207955 [ 285 ] {577bcb06-e7a4-4793-9ab8-eb92831ab218} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18717 | 2024.12.21 01:27:38.208037 [ 285 ] {577bcb06-e7a4-4793-9ab8-eb92831ab218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.99 GiB. | ||
| 18718 | 2024.12.21 01:27:38.208414 [ 186 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005115647 sec., 12706.115179565752 rows/sec., 841.86 KiB/sec. | ||
| 18719 | 2024.12.21 01:27:38.208627 [ 186 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 18720 | 2024.12.21 01:27:38.208926 [ 285 ] {577bcb06-e7a4-4793-9ab8-eb92831ab218} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 18721 | 2024.12.21 01:27:38.209191 [ 186 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_65_16} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18722 | 2024.12.21 01:27:38.209328 [ 186 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_65_16} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 18723 | 2024.12.21 01:27:38.209400 [ 285 ] {577bcb06-e7a4-4793-9ab8-eb92831ab218} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18724 | 2024.12.21 01:27:38.209491 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18725 | 2024.12.21 01:27:38.209740 [ 285 ] {577bcb06-e7a4-4793-9ab8-eb92831ab218} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.005678 sec., 68686.15709756956 rows/sec., 4.87 MiB/sec. | ||
| 18726 | 2024.12.21 01:27:38.209812 [ 285 ] {577bcb06-e7a4-4793-9ab8-eb92831ab218} <Debug> TCPHandler: Processed in 0.006133693 sec. | ||
| 18727 | 2024.12.21 01:27:38.210031 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18728 | 2024.12.21 01:27:38.210337 [ 287 ] {2981d003-e1d5-4d8f-bac2-5ac72aa4229c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18729 | 2024.12.21 01:27:38.210423 [ 287 ] {2981d003-e1d5-4d8f-bac2-5ac72aa4229c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18730 | 2024.12.21 01:27:38.210982 [ 287 ] {2981d003-e1d5-4d8f-bac2-5ac72aa4229c} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18731 | 2024.12.21 01:27:38.211022 [ 287 ] {2981d003-e1d5-4d8f-bac2-5ac72aa4229c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.99 GiB. | ||
| 18732 | 2024.12.21 01:27:38.211399 [ 287 ] {2981d003-e1d5-4d8f-bac2-5ac72aa4229c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18733 | 2024.12.21 01:27:38.211640 [ 287 ] {2981d003-e1d5-4d8f-bac2-5ac72aa4229c} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18734 | 2024.12.21 01:27:38.211790 [ 129 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Selected 6 parts from all_1_60_13 to all_65_65_0 | ||
| 18735 | 2024.12.21 01:27:38.211858 [ 129 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18736 | 2024.12.21 01:27:38.211889 [ 287 ] {2981d003-e1d5-4d8f-bac2-5ac72aa4229c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001657 sec., 3621.0018105009053 rows/sec., 189.18 KiB/sec. | ||
| 18737 | 2024.12.21 01:27:38.211904 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.99 GiB. | ||
| 18738 | 2024.12.21 01:27:38.212032 [ 287 ] {2981d003-e1d5-4d8f-bac2-5ac72aa4229c} <Debug> TCPHandler: Processed in 0.002100796 sec. | ||
| 18739 | 2024.12.21 01:27:38.212090 [ 198 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_65_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_13 to all_65_65_0 into Compact with storage Full | ||
| 18740 | 2024.12.21 01:27:38.212234 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18741 | 2024.12.21 01:27:38.212258 [ 198 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_65_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18742 | 2024.12.21 01:27:38.212315 [ 198 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 360 rows starting from the beginning of the part | ||
| 18743 | 2024.12.21 01:27:38.212584 [ 198 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part | ||
| 18744 | 2024.12.21 01:27:38.212611 [ 285 ] {ef7d97bf-1451-469e-980c-de57e82670ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18745 | 2024.12.21 01:27:38.212859 [ 285 ] {ef7d97bf-1451-469e-980c-de57e82670ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18746 | 2024.12.21 01:27:38.212916 [ 198 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part | ||
| 18747 | 2024.12.21 01:27:38.213284 [ 198 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part | ||
| 18748 | 2024.12.21 01:27:38.213617 [ 198 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part | ||
| 18749 | 2024.12.21 01:27:38.214008 [ 198 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 6 rows starting from the beginning of the part | ||
| 18750 | 2024.12.21 01:27:38.215255 [ 285 ] {ef7d97bf-1451-469e-980c-de57e82670ca} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18751 | 2024.12.21 01:27:38.215340 [ 285 ] {ef7d97bf-1451-469e-980c-de57e82670ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.99 GiB. | ||
| 18752 | 2024.12.21 01:27:38.216505 [ 285 ] {ef7d97bf-1451-469e-980c-de57e82670ca} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 18753 | 2024.12.21 01:27:38.216726 [ 198 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_65_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 390 rows, containing 4 columns (4 merged, 0 gathered) in 0.004689829 sec., 83158.68233148799 rows/sec., 4.24 MiB/sec. | ||
| 18754 | 2024.12.21 01:27:38.216886 [ 198 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_65_14} <Trace> MergedBlockOutputStream: filled checksums all_1_65_14 (state Temporary) | ||
| 18755 | 2024.12.21 01:27:38.217052 [ 285 ] {ef7d97bf-1451-469e-980c-de57e82670ca} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18756 | 2024.12.21 01:27:38.217353 [ 129 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_147_30 to all_152_152_0 | ||
| 18757 | 2024.12.21 01:27:38.217461 [ 129 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18758 | 2024.12.21 01:27:38.217522 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.99 GiB. | ||
| 18759 | 2024.12.21 01:27:38.217545 [ 285 ] {ef7d97bf-1451-469e-980c-de57e82670ca} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005082 sec., 46635.182998819364 rows/sec., 3.13 MiB/sec. | ||
| 18760 | 2024.12.21 01:27:38.217682 [ 198 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_65_14} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_merge_all_1_65_14 to all_1_65_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18761 | 2024.12.21 01:27:38.217986 [ 285 ] {ef7d97bf-1451-469e-980c-de57e82670ca} <Debug> TCPHandler: Processed in 0.005844929 sec. | ||
| 18762 | 2024.12.21 01:27:38.218139 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_152_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_147_30 to all_152_152_0 into Compact with storage Full | ||
| 18763 | 2024.12.21 01:27:38.218195 [ 198 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_65_14} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Merged 6 parts: [all_1_60_13, all_65_65_0] -> all_1_65_14 | ||
| 18764 | 2024.12.21 01:27:38.218351 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18765 | 2024.12.21 01:27:38.218618 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 18766 | 2024.12.21 01:27:38.218959 [ 287 ] {0fddcbc3-3794-4fb9-a274-3ea7992e45b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18767 | 2024.12.21 01:27:38.218973 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_152_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18768 | 2024.12.21 01:27:38.219102 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_147_30, total 44515 rows starting from the beginning of the part | ||
| 18769 | 2024.12.21 01:27:38.219137 [ 287 ] {0fddcbc3-3794-4fb9-a274-3ea7992e45b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18770 | 2024.12.21 01:27:38.219477 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 128 rows starting from the beginning of the part | ||
| 18771 | 2024.12.21 01:27:38.219860 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 160 rows starting from the beginning of the part | ||
| 18772 | 2024.12.21 01:27:38.220510 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 237 rows starting from the beginning of the part | ||
| 18773 | 2024.12.21 01:27:38.221132 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 162 rows starting from the beginning of the part | ||
| 18774 | 2024.12.21 01:27:38.221676 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 237 rows starting from the beginning of the part | ||
| 18775 | 2024.12.21 01:27:38.222496 [ 287 ] {0fddcbc3-3794-4fb9-a274-3ea7992e45b8} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18776 | 2024.12.21 01:27:38.222539 [ 287 ] {0fddcbc3-3794-4fb9-a274-3ea7992e45b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.99 GiB. | ||
| 18777 | 2024.12.21 01:27:38.222989 [ 287 ] {0fddcbc3-3794-4fb9-a274-3ea7992e45b8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18778 | 2024.12.21 01:27:38.223263 [ 287 ] {0fddcbc3-3794-4fb9-a274-3ea7992e45b8} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18779 | 2024.12.21 01:27:38.223535 [ 287 ] {0fddcbc3-3794-4fb9-a274-3ea7992e45b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00474 sec., 210.97046413502107 rows/sec., 14.22 KiB/sec. | ||
| 18780 | 2024.12.21 01:27:38.223643 [ 287 ] {0fddcbc3-3794-4fb9-a274-3ea7992e45b8} <Debug> TCPHandler: Processed in 0.005517133 sec. | ||
| 18781 | 2024.12.21 01:27:38.223830 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18782 | 2024.12.21 01:27:38.224098 [ 285 ] {c0a80f15-b68c-4307-9f27-746ba0ca788c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18783 | 2024.12.21 01:27:38.224362 [ 285 ] {c0a80f15-b68c-4307-9f27-746ba0ca788c} <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 | ||
| 18784 | 2024.12.21 01:27:38.225992 [ 285 ] {c0a80f15-b68c-4307-9f27-746ba0ca788c} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18785 | 2024.12.21 01:27:38.226042 [ 285 ] {c0a80f15-b68c-4307-9f27-746ba0ca788c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.99 GiB. | ||
| 18786 | 2024.12.21 01:27:38.226812 [ 285 ] {c0a80f15-b68c-4307-9f27-746ba0ca788c} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 18787 | 2024.12.21 01:27:38.227215 [ 285 ] {c0a80f15-b68c-4307-9f27-746ba0ca788c} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18788 | 2024.12.21 01:27:38.227663 [ 285 ] {c0a80f15-b68c-4307-9f27-746ba0ca788c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003653 sec., 2189.9808376676706 rows/sec., 3.92 MiB/sec. | ||
| 18789 | 2024.12.21 01:27:38.227789 [ 285 ] {c0a80f15-b68c-4307-9f27-746ba0ca788c} <Debug> TCPHandler: Processed in 0.004058418 sec. | ||
| 18790 | 2024.12.21 01:27:38.227965 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18791 | 2024.12.21 01:27:38.228116 [ 287 ] {78209cff-bade-4f3b-9e11-0275a076521c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18792 | 2024.12.21 01:27:38.228189 [ 287 ] {78209cff-bade-4f3b-9e11-0275a076521c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18793 | 2024.12.21 01:27:38.228856 [ 287 ] {78209cff-bade-4f3b-9e11-0275a076521c} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18794 | 2024.12.21 01:27:38.228900 [ 287 ] {78209cff-bade-4f3b-9e11-0275a076521c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.99 GiB. | ||
| 18795 | 2024.12.21 01:27:38.229296 [ 287 ] {78209cff-bade-4f3b-9e11-0275a076521c} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 18796 | 2024.12.21 01:27:38.229541 [ 287 ] {78209cff-bade-4f3b-9e11-0275a076521c} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18797 | 2024.12.21 01:27:38.229797 [ 287 ] {78209cff-bade-4f3b-9e11-0275a076521c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001712 sec., 47897.19626168224 rows/sec., 3.04 MiB/sec. | ||
| 18798 | 2024.12.21 01:27:38.229861 [ 287 ] {78209cff-bade-4f3b-9e11-0275a076521c} <Debug> TCPHandler: Processed in 0.001962163 sec. | ||
| 18799 | 2024.12.21 01:27:38.231490 [ 200 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_152_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45439 rows, containing 5 columns (5 merged, 0 gathered) in 0.013810692 sec., 3290132.0223490614 rows/sec., 222.16 MiB/sec. | ||
| 18800 | 2024.12.21 01:27:38.232081 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_152_31} <Trace> MergedBlockOutputStream: filled checksums all_1_152_31 (state Temporary) | ||
| 18801 | 2024.12.21 01:27:38.232438 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_152_31} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_152_31 to all_1_152_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18802 | 2024.12.21 01:27:38.232524 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_152_31} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_147_30, all_152_152_0] -> all_1_152_31 | ||
| 18803 | 2024.12.21 01:27:38.232624 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB. | ||
| 18804 | 2024.12.21 01:27:38.660644 [ 224 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18805 | 2024.12.21 01:27:38.660701 [ 224 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18806 | 2024.12.21 01:27:38.662530 [ 224 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18807 | 2024.12.21 01:27:38.824482 [ 219 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18808 | 2024.12.21 01:27:38.824566 [ 219 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18809 | 2024.12.21 01:27:38.826814 [ 219 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18810 | 2024.12.21 01:27:38.829493 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18811 | 2024.12.21 01:27:38.829532 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18812 | 2024.12.21 01:27:39.062294 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41297 | ||
| 18813 | 2024.12.21 01:27:39.063036 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18814 | 2024.12.21 01:27:39.063082 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.99 GiB. | ||
| 18815 | 2024.12.21 01:27:39.063629 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 18816 | 2024.12.21 01:27:39.063904 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18817 | 2024.12.21 01:27:39.064104 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41297 | ||
| 18818 | 2024.12.21 01:27:39.226706 [ 218 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18819 | 2024.12.21 01:27:39.226762 [ 218 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18820 | 2024.12.21 01:27:39.228893 [ 218 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18821 | 2024.12.21 01:27:40.000169 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.93 MiB, peak 293.42 MiB, free memory in arenas 0.00 B, will set to 273.91 MiB (RSS), difference: 3.99 MiB | ||
| 18822 | 2024.12.21 01:27:42.061936 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679 | ||
| 18823 | 2024.12.21 01:27:42.084622 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18824 | 2024.12.21 01:27:42.084697 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.99 GiB. | ||
| 18825 | 2024.12.21 01:27:42.092374 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 18826 | 2024.12.21 01:27:42.093206 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18827 | 2024.12.21 01:27:42.096430 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679 | ||
| 18828 | 2024.12.21 01:27:43.149755 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18829 | 2024.12.21 01:27:43.149825 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18830 | 2024.12.21 01:27:43.151856 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18831 | 2024.12.21 01:27:43.183110 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18832 | 2024.12.21 01:27:43.183284 [ 287 ] {a4d23153-f6d8-43a9-8fb7-7f6329e230db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18833 | 2024.12.21 01:27:43.183360 [ 287 ] {a4d23153-f6d8-43a9-8fb7-7f6329e230db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18834 | 2024.12.21 01:27:43.184214 [ 287 ] {a4d23153-f6d8-43a9-8fb7-7f6329e230db} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18835 | 2024.12.21 01:27:43.184261 [ 287 ] {a4d23153-f6d8-43a9-8fb7-7f6329e230db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 18836 | 2024.12.21 01:27:43.184701 [ 287 ] {a4d23153-f6d8-43a9-8fb7-7f6329e230db} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 18837 | 2024.12.21 01:27:43.184953 [ 287 ] {a4d23153-f6d8-43a9-8fb7-7f6329e230db} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18838 | 2024.12.21 01:27:43.185207 [ 287 ] {a4d23153-f6d8-43a9-8fb7-7f6329e230db} <Debug> executeQuery: Read 126 rows, 10.98 KiB in 0.001977 sec., 63732.9286798179 rows/sec., 5.42 MiB/sec. | ||
| 18839 | 2024.12.21 01:27:43.185274 [ 287 ] {a4d23153-f6d8-43a9-8fb7-7f6329e230db} <Debug> TCPHandler: Processed in 0.002295299 sec. | ||
| 18840 | 2024.12.21 01:27:43.185541 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18841 | 2024.12.21 01:27:43.185751 [ 285 ] {b1f59281-5e52-4f46-aef6-a67686bedbca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18842 | 2024.12.21 01:27:43.185835 [ 285 ] {b1f59281-5e52-4f46-aef6-a67686bedbca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18843 | 2024.12.21 01:27:43.186617 [ 285 ] {b1f59281-5e52-4f46-aef6-a67686bedbca} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18844 | 2024.12.21 01:27:43.186661 [ 285 ] {b1f59281-5e52-4f46-aef6-a67686bedbca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 18845 | 2024.12.21 01:27:43.187113 [ 285 ] {b1f59281-5e52-4f46-aef6-a67686bedbca} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 18846 | 2024.12.21 01:27:43.187380 [ 285 ] {b1f59281-5e52-4f46-aef6-a67686bedbca} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18847 | 2024.12.21 01:27:43.187604 [ 285 ] {b1f59281-5e52-4f46-aef6-a67686bedbca} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001896 sec., 18459.915611814347 rows/sec., 1.36 MiB/sec. | ||
| 18848 | 2024.12.21 01:27:43.187706 [ 285 ] {b1f59281-5e52-4f46-aef6-a67686bedbca} <Debug> TCPHandler: Processed in 0.002297679 sec. | ||
| 18849 | 2024.12.21 01:27:43.187942 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18850 | 2024.12.21 01:27:43.188213 [ 287 ] {03a33d16-6f04-4771-b03c-679a088831c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18851 | 2024.12.21 01:27:43.188310 [ 287 ] {03a33d16-6f04-4771-b03c-679a088831c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18852 | 2024.12.21 01:27:43.189264 [ 287 ] {03a33d16-6f04-4771-b03c-679a088831c4} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18853 | 2024.12.21 01:27:43.189307 [ 287 ] {03a33d16-6f04-4771-b03c-679a088831c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 18854 | 2024.12.21 01:27:43.189684 [ 287 ] {03a33d16-6f04-4771-b03c-679a088831c4} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 18855 | 2024.12.21 01:27:43.189923 [ 287 ] {03a33d16-6f04-4771-b03c-679a088831c4} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18856 | 2024.12.21 01:27:43.190138 [ 287 ] {03a33d16-6f04-4771-b03c-679a088831c4} <Debug> executeQuery: Read 102 rows, 8.19 KiB in 0.001983 sec., 51437.216338880484 rows/sec., 4.03 MiB/sec. | ||
| 18857 | 2024.12.21 01:27:43.190196 [ 287 ] {03a33d16-6f04-4771-b03c-679a088831c4} <Debug> TCPHandler: Processed in 0.00238548 sec. | ||
| 18858 | 2024.12.21 01:27:43.190427 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18859 | 2024.12.21 01:27:43.190661 [ 285 ] {968803af-fff9-438f-a6ff-6849421c47d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18860 | 2024.12.21 01:27:43.190765 [ 285 ] {968803af-fff9-438f-a6ff-6849421c47d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18861 | 2024.12.21 01:27:43.191469 [ 285 ] {968803af-fff9-438f-a6ff-6849421c47d0} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18862 | 2024.12.21 01:27:43.191507 [ 285 ] {968803af-fff9-438f-a6ff-6849421c47d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 18863 | 2024.12.21 01:27:43.191951 [ 285 ] {968803af-fff9-438f-a6ff-6849421c47d0} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 18864 | 2024.12.21 01:27:43.192207 [ 285 ] {968803af-fff9-438f-a6ff-6849421c47d0} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18865 | 2024.12.21 01:27:43.192395 [ 285 ] {968803af-fff9-438f-a6ff-6849421c47d0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001796 sec., 89086.85968819598 rows/sec., 6.20 MiB/sec. | ||
| 18866 | 2024.12.21 01:27:43.192449 [ 285 ] {968803af-fff9-438f-a6ff-6849421c47d0} <Debug> TCPHandler: Processed in 0.002138276 sec. | ||
| 18867 | 2024.12.21 01:27:43.192604 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18868 | 2024.12.21 01:27:43.192747 [ 287 ] {cf526bdc-82c8-4e97-88e2-3b7bdea30e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18869 | 2024.12.21 01:27:43.192842 [ 287 ] {cf526bdc-82c8-4e97-88e2-3b7bdea30e98} <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 | ||
| 18870 | 2024.12.21 01:27:43.194052 [ 287 ] {cf526bdc-82c8-4e97-88e2-3b7bdea30e98} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18871 | 2024.12.21 01:27:43.194091 [ 287 ] {cf526bdc-82c8-4e97-88e2-3b7bdea30e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 18872 | 2024.12.21 01:27:43.194786 [ 287 ] {cf526bdc-82c8-4e97-88e2-3b7bdea30e98} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 18873 | 2024.12.21 01:27:43.195045 [ 287 ] {cf526bdc-82c8-4e97-88e2-3b7bdea30e98} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18874 | 2024.12.21 01:27:43.195299 [ 287 ] {cf526bdc-82c8-4e97-88e2-3b7bdea30e98} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002585 sec., 13539.651837524178 rows/sec., 24.26 MiB/sec. | ||
| 18875 | 2024.12.21 01:27:43.195391 [ 287 ] {cf526bdc-82c8-4e97-88e2-3b7bdea30e98} <Debug> TCPHandler: Processed in 0.002856699 sec. | ||
| 18876 | 2024.12.21 01:27:43.195602 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18877 | 2024.12.21 01:27:43.195827 [ 285 ] {e857e1e5-43e2-4781-a5a9-1d3cbc16155b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 18878 | 2024.12.21 01:27:43.195923 [ 285 ] {e857e1e5-43e2-4781-a5a9-1d3cbc16155b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 18879 | 2024.12.21 01:27:43.196449 [ 285 ] {e857e1e5-43e2-4781-a5a9-1d3cbc16155b} <Trace> oximeter.measurements_i64 (cb750a95-153d-4640-84c1-b972bd115fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18880 | 2024.12.21 01:27:43.196488 [ 285 ] {e857e1e5-43e2-4781-a5a9-1d3cbc16155b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 18881 | 2024.12.21 01:27:43.196878 [ 285 ] {e857e1e5-43e2-4781-a5a9-1d3cbc16155b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 18882 | 2024.12.21 01:27:43.197129 [ 285 ] {e857e1e5-43e2-4781-a5a9-1d3cbc16155b} <Trace> oximeter.measurements_i64 (cb750a95-153d-4640-84c1-b972bd115fca): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18883 | 2024.12.21 01:27:43.197401 [ 285 ] {e857e1e5-43e2-4781-a5a9-1d3cbc16155b} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.00161 sec., 1863.3540372670807 rows/sec., 149.21 KiB/sec. | ||
| 18884 | 2024.12.21 01:27:43.197598 [ 285 ] {e857e1e5-43e2-4781-a5a9-1d3cbc16155b} <Debug> TCPHandler: Processed in 0.002099495 sec. | ||
| 18885 | 2024.12.21 01:27:43.197756 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18886 | 2024.12.21 01:27:43.197895 [ 287 ] {46cdacec-8107-4145-b223-f60722e5ccc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18887 | 2024.12.21 01:27:43.197956 [ 287 ] {46cdacec-8107-4145-b223-f60722e5ccc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18888 | 2024.12.21 01:27:43.198549 [ 287 ] {46cdacec-8107-4145-b223-f60722e5ccc0} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18889 | 2024.12.21 01:27:43.198597 [ 287 ] {46cdacec-8107-4145-b223-f60722e5ccc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 18890 | 2024.12.21 01:27:43.199032 [ 287 ] {46cdacec-8107-4145-b223-f60722e5ccc0} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 18891 | 2024.12.21 01:27:43.199266 [ 287 ] {46cdacec-8107-4145-b223-f60722e5ccc0} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18892 | 2024.12.21 01:27:43.199475 [ 287 ] {46cdacec-8107-4145-b223-f60722e5ccc0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001611 sec., 37243.947858472995 rows/sec., 2.51 MiB/sec. | ||
| 18893 | 2024.12.21 01:27:43.199525 [ 287 ] {46cdacec-8107-4145-b223-f60722e5ccc0} <Debug> TCPHandler: Processed in 0.001835561 sec. | ||
| 18894 | 2024.12.21 01:27:43.465774 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18895 | 2024.12.21 01:27:43.465986 [ 287 ] {97e6a99d-8fbe-4a34-8afc-80e7fb164098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18896 | 2024.12.21 01:27:43.466064 [ 287 ] {97e6a99d-8fbe-4a34-8afc-80e7fb164098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18897 | 2024.12.21 01:27:43.466857 [ 287 ] {97e6a99d-8fbe-4a34-8afc-80e7fb164098} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18898 | 2024.12.21 01:27:43.466911 [ 287 ] {97e6a99d-8fbe-4a34-8afc-80e7fb164098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 18899 | 2024.12.21 01:27:43.467359 [ 287 ] {97e6a99d-8fbe-4a34-8afc-80e7fb164098} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 18900 | 2024.12.21 01:27:43.467617 [ 287 ] {97e6a99d-8fbe-4a34-8afc-80e7fb164098} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18901 | 2024.12.21 01:27:43.467868 [ 287 ] {97e6a99d-8fbe-4a34-8afc-80e7fb164098} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001934 sec., 7238.8831437435365 rows/sec., 521.10 KiB/sec. | ||
| 18902 | 2024.12.21 01:27:43.467993 [ 287 ] {97e6a99d-8fbe-4a34-8afc-80e7fb164098} <Debug> TCPHandler: Processed in 0.00236304 sec. | ||
| 18903 | 2024.12.21 01:27:43.468340 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18904 | 2024.12.21 01:27:43.468557 [ 285 ] {432f7b5e-37d6-4f98-9f02-76e931a12015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18905 | 2024.12.21 01:27:43.468644 [ 285 ] {432f7b5e-37d6-4f98-9f02-76e931a12015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18906 | 2024.12.21 01:27:43.469459 [ 285 ] {432f7b5e-37d6-4f98-9f02-76e931a12015} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18907 | 2024.12.21 01:27:43.469507 [ 285 ] {432f7b5e-37d6-4f98-9f02-76e931a12015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 18908 | 2024.12.21 01:27:43.469967 [ 285 ] {432f7b5e-37d6-4f98-9f02-76e931a12015} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 18909 | 2024.12.21 01:27:43.470246 [ 285 ] {432f7b5e-37d6-4f98-9f02-76e931a12015} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18910 | 2024.12.21 01:27:43.470472 [ 285 ] {432f7b5e-37d6-4f98-9f02-76e931a12015} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001975 sec., 6075.949367088607 rows/sec., 495.45 KiB/sec. | ||
| 18911 | 2024.12.21 01:27:43.470617 [ 285 ] {432f7b5e-37d6-4f98-9f02-76e931a12015} <Debug> TCPHandler: Processed in 0.002435851 sec. | ||
| 18912 | 2024.12.21 01:27:43.470792 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18913 | 2024.12.21 01:27:43.470922 [ 287 ] {39eabc10-83cb-401b-9ec5-e7298cf69761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18914 | 2024.12.21 01:27:43.470979 [ 287 ] {39eabc10-83cb-401b-9ec5-e7298cf69761} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18915 | 2024.12.21 01:27:43.472324 [ 287 ] {39eabc10-83cb-401b-9ec5-e7298cf69761} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18916 | 2024.12.21 01:27:43.472368 [ 287 ] {39eabc10-83cb-401b-9ec5-e7298cf69761} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 18917 | 2024.12.21 01:27:43.472848 [ 287 ] {39eabc10-83cb-401b-9ec5-e7298cf69761} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 18918 | 2024.12.21 01:27:43.473092 [ 287 ] {39eabc10-83cb-401b-9ec5-e7298cf69761} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18919 | 2024.12.21 01:27:43.473329 [ 287 ] {39eabc10-83cb-401b-9ec5-e7298cf69761} <Debug> executeQuery: Read 1365 rows, 116.09 KiB in 0.002428 sec., 562191.1037891268 rows/sec., 46.69 MiB/sec. | ||
| 18920 | 2024.12.21 01:27:43.473401 [ 287 ] {39eabc10-83cb-401b-9ec5-e7298cf69761} <Debug> TCPHandler: Processed in 0.002667925 sec. | ||
| 18921 | 2024.12.21 01:27:43.473416 [ 225 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18922 | 2024.12.21 01:27:43.473480 [ 225 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18923 | 2024.12.21 01:27:43.473587 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18924 | 2024.12.21 01:27:43.473745 [ 285 ] {0a812c65-721f-4549-b2d4-40f9104ace5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18925 | 2024.12.21 01:27:43.473804 [ 285 ] {0a812c65-721f-4549-b2d4-40f9104ace5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18926 | 2024.12.21 01:27:43.475247 [ 285 ] {0a812c65-721f-4549-b2d4-40f9104ace5f} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18927 | 2024.12.21 01:27:43.475292 [ 285 ] {0a812c65-721f-4549-b2d4-40f9104ace5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 18928 | 2024.12.21 01:27:43.475978 [ 285 ] {0a812c65-721f-4549-b2d4-40f9104ace5f} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 18929 | 2024.12.21 01:27:43.476427 [ 285 ] {0a812c65-721f-4549-b2d4-40f9104ace5f} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18930 | 2024.12.21 01:27:43.476847 [ 285 ] {0a812c65-721f-4549-b2d4-40f9104ace5f} <Debug> executeQuery: Read 27 rows, 1.90 KiB in 0.003104 sec., 8698.453608247422 rows/sec., 610.67 KiB/sec. | ||
| 18931 | 2024.12.21 01:27:43.476924 [ 285 ] {0a812c65-721f-4549-b2d4-40f9104ace5f} <Debug> TCPHandler: Processed in 0.003421347 sec. | ||
| 18932 | 2024.12.21 01:27:43.477119 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18933 | 2024.12.21 01:27:43.477238 [ 225 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18934 | 2024.12.21 01:27:43.477386 [ 287 ] {31f6006c-277c-47da-9353-a531a2559eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18935 | 2024.12.21 01:27:43.477537 [ 287 ] {31f6006c-277c-47da-9353-a531a2559eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18936 | 2024.12.21 01:27:43.479322 [ 287 ] {31f6006c-277c-47da-9353-a531a2559eb5} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18937 | 2024.12.21 01:27:43.479364 [ 287 ] {31f6006c-277c-47da-9353-a531a2559eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 18938 | 2024.12.21 01:27:43.479742 [ 287 ] {31f6006c-277c-47da-9353-a531a2559eb5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 18939 | 2024.12.21 01:27:43.479984 [ 287 ] {31f6006c-277c-47da-9353-a531a2559eb5} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18940 | 2024.12.21 01:27:43.480211 [ 287 ] {31f6006c-277c-47da-9353-a531a2559eb5} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002916 sec., 82990.39780521262 rows/sec., 5.62 MiB/sec. | ||
| 18941 | 2024.12.21 01:27:43.480279 [ 287 ] {31f6006c-277c-47da-9353-a531a2559eb5} <Debug> TCPHandler: Processed in 0.003242545 sec. | ||
| 18942 | 2024.12.21 01:27:43.480485 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18943 | 2024.12.21 01:27:43.480641 [ 285 ] {2729717a-708e-46f7-9859-e7284cedb242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18944 | 2024.12.21 01:27:43.480704 [ 285 ] {2729717a-708e-46f7-9859-e7284cedb242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18945 | 2024.12.21 01:27:43.481342 [ 285 ] {2729717a-708e-46f7-9859-e7284cedb242} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18946 | 2024.12.21 01:27:43.481382 [ 285 ] {2729717a-708e-46f7-9859-e7284cedb242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 18947 | 2024.12.21 01:27:43.481756 [ 285 ] {2729717a-708e-46f7-9859-e7284cedb242} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 18948 | 2024.12.21 01:27:43.482004 [ 285 ] {2729717a-708e-46f7-9859-e7284cedb242} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18949 | 2024.12.21 01:27:43.482181 [ 285 ] {2729717a-708e-46f7-9859-e7284cedb242} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001575 sec., 8253.968253968254 rows/sec., 514.63 KiB/sec. | ||
| 18950 | 2024.12.21 01:27:43.482234 [ 285 ] {2729717a-708e-46f7-9859-e7284cedb242} <Debug> TCPHandler: Processed in 0.001854141 sec. | ||
| 18951 | 2024.12.21 01:27:43.482403 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18952 | 2024.12.21 01:27:43.482541 [ 287 ] {e5228eeb-8542-4f1a-b486-d9c406e63c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18953 | 2024.12.21 01:27:43.482599 [ 287 ] {e5228eeb-8542-4f1a-b486-d9c406e63c79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18954 | 2024.12.21 01:27:43.483546 [ 287 ] {e5228eeb-8542-4f1a-b486-d9c406e63c79} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18955 | 2024.12.21 01:27:43.483586 [ 287 ] {e5228eeb-8542-4f1a-b486-d9c406e63c79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 18956 | 2024.12.21 01:27:43.484027 [ 287 ] {e5228eeb-8542-4f1a-b486-d9c406e63c79} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 18957 | 2024.12.21 01:27:43.484283 [ 287 ] {e5228eeb-8542-4f1a-b486-d9c406e63c79} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18958 | 2024.12.21 01:27:43.484500 [ 287 ] {e5228eeb-8542-4f1a-b486-d9c406e63c79} <Debug> executeQuery: Read 858 rows, 63.59 KiB in 0.001989 sec., 431372.5490196079 rows/sec., 31.22 MiB/sec. | ||
| 18959 | 2024.12.21 01:27:43.484553 [ 287 ] {e5228eeb-8542-4f1a-b486-d9c406e63c79} <Debug> TCPHandler: Processed in 0.002219447 sec. | ||
| 18960 | 2024.12.21 01:27:43.484691 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18961 | 2024.12.21 01:27:43.484813 [ 285 ] {628a25ab-1184-4467-a130-d126287e70e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18962 | 2024.12.21 01:27:43.484866 [ 285 ] {628a25ab-1184-4467-a130-d126287e70e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18963 | 2024.12.21 01:27:43.485371 [ 285 ] {628a25ab-1184-4467-a130-d126287e70e6} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18964 | 2024.12.21 01:27:43.485409 [ 285 ] {628a25ab-1184-4467-a130-d126287e70e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 18965 | 2024.12.21 01:27:43.485799 [ 285 ] {628a25ab-1184-4467-a130-d126287e70e6} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 18966 | 2024.12.21 01:27:43.486047 [ 285 ] {628a25ab-1184-4467-a130-d126287e70e6} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18967 | 2024.12.21 01:27:43.486225 [ 285 ] {628a25ab-1184-4467-a130-d126287e70e6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001437 sec., 4175.365344467641 rows/sec., 218.15 KiB/sec. | ||
| 18968 | 2024.12.21 01:27:43.486275 [ 285 ] {628a25ab-1184-4467-a130-d126287e70e6} <Debug> TCPHandler: Processed in 0.001641348 sec. | ||
| 18969 | 2024.12.21 01:27:43.486424 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18970 | 2024.12.21 01:27:43.486542 [ 287 ] {2165b286-1ae2-4705-b53f-5176d2fe8b58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18971 | 2024.12.21 01:27:43.486598 [ 287 ] {2165b286-1ae2-4705-b53f-5176d2fe8b58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18972 | 2024.12.21 01:27:43.487356 [ 287 ] {2165b286-1ae2-4705-b53f-5176d2fe8b58} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18973 | 2024.12.21 01:27:43.487397 [ 287 ] {2165b286-1ae2-4705-b53f-5176d2fe8b58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 18974 | 2024.12.21 01:27:43.487852 [ 287 ] {2165b286-1ae2-4705-b53f-5176d2fe8b58} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 18975 | 2024.12.21 01:27:43.488098 [ 287 ] {2165b286-1ae2-4705-b53f-5176d2fe8b58} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18976 | 2024.12.21 01:27:43.488317 [ 287 ] {2165b286-1ae2-4705-b53f-5176d2fe8b58} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.0018 sec., 533888.8888888889 rows/sec., 35.48 MiB/sec. | ||
| 18977 | 2024.12.21 01:27:43.488370 [ 287 ] {2165b286-1ae2-4705-b53f-5176d2fe8b58} <Debug> TCPHandler: Processed in 0.001999983 sec. | ||
| 18978 | 2024.12.21 01:27:43.488513 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18979 | 2024.12.21 01:27:43.488637 [ 285 ] {4d021b0e-37b8-4a50-8838-ea6802fdcb0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18980 | 2024.12.21 01:27:43.488690 [ 285 ] {4d021b0e-37b8-4a50-8838-ea6802fdcb0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18981 | 2024.12.21 01:27:43.489170 [ 285 ] {4d021b0e-37b8-4a50-8838-ea6802fdcb0b} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18982 | 2024.12.21 01:27:43.489213 [ 285 ] {4d021b0e-37b8-4a50-8838-ea6802fdcb0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 18983 | 2024.12.21 01:27:43.489594 [ 285 ] {4d021b0e-37b8-4a50-8838-ea6802fdcb0b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 18984 | 2024.12.21 01:27:43.489860 [ 285 ] {4d021b0e-37b8-4a50-8838-ea6802fdcb0b} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18985 | 2024.12.21 01:27:43.490038 [ 285 ] {4d021b0e-37b8-4a50-8838-ea6802fdcb0b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001427 sec., 700.7708479327259 rows/sec., 47.22 KiB/sec. | ||
| 18986 | 2024.12.21 01:27:43.490090 [ 285 ] {4d021b0e-37b8-4a50-8838-ea6802fdcb0b} <Debug> TCPHandler: Processed in 0.001633547 sec. | ||
| 18987 | 2024.12.21 01:27:43.490248 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18988 | 2024.12.21 01:27:43.490371 [ 287 ] {40c5eca9-a547-4825-a04a-2e5329051044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18989 | 2024.12.21 01:27:43.490460 [ 287 ] {40c5eca9-a547-4825-a04a-2e5329051044} <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 | ||
| 18990 | 2024.12.21 01:27:43.491608 [ 287 ] {40c5eca9-a547-4825-a04a-2e5329051044} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18991 | 2024.12.21 01:27:43.491648 [ 287 ] {40c5eca9-a547-4825-a04a-2e5329051044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 18992 | 2024.12.21 01:27:43.492291 [ 287 ] {40c5eca9-a547-4825-a04a-2e5329051044} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 18993 | 2024.12.21 01:27:43.492555 [ 287 ] {40c5eca9-a547-4825-a04a-2e5329051044} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18994 | 2024.12.21 01:27:43.492793 [ 287 ] {40c5eca9-a547-4825-a04a-2e5329051044} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002448 sec., 3267.97385620915 rows/sec., 5.86 MiB/sec. | ||
| 18995 | 2024.12.21 01:27:43.492891 [ 287 ] {40c5eca9-a547-4825-a04a-2e5329051044} <Debug> TCPHandler: Processed in 0.002699755 sec. | ||
| 18996 | 2024.12.21 01:27:43.493056 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18997 | 2024.12.21 01:27:43.493196 [ 285 ] {14a722de-411e-412f-a6fa-20f6508e9e14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18998 | 2024.12.21 01:27:43.493257 [ 285 ] {14a722de-411e-412f-a6fa-20f6508e9e14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18999 | 2024.12.21 01:27:43.493846 [ 285 ] {14a722de-411e-412f-a6fa-20f6508e9e14} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19000 | 2024.12.21 01:27:43.493892 [ 285 ] {14a722de-411e-412f-a6fa-20f6508e9e14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19001 | 2024.12.21 01:27:43.494308 [ 285 ] {14a722de-411e-412f-a6fa-20f6508e9e14} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 19002 | 2024.12.21 01:27:43.494561 [ 285 ] {14a722de-411e-412f-a6fa-20f6508e9e14} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19003 | 2024.12.21 01:27:43.494740 [ 285 ] {14a722de-411e-412f-a6fa-20f6508e9e14} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001576 sec., 21573.604060913705 rows/sec., 1.25 MiB/sec. | ||
| 19004 | 2024.12.21 01:27:43.494791 [ 285 ] {14a722de-411e-412f-a6fa-20f6508e9e14} <Debug> TCPHandler: Processed in 0.00180206 sec. | ||
| 19005 | 2024.12.21 01:27:44.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.27 MiB, peak 293.42 MiB, free memory in arenas 0.00 B, will set to 273.91 MiB (RSS), difference: -1.36 MiB | ||
| 19006 | 2024.12.21 01:27:44.157905 [ 224 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19007 | 2024.12.21 01:27:44.157965 [ 224 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19008 | 2024.12.21 01:27:44.160194 [ 224 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19009 | 2024.12.21 01:27:44.365928 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 2662 | ||
| 19010 | 2024.12.21 01:27:44.369773 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19011 | 2024.12.21 01:27:44.369842 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19012 | 2024.12.21 01:27:44.371406 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19013 | 2024.12.21 01:27:44.371720 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19014 | 2024.12.21 01:27:44.372267 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2662 | ||
| 19015 | 2024.12.21 01:27:44.503649 [ 220 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19016 | 2024.12.21 01:27:44.503704 [ 220 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19017 | 2024.12.21 01:27:44.505815 [ 220 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19018 | 2024.12.21 01:27:46.564267 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41724 | ||
| 19019 | 2024.12.21 01:27:46.565012 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19020 | 2024.12.21 01:27:46.565066 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19021 | 2024.12.21 01:27:46.565675 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 19022 | 2024.12.21 01:27:46.565987 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19023 | 2024.12.21 01:27:46.566239 [ 125 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 19024 | 2024.12.21 01:27:46.566293 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724 | ||
| 19025 | 2024.12.21 01:27:46.566360 [ 125 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19026 | 2024.12.21 01:27:46.566410 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19027 | 2024.12.21 01:27:46.566709 [ 195 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 19028 | 2024.12.21 01:27:46.567099 [ 195 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19029 | 2024.12.21 01:27:46.567164 [ 195 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39467 rows starting from the beginning of the part | ||
| 19030 | 2024.12.21 01:27:46.567293 [ 195 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 427 rows starting from the beginning of the part | ||
| 19031 | 2024.12.21 01:27:46.567587 [ 195 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 488 rows starting from the beginning of the part | ||
| 19032 | 2024.12.21 01:27:46.567811 [ 195 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 427 rows starting from the beginning of the part | ||
| 19033 | 2024.12.21 01:27:46.567998 [ 195 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 488 rows starting from the beginning of the part | ||
| 19034 | 2024.12.21 01:27:46.568185 [ 195 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 427 rows starting from the beginning of the part | ||
| 19035 | 2024.12.21 01:27:46.573068 [ 200 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.00654295 sec., 6376940.065261083 rows/sec., 91.22 MiB/sec. | ||
| 19036 | 2024.12.21 01:27:46.573385 [ 200 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 19037 | 2024.12.21 01:27:46.573843 [ 200 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_91_18} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19038 | 2024.12.21 01:27:46.573947 [ 200 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_91_18} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 19039 | 2024.12.21 01:27:46.574079 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 19040 | 2024.12.21 01:27:48.181918 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19041 | 2024.12.21 01:27:48.182246 [ 287 ] {41c84665-c58c-4594-a97d-36fb885722df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19042 | 2024.12.21 01:27:48.182358 [ 287 ] {41c84665-c58c-4594-a97d-36fb885722df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19043 | 2024.12.21 01:27:48.183557 [ 287 ] {41c84665-c58c-4594-a97d-36fb885722df} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19044 | 2024.12.21 01:27:48.183610 [ 287 ] {41c84665-c58c-4594-a97d-36fb885722df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19045 | 2024.12.21 01:27:48.184293 [ 287 ] {41c84665-c58c-4594-a97d-36fb885722df} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 19046 | 2024.12.21 01:27:48.184687 [ 287 ] {41c84665-c58c-4594-a97d-36fb885722df} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19047 | 2024.12.21 01:27:48.184986 [ 287 ] {41c84665-c58c-4594-a97d-36fb885722df} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002821 sec., 19851.116625310173 rows/sec., 1.52 MiB/sec. | ||
| 19048 | 2024.12.21 01:27:48.185084 [ 287 ] {41c84665-c58c-4594-a97d-36fb885722df} <Debug> TCPHandler: Processed in 0.003387097 sec. | ||
| 19049 | 2024.12.21 01:27:48.185473 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19050 | 2024.12.21 01:27:48.185764 [ 285 ] {02d3f598-8ace-4808-a48b-69d3e8dfa558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19051 | 2024.12.21 01:27:48.185879 [ 285 ] {02d3f598-8ace-4808-a48b-69d3e8dfa558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19052 | 2024.12.21 01:27:48.187083 [ 285 ] {02d3f598-8ace-4808-a48b-69d3e8dfa558} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19053 | 2024.12.21 01:27:48.187161 [ 285 ] {02d3f598-8ace-4808-a48b-69d3e8dfa558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19054 | 2024.12.21 01:27:48.187857 [ 285 ] {02d3f598-8ace-4808-a48b-69d3e8dfa558} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 19055 | 2024.12.21 01:27:48.188245 [ 285 ] {02d3f598-8ace-4808-a48b-69d3e8dfa558} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19056 | 2024.12.21 01:27:48.188638 [ 285 ] {02d3f598-8ace-4808-a48b-69d3e8dfa558} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002945 sec., 21731.748726655347 rows/sec., 1.70 MiB/sec. | ||
| 19057 | 2024.12.21 01:27:48.188798 [ 285 ] {02d3f598-8ace-4808-a48b-69d3e8dfa558} <Debug> TCPHandler: Processed in 0.003518729 sec. | ||
| 19058 | 2024.12.21 01:27:48.189079 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19059 | 2024.12.21 01:27:48.189584 [ 287 ] {ed3f39d2-992c-46d0-83c5-f543e1572296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19060 | 2024.12.21 01:27:48.189780 [ 287 ] {ed3f39d2-992c-46d0-83c5-f543e1572296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19061 | 2024.12.21 01:27:48.190740 [ 287 ] {ed3f39d2-992c-46d0-83c5-f543e1572296} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19062 | 2024.12.21 01:27:48.190800 [ 287 ] {ed3f39d2-992c-46d0-83c5-f543e1572296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19063 | 2024.12.21 01:27:48.191433 [ 287 ] {ed3f39d2-992c-46d0-83c5-f543e1572296} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 19064 | 2024.12.21 01:27:48.191808 [ 287 ] {ed3f39d2-992c-46d0-83c5-f543e1572296} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19065 | 2024.12.21 01:27:48.192089 [ 287 ] {ed3f39d2-992c-46d0-83c5-f543e1572296} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002682 sec., 47725.57792692021 rows/sec., 3.32 MiB/sec. | ||
| 19066 | 2024.12.21 01:27:48.192221 [ 287 ] {ed3f39d2-992c-46d0-83c5-f543e1572296} <Debug> TCPHandler: Processed in 0.003260085 sec. | ||
| 19067 | 2024.12.21 01:27:48.192581 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19068 | 2024.12.21 01:27:48.192910 [ 285 ] {3ae5d070-ca46-4d6b-a9e6-4476db1f653f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19069 | 2024.12.21 01:27:48.193013 [ 285 ] {3ae5d070-ca46-4d6b-a9e6-4476db1f653f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19070 | 2024.12.21 01:27:48.193806 [ 285 ] {3ae5d070-ca46-4d6b-a9e6-4476db1f653f} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19071 | 2024.12.21 01:27:48.193866 [ 285 ] {3ae5d070-ca46-4d6b-a9e6-4476db1f653f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19072 | 2024.12.21 01:27:48.194501 [ 285 ] {3ae5d070-ca46-4d6b-a9e6-4476db1f653f} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 19073 | 2024.12.21 01:27:48.194885 [ 285 ] {3ae5d070-ca46-4d6b-a9e6-4476db1f653f} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19074 | 2024.12.21 01:27:48.195252 [ 285 ] {3ae5d070-ca46-4d6b-a9e6-4476db1f653f} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002387 sec., 20108.92333472979 rows/sec., 1.36 MiB/sec. | ||
| 19075 | 2024.12.21 01:27:48.195346 [ 285 ] {3ae5d070-ca46-4d6b-a9e6-4476db1f653f} <Debug> TCPHandler: Processed in 0.00294229 sec. | ||
| 19076 | 2024.12.21 01:27:49.596501 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686 | ||
| 19077 | 2024.12.21 01:27:49.620859 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19078 | 2024.12.21 01:27:49.620919 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19079 | 2024.12.21 01:27:49.628610 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 19080 | 2024.12.21 01:27:49.629500 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19081 | 2024.12.21 01:27:49.629960 [ 46 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 19082 | 2024.12.21 01:27:49.630095 [ 46 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19083 | 2024.12.21 01:27:49.630167 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19084 | 2024.12.21 01:27:49.630434 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 19085 | 2024.12.21 01:27:49.639605 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686 | ||
| 19086 | 2024.12.21 01:27:49.640721 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19087 | 2024.12.21 01:27:49.641690 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 649 rows starting from the beginning of the part | ||
| 19088 | 2024.12.21 01:27:49.646642 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part | ||
| 19089 | 2024.12.21 01:27:49.651934 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
| 19090 | 2024.12.21 01:27:49.657610 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part | ||
| 19091 | 2024.12.21 01:27:49.663460 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part | ||
| 19092 | 2024.12.21 01:27:49.669370 [ 195 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part | ||
| 19093 | 2024.12.21 01:27:49.739017 [ 200 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.108731821 sec., 6309.100626577384 rows/sec., 32.62 MiB/sec. | ||
| 19094 | 2024.12.21 01:27:49.741784 [ 187 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 19095 | 2024.12.21 01:27:49.744578 [ 187 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_91_18} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19096 | 2024.12.21 01:27:49.744699 [ 187 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_91_18} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 19097 | 2024.12.21 01:27:49.746600 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 19098 | 2024.12.21 01:27:50.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.97 MiB, peak 293.42 MiB, free memory in arenas 0.00 B, will set to 273.91 MiB (RSS), difference: -1.06 MiB | ||
| 19099 | 2024.12.21 01:27:53.183554 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19100 | 2024.12.21 01:27:53.183768 [ 287 ] {8e3b729c-377f-442f-976a-28ef7efc105b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19101 | 2024.12.21 01:27:53.183848 [ 287 ] {8e3b729c-377f-442f-976a-28ef7efc105b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19102 | 2024.12.21 01:27:53.184763 [ 287 ] {8e3b729c-377f-442f-976a-28ef7efc105b} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19103 | 2024.12.21 01:27:53.184817 [ 287 ] {8e3b729c-377f-442f-976a-28ef7efc105b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19104 | 2024.12.21 01:27:53.185276 [ 287 ] {8e3b729c-377f-442f-976a-28ef7efc105b} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 19105 | 2024.12.21 01:27:53.185551 [ 287 ] {8e3b729c-377f-442f-976a-28ef7efc105b} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19106 | 2024.12.21 01:27:53.185772 [ 49 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 19107 | 2024.12.21 01:27:53.185803 [ 287 ] {8e3b729c-377f-442f-976a-28ef7efc105b} <Debug> executeQuery: Read 148 rows, 13.04 KiB in 0.002092 sec., 70745.69789674952 rows/sec., 6.09 MiB/sec. | ||
| 19108 | 2024.12.21 01:27:53.185859 [ 49 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19109 | 2024.12.21 01:27:53.185932 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19110 | 2024.12.21 01:27:53.185953 [ 287 ] {8e3b729c-377f-442f-976a-28ef7efc105b} <Debug> TCPHandler: Processed in 0.002535613 sec. | ||
| 19111 | 2024.12.21 01:27:53.186303 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 19112 | 2024.12.21 01:27:53.186304 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19113 | 2024.12.21 01:27:53.186895 [ 285 ] {c35415ef-3197-4c65-9c20-24c11c8e8855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19114 | 2024.12.21 01:27:53.186898 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19115 | 2024.12.21 01:27:53.187078 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1436 rows starting from the beginning of the part | ||
| 19116 | 2024.12.21 01:27:53.187103 [ 285 ] {c35415ef-3197-4c65-9c20-24c11c8e8855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19117 | 2024.12.21 01:27:53.188014 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 219 rows starting from the beginning of the part | ||
| 19118 | 2024.12.21 01:27:53.188549 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 126 rows starting from the beginning of the part | ||
| 19119 | 2024.12.21 01:27:53.188917 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 1365 rows starting from the beginning of the part | ||
| 19120 | 2024.12.21 01:27:53.189290 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 56 rows starting from the beginning of the part | ||
| 19121 | 2024.12.21 01:27:53.189654 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 148 rows starting from the beginning of the part | ||
| 19122 | 2024.12.21 01:27:53.190548 [ 285 ] {c35415ef-3197-4c65-9c20-24c11c8e8855} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19123 | 2024.12.21 01:27:53.190634 [ 285 ] {c35415ef-3197-4c65-9c20-24c11c8e8855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19124 | 2024.12.21 01:27:53.191748 [ 285 ] {c35415ef-3197-4c65-9c20-24c11c8e8855} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 19125 | 2024.12.21 01:27:53.192279 [ 285 ] {c35415ef-3197-4c65-9c20-24c11c8e8855} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19126 | 2024.12.21 01:27:53.192530 [ 49 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 19127 | 2024.12.21 01:27:53.192601 [ 49 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19128 | 2024.12.21 01:27:53.192611 [ 285 ] {c35415ef-3197-4c65-9c20-24c11c8e8855} <Debug> executeQuery: Read 46 rows, 3.46 KiB in 0.005903 sec., 7792.647806200237 rows/sec., 585.97 KiB/sec. | ||
| 19129 | 2024.12.21 01:27:53.192658 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19130 | 2024.12.21 01:27:53.192908 [ 285 ] {c35415ef-3197-4c65-9c20-24c11c8e8855} <Debug> TCPHandler: Processed in 0.006791754 sec. | ||
| 19131 | 2024.12.21 01:27:53.193201 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 19132 | 2024.12.21 01:27:53.193344 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19133 | 2024.12.21 01:27:53.194038 [ 287 ] {8343ac88-2aa9-4a30-86c9-da507ab608fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19134 | 2024.12.21 01:27:53.194073 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19135 | 2024.12.21 01:27:53.194266 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 67 rows starting from the beginning of the part | ||
| 19136 | 2024.12.21 01:27:53.194294 [ 287 ] {8343ac88-2aa9-4a30-86c9-da507ab608fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19137 | 2024.12.21 01:27:53.194378 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3350 rows, containing 5 columns (5 merged, 0 gathered) in 0.0083032 sec., 403458.90740919166 rows/sec., 35.26 MiB/sec. | ||
| 19138 | 2024.12.21 01:27:53.194919 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 38 rows starting from the beginning of the part | ||
| 19139 | 2024.12.21 01:27:53.195051 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 19140 | 2024.12.21 01:27:53.195338 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 15 rows starting from the beginning of the part | ||
| 19141 | 2024.12.21 01:27:53.195944 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 35 rows starting from the beginning of the part | ||
| 19142 | 2024.12.21 01:27:53.196512 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_156_31} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19143 | 2024.12.21 01:27:53.196559 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 27 rows starting from the beginning of the part | ||
| 19144 | 2024.12.21 01:27:53.196955 [ 188 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_156_31} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 19145 | 2024.12.21 01:27:53.197042 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 46 rows starting from the beginning of the part | ||
| 19146 | 2024.12.21 01:27:53.197335 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 19147 | 2024.12.21 01:27:53.199824 [ 287 ] {8343ac88-2aa9-4a30-86c9-da507ab608fa} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19148 | 2024.12.21 01:27:53.199912 [ 287 ] {8343ac88-2aa9-4a30-86c9-da507ab608fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19149 | 2024.12.21 01:27:53.200494 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 5 columns (5 merged, 0 gathered) in 0.007684819 sec., 29668.88354820068 rows/sec., 2.24 MiB/sec. | ||
| 19150 | 2024.12.21 01:27:53.200714 [ 287 ] {8343ac88-2aa9-4a30-86c9-da507ab608fa} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 19151 | 2024.12.21 01:27:53.200722 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 19152 | 2024.12.21 01:27:53.201219 [ 287 ] {8343ac88-2aa9-4a30-86c9-da507ab608fa} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19153 | 2024.12.21 01:27:53.201331 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_131_26} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19154 | 2024.12.21 01:27:53.201545 [ 49 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 19155 | 2024.12.21 01:27:53.201567 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_131_26} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 19156 | 2024.12.21 01:27:53.201657 [ 49 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19157 | 2024.12.21 01:27:53.201756 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19158 | 2024.12.21 01:27:53.201787 [ 287 ] {8343ac88-2aa9-4a30-86c9-da507ab608fa} <Debug> executeQuery: Read 119 rows, 9.52 KiB in 0.008001 sec., 14873.140857392827 rows/sec., 1.16 MiB/sec. | ||
| 19159 | 2024.12.21 01:27:53.201807 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 19160 | 2024.12.21 01:27:53.202033 [ 287 ] {8343ac88-2aa9-4a30-86c9-da507ab608fa} <Debug> TCPHandler: Processed in 0.008965891 sec. | ||
| 19161 | 2024.12.21 01:27:53.202144 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 19162 | 2024.12.21 01:27:53.202290 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19163 | 2024.12.21 01:27:53.202579 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19164 | 2024.12.21 01:27:53.202660 [ 285 ] {22397af6-02c3-4fdb-81a1-ea73e74ce805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19165 | 2024.12.21 01:27:53.202754 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 916 rows starting from the beginning of the part | ||
| 19166 | 2024.12.21 01:27:53.202865 [ 285 ] {22397af6-02c3-4fdb-81a1-ea73e74ce805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19167 | 2024.12.21 01:27:53.203406 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 390 rows starting from the beginning of the part | ||
| 19168 | 2024.12.21 01:27:53.204408 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 102 rows starting from the beginning of the part | ||
| 19169 | 2024.12.21 01:27:53.205323 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 858 rows starting from the beginning of the part | ||
| 19170 | 2024.12.21 01:27:53.205589 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 64 rows starting from the beginning of the part | ||
| 19171 | 2024.12.21 01:27:53.206012 [ 194 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 119 rows starting from the beginning of the part | ||
| 19172 | 2024.12.21 01:27:53.206351 [ 285 ] {22397af6-02c3-4fdb-81a1-ea73e74ce805} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19173 | 2024.12.21 01:27:53.206449 [ 285 ] {22397af6-02c3-4fdb-81a1-ea73e74ce805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19174 | 2024.12.21 01:27:53.207459 [ 285 ] {22397af6-02c3-4fdb-81a1-ea73e74ce805} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 19175 | 2024.12.21 01:27:53.208081 [ 285 ] {22397af6-02c3-4fdb-81a1-ea73e74ce805} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19176 | 2024.12.21 01:27:53.208554 [ 285 ] {22397af6-02c3-4fdb-81a1-ea73e74ce805} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006019 sec., 26582.48878551254 rows/sec., 1.85 MiB/sec. | ||
| 19177 | 2024.12.21 01:27:53.208683 [ 285 ] {22397af6-02c3-4fdb-81a1-ea73e74ce805} <Debug> TCPHandler: Processed in 0.00651505 sec. | ||
| 19178 | 2024.12.21 01:27:53.208923 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19179 | 2024.12.21 01:27:53.209068 [ 197 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2449 rows, containing 5 columns (5 merged, 0 gathered) in 0.007076479 sec., 346076.06409910915 rows/sec., 26.57 MiB/sec. | ||
| 19180 | 2024.12.21 01:27:53.209145 [ 287 ] {ecef7aa0-dfeb-465f-87ba-a947bdeff02d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19181 | 2024.12.21 01:27:53.209306 [ 287 ] {ecef7aa0-dfeb-465f-87ba-a947bdeff02d} <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 | ||
| 19182 | 2024.12.21 01:27:53.209345 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 19183 | 2024.12.21 01:27:53.210130 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_156_31} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19184 | 2024.12.21 01:27:53.210466 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_156_31} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 19185 | 2024.12.21 01:27:53.210701 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 19186 | 2024.12.21 01:27:53.211666 [ 287 ] {ecef7aa0-dfeb-465f-87ba-a947bdeff02d} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19187 | 2024.12.21 01:27:53.211712 [ 287 ] {ecef7aa0-dfeb-465f-87ba-a947bdeff02d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19188 | 2024.12.21 01:27:53.212422 [ 287 ] {ecef7aa0-dfeb-465f-87ba-a947bdeff02d} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 19189 | 2024.12.21 01:27:53.212701 [ 287 ] {ecef7aa0-dfeb-465f-87ba-a947bdeff02d} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19190 | 2024.12.21 01:27:53.212897 [ 49 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 19191 | 2024.12.21 01:27:53.212960 [ 49 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19192 | 2024.12.21 01:27:53.212980 [ 287 ] {ecef7aa0-dfeb-465f-87ba-a947bdeff02d} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.003895 sec., 11810.012836970474 rows/sec., 21.16 MiB/sec. | ||
| 19193 | 2024.12.21 01:27:53.213002 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19194 | 2024.12.21 01:27:53.213465 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 19195 | 2024.12.21 01:27:53.213489 [ 287 ] {ecef7aa0-dfeb-465f-87ba-a947bdeff02d} <Debug> TCPHandler: Processed in 0.004664838 sec. | ||
| 19196 | 2024.12.21 01:27:53.213846 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19197 | 2024.12.21 01:27:53.214363 [ 285 ] {09a5abf0-11b4-44b4-a0cc-cdfa024726e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 19198 | 2024.12.21 01:27:53.214595 [ 285 ] {09a5abf0-11b4-44b4-a0cc-cdfa024726e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 19199 | 2024.12.21 01:27:53.215935 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19200 | 2024.12.21 01:27:53.216015 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2584 rows starting from the beginning of the part | ||
| 19201 | 2024.12.21 01:27:53.216789 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 34 rows starting from the beginning of the part | ||
| 19202 | 2024.12.21 01:27:53.217090 [ 285 ] {09a5abf0-11b4-44b4-a0cc-cdfa024726e2} <Trace> oximeter.measurements_i64 (cb750a95-153d-4640-84c1-b972bd115fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19203 | 2024.12.21 01:27:53.217278 [ 285 ] {09a5abf0-11b4-44b4-a0cc-cdfa024726e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19204 | 2024.12.21 01:27:53.217641 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 8 rows starting from the beginning of the part | ||
| 19205 | 2024.12.21 01:27:53.218233 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 35 rows starting from the beginning of the part | ||
| 19206 | 2024.12.21 01:27:53.218860 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 8 rows starting from the beginning of the part | ||
| 19207 | 2024.12.21 01:27:53.218918 [ 285 ] {09a5abf0-11b4-44b4-a0cc-cdfa024726e2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 19208 | 2024.12.21 01:27:53.219449 [ 198 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 46 rows starting from the beginning of the part | ||
| 19209 | 2024.12.21 01:27:53.219782 [ 285 ] {09a5abf0-11b4-44b4-a0cc-cdfa024726e2} <Trace> oximeter.measurements_i64 (cb750a95-153d-4640-84c1-b972bd115fca): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19210 | 2024.12.21 01:27:53.220594 [ 285 ] {09a5abf0-11b4-44b4-a0cc-cdfa024726e2} <Debug> executeQuery: Read 12 rows, 868.00 B in 0.006413 sec., 1871.1991267737408 rows/sec., 132.18 KiB/sec. | ||
| 19211 | 2024.12.21 01:27:53.220901 [ 285 ] {09a5abf0-11b4-44b4-a0cc-cdfa024726e2} <Debug> TCPHandler: Processed in 0.007245782 sec. | ||
| 19212 | 2024.12.21 01:27:53.221149 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19213 | 2024.12.21 01:27:53.221318 [ 287 ] {1978d58a-da41-4151-a54d-24b032cb3920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19214 | 2024.12.21 01:27:53.221412 [ 287 ] {1978d58a-da41-4151-a54d-24b032cb3920} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19215 | 2024.12.21 01:27:53.222089 [ 287 ] {1978d58a-da41-4151-a54d-24b032cb3920} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19216 | 2024.12.21 01:27:53.222132 [ 287 ] {1978d58a-da41-4151-a54d-24b032cb3920} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19217 | 2024.12.21 01:27:53.222520 [ 287 ] {1978d58a-da41-4151-a54d-24b032cb3920} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 19218 | 2024.12.21 01:27:53.222772 [ 287 ] {1978d58a-da41-4151-a54d-24b032cb3920} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19219 | 2024.12.21 01:27:53.222962 [ 49 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 19220 | 2024.12.21 01:27:53.223035 [ 49 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19221 | 2024.12.21 01:27:53.223042 [ 287 ] {1978d58a-da41-4151-a54d-24b032cb3920} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001752 sec., 34246.57534246575 rows/sec., 2.31 MiB/sec. | ||
| 19222 | 2024.12.21 01:27:53.223079 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19223 | 2024.12.21 01:27:53.223257 [ 287 ] {1978d58a-da41-4151-a54d-24b032cb3920} <Debug> TCPHandler: Processed in 0.002186507 sec. | ||
| 19224 | 2024.12.21 01:27:53.223383 [ 199 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 19225 | 2024.12.21 01:27:53.223754 [ 199 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19226 | 2024.12.21 01:27:53.223837 [ 199 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 9196 rows starting from the beginning of the part | ||
| 19227 | 2024.12.21 01:27:53.224127 [ 199 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 82 rows starting from the beginning of the part | ||
| 19228 | 2024.12.21 01:27:53.224508 [ 199 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 60 rows starting from the beginning of the part | ||
| 19229 | 2024.12.21 01:27:53.224848 [ 199 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 34 rows starting from the beginning of the part | ||
| 19230 | 2024.12.21 01:27:53.225167 [ 199 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 48 rows starting from the beginning of the part | ||
| 19231 | 2024.12.21 01:27:53.225444 [ 199 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 60 rows starting from the beginning of the part | ||
| 19232 | 2024.12.21 01:27:53.232743 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9480 rows, containing 4 columns (4 merged, 0 gathered) in 0.00950991 sec., 996854.8598251719 rows/sec., 64.97 MiB/sec. | ||
| 19233 | 2024.12.21 01:27:53.233024 [ 186 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 19234 | 2024.12.21 01:27:53.233496 [ 186 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_156_31} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19235 | 2024.12.21 01:27:53.233774 [ 186 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_156_31} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 19236 | 2024.12.21 01:27:53.233904 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB. | ||
| 19237 | 2024.12.21 01:27:53.236921 [ 189 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2715 rows, containing 19 columns (19 merged, 0 gathered) in 0.023791051 sec., 114118.5397820382 rows/sec., 204.50 MiB/sec. | ||
| 19238 | 2024.12.21 01:27:53.239167 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 19239 | 2024.12.21 01:27:53.239593 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19240 | 2024.12.21 01:27:53.239678 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 19241 | 2024.12.21 01:27:53.239820 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.03 MiB. | ||
| 19242 | 2024.12.21 01:27:53.829779 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19243 | 2024.12.21 01:27:53.829830 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19244 | 2024.12.21 01:27:54.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.54 MiB, peak 293.55 MiB, free memory in arenas 0.00 B, will set to 276.32 MiB (RSS), difference: 1.79 MiB | ||
| 19245 | 2024.12.21 01:27:54.066437 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42212 | ||
| 19246 | 2024.12.21 01:27:54.067124 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19247 | 2024.12.21 01:27:54.067176 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19248 | 2024.12.21 01:27:54.067740 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 19249 | 2024.12.21 01:27:54.068011 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19250 | 2024.12.21 01:27:54.068270 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42212 | ||
| 19251 | 2024.12.21 01:27:54.372576 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 2684 | ||
| 19252 | 2024.12.21 01:27:54.375631 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19253 | 2024.12.21 01:27:54.375697 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19254 | 2024.12.21 01:27:54.377245 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19255 | 2024.12.21 01:27:54.377572 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19256 | 2024.12.21 01:27:54.379119 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2684 | ||
| 19257 | 2024.12.21 01:27:55.273206 [ 222 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Found 5 old parts to remove. Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] | ||
| 19258 | 2024.12.21 01:27:55.273259 [ 222 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Removing 5 parts from filesystem (serially): Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] | ||
| 19259 | 2024.12.21 01:27:55.274858 [ 222 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Removing 5 parts from memory: Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] | ||
| 19260 | 2024.12.21 01:27:57.139683 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694 | ||
| 19261 | 2024.12.21 01:27:57.163728 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19262 | 2024.12.21 01:27:57.163787 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19263 | 2024.12.21 01:27:57.172109 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 19264 | 2024.12.21 01:27:57.173003 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19265 | 2024.12.21 01:27:57.176386 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694 | ||
| 19266 | 2024.12.21 01:27:58.185544 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19267 | 2024.12.21 01:27:58.185781 [ 287 ] {7bab27f3-6f2a-4c34-8f75-c679dd4da17a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19268 | 2024.12.21 01:27:58.185866 [ 287 ] {7bab27f3-6f2a-4c34-8f75-c679dd4da17a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19269 | 2024.12.21 01:27:58.186742 [ 287 ] {7bab27f3-6f2a-4c34-8f75-c679dd4da17a} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19270 | 2024.12.21 01:27:58.186798 [ 287 ] {7bab27f3-6f2a-4c34-8f75-c679dd4da17a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19271 | 2024.12.21 01:27:58.187255 [ 287 ] {7bab27f3-6f2a-4c34-8f75-c679dd4da17a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19272 | 2024.12.21 01:27:58.187525 [ 287 ] {7bab27f3-6f2a-4c34-8f75-c679dd4da17a} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19273 | 2024.12.21 01:27:58.187760 [ 287 ] {7bab27f3-6f2a-4c34-8f75-c679dd4da17a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002035 sec., 6879.60687960688 rows/sec., 495.24 KiB/sec. | ||
| 19274 | 2024.12.21 01:27:58.187884 [ 287 ] {7bab27f3-6f2a-4c34-8f75-c679dd4da17a} <Debug> TCPHandler: Processed in 0.002486062 sec. | ||
| 19275 | 2024.12.21 01:27:58.188239 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19276 | 2024.12.21 01:27:58.188511 [ 285 ] {b0d6c177-e1cc-4b52-9640-2570153bfe30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19277 | 2024.12.21 01:27:58.188589 [ 285 ] {b0d6c177-e1cc-4b52-9640-2570153bfe30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19278 | 2024.12.21 01:27:58.189481 [ 285 ] {b0d6c177-e1cc-4b52-9640-2570153bfe30} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19279 | 2024.12.21 01:27:58.189527 [ 285 ] {b0d6c177-e1cc-4b52-9640-2570153bfe30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19280 | 2024.12.21 01:27:58.189993 [ 285 ] {b0d6c177-e1cc-4b52-9640-2570153bfe30} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 19281 | 2024.12.21 01:27:58.190263 [ 285 ] {b0d6c177-e1cc-4b52-9640-2570153bfe30} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19282 | 2024.12.21 01:27:58.190472 [ 285 ] {b0d6c177-e1cc-4b52-9640-2570153bfe30} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002014 sec., 108738.82820258192 rows/sec., 9.47 MiB/sec. | ||
| 19283 | 2024.12.21 01:27:58.190552 [ 285 ] {b0d6c177-e1cc-4b52-9640-2570153bfe30} <Debug> TCPHandler: Processed in 0.002538363 sec. | ||
| 19284 | 2024.12.21 01:27:58.190755 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19285 | 2024.12.21 01:27:58.191021 [ 287 ] {5c3f69a5-0496-41f0-ae04-ce540886c089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19286 | 2024.12.21 01:27:58.191086 [ 287 ] {5c3f69a5-0496-41f0-ae04-ce540886c089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19287 | 2024.12.21 01:27:58.191740 [ 287 ] {5c3f69a5-0496-41f0-ae04-ce540886c089} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19288 | 2024.12.21 01:27:58.191782 [ 287 ] {5c3f69a5-0496-41f0-ae04-ce540886c089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19289 | 2024.12.21 01:27:58.192164 [ 287 ] {5c3f69a5-0496-41f0-ae04-ce540886c089} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 19290 | 2024.12.21 01:27:58.192419 [ 287 ] {5c3f69a5-0496-41f0-ae04-ce540886c089} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19291 | 2024.12.21 01:27:58.192656 [ 287 ] {5c3f69a5-0496-41f0-ae04-ce540886c089} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001702 sec., 8813.16098707403 rows/sec., 621.40 KiB/sec. | ||
| 19292 | 2024.12.21 01:27:58.192717 [ 287 ] {5c3f69a5-0496-41f0-ae04-ce540886c089} <Debug> TCPHandler: Processed in 0.002070035 sec. | ||
| 19293 | 2024.12.21 01:27:58.192924 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19294 | 2024.12.21 01:27:58.193163 [ 285 ] {9d1f1074-2bb3-4ddf-bb83-b13c7c8d2e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19295 | 2024.12.21 01:27:58.193265 [ 285 ] {9d1f1074-2bb3-4ddf-bb83-b13c7c8d2e23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19296 | 2024.12.21 01:27:58.193976 [ 285 ] {9d1f1074-2bb3-4ddf-bb83-b13c7c8d2e23} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19297 | 2024.12.21 01:27:58.194016 [ 285 ] {9d1f1074-2bb3-4ddf-bb83-b13c7c8d2e23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19298 | 2024.12.21 01:27:58.194412 [ 285 ] {9d1f1074-2bb3-4ddf-bb83-b13c7c8d2e23} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19299 | 2024.12.21 01:27:58.194665 [ 285 ] {9d1f1074-2bb3-4ddf-bb83-b13c7c8d2e23} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19300 | 2024.12.21 01:27:58.194845 [ 285 ] {9d1f1074-2bb3-4ddf-bb83-b13c7c8d2e23} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001744 sec., 8027.522935779816 rows/sec., 562.20 KiB/sec. | ||
| 19301 | 2024.12.21 01:27:58.194905 [ 285 ] {9d1f1074-2bb3-4ddf-bb83-b13c7c8d2e23} <Debug> TCPHandler: Processed in 0.002094655 sec. | ||
| 19302 | 2024.12.21 01:27:58.195054 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19303 | 2024.12.21 01:27:58.195178 [ 287 ] {30a37f15-6ef5-451d-886b-e288ee359962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19304 | 2024.12.21 01:27:58.195240 [ 287 ] {30a37f15-6ef5-451d-886b-e288ee359962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19305 | 2024.12.21 01:27:58.195827 [ 287 ] {30a37f15-6ef5-451d-886b-e288ee359962} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19306 | 2024.12.21 01:27:58.195867 [ 287 ] {30a37f15-6ef5-451d-886b-e288ee359962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19307 | 2024.12.21 01:27:58.196243 [ 287 ] {30a37f15-6ef5-451d-886b-e288ee359962} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19308 | 2024.12.21 01:27:58.196496 [ 287 ] {30a37f15-6ef5-451d-886b-e288ee359962} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19309 | 2024.12.21 01:27:58.196727 [ 287 ] {30a37f15-6ef5-451d-886b-e288ee359962} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001575 sec., 8253.968253968254 rows/sec., 514.63 KiB/sec. | ||
| 19310 | 2024.12.21 01:27:58.196784 [ 287 ] {30a37f15-6ef5-451d-886b-e288ee359962} <Debug> TCPHandler: Processed in 0.00178911 sec. | ||
| 19311 | 2024.12.21 01:27:58.197004 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19312 | 2024.12.21 01:27:58.197233 [ 285 ] {f6813ada-ddd2-42cf-a2aa-aa64ca3eb2d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19313 | 2024.12.21 01:27:58.197328 [ 285 ] {f6813ada-ddd2-42cf-a2aa-aa64ca3eb2d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19314 | 2024.12.21 01:27:58.198106 [ 285 ] {f6813ada-ddd2-42cf-a2aa-aa64ca3eb2d1} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19315 | 2024.12.21 01:27:58.198144 [ 285 ] {f6813ada-ddd2-42cf-a2aa-aa64ca3eb2d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19316 | 2024.12.21 01:27:58.198575 [ 285 ] {f6813ada-ddd2-42cf-a2aa-aa64ca3eb2d1} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 19317 | 2024.12.21 01:27:58.198827 [ 285 ] {f6813ada-ddd2-42cf-a2aa-aa64ca3eb2d1} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19318 | 2024.12.21 01:27:58.199015 [ 285 ] {f6813ada-ddd2-42cf-a2aa-aa64ca3eb2d1} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001839 sec., 212071.77814029364 rows/sec., 15.04 MiB/sec. | ||
| 19319 | 2024.12.21 01:27:58.199073 [ 285 ] {f6813ada-ddd2-42cf-a2aa-aa64ca3eb2d1} <Debug> TCPHandler: Processed in 0.002177477 sec. | ||
| 19320 | 2024.12.21 01:27:58.199230 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19321 | 2024.12.21 01:27:58.199370 [ 287 ] {1d74e7d5-8508-4744-b605-65a48905f412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19322 | 2024.12.21 01:27:58.199426 [ 287 ] {1d74e7d5-8508-4744-b605-65a48905f412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19323 | 2024.12.21 01:27:58.199924 [ 287 ] {1d74e7d5-8508-4744-b605-65a48905f412} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19324 | 2024.12.21 01:27:58.199964 [ 287 ] {1d74e7d5-8508-4744-b605-65a48905f412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19325 | 2024.12.21 01:27:58.200340 [ 287 ] {1d74e7d5-8508-4744-b605-65a48905f412} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19326 | 2024.12.21 01:27:58.200584 [ 287 ] {1d74e7d5-8508-4744-b605-65a48905f412} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19327 | 2024.12.21 01:27:58.200826 [ 287 ] {1d74e7d5-8508-4744-b605-65a48905f412} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001481 sec., 4051.3166779203243 rows/sec., 211.67 KiB/sec. | ||
| 19328 | 2024.12.21 01:27:58.200894 [ 287 ] {1d74e7d5-8508-4744-b605-65a48905f412} <Debug> TCPHandler: Processed in 0.001734399 sec. | ||
| 19329 | 2024.12.21 01:27:58.201114 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19330 | 2024.12.21 01:27:58.201307 [ 285 ] {b21efd13-bb55-4d87-a5c3-a8c767467937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19331 | 2024.12.21 01:27:58.201364 [ 285 ] {b21efd13-bb55-4d87-a5c3-a8c767467937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19332 | 2024.12.21 01:27:58.201959 [ 285 ] {b21efd13-bb55-4d87-a5c3-a8c767467937} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19333 | 2024.12.21 01:27:58.201999 [ 285 ] {b21efd13-bb55-4d87-a5c3-a8c767467937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19334 | 2024.12.21 01:27:58.202412 [ 285 ] {b21efd13-bb55-4d87-a5c3-a8c767467937} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 19335 | 2024.12.21 01:27:58.202658 [ 285 ] {b21efd13-bb55-4d87-a5c3-a8c767467937} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19336 | 2024.12.21 01:27:58.202800 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_152_31 to all_157_157_0 | ||
| 19337 | 2024.12.21 01:27:58.202847 [ 285 ] {b21efd13-bb55-4d87-a5c3-a8c767467937} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001566 sec., 151340.99616858238 rows/sec., 10.14 MiB/sec. | ||
| 19338 | 2024.12.21 01:27:58.202851 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19339 | 2024.12.21 01:27:58.202899 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19340 | 2024.12.21 01:27:58.202924 [ 285 ] {b21efd13-bb55-4d87-a5c3-a8c767467937} <Debug> TCPHandler: Processed in 0.001932223 sec. | ||
| 19341 | 2024.12.21 01:27:58.203119 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19342 | 2024.12.21 01:27:58.203141 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_157_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_152_31 to all_157_157_0 into Compact with storage Full | ||
| 19343 | 2024.12.21 01:27:58.203301 [ 287 ] {2225a9c7-5db4-42b0-9b8c-815c13d92564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19344 | 2024.12.21 01:27:58.203418 [ 287 ] {2225a9c7-5db4-42b0-9b8c-815c13d92564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19345 | 2024.12.21 01:27:58.203543 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_157_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19346 | 2024.12.21 01:27:58.203647 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_152_31, total 45439 rows starting from the beginning of the part | ||
| 19347 | 2024.12.21 01:27:58.204089 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 160 rows starting from the beginning of the part | ||
| 19348 | 2024.12.21 01:27:58.204464 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 961 rows starting from the beginning of the part | ||
| 19349 | 2024.12.21 01:27:58.204644 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 128 rows starting from the beginning of the part | ||
| 19350 | 2024.12.21 01:27:58.204987 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 160 rows starting from the beginning of the part | ||
| 19351 | 2024.12.21 01:27:58.205435 [ 189 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 237 rows starting from the beginning of the part | ||
| 19352 | 2024.12.21 01:27:58.206110 [ 287 ] {2225a9c7-5db4-42b0-9b8c-815c13d92564} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19353 | 2024.12.21 01:27:58.206167 [ 287 ] {2225a9c7-5db4-42b0-9b8c-815c13d92564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19354 | 2024.12.21 01:27:58.206967 [ 287 ] {2225a9c7-5db4-42b0-9b8c-815c13d92564} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19355 | 2024.12.21 01:27:58.207341 [ 287 ] {2225a9c7-5db4-42b0-9b8c-815c13d92564} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19356 | 2024.12.21 01:27:58.207722 [ 287 ] {2225a9c7-5db4-42b0-9b8c-815c13d92564} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004445 sec., 224.97187851518558 rows/sec., 15.16 KiB/sec. | ||
| 19357 | 2024.12.21 01:27:58.208370 [ 287 ] {2225a9c7-5db4-42b0-9b8c-815c13d92564} <Debug> TCPHandler: Processed in 0.005348001 sec. | ||
| 19358 | 2024.12.21 01:27:58.208703 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19359 | 2024.12.21 01:27:58.209179 [ 285 ] {9b1789ae-f45d-4b4f-9912-4a6fa5f966d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19360 | 2024.12.21 01:27:58.209451 [ 285 ] {9b1789ae-f45d-4b4f-9912-4a6fa5f966d6} <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 | ||
| 19361 | 2024.12.21 01:27:58.211137 [ 285 ] {9b1789ae-f45d-4b4f-9912-4a6fa5f966d6} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19362 | 2024.12.21 01:27:58.211178 [ 285 ] {9b1789ae-f45d-4b4f-9912-4a6fa5f966d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19363 | 2024.12.21 01:27:58.212075 [ 285 ] {9b1789ae-f45d-4b4f-9912-4a6fa5f966d6} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 19364 | 2024.12.21 01:27:58.212385 [ 285 ] {9b1789ae-f45d-4b4f-9912-4a6fa5f966d6} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19365 | 2024.12.21 01:27:58.212801 [ 285 ] {9b1789ae-f45d-4b4f-9912-4a6fa5f966d6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003789 sec., 2111.375032990235 rows/sec., 3.78 MiB/sec. | ||
| 19366 | 2024.12.21 01:27:58.213031 [ 285 ] {9b1789ae-f45d-4b4f-9912-4a6fa5f966d6} <Debug> TCPHandler: Processed in 0.004471975 sec. | ||
| 19367 | 2024.12.21 01:27:58.213219 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19368 | 2024.12.21 01:27:58.213362 [ 287 ] {2e7b3726-877f-4435-b65e-9473dd23af5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19369 | 2024.12.21 01:27:58.213428 [ 287 ] {2e7b3726-877f-4435-b65e-9473dd23af5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19370 | 2024.12.21 01:27:58.214140 [ 287 ] {2e7b3726-877f-4435-b65e-9473dd23af5c} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19371 | 2024.12.21 01:27:58.214228 [ 287 ] {2e7b3726-877f-4435-b65e-9473dd23af5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19372 | 2024.12.21 01:27:58.214826 [ 287 ] {2e7b3726-877f-4435-b65e-9473dd23af5c} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 19373 | 2024.12.21 01:27:58.215079 [ 287 ] {2e7b3726-877f-4435-b65e-9473dd23af5c} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19374 | 2024.12.21 01:27:58.215350 [ 287 ] {2e7b3726-877f-4435-b65e-9473dd23af5c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002018 sec., 40634.29137760159 rows/sec., 2.58 MiB/sec. | ||
| 19375 | 2024.12.21 01:27:58.215468 [ 287 ] {2e7b3726-877f-4435-b65e-9473dd23af5c} <Debug> TCPHandler: Processed in 0.002318859 sec. | ||
| 19376 | 2024.12.21 01:27:58.217860 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_157_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47085 rows, containing 5 columns (5 merged, 0 gathered) in 0.01485197 sec., 3170286.500713373 rows/sec., 214.05 MiB/sec. | ||
| 19377 | 2024.12.21 01:27:58.218305 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_157_32} <Trace> MergedBlockOutputStream: filled checksums all_1_157_32 (state Temporary) | ||
| 19378 | 2024.12.21 01:27:58.218641 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_157_32} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_157_32 to all_1_157_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19379 | 2024.12.21 01:27:58.218731 [ 197 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_157_32} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_152_31, all_157_157_0] -> all_1_157_32 | ||
| 19380 | 2024.12.21 01:27:58.218827 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
| 19381 | 2024.12.21 01:27:58.558137 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19382 | 2024.12.21 01:27:58.558199 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19383 | 2024.12.21 01:27:58.560174 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19384 | 2024.12.21 01:27:59.078837 [ 218 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19385 | 2024.12.21 01:27:59.078891 [ 218 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19386 | 2024.12.21 01:27:59.080864 [ 218 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19387 | 2024.12.21 01:28:01.568421 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42639 | ||
| 19388 | 2024.12.21 01:28:01.569390 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19389 | 2024.12.21 01:28:01.569455 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.49 GiB. | ||
| 19390 | 2024.12.21 01:28:01.570163 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 19391 | 2024.12.21 01:28:01.570425 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19392 | 2024.12.21 01:28:01.570602 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639 | ||
| 19393 | 2024.12.21 01:28:03.172447 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19394 | 2024.12.21 01:28:03.172745 [ 287 ] {c7a5aeb5-6ebe-4564-bffe-0a4e75793de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 19395 | 2024.12.21 01:28:03.173226 [ 287 ] {c7a5aeb5-6ebe-4564-bffe-0a4e75793de3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 19396 | 2024.12.21 01:28:03.173283 [ 287 ] {c7a5aeb5-6ebe-4564-bffe-0a4e75793de3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 19397 | 2024.12.21 01:28:03.173682 [ 287 ] {c7a5aeb5-6ebe-4564-bffe-0a4e75793de3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 19398 | 2024.12.21 01:28:03.173777 [ 287 ] {c7a5aeb5-6ebe-4564-bffe-0a4e75793de3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 19399 | 2024.12.21 01:28:03.173965 [ 287 ] {c7a5aeb5-6ebe-4564-bffe-0a4e75793de3} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 19400 | 2024.12.21 01:28:03.174007 [ 287 ] {c7a5aeb5-6ebe-4564-bffe-0a4e75793de3} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 19401 | 2024.12.21 01:28:03.174033 [ 287 ] {c7a5aeb5-6ebe-4564-bffe-0a4e75793de3} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (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 | ||
| 19402 | 2024.12.21 01:28:03.174052 [ 287 ] {c7a5aeb5-6ebe-4564-bffe-0a4e75793de3} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 19403 | 2024.12.21 01:28:03.174105 [ 287 ] {c7a5aeb5-6ebe-4564-bffe-0a4e75793de3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 19404 | 2024.12.21 01:28:03.174132 [ 287 ] {c7a5aeb5-6ebe-4564-bffe-0a4e75793de3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 19405 | 2024.12.21 01:28:03.176182 [ 287 ] {c7a5aeb5-6ebe-4564-bffe-0a4e75793de3} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.00357 sec., 11484.593837535014 rows/sec., 437.95 KiB/sec. | ||
| 19406 | 2024.12.21 01:28:03.176354 [ 287 ] {c7a5aeb5-6ebe-4564-bffe-0a4e75793de3} <Debug> TCPHandler: Processed in 0.004044238 sec. | ||
| 19407 | 2024.12.21 01:28:03.187001 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19408 | 2024.12.21 01:28:03.187243 [ 287 ] {819b48a4-84ed-447c-a42c-0c87db6a6ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 19409 | 2024.12.21 01:28:03.187345 [ 287 ] {819b48a4-84ed-447c-a42c-0c87db6a6ec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 19410 | 2024.12.21 01:28:03.188193 [ 287 ] {819b48a4-84ed-447c-a42c-0c87db6a6ec9} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19411 | 2024.12.21 01:28:03.188245 [ 287 ] {819b48a4-84ed-447c-a42c-0c87db6a6ec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.48 GiB. | ||
| 19412 | 2024.12.21 01:28:03.188773 [ 287 ] {819b48a4-84ed-447c-a42c-0c87db6a6ec9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 19413 | 2024.12.21 01:28:03.188995 [ 287 ] {819b48a4-84ed-447c-a42c-0c87db6a6ec9} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19414 | 2024.12.21 01:28:03.189254 [ 287 ] {819b48a4-84ed-447c-a42c-0c87db6a6ec9} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.002071 sec., 482.8585224529213 rows/sec., 134.39 KiB/sec. | ||
| 19415 | 2024.12.21 01:28:03.189416 [ 287 ] {819b48a4-84ed-447c-a42c-0c87db6a6ec9} <Debug> TCPHandler: Processed in 0.002524243 sec. | ||
| 19416 | 2024.12.21 01:28:03.189653 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19417 | 2024.12.21 01:28:03.189859 [ 285 ] {6d53b907-ae03-438c-96db-08f8e33ced47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19418 | 2024.12.21 01:28:03.189938 [ 285 ] {6d53b907-ae03-438c-96db-08f8e33ced47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19419 | 2024.12.21 01:28:03.190661 [ 285 ] {6d53b907-ae03-438c-96db-08f8e33ced47} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19420 | 2024.12.21 01:28:03.190704 [ 285 ] {6d53b907-ae03-438c-96db-08f8e33ced47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.48 GiB. | ||
| 19421 | 2024.12.21 01:28:03.191138 [ 285 ] {6d53b907-ae03-438c-96db-08f8e33ced47} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 19422 | 2024.12.21 01:28:03.191414 [ 285 ] {6d53b907-ae03-438c-96db-08f8e33ced47} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19423 | 2024.12.21 01:28:03.191632 [ 285 ] {6d53b907-ae03-438c-96db-08f8e33ced47} <Debug> executeQuery: Read 5 rows, 395.00 B in 0.001839 sec., 2718.8689505165853 rows/sec., 209.76 KiB/sec. | ||
| 19424 | 2024.12.21 01:28:03.191711 [ 285 ] {6d53b907-ae03-438c-96db-08f8e33ced47} <Debug> TCPHandler: Processed in 0.002181466 sec. | ||
| 19425 | 2024.12.21 01:28:03.191893 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19426 | 2024.12.21 01:28:03.192039 [ 287 ] {e237347d-bc42-464c-b141-d8afcd536ef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19427 | 2024.12.21 01:28:03.192103 [ 287 ] {e237347d-bc42-464c-b141-d8afcd536ef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19428 | 2024.12.21 01:28:03.192878 [ 287 ] {e237347d-bc42-464c-b141-d8afcd536ef0} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19429 | 2024.12.21 01:28:03.192920 [ 287 ] {e237347d-bc42-464c-b141-d8afcd536ef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.48 GiB. | ||
| 19430 | 2024.12.21 01:28:03.193305 [ 287 ] {e237347d-bc42-464c-b141-d8afcd536ef0} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 19431 | 2024.12.21 01:28:03.193542 [ 287 ] {e237347d-bc42-464c-b141-d8afcd536ef0} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19432 | 2024.12.21 01:28:03.193756 [ 287 ] {e237347d-bc42-464c-b141-d8afcd536ef0} <Debug> executeQuery: Read 159 rows, 13.91 KiB in 0.001751 sec., 90805.25414049115 rows/sec., 7.76 MiB/sec. | ||
| 19433 | 2024.12.21 01:28:03.193815 [ 287 ] {e237347d-bc42-464c-b141-d8afcd536ef0} <Debug> TCPHandler: Processed in 0.001991144 sec. | ||
| 19434 | 2024.12.21 01:28:03.193969 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19435 | 2024.12.21 01:28:03.194093 [ 285 ] {23d813d6-a021-4ea6-9a7d-678f07ee09a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19436 | 2024.12.21 01:28:03.194146 [ 285 ] {23d813d6-a021-4ea6-9a7d-678f07ee09a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19437 | 2024.12.21 01:28:03.194763 [ 285 ] {23d813d6-a021-4ea6-9a7d-678f07ee09a3} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19438 | 2024.12.21 01:28:03.194803 [ 285 ] {23d813d6-a021-4ea6-9a7d-678f07ee09a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.48 GiB. | ||
| 19439 | 2024.12.21 01:28:03.195226 [ 285 ] {23d813d6-a021-4ea6-9a7d-678f07ee09a3} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 19440 | 2024.12.21 01:28:03.195480 [ 285 ] {23d813d6-a021-4ea6-9a7d-678f07ee09a3} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19441 | 2024.12.21 01:28:03.195708 [ 285 ] {23d813d6-a021-4ea6-9a7d-678f07ee09a3} <Debug> executeQuery: Read 53 rows, 3.94 KiB in 0.001644 sec., 32238.442822384426 rows/sec., 2.34 MiB/sec. | ||
| 19442 | 2024.12.21 01:28:03.195769 [ 285 ] {23d813d6-a021-4ea6-9a7d-678f07ee09a3} <Debug> TCPHandler: Processed in 0.001862852 sec. | ||
| 19443 | 2024.12.21 01:28:03.195922 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19444 | 2024.12.21 01:28:03.196066 [ 287 ] {4ebcdff7-4de3-4ff6-bc06-28734c3d947d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19445 | 2024.12.21 01:28:03.196126 [ 287 ] {4ebcdff7-4de3-4ff6-bc06-28734c3d947d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19446 | 2024.12.21 01:28:03.196955 [ 287 ] {4ebcdff7-4de3-4ff6-bc06-28734c3d947d} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19447 | 2024.12.21 01:28:03.197007 [ 287 ] {4ebcdff7-4de3-4ff6-bc06-28734c3d947d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.48 GiB. | ||
| 19448 | 2024.12.21 01:28:03.197554 [ 287 ] {4ebcdff7-4de3-4ff6-bc06-28734c3d947d} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 19449 | 2024.12.21 01:28:03.197885 [ 287 ] {4ebcdff7-4de3-4ff6-bc06-28734c3d947d} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19450 | 2024.12.21 01:28:03.198181 [ 287 ] {4ebcdff7-4de3-4ff6-bc06-28734c3d947d} <Debug> executeQuery: Read 135 rows, 10.60 KiB in 0.002139 sec., 63113.60448807855 rows/sec., 4.84 MiB/sec. | ||
| 19451 | 2024.12.21 01:28:03.198281 [ 219 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19452 | 2024.12.21 01:28:03.198291 [ 287 ] {4ebcdff7-4de3-4ff6-bc06-28734c3d947d} <Debug> TCPHandler: Processed in 0.002434871 sec. | ||
| 19453 | 2024.12.21 01:28:03.198329 [ 219 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19454 | 2024.12.21 01:28:03.198558 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19455 | 2024.12.21 01:28:03.198712 [ 285 ] {c8bd594d-a799-4ec8-ad49-5e14a4c87670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19456 | 2024.12.21 01:28:03.198783 [ 285 ] {c8bd594d-a799-4ec8-ad49-5e14a4c87670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19457 | 2024.12.21 01:28:03.199692 [ 285 ] {c8bd594d-a799-4ec8-ad49-5e14a4c87670} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19458 | 2024.12.21 01:28:03.199732 [ 285 ] {c8bd594d-a799-4ec8-ad49-5e14a4c87670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.48 GiB. | ||
| 19459 | 2024.12.21 01:28:03.200216 [ 285 ] {c8bd594d-a799-4ec8-ad49-5e14a4c87670} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 19460 | 2024.12.21 01:28:03.200510 [ 285 ] {c8bd594d-a799-4ec8-ad49-5e14a4c87670} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19461 | 2024.12.21 01:28:03.200768 [ 285 ] {c8bd594d-a799-4ec8-ad49-5e14a4c87670} <Debug> executeQuery: Read 164 rows, 11.67 KiB in 0.002093 sec., 78356.42618251314 rows/sec., 5.44 MiB/sec. | ||
| 19462 | 2024.12.21 01:28:03.200842 [ 285 ] {c8bd594d-a799-4ec8-ad49-5e14a4c87670} <Debug> TCPHandler: Processed in 0.00239947 sec. | ||
| 19463 | 2024.12.21 01:28:03.201018 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19464 | 2024.12.21 01:28:03.201174 [ 287 ] {b8a7ce0e-0452-4a51-ac46-ed1fdd82b62c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19465 | 2024.12.21 01:28:03.201262 [ 287 ] {b8a7ce0e-0452-4a51-ac46-ed1fdd82b62c} <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 | ||
| 19466 | 2024.12.21 01:28:03.201773 [ 219 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19467 | 2024.12.21 01:28:03.204356 [ 287 ] {b8a7ce0e-0452-4a51-ac46-ed1fdd82b62c} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19468 | 2024.12.21 01:28:03.204403 [ 287 ] {b8a7ce0e-0452-4a51-ac46-ed1fdd82b62c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.48 GiB. | ||
| 19469 | 2024.12.21 01:28:03.205123 [ 287 ] {b8a7ce0e-0452-4a51-ac46-ed1fdd82b62c} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 19470 | 2024.12.21 01:28:03.205407 [ 287 ] {b8a7ce0e-0452-4a51-ac46-ed1fdd82b62c} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19471 | 2024.12.21 01:28:03.205655 [ 287 ] {b8a7ce0e-0452-4a51-ac46-ed1fdd82b62c} <Debug> executeQuery: Read 48 rows, 88.08 KiB in 0.004508 sec., 10647.73735581189 rows/sec., 19.08 MiB/sec. | ||
| 19472 | 2024.12.21 01:28:03.205783 [ 287 ] {b8a7ce0e-0452-4a51-ac46-ed1fdd82b62c} <Debug> TCPHandler: Processed in 0.004845021 sec. | ||
| 19473 | 2024.12.21 01:28:03.205935 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19474 | 2024.12.21 01:28:03.206078 [ 285 ] {31d50ac7-3433-4df0-87ea-60632872cd13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19475 | 2024.12.21 01:28:03.206139 [ 285 ] {31d50ac7-3433-4df0-87ea-60632872cd13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19476 | 2024.12.21 01:28:03.206690 [ 285 ] {31d50ac7-3433-4df0-87ea-60632872cd13} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19477 | 2024.12.21 01:28:03.206729 [ 285 ] {31d50ac7-3433-4df0-87ea-60632872cd13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.48 GiB. | ||
| 19478 | 2024.12.21 01:28:03.207115 [ 285 ] {31d50ac7-3433-4df0-87ea-60632872cd13} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 19479 | 2024.12.21 01:28:03.207372 [ 285 ] {31d50ac7-3433-4df0-87ea-60632872cd13} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19480 | 2024.12.21 01:28:03.207611 [ 285 ] {31d50ac7-3433-4df0-87ea-60632872cd13} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001554 sec., 38610.03861003861 rows/sec., 2.60 MiB/sec. | ||
| 19481 | 2024.12.21 01:28:03.207670 [ 285 ] {31d50ac7-3433-4df0-87ea-60632872cd13} <Debug> TCPHandler: Processed in 0.00180228 sec. | ||
| 19482 | 2024.12.21 01:28:03.207700 [ 224 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19483 | 2024.12.21 01:28:03.207766 [ 224 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19484 | 2024.12.21 01:28:03.209648 [ 224 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19485 | 2024.12.21 01:28:03.749064 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19486 | 2024.12.21 01:28:03.749147 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19487 | 2024.12.21 01:28:03.751229 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19488 | 2024.12.21 01:28:04.168159 [ 225 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19489 | 2024.12.21 01:28:04.168205 [ 225 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19490 | 2024.12.21 01:28:04.170099 [ 225 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19491 | 2024.12.21 01:28:04.379296 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2724 | ||
| 19492 | 2024.12.21 01:28:04.382790 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19493 | 2024.12.21 01:28:04.382855 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.48 GiB. | ||
| 19494 | 2024.12.21 01:28:04.384500 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 19495 | 2024.12.21 01:28:04.384862 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19496 | 2024.12.21 01:28:04.385556 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2724 | ||
| 19497 | 2024.12.21 01:28:04.450246 [ 222 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19498 | 2024.12.21 01:28:04.450302 [ 222 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19499 | 2024.12.21 01:28:04.454642 [ 222 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19500 | 2024.12.21 01:28:04.676464 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701 | ||
| 19501 | 2024.12.21 01:28:04.701557 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19502 | 2024.12.21 01:28:04.701614 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 7.48 GiB. | ||
| 19503 | 2024.12.21 01:28:04.709325 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 19504 | 2024.12.21 01:28:04.710198 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19505 | 2024.12.21 01:28:04.713396 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701 | ||
| 19506 | 2024.12.21 01:28:08.185981 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19507 | 2024.12.21 01:28:08.186195 [ 287 ] {ed059ffa-0911-4001-a3c6-dddd4d0bf5ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19508 | 2024.12.21 01:28:08.186276 [ 287 ] {ed059ffa-0911-4001-a3c6-dddd4d0bf5ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19509 | 2024.12.21 01:28:08.187027 [ 287 ] {ed059ffa-0911-4001-a3c6-dddd4d0bf5ad} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19510 | 2024.12.21 01:28:08.187082 [ 287 ] {ed059ffa-0911-4001-a3c6-dddd4d0bf5ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19511 | 2024.12.21 01:28:08.187524 [ 287 ] {ed059ffa-0911-4001-a3c6-dddd4d0bf5ad} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19512 | 2024.12.21 01:28:08.187786 [ 287 ] {ed059ffa-0911-4001-a3c6-dddd4d0bf5ad} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19513 | 2024.12.21 01:28:08.188023 [ 287 ] {ed059ffa-0911-4001-a3c6-dddd4d0bf5ad} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001883 sec., 7434.944237918216 rows/sec., 535.22 KiB/sec. | ||
| 19514 | 2024.12.21 01:28:08.188093 [ 287 ] {ed059ffa-0911-4001-a3c6-dddd4d0bf5ad} <Debug> TCPHandler: Processed in 0.002253118 sec. | ||
| 19515 | 2024.12.21 01:28:08.188351 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19516 | 2024.12.21 01:28:08.188558 [ 285 ] {c19a5db7-cc63-4dfe-b6d0-dd2f267e297f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19517 | 2024.12.21 01:28:08.188638 [ 285 ] {c19a5db7-cc63-4dfe-b6d0-dd2f267e297f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19518 | 2024.12.21 01:28:08.189497 [ 285 ] {c19a5db7-cc63-4dfe-b6d0-dd2f267e297f} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19519 | 2024.12.21 01:28:08.189557 [ 285 ] {c19a5db7-cc63-4dfe-b6d0-dd2f267e297f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19520 | 2024.12.21 01:28:08.190043 [ 285 ] {c19a5db7-cc63-4dfe-b6d0-dd2f267e297f} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 19521 | 2024.12.21 01:28:08.190306 [ 285 ] {c19a5db7-cc63-4dfe-b6d0-dd2f267e297f} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19522 | 2024.12.21 01:28:08.190571 [ 285 ] {c19a5db7-cc63-4dfe-b6d0-dd2f267e297f} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002063 sec., 106156.08337372757 rows/sec., 9.25 MiB/sec. | ||
| 19523 | 2024.12.21 01:28:08.190668 [ 285 ] {c19a5db7-cc63-4dfe-b6d0-dd2f267e297f} <Debug> TCPHandler: Processed in 0.002458271 sec. | ||
| 19524 | 2024.12.21 01:28:08.190859 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19525 | 2024.12.21 01:28:08.191190 [ 287 ] {1bfd2fe0-50f3-4c16-b8e4-37498281b4c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19526 | 2024.12.21 01:28:08.191335 [ 287 ] {1bfd2fe0-50f3-4c16-b8e4-37498281b4c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19527 | 2024.12.21 01:28:08.192044 [ 287 ] {1bfd2fe0-50f3-4c16-b8e4-37498281b4c7} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19528 | 2024.12.21 01:28:08.192088 [ 287 ] {1bfd2fe0-50f3-4c16-b8e4-37498281b4c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19529 | 2024.12.21 01:28:08.192467 [ 287 ] {1bfd2fe0-50f3-4c16-b8e4-37498281b4c7} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 19530 | 2024.12.21 01:28:08.192704 [ 287 ] {1bfd2fe0-50f3-4c16-b8e4-37498281b4c7} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19531 | 2024.12.21 01:28:08.192927 [ 287 ] {1bfd2fe0-50f3-4c16-b8e4-37498281b4c7} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001857 sec., 8077.544426494346 rows/sec., 569.53 KiB/sec. | ||
| 19532 | 2024.12.21 01:28:08.192989 [ 287 ] {1bfd2fe0-50f3-4c16-b8e4-37498281b4c7} <Debug> TCPHandler: Processed in 0.002220578 sec. | ||
| 19533 | 2024.12.21 01:28:08.193137 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19534 | 2024.12.21 01:28:08.193287 [ 285 ] {585fc664-a748-410e-bb1a-16ca1bfc9f79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19535 | 2024.12.21 01:28:08.193350 [ 285 ] {585fc664-a748-410e-bb1a-16ca1bfc9f79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19536 | 2024.12.21 01:28:08.194026 [ 285 ] {585fc664-a748-410e-bb1a-16ca1bfc9f79} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19537 | 2024.12.21 01:28:08.194070 [ 285 ] {585fc664-a748-410e-bb1a-16ca1bfc9f79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19538 | 2024.12.21 01:28:08.194459 [ 285 ] {585fc664-a748-410e-bb1a-16ca1bfc9f79} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19539 | 2024.12.21 01:28:08.194706 [ 285 ] {585fc664-a748-410e-bb1a-16ca1bfc9f79} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19540 | 2024.12.21 01:28:08.194933 [ 285 ] {585fc664-a748-410e-bb1a-16ca1bfc9f79} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001682 sec., 8323.424494649227 rows/sec., 582.92 KiB/sec. | ||
| 19541 | 2024.12.21 01:28:08.194946 [ 224 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 19542 | 2024.12.21 01:28:08.195025 [ 224 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 19543 | 2024.12.21 01:28:08.195030 [ 285 ] {585fc664-a748-410e-bb1a-16ca1bfc9f79} <Debug> TCPHandler: Processed in 0.001953743 sec. | ||
| 19544 | 2024.12.21 01:28:08.195240 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19545 | 2024.12.21 01:28:08.195381 [ 287 ] {aa9065e8-30eb-4491-ad1f-303190440550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19546 | 2024.12.21 01:28:08.195466 [ 287 ] {aa9065e8-30eb-4491-ad1f-303190440550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19547 | 2024.12.21 01:28:08.196674 [ 287 ] {aa9065e8-30eb-4491-ad1f-303190440550} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19548 | 2024.12.21 01:28:08.196727 [ 287 ] {aa9065e8-30eb-4491-ad1f-303190440550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19549 | 2024.12.21 01:28:08.197465 [ 287 ] {aa9065e8-30eb-4491-ad1f-303190440550} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19550 | 2024.12.21 01:28:08.197882 [ 287 ] {aa9065e8-30eb-4491-ad1f-303190440550} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19551 | 2024.12.21 01:28:08.198188 [ 287 ] {aa9065e8-30eb-4491-ad1f-303190440550} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00285 sec., 4561.403508771929 rows/sec., 284.40 KiB/sec. | ||
| 19552 | 2024.12.21 01:28:08.198305 [ 287 ] {aa9065e8-30eb-4491-ad1f-303190440550} <Debug> TCPHandler: Processed in 0.003133223 sec. | ||
| 19553 | 2024.12.21 01:28:08.198479 [ 224 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 19554 | 2024.12.21 01:28:08.198510 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19555 | 2024.12.21 01:28:08.198799 [ 285 ] {74704509-1795-4c59-a458-41ec0c1684ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19556 | 2024.12.21 01:28:08.198932 [ 285 ] {74704509-1795-4c59-a458-41ec0c1684ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19557 | 2024.12.21 01:28:08.199941 [ 285 ] {74704509-1795-4c59-a458-41ec0c1684ad} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19558 | 2024.12.21 01:28:08.199985 [ 285 ] {74704509-1795-4c59-a458-41ec0c1684ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19559 | 2024.12.21 01:28:08.200396 [ 285 ] {74704509-1795-4c59-a458-41ec0c1684ad} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 19560 | 2024.12.21 01:28:08.200661 [ 285 ] {74704509-1795-4c59-a458-41ec0c1684ad} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19561 | 2024.12.21 01:28:08.200877 [ 285 ] {74704509-1795-4c59-a458-41ec0c1684ad} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002119 sec., 184049.07975460123 rows/sec., 13.05 MiB/sec. | ||
| 19562 | 2024.12.21 01:28:08.200958 [ 285 ] {74704509-1795-4c59-a458-41ec0c1684ad} <Debug> TCPHandler: Processed in 0.002554843 sec. | ||
| 19563 | 2024.12.21 01:28:08.201146 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19564 | 2024.12.21 01:28:08.201349 [ 287 ] {4b0f1b35-109b-4e5f-bcfb-e3bb3b64912d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19565 | 2024.12.21 01:28:08.201416 [ 287 ] {4b0f1b35-109b-4e5f-bcfb-e3bb3b64912d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19566 | 2024.12.21 01:28:08.201938 [ 287 ] {4b0f1b35-109b-4e5f-bcfb-e3bb3b64912d} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19567 | 2024.12.21 01:28:08.201978 [ 287 ] {4b0f1b35-109b-4e5f-bcfb-e3bb3b64912d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19568 | 2024.12.21 01:28:08.202353 [ 287 ] {4b0f1b35-109b-4e5f-bcfb-e3bb3b64912d} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19569 | 2024.12.21 01:28:08.202603 [ 287 ] {4b0f1b35-109b-4e5f-bcfb-e3bb3b64912d} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19570 | 2024.12.21 01:28:08.202833 [ 287 ] {4b0f1b35-109b-4e5f-bcfb-e3bb3b64912d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001528 sec., 3926.7015706806283 rows/sec., 205.15 KiB/sec. | ||
| 19571 | 2024.12.21 01:28:08.202871 [ 221 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 19572 | 2024.12.21 01:28:08.202908 [ 287 ] {4b0f1b35-109b-4e5f-bcfb-e3bb3b64912d} <Debug> TCPHandler: Processed in 0.001839261 sec. | ||
| 19573 | 2024.12.21 01:28:08.202937 [ 221 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 19574 | 2024.12.21 01:28:08.203097 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19575 | 2024.12.21 01:28:08.203265 [ 285 ] {f1a78ef6-98d3-49d1-87b6-bd24894ebc31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19576 | 2024.12.21 01:28:08.203371 [ 285 ] {f1a78ef6-98d3-49d1-87b6-bd24894ebc31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19577 | 2024.12.21 01:28:08.204786 [ 285 ] {f1a78ef6-98d3-49d1-87b6-bd24894ebc31} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19578 | 2024.12.21 01:28:08.204846 [ 285 ] {f1a78ef6-98d3-49d1-87b6-bd24894ebc31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19579 | 2024.12.21 01:28:08.205564 [ 285 ] {f1a78ef6-98d3-49d1-87b6-bd24894ebc31} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 19580 | 2024.12.21 01:28:08.205997 [ 285 ] {f1a78ef6-98d3-49d1-87b6-bd24894ebc31} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19581 | 2024.12.21 01:28:08.206401 [ 285 ] {f1a78ef6-98d3-49d1-87b6-bd24894ebc31} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003147 sec., 75309.81887511916 rows/sec., 5.05 MiB/sec. | ||
| 19582 | 2024.12.21 01:28:08.206493 [ 285 ] {f1a78ef6-98d3-49d1-87b6-bd24894ebc31} <Debug> TCPHandler: Processed in 0.003471128 sec. | ||
| 19583 | 2024.12.21 01:28:08.206642 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19584 | 2024.12.21 01:28:08.206817 [ 221 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 19585 | 2024.12.21 01:28:08.206843 [ 287 ] {62490757-2b92-4148-a6df-1e056543174e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19586 | 2024.12.21 01:28:08.207003 [ 287 ] {62490757-2b92-4148-a6df-1e056543174e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19587 | 2024.12.21 01:28:08.208268 [ 287 ] {62490757-2b92-4148-a6df-1e056543174e} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19588 | 2024.12.21 01:28:08.208310 [ 287 ] {62490757-2b92-4148-a6df-1e056543174e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19589 | 2024.12.21 01:28:08.208701 [ 287 ] {62490757-2b92-4148-a6df-1e056543174e} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19590 | 2024.12.21 01:28:08.208944 [ 287 ] {62490757-2b92-4148-a6df-1e056543174e} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19591 | 2024.12.21 01:28:08.209110 [ 148 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Selected 6 parts from all_1_63_14 to all_68_68_0 | ||
| 19592 | 2024.12.21 01:28:08.209182 [ 148 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19593 | 2024.12.21 01:28:08.209188 [ 287 ] {62490757-2b92-4148-a6df-1e056543174e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002395 sec., 417.5365344467641 rows/sec., 28.13 KiB/sec. | ||
| 19594 | 2024.12.21 01:28:08.209208 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19595 | 2024.12.21 01:28:08.209343 [ 287 ] {62490757-2b92-4148-a6df-1e056543174e} <Debug> TCPHandler: Processed in 0.002759687 sec. | ||
| 19596 | 2024.12.21 01:28:08.209595 [ 186 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_68_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_63_14 to all_68_68_0 into Compact with storage Full | ||
| 19597 | 2024.12.21 01:28:08.209620 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19598 | 2024.12.21 01:28:08.210042 [ 285 ] {1c305d33-1eb0-4d65-a4a1-64f707296dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19599 | 2024.12.21 01:28:08.210238 [ 186 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_68_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19600 | 2024.12.21 01:28:08.210408 [ 186 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_63_14, total 63 rows starting from the beginning of the part | ||
| 19601 | 2024.12.21 01:28:08.210438 [ 285 ] {1c305d33-1eb0-4d65-a4a1-64f707296dcd} <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 | ||
| 19602 | 2024.12.21 01:28:08.211058 [ 186 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part | ||
| 19603 | 2024.12.21 01:28:08.211477 [ 186 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part | ||
| 19604 | 2024.12.21 01:28:08.211864 [ 186 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1 rows starting from the beginning of the part | ||
| 19605 | 2024.12.21 01:28:08.212312 [ 186 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part | ||
| 19606 | 2024.12.21 01:28:08.212732 [ 186 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1 rows starting from the beginning of the part | ||
| 19607 | 2024.12.21 01:28:08.216175 [ 285 ] {1c305d33-1eb0-4d65-a4a1-64f707296dcd} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19608 | 2024.12.21 01:28:08.216264 [ 285 ] {1c305d33-1eb0-4d65-a4a1-64f707296dcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19609 | 2024.12.21 01:28:08.216692 [ 186 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_68_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 68 rows, containing 4 columns (4 merged, 0 gathered) in 0.007354664 sec., 9245.833664189146 rows/sec., 623.01 KiB/sec. | ||
| 19610 | 2024.12.21 01:28:08.216908 [ 186 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_68_15} <Trace> MergedBlockOutputStream: filled checksums all_1_68_15 (state Temporary) | ||
| 19611 | 2024.12.21 01:28:08.217504 [ 186 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_68_15} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_merge_all_1_68_15 to all_1_68_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19612 | 2024.12.21 01:28:08.217734 [ 186 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_68_15} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Merged 6 parts: [all_1_63_14, all_68_68_0] -> all_1_68_15 | ||
| 19613 | 2024.12.21 01:28:08.217907 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 19614 | 2024.12.21 01:28:08.217973 [ 285 ] {1c305d33-1eb0-4d65-a4a1-64f707296dcd} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 19615 | 2024.12.21 01:28:08.218269 [ 285 ] {1c305d33-1eb0-4d65-a4a1-64f707296dcd} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19616 | 2024.12.21 01:28:08.218535 [ 285 ] {1c305d33-1eb0-4d65-a4a1-64f707296dcd} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008651 sec., 924.7485839787307 rows/sec., 1.66 MiB/sec. | ||
| 19617 | 2024.12.21 01:28:08.218698 [ 285 ] {1c305d33-1eb0-4d65-a4a1-64f707296dcd} <Debug> TCPHandler: Processed in 0.009251846 sec. | ||
| 19618 | 2024.12.21 01:28:08.218991 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19619 | 2024.12.21 01:28:08.219274 [ 287 ] {0c80624a-fb7e-4bdd-a85d-569287abf6eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19620 | 2024.12.21 01:28:08.219402 [ 287 ] {0c80624a-fb7e-4bdd-a85d-569287abf6eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19621 | 2024.12.21 01:28:08.219932 [ 287 ] {0c80624a-fb7e-4bdd-a85d-569287abf6eb} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19622 | 2024.12.21 01:28:08.219973 [ 287 ] {0c80624a-fb7e-4bdd-a85d-569287abf6eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19623 | 2024.12.21 01:28:08.220368 [ 287 ] {0c80624a-fb7e-4bdd-a85d-569287abf6eb} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 19624 | 2024.12.21 01:28:08.220615 [ 287 ] {0c80624a-fb7e-4bdd-a85d-569287abf6eb} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19625 | 2024.12.21 01:28:08.220859 [ 287 ] {0c80624a-fb7e-4bdd-a85d-569287abf6eb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001687 sec., 48606.99466508596 rows/sec., 3.09 MiB/sec. | ||
| 19626 | 2024.12.21 01:28:08.220944 [ 287 ] {0c80624a-fb7e-4bdd-a85d-569287abf6eb} <Debug> TCPHandler: Processed in 0.002135596 sec. | ||
| 19627 | 2024.12.21 01:28:08.830083 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19628 | 2024.12.21 01:28:08.830133 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19629 | 2024.12.21 01:28:09.070717 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43127 | ||
| 19630 | 2024.12.21 01:28:09.071476 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19631 | 2024.12.21 01:28:09.071520 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19632 | 2024.12.21 01:28:09.072086 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 19633 | 2024.12.21 01:28:09.072347 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19634 | 2024.12.21 01:28:09.072530 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43127 | ||
| 19635 | 2024.12.21 01:28:12.213463 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 709 | ||
| 19636 | 2024.12.21 01:28:12.237730 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19637 | 2024.12.21 01:28:12.237800 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19638 | 2024.12.21 01:28:12.245482 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 19639 | 2024.12.21 01:28:12.246288 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19640 | 2024.12.21 01:28:12.251170 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 709 | ||
| 19641 | 2024.12.21 01:28:13.178963 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19642 | 2024.12.21 01:28:13.179289 [ 287 ] {37ca67a6-ef9e-4e6c-a7d5-898154845e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check') FORMAT Native; (stage: Complete) | ||
| 19643 | 2024.12.21 01:28:13.179820 [ 287 ] {37ca67a6-ef9e-4e6c-a7d5-898154845e80} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 19644 | 2024.12.21 01:28:13.179879 [ 287 ] {37ca67a6-ef9e-4e6c-a7d5-898154845e80} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check')" moved to PREWHERE | ||
| 19645 | 2024.12.21 01:28:13.180275 [ 287 ] {37ca67a6-ef9e-4e6c-a7d5-898154845e80} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 19646 | 2024.12.21 01:28:13.180361 [ 287 ] {37ca67a6-ef9e-4e6c-a7d5-898154845e80} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 19647 | 2024.12.21 01:28:13.180544 [ 287 ] {37ca67a6-ef9e-4e6c-a7d5-898154845e80} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 19648 | 2024.12.21 01:28:13.180694 [ 295 ] {37ca67a6-ef9e-4e6c-a7d5-898154845e80} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 19649 | 2024.12.21 01:28:13.180723 [ 299 ] {37ca67a6-ef9e-4e6c-a7d5-898154845e80} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 19650 | 2024.12.21 01:28:13.180860 [ 287 ] {37ca67a6-ef9e-4e6c-a7d5-898154845e80} <Debug> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (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 | ||
| 19651 | 2024.12.21 01:28:13.180890 [ 287 ] {37ca67a6-ef9e-4e6c-a7d5-898154845e80} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 19652 | 2024.12.21 01:28:13.180947 [ 287 ] {37ca67a6-ef9e-4e6c-a7d5-898154845e80} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check'))" | ||
| 19653 | 2024.12.21 01:28:13.180974 [ 287 ] {37ca67a6-ef9e-4e6c-a7d5-898154845e80} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 19654 | 2024.12.21 01:28:13.181738 [ 287 ] {37ca67a6-ef9e-4e6c-a7d5-898154845e80} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002605 sec., 15738.963531669864 rows/sec., 600.18 KiB/sec. | ||
| 19655 | 2024.12.21 01:28:13.181835 [ 287 ] {37ca67a6-ef9e-4e6c-a7d5-898154845e80} <Debug> TCPHandler: Processed in 0.003017841 sec. | ||
| 19656 | 2024.12.21 01:28:13.188588 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19657 | 2024.12.21 01:28:13.188713 [ 287 ] {66924d7a-2784-4876-9b3e-3c3ad78f7757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 19658 | 2024.12.21 01:28:13.188767 [ 287 ] {66924d7a-2784-4876-9b3e-3c3ad78f7757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 19659 | 2024.12.21 01:28:13.189916 [ 287 ] {66924d7a-2784-4876-9b3e-3c3ad78f7757} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19660 | 2024.12.21 01:28:13.189960 [ 287 ] {66924d7a-2784-4876-9b3e-3c3ad78f7757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19661 | 2024.12.21 01:28:13.190457 [ 287 ] {66924d7a-2784-4876-9b3e-3c3ad78f7757} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 19662 | 2024.12.21 01:28:13.190685 [ 287 ] {66924d7a-2784-4876-9b3e-3c3ad78f7757} <Trace> oximeter.timeseries_schema (89363a28-e670-42f8-94b6-28ad05b5c30b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19663 | 2024.12.21 01:28:13.190921 [ 287 ] {66924d7a-2784-4876-9b3e-3c3ad78f7757} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.002246 sec., 445.2359750667854 rows/sec., 46.09 KiB/sec. | ||
| 19664 | 2024.12.21 01:28:13.191107 [ 287 ] {66924d7a-2784-4876-9b3e-3c3ad78f7757} <Debug> TCPHandler: Processed in 0.002567723 sec. | ||
| 19665 | 2024.12.21 01:28:13.191364 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19666 | 2024.12.21 01:28:13.191561 [ 285 ] {a322c680-0300-4bef-bc91-ad583d63c7a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19667 | 2024.12.21 01:28:13.191648 [ 285 ] {a322c680-0300-4bef-bc91-ad583d63c7a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19668 | 2024.12.21 01:28:13.192404 [ 285 ] {a322c680-0300-4bef-bc91-ad583d63c7a7} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19669 | 2024.12.21 01:28:13.192455 [ 285 ] {a322c680-0300-4bef-bc91-ad583d63c7a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19670 | 2024.12.21 01:28:13.192902 [ 285 ] {a322c680-0300-4bef-bc91-ad583d63c7a7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 19671 | 2024.12.21 01:28:13.193176 [ 285 ] {a322c680-0300-4bef-bc91-ad583d63c7a7} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19672 | 2024.12.21 01:28:13.193360 [ 140 ] {} <Debug> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 | ||
| 19673 | 2024.12.21 01:28:13.193455 [ 140 ] {} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19674 | 2024.12.21 01:28:13.193458 [ 285 ] {a322c680-0300-4bef-bc91-ad583d63c7a7} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.001945 sec., 1542.4164524421594 rows/sec., 114.48 KiB/sec. | ||
| 19675 | 2024.12.21 01:28:13.193496 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19676 | 2024.12.21 01:28:13.193665 [ 285 ] {a322c680-0300-4bef-bc91-ad583d63c7a7} <Debug> TCPHandler: Processed in 0.002430081 sec. | ||
| 19677 | 2024.12.21 01:28:13.193878 [ 196 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full | ||
| 19678 | 2024.12.21 01:28:13.194107 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19679 | 2024.12.21 01:28:13.194256 [ 196 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19680 | 2024.12.21 01:28:13.194358 [ 196 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 18 rows starting from the beginning of the part | ||
| 19681 | 2024.12.21 01:28:13.194430 [ 287 ] {0a5d91e7-b73e-478d-a536-20fd9a6a51b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19682 | 2024.12.21 01:28:13.194568 [ 196 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
| 19683 | 2024.12.21 01:28:13.194617 [ 287 ] {0a5d91e7-b73e-478d-a536-20fd9a6a51b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19684 | 2024.12.21 01:28:13.195002 [ 196 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
| 19685 | 2024.12.21 01:28:13.195372 [ 196 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 12 rows starting from the beginning of the part | ||
| 19686 | 2024.12.21 01:28:13.195575 [ 196 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 5 rows starting from the beginning of the part | ||
| 19687 | 2024.12.21 01:28:13.195894 [ 196 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 3 rows starting from the beginning of the part | ||
| 19688 | 2024.12.21 01:28:13.197748 [ 287 ] {0a5d91e7-b73e-478d-a536-20fd9a6a51b6} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19689 | 2024.12.21 01:28:13.197814 [ 287 ] {0a5d91e7-b73e-478d-a536-20fd9a6a51b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19690 | 2024.12.21 01:28:13.198810 [ 196 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.005181778 sec., 8491.293914945796 rows/sec., 717.09 KiB/sec. | ||
| 19691 | 2024.12.21 01:28:13.198853 [ 287 ] {0a5d91e7-b73e-478d-a536-20fd9a6a51b6} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 19692 | 2024.12.21 01:28:13.199035 [ 187 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 19693 | 2024.12.21 01:28:13.199310 [ 287 ] {0a5d91e7-b73e-478d-a536-20fd9a6a51b6} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19694 | 2024.12.21 01:28:13.199665 [ 187 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_33_7} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19695 | 2024.12.21 01:28:13.199770 [ 287 ] {0a5d91e7-b73e-478d-a536-20fd9a6a51b6} <Debug> executeQuery: Read 173 rows, 15.23 KiB in 0.005402 sec., 32025.1758607923 rows/sec., 2.75 MiB/sec. | ||
| 19696 | 2024.12.21 01:28:13.199846 [ 187 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_33_7} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 | ||
| 19697 | 2024.12.21 01:28:13.199914 [ 287 ] {0a5d91e7-b73e-478d-a536-20fd9a6a51b6} <Debug> TCPHandler: Processed in 0.006111753 sec. | ||
| 19698 | 2024.12.21 01:28:13.200082 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 19699 | 2024.12.21 01:28:13.200114 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19700 | 2024.12.21 01:28:13.200236 [ 285 ] {10cafaec-02dc-412d-b35c-33f3fbfb40e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19701 | 2024.12.21 01:28:13.200290 [ 285 ] {10cafaec-02dc-412d-b35c-33f3fbfb40e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19702 | 2024.12.21 01:28:13.200905 [ 285 ] {10cafaec-02dc-412d-b35c-33f3fbfb40e1} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19703 | 2024.12.21 01:28:13.200946 [ 285 ] {10cafaec-02dc-412d-b35c-33f3fbfb40e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19704 | 2024.12.21 01:28:13.201322 [ 285 ] {10cafaec-02dc-412d-b35c-33f3fbfb40e1} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 19705 | 2024.12.21 01:28:13.201569 [ 285 ] {10cafaec-02dc-412d-b35c-33f3fbfb40e1} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19706 | 2024.12.21 01:28:13.201794 [ 285 ] {10cafaec-02dc-412d-b35c-33f3fbfb40e1} <Debug> executeQuery: Read 58 rows, 4.32 KiB in 0.001586 sec., 36569.98738965952 rows/sec., 2.66 MiB/sec. | ||
| 19707 | 2024.12.21 01:28:13.201851 [ 285 ] {10cafaec-02dc-412d-b35c-33f3fbfb40e1} <Debug> TCPHandler: Processed in 0.001832801 sec. | ||
| 19708 | 2024.12.21 01:28:13.202005 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19709 | 2024.12.21 01:28:13.202145 [ 287 ] {66a652a1-7592-4b06-918a-e555c10ce0b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19710 | 2024.12.21 01:28:13.202204 [ 287 ] {66a652a1-7592-4b06-918a-e555c10ce0b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19711 | 2024.12.21 01:28:13.202878 [ 287 ] {66a652a1-7592-4b06-918a-e555c10ce0b7} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19712 | 2024.12.21 01:28:13.202918 [ 287 ] {66a652a1-7592-4b06-918a-e555c10ce0b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19713 | 2024.12.21 01:28:13.203272 [ 287 ] {66a652a1-7592-4b06-918a-e555c10ce0b7} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 19714 | 2024.12.21 01:28:13.203516 [ 287 ] {66a652a1-7592-4b06-918a-e555c10ce0b7} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19715 | 2024.12.21 01:28:13.203723 [ 287 ] {66a652a1-7592-4b06-918a-e555c10ce0b7} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.00161 sec., 621.1180124223602 rows/sec., 41.25 KiB/sec. | ||
| 19716 | 2024.12.21 01:28:13.203777 [ 287 ] {66a652a1-7592-4b06-918a-e555c10ce0b7} <Debug> TCPHandler: Processed in 0.001842471 sec. | ||
| 19717 | 2024.12.21 01:28:13.203937 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19718 | 2024.12.21 01:28:13.204079 [ 285 ] {c97bcab1-e3fb-4ce3-8d88-beeb35b88789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19719 | 2024.12.21 01:28:13.204139 [ 285 ] {c97bcab1-e3fb-4ce3-8d88-beeb35b88789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19720 | 2024.12.21 01:28:13.204906 [ 285 ] {c97bcab1-e3fb-4ce3-8d88-beeb35b88789} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19721 | 2024.12.21 01:28:13.204947 [ 285 ] {c97bcab1-e3fb-4ce3-8d88-beeb35b88789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19722 | 2024.12.21 01:28:13.205394 [ 285 ] {c97bcab1-e3fb-4ce3-8d88-beeb35b88789} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 19723 | 2024.12.21 01:28:13.205672 [ 285 ] {c97bcab1-e3fb-4ce3-8d88-beeb35b88789} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19724 | 2024.12.21 01:28:13.205901 [ 285 ] {c97bcab1-e3fb-4ce3-8d88-beeb35b88789} <Debug> executeQuery: Read 149 rows, 11.72 KiB in 0.001854 sec., 80366.77454153182 rows/sec., 6.17 MiB/sec. | ||
| 19725 | 2024.12.21 01:28:13.205961 [ 285 ] {c97bcab1-e3fb-4ce3-8d88-beeb35b88789} <Debug> TCPHandler: Processed in 0.002090185 sec. | ||
| 19726 | 2024.12.21 01:28:13.206107 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19727 | 2024.12.21 01:28:13.206231 [ 287 ] {2e158bcb-bbd5-4ac3-a73a-787d331baaaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19728 | 2024.12.21 01:28:13.206286 [ 287 ] {2e158bcb-bbd5-4ac3-a73a-787d331baaaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19729 | 2024.12.21 01:28:13.206863 [ 287 ] {2e158bcb-bbd5-4ac3-a73a-787d331baaaf} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19730 | 2024.12.21 01:28:13.206903 [ 287 ] {2e158bcb-bbd5-4ac3-a73a-787d331baaaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19731 | 2024.12.21 01:28:13.207299 [ 287 ] {2e158bcb-bbd5-4ac3-a73a-787d331baaaf} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 19732 | 2024.12.21 01:28:13.207532 [ 287 ] {2e158bcb-bbd5-4ac3-a73a-787d331baaaf} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19733 | 2024.12.21 01:28:13.207742 [ 287 ] {2e158bcb-bbd5-4ac3-a73a-787d331baaaf} <Debug> executeQuery: Read 163 rows, 11.60 KiB in 0.001537 sec., 106050.74821080026 rows/sec., 7.37 MiB/sec. | ||
| 19734 | 2024.12.21 01:28:13.207797 [ 287 ] {2e158bcb-bbd5-4ac3-a73a-787d331baaaf} <Debug> TCPHandler: Processed in 0.001745309 sec. | ||
| 19735 | 2024.12.21 01:28:13.207955 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19736 | 2024.12.21 01:28:13.208098 [ 285 ] {fe9920e1-9081-49f7-8efc-2e9899553d99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19737 | 2024.12.21 01:28:13.208161 [ 285 ] {fe9920e1-9081-49f7-8efc-2e9899553d99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19738 | 2024.12.21 01:28:13.208728 [ 285 ] {fe9920e1-9081-49f7-8efc-2e9899553d99} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19739 | 2024.12.21 01:28:13.208776 [ 285 ] {fe9920e1-9081-49f7-8efc-2e9899553d99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19740 | 2024.12.21 01:28:13.209159 [ 285 ] {fe9920e1-9081-49f7-8efc-2e9899553d99} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 19741 | 2024.12.21 01:28:13.209412 [ 285 ] {fe9920e1-9081-49f7-8efc-2e9899553d99} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19742 | 2024.12.21 01:28:13.209621 [ 285 ] {fe9920e1-9081-49f7-8efc-2e9899553d99} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001555 sec., 643.0868167202573 rows/sec., 40.82 KiB/sec. | ||
| 19743 | 2024.12.21 01:28:13.209676 [ 285 ] {fe9920e1-9081-49f7-8efc-2e9899553d99} <Debug> TCPHandler: Processed in 0.00178862 sec. | ||
| 19744 | 2024.12.21 01:28:13.209819 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19745 | 2024.12.21 01:28:13.209959 [ 287 ] {66642644-16c7-46f2-a3b1-30d804c8ad60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19746 | 2024.12.21 01:28:13.210054 [ 287 ] {66642644-16c7-46f2-a3b1-30d804c8ad60} <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 | ||
| 19747 | 2024.12.21 01:28:13.211414 [ 287 ] {66642644-16c7-46f2-a3b1-30d804c8ad60} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19748 | 2024.12.21 01:28:13.211455 [ 287 ] {66642644-16c7-46f2-a3b1-30d804c8ad60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19749 | 2024.12.21 01:28:13.212176 [ 287 ] {66642644-16c7-46f2-a3b1-30d804c8ad60} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 19750 | 2024.12.21 01:28:13.212448 [ 287 ] {66642644-16c7-46f2-a3b1-30d804c8ad60} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19751 | 2024.12.21 01:28:13.212697 [ 287 ] {66642644-16c7-46f2-a3b1-30d804c8ad60} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.002769 sec., 19862.76634163958 rows/sec., 35.59 MiB/sec. | ||
| 19752 | 2024.12.21 01:28:13.212811 [ 287 ] {66642644-16c7-46f2-a3b1-30d804c8ad60} <Debug> TCPHandler: Processed in 0.003049861 sec. | ||
| 19753 | 2024.12.21 01:28:13.212983 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19754 | 2024.12.21 01:28:13.213121 [ 285 ] {1a281660-381f-4459-b49e-ca41217aa812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 19755 | 2024.12.21 01:28:13.213184 [ 285 ] {1a281660-381f-4459-b49e-ca41217aa812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 19756 | 2024.12.21 01:28:13.213740 [ 285 ] {1a281660-381f-4459-b49e-ca41217aa812} <Trace> oximeter.measurements_i64 (cb750a95-153d-4640-84c1-b972bd115fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19757 | 2024.12.21 01:28:13.213788 [ 285 ] {1a281660-381f-4459-b49e-ca41217aa812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19758 | 2024.12.21 01:28:13.214179 [ 285 ] {1a281660-381f-4459-b49e-ca41217aa812} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 19759 | 2024.12.21 01:28:13.214518 [ 285 ] {1a281660-381f-4459-b49e-ca41217aa812} <Trace> oximeter.measurements_i64 (cb750a95-153d-4640-84c1-b972bd115fca): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19760 | 2024.12.21 01:28:13.214783 [ 285 ] {1a281660-381f-4459-b49e-ca41217aa812} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.00169 sec., 5325.443786982249 rows/sec., 376.18 KiB/sec. | ||
| 19761 | 2024.12.21 01:28:13.214847 [ 285 ] {1a281660-381f-4459-b49e-ca41217aa812} <Debug> TCPHandler: Processed in 0.001931573 sec. | ||
| 19762 | 2024.12.21 01:28:13.214999 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19763 | 2024.12.21 01:28:13.215139 [ 287 ] {27b54829-169c-47ea-9781-724534653f6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19764 | 2024.12.21 01:28:13.215200 [ 287 ] {27b54829-169c-47ea-9781-724534653f6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19765 | 2024.12.21 01:28:13.215786 [ 287 ] {27b54829-169c-47ea-9781-724534653f6e} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19766 | 2024.12.21 01:28:13.215831 [ 287 ] {27b54829-169c-47ea-9781-724534653f6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19767 | 2024.12.21 01:28:13.216202 [ 287 ] {27b54829-169c-47ea-9781-724534653f6e} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 19768 | 2024.12.21 01:28:13.216441 [ 287 ] {27b54829-169c-47ea-9781-724534653f6e} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19769 | 2024.12.21 01:28:13.216650 [ 287 ] {27b54829-169c-47ea-9781-724534653f6e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001543 sec., 38885.28839922229 rows/sec., 2.62 MiB/sec. | ||
| 19770 | 2024.12.21 01:28:13.216704 [ 287 ] {27b54829-169c-47ea-9781-724534653f6e} <Debug> TCPHandler: Processed in 0.00177338 sec. | ||
| 19771 | 2024.12.21 01:28:13.464908 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19772 | 2024.12.21 01:28:13.465057 [ 287 ] {c94461d1-fd3e-4463-acdc-0cd4263292f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19773 | 2024.12.21 01:28:13.465117 [ 287 ] {c94461d1-fd3e-4463-acdc-0cd4263292f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19774 | 2024.12.21 01:28:13.465784 [ 287 ] {c94461d1-fd3e-4463-acdc-0cd4263292f5} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19775 | 2024.12.21 01:28:13.465834 [ 287 ] {c94461d1-fd3e-4463-acdc-0cd4263292f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19776 | 2024.12.21 01:28:13.466237 [ 287 ] {c94461d1-fd3e-4463-acdc-0cd4263292f5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 19777 | 2024.12.21 01:28:13.466481 [ 287 ] {c94461d1-fd3e-4463-acdc-0cd4263292f5} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19778 | 2024.12.21 01:28:13.466713 [ 137 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 | ||
| 19779 | 2024.12.21 01:28:13.466731 [ 287 ] {c94461d1-fd3e-4463-acdc-0cd4263292f5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001698 sec., 8244.994110718491 rows/sec., 593.53 KiB/sec. | ||
| 19780 | 2024.12.21 01:28:13.466839 [ 137 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19781 | 2024.12.21 01:28:13.466909 [ 287 ] {c94461d1-fd3e-4463-acdc-0cd4263292f5} <Debug> TCPHandler: Processed in 0.002137526 sec. | ||
| 19782 | 2024.12.21 01:28:13.466917 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19783 | 2024.12.21 01:28:13.467166 [ 191 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full | ||
| 19784 | 2024.12.21 01:28:13.467198 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19785 | 2024.12.21 01:28:13.467471 [ 191 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19786 | 2024.12.21 01:28:13.467525 [ 285 ] {c13e26eb-abc4-4541-b72b-a1bdb048738c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19787 | 2024.12.21 01:28:13.467551 [ 191 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 14 rows starting from the beginning of the part | ||
| 19788 | 2024.12.21 01:28:13.467652 [ 285 ] {c13e26eb-abc4-4541-b72b-a1bdb048738c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19789 | 2024.12.21 01:28:13.467940 [ 191 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part | ||
| 19790 | 2024.12.21 01:28:13.468266 [ 191 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part | ||
| 19791 | 2024.12.21 01:28:13.468602 [ 191 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part | ||
| 19792 | 2024.12.21 01:28:13.468982 [ 191 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 14 rows starting from the beginning of the part | ||
| 19793 | 2024.12.21 01:28:13.470671 [ 190 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003597211 sec., 19459.52016715172 rows/sec., 1.44 MiB/sec. | ||
| 19794 | 2024.12.21 01:28:13.470780 [ 285 ] {c13e26eb-abc4-4541-b72b-a1bdb048738c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19795 | 2024.12.21 01:28:13.470854 [ 285 ] {c13e26eb-abc4-4541-b72b-a1bdb048738c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19796 | 2024.12.21 01:28:13.470962 [ 190 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) | ||
| 19797 | 2024.12.21 01:28:13.471601 [ 190 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_69_17} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19798 | 2024.12.21 01:28:13.471710 [ 285 ] {c13e26eb-abc4-4541-b72b-a1bdb048738c} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 19799 | 2024.12.21 01:28:13.471779 [ 190 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_69_17} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 | ||
| 19800 | 2024.12.21 01:28:13.471923 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 19801 | 2024.12.21 01:28:13.472105 [ 285 ] {c13e26eb-abc4-4541-b72b-a1bdb048738c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19802 | 2024.12.21 01:28:13.472346 [ 137 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 19803 | 2024.12.21 01:28:13.472373 [ 285 ] {c13e26eb-abc4-4541-b72b-a1bdb048738c} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.004936 sec., 275324.1491085899 rows/sec., 22.88 MiB/sec. | ||
| 19804 | 2024.12.21 01:28:13.472415 [ 137 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19805 | 2024.12.21 01:28:13.472524 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19806 | 2024.12.21 01:28:13.472580 [ 285 ] {c13e26eb-abc4-4541-b72b-a1bdb048738c} <Debug> TCPHandler: Processed in 0.005531164 sec. | ||
| 19807 | 2024.12.21 01:28:13.472836 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19808 | 2024.12.21 01:28:13.472908 [ 194 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 19809 | 2024.12.21 01:28:13.473039 [ 287 ] {25492273-4da6-4135-804b-8144570ee8a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19810 | 2024.12.21 01:28:13.473162 [ 287 ] {25492273-4da6-4135-804b-8144570ee8a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19811 | 2024.12.21 01:28:13.473238 [ 194 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19812 | 2024.12.21 01:28:13.473341 [ 194 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1460 rows starting from the beginning of the part | ||
| 19813 | 2024.12.21 01:28:13.473906 [ 194 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 219 rows starting from the beginning of the part | ||
| 19814 | 2024.12.21 01:28:13.474549 [ 194 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 159 rows starting from the beginning of the part | ||
| 19815 | 2024.12.21 01:28:13.475153 [ 194 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 219 rows starting from the beginning of the part | ||
| 19816 | 2024.12.21 01:28:13.475772 [ 194 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 173 rows starting from the beginning of the part | ||
| 19817 | 2024.12.21 01:28:13.476364 [ 194 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 1359 rows starting from the beginning of the part | ||
| 19818 | 2024.12.21 01:28:13.477128 [ 287 ] {25492273-4da6-4135-804b-8144570ee8a4} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19819 | 2024.12.21 01:28:13.477172 [ 287 ] {25492273-4da6-4135-804b-8144570ee8a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19820 | 2024.12.21 01:28:13.477680 [ 287 ] {25492273-4da6-4135-804b-8144570ee8a4} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 19821 | 2024.12.21 01:28:13.478013 [ 287 ] {25492273-4da6-4135-804b-8144570ee8a4} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19822 | 2024.12.21 01:28:13.478224 [ 137 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 19823 | 2024.12.21 01:28:13.478288 [ 137 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19824 | 2024.12.21 01:28:13.478315 [ 287 ] {25492273-4da6-4135-804b-8144570ee8a4} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.005331 sec., 2813.731007315701 rows/sec., 198.39 KiB/sec. | ||
| 19825 | 2024.12.21 01:28:13.478333 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19826 | 2024.12.21 01:28:13.478525 [ 287 ] {25492273-4da6-4135-804b-8144570ee8a4} <Debug> TCPHandler: Processed in 0.005811608 sec. | ||
| 19827 | 2024.12.21 01:28:13.478607 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 19828 | 2024.12.21 01:28:13.478814 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19829 | 2024.12.21 01:28:13.479178 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19830 | 2024.12.21 01:28:13.479256 [ 285 ] {65debc80-3c23-45bd-a2be-e48917a7f25b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19831 | 2024.12.21 01:28:13.479344 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 79 rows starting from the beginning of the part | ||
| 19832 | 2024.12.21 01:28:13.479439 [ 285 ] {65debc80-3c23-45bd-a2be-e48917a7f25b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19833 | 2024.12.21 01:28:13.479797 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 15 rows starting from the beginning of the part | ||
| 19834 | 2024.12.21 01:28:13.479847 [ 194 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3589 rows, containing 5 columns (5 merged, 0 gathered) in 0.007174751 sec., 500226.4190074332 rows/sec., 43.94 MiB/sec. | ||
| 19835 | 2024.12.21 01:28:13.480211 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 53 rows starting from the beginning of the part | ||
| 19836 | 2024.12.21 01:28:13.480411 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 19837 | 2024.12.21 01:28:13.480683 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 15 rows starting from the beginning of the part | ||
| 19838 | 2024.12.21 01:28:13.481449 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 58 rows starting from the beginning of the part | ||
| 19839 | 2024.12.21 01:28:13.481990 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 15 rows starting from the beginning of the part | ||
| 19840 | 2024.12.21 01:28:13.482004 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_161_32} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19841 | 2024.12.21 01:28:13.482619 [ 192 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_161_32} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 19842 | 2024.12.21 01:28:13.482879 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 19843 | 2024.12.21 01:28:13.483597 [ 285 ] {65debc80-3c23-45bd-a2be-e48917a7f25b} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19844 | 2024.12.21 01:28:13.483678 [ 285 ] {65debc80-3c23-45bd-a2be-e48917a7f25b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19845 | 2024.12.21 01:28:13.484774 [ 285 ] {65debc80-3c23-45bd-a2be-e48917a7f25b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 19846 | 2024.12.21 01:28:13.485190 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 235 rows, containing 5 columns (5 merged, 0 gathered) in 0.006699753 sec., 35075.91996301953 rows/sec., 2.64 MiB/sec. | ||
| 19847 | 2024.12.21 01:28:13.485342 [ 285 ] {65debc80-3c23-45bd-a2be-e48917a7f25b} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19848 | 2024.12.21 01:28:13.485389 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 19849 | 2024.12.21 01:28:13.485655 [ 137 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Selected 6 parts from all_1_65_14 to all_70_70_0 | ||
| 19850 | 2024.12.21 01:28:13.485758 [ 137 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19851 | 2024.12.21 01:28:13.485834 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19852 | 2024.12.21 01:28:13.485951 [ 285 ] {65debc80-3c23-45bd-a2be-e48917a7f25b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.006806 sec., 35556.86159271231 rows/sec., 2.41 MiB/sec. | ||
| 19853 | 2024.12.21 01:28:13.486228 [ 199 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_70_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_14 to all_70_70_0 into Compact with storage Full | ||
| 19854 | 2024.12.21 01:28:13.486251 [ 285 ] {65debc80-3c23-45bd-a2be-e48917a7f25b} <Debug> TCPHandler: Processed in 0.007612468 sec. | ||
| 19855 | 2024.12.21 01:28:13.486300 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_136_27} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19856 | 2024.12.21 01:28:13.486604 [ 188 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_136_27} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 19857 | 2024.12.21 01:28:13.486651 [ 199 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_70_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19858 | 2024.12.21 01:28:13.486669 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19859 | 2024.12.21 01:28:13.486766 [ 199 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_70_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_14, total 242 rows starting from the beginning of the part | ||
| 19860 | 2024.12.21 01:28:13.486820 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 19861 | 2024.12.21 01:28:13.487102 [ 199 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_70_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 242 rows starting from the beginning of the part | ||
| 19862 | 2024.12.21 01:28:13.487118 [ 287 ] {7277b292-dffa-4d2c-a74f-83d2f7f70bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19863 | 2024.12.21 01:28:13.487309 [ 287 ] {7277b292-dffa-4d2c-a74f-83d2f7f70bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19864 | 2024.12.21 01:28:13.487435 [ 199 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_70_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part | ||
| 19865 | 2024.12.21 01:28:13.487786 [ 199 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_70_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part | ||
| 19866 | 2024.12.21 01:28:13.488136 [ 199 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_70_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1 rows starting from the beginning of the part | ||
| 19867 | 2024.12.21 01:28:13.488572 [ 199 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_70_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 242 rows starting from the beginning of the part | ||
| 19868 | 2024.12.21 01:28:13.489827 [ 287 ] {7277b292-dffa-4d2c-a74f-83d2f7f70bc4} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19869 | 2024.12.21 01:28:13.489896 [ 287 ] {7277b292-dffa-4d2c-a74f-83d2f7f70bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19870 | 2024.12.21 01:28:13.490864 [ 287 ] {7277b292-dffa-4d2c-a74f-83d2f7f70bc4} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 19871 | 2024.12.21 01:28:13.491416 [ 287 ] {7277b292-dffa-4d2c-a74f-83d2f7f70bc4} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19872 | 2024.12.21 01:28:13.491499 [ 201 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_70_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.005544893 sec., 136161.32899228172 rows/sec., 9.75 MiB/sec. | ||
| 19873 | 2024.12.21 01:28:13.491688 [ 137 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 | ||
| 19874 | 2024.12.21 01:28:13.491779 [ 137 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19875 | 2024.12.21 01:28:13.491837 [ 201 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_70_15} <Trace> MergedBlockOutputStream: filled checksums all_1_70_15 (state Temporary) | ||
| 19876 | 2024.12.21 01:28:13.491841 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19877 | 2024.12.21 01:28:13.491898 [ 287 ] {7277b292-dffa-4d2c-a74f-83d2f7f70bc4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004804 sec., 2706.0782681099085 rows/sec., 168.72 KiB/sec. | ||
| 19878 | 2024.12.21 01:28:13.492278 [ 287 ] {7277b292-dffa-4d2c-a74f-83d2f7f70bc4} <Debug> TCPHandler: Processed in 0.005837719 sec. | ||
| 19879 | 2024.12.21 01:28:13.492308 [ 198 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full | ||
| 19880 | 2024.12.21 01:28:13.492564 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19881 | 2024.12.21 01:28:13.492663 [ 198 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19882 | 2024.12.21 01:28:13.492779 [ 198 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 13 rows starting from the beginning of the part | ||
| 19883 | 2024.12.21 01:28:13.492885 [ 201 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_70_15} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_merge_all_1_70_15 to all_1_70_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19884 | 2024.12.21 01:28:13.492964 [ 285 ] {c77e7bb0-9a27-4b78-b15b-c111c268fd80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19885 | 2024.12.21 01:28:13.493213 [ 285 ] {c77e7bb0-9a27-4b78-b15b-c111c268fd80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19886 | 2024.12.21 01:28:13.493284 [ 198 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 13 rows starting from the beginning of the part | ||
| 19887 | 2024.12.21 01:28:13.493309 [ 201 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_70_15} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Merged 6 parts: [all_1_65_14, all_70_70_0] -> all_1_70_15 | ||
| 19888 | 2024.12.21 01:28:13.493718 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 19889 | 2024.12.21 01:28:13.493847 [ 198 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 13 rows starting from the beginning of the part | ||
| 19890 | 2024.12.21 01:28:13.494141 [ 198 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 13 rows starting from the beginning of the part | ||
| 19891 | 2024.12.21 01:28:13.494452 [ 198 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 13 rows starting from the beginning of the part | ||
| 19892 | 2024.12.21 01:28:13.496661 [ 285 ] {c77e7bb0-9a27-4b78-b15b-c111c268fd80} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19893 | 2024.12.21 01:28:13.496699 [ 199 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004710349 sec., 13799.402124980548 rows/sec., 914.29 KiB/sec. | ||
| 19894 | 2024.12.21 01:28:13.496710 [ 285 ] {c77e7bb0-9a27-4b78-b15b-c111c268fd80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19895 | 2024.12.21 01:28:13.496913 [ 193 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) | ||
| 19896 | 2024.12.21 01:28:13.497511 [ 193 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_69_17} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19897 | 2024.12.21 01:28:13.497522 [ 285 ] {c77e7bb0-9a27-4b78-b15b-c111c268fd80} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 19898 | 2024.12.21 01:28:13.497666 [ 193 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_69_17} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 | ||
| 19899 | 2024.12.21 01:28:13.497833 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 19900 | 2024.12.21 01:28:13.497959 [ 285 ] {c77e7bb0-9a27-4b78-b15b-c111c268fd80} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19901 | 2024.12.21 01:28:13.498167 [ 137 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 19902 | 2024.12.21 01:28:13.498222 [ 137 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19903 | 2024.12.21 01:28:13.498242 [ 285 ] {c77e7bb0-9a27-4b78-b15b-c111c268fd80} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.005407 sec., 156463.84316626593 rows/sec., 11.31 MiB/sec. | ||
| 19904 | 2024.12.21 01:28:13.498262 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19905 | 2024.12.21 01:28:13.498431 [ 285 ] {c77e7bb0-9a27-4b78-b15b-c111c268fd80} <Debug> TCPHandler: Processed in 0.006039352 sec. | ||
| 19906 | 2024.12.21 01:28:13.498511 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 19907 | 2024.12.21 01:28:13.498622 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19908 | 2024.12.21 01:28:13.498654 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19909 | 2024.12.21 01:28:13.498684 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 931 rows starting from the beginning of the part | ||
| 19910 | 2024.12.21 01:28:13.498884 [ 287 ] {c63c0520-3066-42dd-840b-0bb0ac7ae0cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19911 | 2024.12.21 01:28:13.498895 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 390 rows starting from the beginning of the part | ||
| 19912 | 2024.12.21 01:28:13.499034 [ 287 ] {c63c0520-3066-42dd-840b-0bb0ac7ae0cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19913 | 2024.12.21 01:28:13.499252 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 135 rows starting from the beginning of the part | ||
| 19914 | 2024.12.21 01:28:13.499648 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 390 rows starting from the beginning of the part | ||
| 19915 | 2024.12.21 01:28:13.500012 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 149 rows starting from the beginning of the part | ||
| 19916 | 2024.12.21 01:28:13.500263 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 846 rows starting from the beginning of the part | ||
| 19917 | 2024.12.21 01:28:13.500872 [ 287 ] {c63c0520-3066-42dd-840b-0bb0ac7ae0cd} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19918 | 2024.12.21 01:28:13.500918 [ 287 ] {c63c0520-3066-42dd-840b-0bb0ac7ae0cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19919 | 2024.12.21 01:28:13.501432 [ 287 ] {c63c0520-3066-42dd-840b-0bb0ac7ae0cd} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 19920 | 2024.12.21 01:28:13.501725 [ 287 ] {c63c0520-3066-42dd-840b-0bb0ac7ae0cd} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19921 | 2024.12.21 01:28:13.501951 [ 287 ] {c63c0520-3066-42dd-840b-0bb0ac7ae0cd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003195 sec., 1877.9342723004695 rows/sec., 98.11 KiB/sec. | ||
| 19922 | 2024.12.21 01:28:13.502008 [ 287 ] {c63c0520-3066-42dd-840b-0bb0ac7ae0cd} <Debug> TCPHandler: Processed in 0.003459678 sec. | ||
| 19923 | 2024.12.21 01:28:13.502235 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19924 | 2024.12.21 01:28:13.502358 [ 193 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2841 rows, containing 5 columns (5 merged, 0 gathered) in 0.003962457 sec., 716979.3893031521 rows/sec., 54.74 MiB/sec. | ||
| 19925 | 2024.12.21 01:28:13.502463 [ 285 ] {f83fc6a1-f598-453b-9ac3-b6c4e01e2435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19926 | 2024.12.21 01:28:13.502555 [ 285 ] {f83fc6a1-f598-453b-9ac3-b6c4e01e2435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19927 | 2024.12.21 01:28:13.502607 [ 193 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 19928 | 2024.12.21 01:28:13.503234 [ 193 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_161_32} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19929 | 2024.12.21 01:28:13.503320 [ 193 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_161_32} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 19930 | 2024.12.21 01:28:13.503478 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 19931 | 2024.12.21 01:28:13.503837 [ 285 ] {f83fc6a1-f598-453b-9ac3-b6c4e01e2435} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19932 | 2024.12.21 01:28:13.503881 [ 285 ] {f83fc6a1-f598-453b-9ac3-b6c4e01e2435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19933 | 2024.12.21 01:28:13.504349 [ 285 ] {f83fc6a1-f598-453b-9ac3-b6c4e01e2435} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 19934 | 2024.12.21 01:28:13.504603 [ 285 ] {f83fc6a1-f598-453b-9ac3-b6c4e01e2435} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19935 | 2024.12.21 01:28:13.504835 [ 285 ] {f83fc6a1-f598-453b-9ac3-b6c4e01e2435} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.002421 sec., 394465.09706732753 rows/sec., 26.21 MiB/sec. | ||
| 19936 | 2024.12.21 01:28:13.504896 [ 285 ] {f83fc6a1-f598-453b-9ac3-b6c4e01e2435} <Debug> TCPHandler: Processed in 0.002812307 sec. | ||
| 19937 | 2024.12.21 01:28:13.505105 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19938 | 2024.12.21 01:28:13.505327 [ 287 ] {cdf1601c-cd07-4037-a60b-fc7ee8e7c250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19939 | 2024.12.21 01:28:13.505424 [ 287 ] {cdf1601c-cd07-4037-a60b-fc7ee8e7c250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19940 | 2024.12.21 01:28:13.506087 [ 287 ] {cdf1601c-cd07-4037-a60b-fc7ee8e7c250} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19941 | 2024.12.21 01:28:13.506126 [ 287 ] {cdf1601c-cd07-4037-a60b-fc7ee8e7c250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19942 | 2024.12.21 01:28:13.506485 [ 287 ] {cdf1601c-cd07-4037-a60b-fc7ee8e7c250} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 19943 | 2024.12.21 01:28:13.506723 [ 287 ] {cdf1601c-cd07-4037-a60b-fc7ee8e7c250} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19944 | 2024.12.21 01:28:13.506946 [ 287 ] {cdf1601c-cd07-4037-a60b-fc7ee8e7c250} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001672 sec., 598.0861244019138 rows/sec., 40.30 KiB/sec. | ||
| 19945 | 2024.12.21 01:28:13.507001 [ 287 ] {cdf1601c-cd07-4037-a60b-fc7ee8e7c250} <Debug> TCPHandler: Processed in 0.002007953 sec. | ||
| 19946 | 2024.12.21 01:28:13.507210 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19947 | 2024.12.21 01:28:13.507358 [ 285 ] {ac3ab944-7e36-4bc2-a440-51b8820db3f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19948 | 2024.12.21 01:28:13.507452 [ 285 ] {ac3ab944-7e36-4bc2-a440-51b8820db3f8} <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 | ||
| 19949 | 2024.12.21 01:28:13.508668 [ 285 ] {ac3ab944-7e36-4bc2-a440-51b8820db3f8} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19950 | 2024.12.21 01:28:13.508707 [ 285 ] {ac3ab944-7e36-4bc2-a440-51b8820db3f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19951 | 2024.12.21 01:28:13.509339 [ 285 ] {ac3ab944-7e36-4bc2-a440-51b8820db3f8} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 19952 | 2024.12.21 01:28:13.509615 [ 285 ] {ac3ab944-7e36-4bc2-a440-51b8820db3f8} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19953 | 2024.12.21 01:28:13.509795 [ 141 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 19954 | 2024.12.21 01:28:13.509877 [ 141 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19955 | 2024.12.21 01:28:13.509905 [ 285 ] {ac3ab944-7e36-4bc2-a440-51b8820db3f8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00257 sec., 3112.8404669260703 rows/sec., 5.58 MiB/sec. | ||
| 19956 | 2024.12.21 01:28:13.509933 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19957 | 2024.12.21 01:28:13.510248 [ 285 ] {ac3ab944-7e36-4bc2-a440-51b8820db3f8} <Debug> TCPHandler: Processed in 0.003164073 sec. | ||
| 19958 | 2024.12.21 01:28:13.510258 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 19959 | 2024.12.21 01:28:13.510551 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19960 | 2024.12.21 01:28:13.510654 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19961 | 2024.12.21 01:28:13.510750 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2715 rows starting from the beginning of the part | ||
| 19962 | 2024.12.21 01:28:13.510904 [ 287 ] {df19271f-454d-4fc3-9f0c-0b3d47567169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19963 | 2024.12.21 01:28:13.511071 [ 287 ] {df19271f-454d-4fc3-9f0c-0b3d47567169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19964 | 2024.12.21 01:28:13.511494 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 8 rows starting from the beginning of the part | ||
| 19965 | 2024.12.21 01:28:13.512283 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 48 rows starting from the beginning of the part | ||
| 19966 | 2024.12.21 01:28:13.513078 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 8 rows starting from the beginning of the part | ||
| 19967 | 2024.12.21 01:28:13.513299 [ 287 ] {df19271f-454d-4fc3-9f0c-0b3d47567169} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19968 | 2024.12.21 01:28:13.513422 [ 287 ] {df19271f-454d-4fc3-9f0c-0b3d47567169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19969 | 2024.12.21 01:28:13.513847 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 55 rows starting from the beginning of the part | ||
| 19970 | 2024.12.21 01:28:13.514535 [ 199 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 8 rows starting from the beginning of the part | ||
| 19971 | 2024.12.21 01:28:13.515181 [ 287 ] {df19271f-454d-4fc3-9f0c-0b3d47567169} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 19972 | 2024.12.21 01:28:13.515679 [ 287 ] {df19271f-454d-4fc3-9f0c-0b3d47567169} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19973 | 2024.12.21 01:28:13.516132 [ 141 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 19974 | 2024.12.21 01:28:13.516263 [ 287 ] {df19271f-454d-4fc3-9f0c-0b3d47567169} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005432 sec., 6259.20471281296 rows/sec., 371.96 KiB/sec. | ||
| 19975 | 2024.12.21 01:28:13.516317 [ 141 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19976 | 2024.12.21 01:28:13.516502 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 19977 | 2024.12.21 01:28:13.516580 [ 287 ] {df19271f-454d-4fc3-9f0c-0b3d47567169} <Debug> TCPHandler: Processed in 0.006172875 sec. | ||
| 19978 | 2024.12.21 01:28:13.517039 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 19979 | 2024.12.21 01:28:13.517250 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19980 | 2024.12.21 01:28:13.517291 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_156_31, total 9480 rows starting from the beginning of the part | ||
| 19981 | 2024.12.21 01:28:13.517443 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 82 rows starting from the beginning of the part | ||
| 19982 | 2024.12.21 01:28:13.517618 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 60 rows starting from the beginning of the part | ||
| 19983 | 2024.12.21 01:28:13.517796 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 82 rows starting from the beginning of the part | ||
| 19984 | 2024.12.21 01:28:13.517930 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 60 rows starting from the beginning of the part | ||
| 19985 | 2024.12.21 01:28:13.518109 [ 189 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 34 rows starting from the beginning of the part | ||
| 19986 | 2024.12.21 01:28:13.522547 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9798 rows, containing 4 columns (4 merged, 0 gathered) in 0.005704636 sec., 1717550.4274067618 rows/sec., 111.90 MiB/sec. | ||
| 19987 | 2024.12.21 01:28:13.522937 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 19988 | 2024.12.21 01:28:13.523264 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_161_32} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19989 | 2024.12.21 01:28:13.523342 [ 197 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_161_32} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 19990 | 2024.12.21 01:28:13.523414 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. | ||
| 19991 | 2024.12.21 01:28:13.528760 [ 189 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2842 rows, containing 19 columns (19 merged, 0 gathered) in 0.018651724 sec., 152371.97376499887 rows/sec., 273.04 MiB/sec. | ||
| 19992 | 2024.12.21 01:28:13.531132 [ 189 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 19993 | 2024.12.21 01:28:13.531571 [ 189 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_136_27} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19994 | 2024.12.21 01:28:13.531661 [ 189 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_136_27} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 19995 | 2024.12.21 01:28:13.531814 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.24 MiB. | ||
| 19996 | 2024.12.21 01:28:14.000156 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 278.31 MiB, peak 297.49 MiB, free memory in arenas 0.00 B, will set to 276.62 MiB (RSS), difference: -1.70 MiB | ||
| 19997 | 2024.12.21 01:28:14.034142 [ 219 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19998 | 2024.12.21 01:28:14.034184 [ 219 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19999 | 2024.12.21 01:28:14.035940 [ 219 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 20000 | 2024.12.21 01:28:14.304118 [ 219 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 20001 | 2024.12.21 01:28:14.304183 [ 219 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 20002 | 2024.12.21 01:28:14.306224 [ 219 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 20003 | 2024.12.21 01:28:14.385833 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 68 entries to flush up to offset 2792 | ||
| 20004 | 2024.12.21 01:28:14.390369 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20005 | 2024.12.21 01:28:14.390422 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20006 | 2024.12.21 01:28:14.391997 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 20007 | 2024.12.21 01:28:14.392319 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20008 | 2024.12.21 01:28:14.393450 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2792 | ||
| 20009 | 2024.12.21 01:28:16.173777 [ 220 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20010 | 2024.12.21 01:28:16.173839 [ 220 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20011 | 2024.12.21 01:28:16.176263 [ 220 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20012 | 2024.12.21 01:28:16.572663 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43554 | ||
| 20013 | 2024.12.21 01:28:16.573529 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20014 | 2024.12.21 01:28:16.573566 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20015 | 2024.12.21 01:28:16.574078 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 20016 | 2024.12.21 01:28:16.574331 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20017 | 2024.12.21 01:28:16.574513 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43554 | ||
| 20018 | 2024.12.21 01:28:17.702495 [ 224 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20019 | 2024.12.21 01:28:17.702543 [ 224 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20020 | 2024.12.21 01:28:17.704613 [ 224 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20021 | 2024.12.21 01:28:18.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.62 MiB, peak 297.49 MiB, free memory in arenas 0.00 B, will set to 276.62 MiB (RSS), difference: 4.00 MiB | ||
| 20022 | 2024.12.21 01:28:18.179538 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20023 | 2024.12.21 01:28:18.179850 [ 287 ] {c294893e-3d68-411e-9de7-3168e77e5ab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20024 | 2024.12.21 01:28:18.179971 [ 287 ] {c294893e-3d68-411e-9de7-3168e77e5ab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20025 | 2024.12.21 01:28:18.180786 [ 287 ] {c294893e-3d68-411e-9de7-3168e77e5ab3} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20026 | 2024.12.21 01:28:18.180839 [ 287 ] {c294893e-3d68-411e-9de7-3168e77e5ab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20027 | 2024.12.21 01:28:18.181297 [ 287 ] {c294893e-3d68-411e-9de7-3168e77e5ab3} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 20028 | 2024.12.21 01:28:18.181550 [ 287 ] {c294893e-3d68-411e-9de7-3168e77e5ab3} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20029 | 2024.12.21 01:28:18.181790 [ 287 ] {c294893e-3d68-411e-9de7-3168e77e5ab3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002028 sec., 27613.412228796846 rows/sec., 2.11 MiB/sec. | ||
| 20030 | 2024.12.21 01:28:18.181849 [ 287 ] {c294893e-3d68-411e-9de7-3168e77e5ab3} <Debug> TCPHandler: Processed in 0.002509162 sec. | ||
| 20031 | 2024.12.21 01:28:18.182183 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20032 | 2024.12.21 01:28:18.182496 [ 285 ] {4dc3599d-aa38-41d9-bed1-60efb5d87f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20033 | 2024.12.21 01:28:18.182615 [ 285 ] {4dc3599d-aa38-41d9-bed1-60efb5d87f52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20034 | 2024.12.21 01:28:18.183573 [ 285 ] {4dc3599d-aa38-41d9-bed1-60efb5d87f52} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20035 | 2024.12.21 01:28:18.183616 [ 285 ] {4dc3599d-aa38-41d9-bed1-60efb5d87f52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20036 | 2024.12.21 01:28:18.184067 [ 285 ] {4dc3599d-aa38-41d9-bed1-60efb5d87f52} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 20037 | 2024.12.21 01:28:18.184332 [ 285 ] {4dc3599d-aa38-41d9-bed1-60efb5d87f52} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20038 | 2024.12.21 01:28:18.184536 [ 285 ] {4dc3599d-aa38-41d9-bed1-60efb5d87f52} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00213 sec., 30046.948356807512 rows/sec., 2.35 MiB/sec. | ||
| 20039 | 2024.12.21 01:28:18.184606 [ 285 ] {4dc3599d-aa38-41d9-bed1-60efb5d87f52} <Debug> TCPHandler: Processed in 0.002611104 sec. | ||
| 20040 | 2024.12.21 01:28:18.184754 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20041 | 2024.12.21 01:28:18.184894 [ 287 ] {2b7dfa68-39a7-4ee6-ba57-504b37eae28d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20042 | 2024.12.21 01:28:18.184956 [ 287 ] {2b7dfa68-39a7-4ee6-ba57-504b37eae28d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20043 | 2024.12.21 01:28:18.185608 [ 287 ] {2b7dfa68-39a7-4ee6-ba57-504b37eae28d} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20044 | 2024.12.21 01:28:18.185656 [ 287 ] {2b7dfa68-39a7-4ee6-ba57-504b37eae28d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20045 | 2024.12.21 01:28:18.186110 [ 287 ] {2b7dfa68-39a7-4ee6-ba57-504b37eae28d} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 20046 | 2024.12.21 01:28:18.186359 [ 287 ] {2b7dfa68-39a7-4ee6-ba57-504b37eae28d} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20047 | 2024.12.21 01:28:18.186544 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 5 parts from all_1_157_32 to all_161_161_0 | ||
| 20048 | 2024.12.21 01:28:18.186604 [ 287 ] {2b7dfa68-39a7-4ee6-ba57-504b37eae28d} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001733 sec., 73860.35776110791 rows/sec., 5.14 MiB/sec. | ||
| 20049 | 2024.12.21 01:28:18.186611 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20050 | 2024.12.21 01:28:18.186691 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20051 | 2024.12.21 01:28:18.186720 [ 287 ] {2b7dfa68-39a7-4ee6-ba57-504b37eae28d} <Debug> TCPHandler: Processed in 0.002028835 sec. | ||
| 20052 | 2024.12.21 01:28:18.186951 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_161_33} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_157_32 to all_161_161_0 into Compact with storage Full | ||
| 20053 | 2024.12.21 01:28:18.186953 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20054 | 2024.12.21 01:28:18.187128 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_161_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20055 | 2024.12.21 01:28:18.187153 [ 285 ] {12a48240-e8d5-48f0-86db-fd7f6502204b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20056 | 2024.12.21 01:28:18.187181 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_157_32, total 47085 rows starting from the beginning of the part | ||
| 20057 | 2024.12.21 01:28:18.187236 [ 285 ] {12a48240-e8d5-48f0-86db-fd7f6502204b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20058 | 2024.12.21 01:28:18.187413 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 164 rows starting from the beginning of the part | ||
| 20059 | 2024.12.21 01:28:18.187946 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 237 rows starting from the beginning of the part | ||
| 20060 | 2024.12.21 01:28:18.188378 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 163 rows starting from the beginning of the part | ||
| 20061 | 2024.12.21 01:28:18.188727 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 955 rows starting from the beginning of the part | ||
| 20062 | 2024.12.21 01:28:18.189561 [ 285 ] {12a48240-e8d5-48f0-86db-fd7f6502204b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20063 | 2024.12.21 01:28:18.189610 [ 285 ] {12a48240-e8d5-48f0-86db-fd7f6502204b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20064 | 2024.12.21 01:28:18.190143 [ 285 ] {12a48240-e8d5-48f0-86db-fd7f6502204b} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 20065 | 2024.12.21 01:28:18.190505 [ 285 ] {12a48240-e8d5-48f0-86db-fd7f6502204b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20066 | 2024.12.21 01:28:18.190818 [ 285 ] {12a48240-e8d5-48f0-86db-fd7f6502204b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003709 sec., 12941.493664060394 rows/sec., 893.10 KiB/sec. | ||
| 20067 | 2024.12.21 01:28:18.190912 [ 285 ] {12a48240-e8d5-48f0-86db-fd7f6502204b} <Debug> TCPHandler: Processed in 0.004074848 sec. | ||
| 20068 | 2024.12.21 01:28:18.198120 [ 187 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_161_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48604 rows, containing 5 columns (5 merged, 0 gathered) in 0.011331171 sec., 4289406.628847098 rows/sec., 289.57 MiB/sec. | ||
| 20069 | 2024.12.21 01:28:18.198775 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_161_33} <Trace> MergedBlockOutputStream: filled checksums all_1_161_33 (state Temporary) | ||
| 20070 | 2024.12.21 01:28:18.199111 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_161_33} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_161_33 to all_1_161_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20071 | 2024.12.21 01:28:18.199200 [ 196 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_161_33} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 5 parts: [all_1_157_32, all_161_161_0] -> all_1_161_33 | ||
| 20072 | 2024.12.21 01:28:18.199311 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. | ||
| 20073 | 2024.12.21 01:28:19.751255 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 716 | ||
| 20074 | 2024.12.21 01:28:19.774530 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20075 | 2024.12.21 01:28:19.774594 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20076 | 2024.12.21 01:28:19.782374 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 20077 | 2024.12.21 01:28:19.783185 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20078 | 2024.12.21 01:28:19.786371 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 716 | ||
| 20079 | 2024.12.21 01:28:23.115810 [ 218 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20080 | 2024.12.21 01:28:23.115882 [ 218 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20081 | 2024.12.21 01:28:23.117911 [ 218 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20082 | 2024.12.21 01:28:23.184206 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20083 | 2024.12.21 01:28:23.184407 [ 287 ] {4bac703e-f456-47a5-8a30-3238ce2f037a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 20084 | 2024.12.21 01:28:23.184489 [ 287 ] {4bac703e-f456-47a5-8a30-3238ce2f037a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 20085 | 2024.12.21 01:28:23.185305 [ 287 ] {4bac703e-f456-47a5-8a30-3238ce2f037a} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20086 | 2024.12.21 01:28:23.185351 [ 287 ] {4bac703e-f456-47a5-8a30-3238ce2f037a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20087 | 2024.12.21 01:28:23.185779 [ 287 ] {4bac703e-f456-47a5-8a30-3238ce2f037a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 20088 | 2024.12.21 01:28:23.186062 [ 287 ] {4bac703e-f456-47a5-8a30-3238ce2f037a} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20089 | 2024.12.21 01:28:23.186296 [ 287 ] {4bac703e-f456-47a5-8a30-3238ce2f037a} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.001949 sec., 1539.2508978963572 rows/sec., 114.24 KiB/sec. | ||
| 20090 | 2024.12.21 01:28:23.186361 [ 287 ] {4bac703e-f456-47a5-8a30-3238ce2f037a} <Debug> TCPHandler: Processed in 0.002294399 sec. | ||
| 20091 | 2024.12.21 01:28:23.186611 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20092 | 2024.12.21 01:28:23.186809 [ 285 ] {de3d80a9-113d-4e28-8b87-2036ba1ff3e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20093 | 2024.12.21 01:28:23.186888 [ 285 ] {de3d80a9-113d-4e28-8b87-2036ba1ff3e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20094 | 2024.12.21 01:28:23.187761 [ 285 ] {de3d80a9-113d-4e28-8b87-2036ba1ff3e1} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20095 | 2024.12.21 01:28:23.187813 [ 285 ] {de3d80a9-113d-4e28-8b87-2036ba1ff3e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20096 | 2024.12.21 01:28:23.188272 [ 285 ] {de3d80a9-113d-4e28-8b87-2036ba1ff3e1} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 20097 | 2024.12.21 01:28:23.188538 [ 285 ] {de3d80a9-113d-4e28-8b87-2036ba1ff3e1} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20098 | 2024.12.21 01:28:23.188777 [ 285 ] {de3d80a9-113d-4e28-8b87-2036ba1ff3e1} <Debug> executeQuery: Read 172 rows, 15.13 KiB in 0.002021 sec., 85106.38297872341 rows/sec., 7.31 MiB/sec. | ||
| 20099 | 2024.12.21 01:28:23.188846 [ 285 ] {de3d80a9-113d-4e28-8b87-2036ba1ff3e1} <Debug> TCPHandler: Processed in 0.00236511 sec. | ||
| 20100 | 2024.12.21 01:28:23.189017 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20101 | 2024.12.21 01:28:23.189166 [ 287 ] {3268244f-c15c-4af3-acb5-437fc0b86eb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20102 | 2024.12.21 01:28:23.189232 [ 287 ] {3268244f-c15c-4af3-acb5-437fc0b86eb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20103 | 2024.12.21 01:28:23.189968 [ 287 ] {3268244f-c15c-4af3-acb5-437fc0b86eb2} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20104 | 2024.12.21 01:28:23.190018 [ 287 ] {3268244f-c15c-4af3-acb5-437fc0b86eb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20105 | 2024.12.21 01:28:23.190416 [ 287 ] {3268244f-c15c-4af3-acb5-437fc0b86eb2} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 20106 | 2024.12.21 01:28:23.190668 [ 287 ] {3268244f-c15c-4af3-acb5-437fc0b86eb2} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20107 | 2024.12.21 01:28:23.190905 [ 287 ] {3268244f-c15c-4af3-acb5-437fc0b86eb2} <Debug> executeQuery: Read 58 rows, 4.32 KiB in 0.001769 sec., 32786.88524590164 rows/sec., 2.39 MiB/sec. | ||
| 20108 | 2024.12.21 01:28:23.190972 [ 223 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 20109 | 2024.12.21 01:28:23.190994 [ 287 ] {3268244f-c15c-4af3-acb5-437fc0b86eb2} <Debug> TCPHandler: Processed in 0.002047415 sec. | ||
| 20110 | 2024.12.21 01:28:23.191022 [ 223 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 20111 | 2024.12.21 01:28:23.191189 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20112 | 2024.12.21 01:28:23.191322 [ 285 ] {59c0bc1b-1b55-410a-ad5b-a1147b325950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20113 | 2024.12.21 01:28:23.191381 [ 285 ] {59c0bc1b-1b55-410a-ad5b-a1147b325950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20114 | 2024.12.21 01:28:23.192313 [ 285 ] {59c0bc1b-1b55-410a-ad5b-a1147b325950} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20115 | 2024.12.21 01:28:23.192356 [ 285 ] {59c0bc1b-1b55-410a-ad5b-a1147b325950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20116 | 2024.12.21 01:28:23.192876 [ 285 ] {59c0bc1b-1b55-410a-ad5b-a1147b325950} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 20117 | 2024.12.21 01:28:23.193165 [ 285 ] {59c0bc1b-1b55-410a-ad5b-a1147b325950} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20118 | 2024.12.21 01:28:23.193470 [ 285 ] {59c0bc1b-1b55-410a-ad5b-a1147b325950} <Debug> executeQuery: Read 140 rows, 10.99 KiB in 0.002175 sec., 64367.816091954024 rows/sec., 4.94 MiB/sec. | ||
| 20119 | 2024.12.21 01:28:23.193528 [ 285 ] {59c0bc1b-1b55-410a-ad5b-a1147b325950} <Debug> TCPHandler: Processed in 0.00241069 sec. | ||
| 20120 | 2024.12.21 01:28:23.193698 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20121 | 2024.12.21 01:28:23.193856 [ 223 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 20122 | 2024.12.21 01:28:23.193897 [ 287 ] {482f6aa0-9113-4ff5-8f17-1baea1207162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20123 | 2024.12.21 01:28:23.194095 [ 287 ] {482f6aa0-9113-4ff5-8f17-1baea1207162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20124 | 2024.12.21 01:28:23.195271 [ 287 ] {482f6aa0-9113-4ff5-8f17-1baea1207162} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20125 | 2024.12.21 01:28:23.195310 [ 287 ] {482f6aa0-9113-4ff5-8f17-1baea1207162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20126 | 2024.12.21 01:28:23.195711 [ 287 ] {482f6aa0-9113-4ff5-8f17-1baea1207162} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 20127 | 2024.12.21 01:28:23.195946 [ 287 ] {482f6aa0-9113-4ff5-8f17-1baea1207162} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20128 | 2024.12.21 01:28:23.196152 [ 287 ] {482f6aa0-9113-4ff5-8f17-1baea1207162} <Debug> executeQuery: Read 163 rows, 11.60 KiB in 0.002375 sec., 68631.57894736843 rows/sec., 4.77 MiB/sec. | ||
| 20129 | 2024.12.21 01:28:23.196272 [ 287 ] {482f6aa0-9113-4ff5-8f17-1baea1207162} <Debug> TCPHandler: Processed in 0.002651375 sec. | ||
| 20130 | 2024.12.21 01:28:23.196426 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20131 | 2024.12.21 01:28:23.196571 [ 285 ] {bc5b7a3d-a43c-46d6-8ceb-e0e74a28c086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20132 | 2024.12.21 01:28:23.196672 [ 285 ] {bc5b7a3d-a43c-46d6-8ceb-e0e74a28c086} <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 | ||
| 20133 | 2024.12.21 01:28:23.198027 [ 285 ] {bc5b7a3d-a43c-46d6-8ceb-e0e74a28c086} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20134 | 2024.12.21 01:28:23.198070 [ 285 ] {bc5b7a3d-a43c-46d6-8ceb-e0e74a28c086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20135 | 2024.12.21 01:28:23.198794 [ 285 ] {bc5b7a3d-a43c-46d6-8ceb-e0e74a28c086} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 20136 | 2024.12.21 01:28:23.199071 [ 285 ] {bc5b7a3d-a43c-46d6-8ceb-e0e74a28c086} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20137 | 2024.12.21 01:28:23.199363 [ 285 ] {bc5b7a3d-a43c-46d6-8ceb-e0e74a28c086} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.002824 sec., 19475.920679886684 rows/sec., 34.90 MiB/sec. | ||
| 20138 | 2024.12.21 01:28:23.199387 [ 218 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 20139 | 2024.12.21 01:28:23.199459 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 20140 | 2024.12.21 01:28:23.199645 [ 285 ] {bc5b7a3d-a43c-46d6-8ceb-e0e74a28c086} <Debug> TCPHandler: Processed in 0.003286935 sec. | ||
| 20141 | 2024.12.21 01:28:23.199818 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20142 | 2024.12.21 01:28:23.199950 [ 287 ] {6e09d1d9-e550-4248-ae17-342866a820a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20143 | 2024.12.21 01:28:23.200012 [ 287 ] {6e09d1d9-e550-4248-ae17-342866a820a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20144 | 2024.12.21 01:28:23.200678 [ 287 ] {6e09d1d9-e550-4248-ae17-342866a820a3} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20145 | 2024.12.21 01:28:23.200719 [ 287 ] {6e09d1d9-e550-4248-ae17-342866a820a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20146 | 2024.12.21 01:28:23.201216 [ 287 ] {6e09d1d9-e550-4248-ae17-342866a820a3} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 20147 | 2024.12.21 01:28:23.201548 [ 287 ] {6e09d1d9-e550-4248-ae17-342866a820a3} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20148 | 2024.12.21 01:28:23.201800 [ 287 ] {6e09d1d9-e550-4248-ae17-342866a820a3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001878 sec., 31948.881789137384 rows/sec., 2.15 MiB/sec. | ||
| 20149 | 2024.12.21 01:28:23.201857 [ 287 ] {6e09d1d9-e550-4248-ae17-342866a820a3} <Debug> TCPHandler: Processed in 0.002100806 sec. | ||
| 20150 | 2024.12.21 01:28:23.202156 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 20151 | 2024.12.21 01:28:23.788120 [ 219 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20152 | 2024.12.21 01:28:23.788178 [ 219 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20153 | 2024.12.21 01:28:23.790253 [ 219 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20154 | 2024.12.21 01:28:23.830369 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 20155 | 2024.12.21 01:28:23.830425 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 20156 | 2024.12.21 01:28:23.871775 [ 219 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20157 | 2024.12.21 01:28:23.871815 [ 219 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20158 | 2024.12.21 01:28:23.873778 [ 219 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20159 | 2024.12.21 01:28:24.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.13 MiB, peak 297.49 MiB, free memory in arenas 0.00 B, will set to 276.62 MiB (RSS), difference: 3.49 MiB | ||
| 20160 | 2024.12.21 01:28:24.004282 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.003835185 sec. | ||
| 20161 | 2024.12.21 01:28:24.036297 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20162 | 2024.12.21 01:28:24.036333 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20163 | 2024.12.21 01:28:24.038212 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20164 | 2024.12.21 01:28:24.074626 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44042 | ||
| 20165 | 2024.12.21 01:28:24.075339 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20166 | 2024.12.21 01:28:24.075386 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20167 | 2024.12.21 01:28:24.075925 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 20168 | 2024.12.21 01:28:24.076189 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20169 | 2024.12.21 01:28:24.076398 [ 119 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 20170 | 2024.12.21 01:28:24.076445 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44042 | ||
| 20171 | 2024.12.21 01:28:24.076473 [ 119 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20172 | 2024.12.21 01:28:24.076509 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20173 | 2024.12.21 01:28:24.076681 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 20174 | 2024.12.21 01:28:24.077099 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20175 | 2024.12.21 01:28:24.077206 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41724 rows starting from the beginning of the part | ||
| 20176 | 2024.12.21 01:28:24.077412 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 488 rows starting from the beginning of the part | ||
| 20177 | 2024.12.21 01:28:24.077565 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 427 rows starting from the beginning of the part | ||
| 20178 | 2024.12.21 01:28:24.077777 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 488 rows starting from the beginning of the part | ||
| 20179 | 2024.12.21 01:28:24.078005 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 427 rows starting from the beginning of the part | ||
| 20180 | 2024.12.21 01:28:24.078217 [ 187 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 488 rows starting from the beginning of the part | ||
| 20181 | 2024.12.21 01:28:24.081786 [ 196 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44042 rows, containing 4 columns (4 merged, 0 gathered) in 0.005212788 sec., 8448837.74287387 rows/sec., 120.86 MiB/sec. | ||
| 20182 | 2024.12.21 01:28:24.082092 [ 196 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 20183 | 2024.12.21 01:28:24.082382 [ 196 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_96_19} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20184 | 2024.12.21 01:28:24.082457 [ 196 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_96_19} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 20185 | 2024.12.21 01:28:24.082565 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 20186 | 2024.12.21 01:28:24.393777 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 2814 | ||
| 20187 | 2024.12.21 01:28:24.396730 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20188 | 2024.12.21 01:28:24.396789 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20189 | 2024.12.21 01:28:24.398369 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 20190 | 2024.12.21 01:28:24.398695 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20191 | 2024.12.21 01:28:24.398919 [ 119 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 20192 | 2024.12.21 01:28:24.399043 [ 119 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20193 | 2024.12.21 01:28:24.399108 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20194 | 2024.12.21 01:28:24.399618 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 20195 | 2024.12.21 01:28:24.401178 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2814 | ||
| 20196 | 2024.12.21 01:28:24.401547 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20197 | 2024.12.21 01:28:24.401729 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2602 rows starting from the beginning of the part | ||
| 20198 | 2024.12.21 01:28:24.402489 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
| 20199 | 2024.12.21 01:28:24.403195 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 22 rows starting from the beginning of the part | ||
| 20200 | 2024.12.21 01:28:24.403880 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 40 rows starting from the beginning of the part | ||
| 20201 | 2024.12.21 01:28:24.404398 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 68 rows starting from the beginning of the part | ||
| 20202 | 2024.12.21 01:28:24.404898 [ 200 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 22 rows starting from the beginning of the part | ||
| 20203 | 2024.12.21 01:28:24.415491 [ 201 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2814 rows, containing 72 columns (72 merged, 0 gathered) in 0.016223513 sec., 173451.9521141938 rows/sec., 129.22 MiB/sec. | ||
| 20204 | 2024.12.21 01:28:24.417901 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 20205 | 2024.12.21 01:28:24.418703 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_71_14} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20206 | 2024.12.21 01:28:24.418790 [ 186 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_71_14} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 20207 | 2024.12.21 01:28:24.419136 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.04 MiB. | ||
| 20208 | 2024.12.21 01:28:26.796566 [ 114 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Selected 5 parts from all_1_65_14 to all_69_69_0 | ||
| 20209 | 2024.12.21 01:28:26.796667 [ 114 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20210 | 2024.12.21 01:28:26.796707 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20211 | 2024.12.21 01:28:26.797005 [ 192 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_69_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_14 to all_69_69_0 into Compact with storage Full | ||
| 20212 | 2024.12.21 01:28:26.797680 [ 192 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_69_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20213 | 2024.12.21 01:28:26.797749 [ 192 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_14, total 390 rows starting from the beginning of the part | ||
| 20214 | 2024.12.21 01:28:26.797827 [ 192 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 6 rows starting from the beginning of the part | ||
| 20215 | 2024.12.21 01:28:26.797930 [ 192 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 6 rows starting from the beginning of the part | ||
| 20216 | 2024.12.21 01:28:26.798107 [ 192 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 6 rows starting from the beginning of the part | ||
| 20217 | 2024.12.21 01:28:26.798374 [ 192 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 6 rows starting from the beginning of the part | ||
| 20218 | 2024.12.21 01:28:26.799639 [ 186 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_69_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 414 rows, containing 4 columns (4 merged, 0 gathered) in 0.002823828 sec., 146609.49604579314 rows/sec., 7.48 MiB/sec. | ||
| 20219 | 2024.12.21 01:28:26.799827 [ 186 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_69_15} <Trace> MergedBlockOutputStream: filled checksums all_1_69_15 (state Temporary) | ||
| 20220 | 2024.12.21 01:28:26.800153 [ 186 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_69_15} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_merge_all_1_69_15 to all_1_69_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20221 | 2024.12.21 01:28:26.800240 [ 186 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_69_15} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Merged 5 parts: [all_1_65_14, all_69_69_0] -> all_1_69_15 | ||
| 20222 | 2024.12.21 01:28:26.800340 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 20223 | 2024.12.21 01:28:26.981442 [ 114 ] {} <Debug> oximeter.measurements_i64 (cb750a95-153d-4640-84c1-b972bd115fca) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 20224 | 2024.12.21 01:28:26.981482 [ 114 ] {} <Trace> oximeter.measurements_i64 (cb750a95-153d-4640-84c1-b972bd115fca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20225 | 2024.12.21 01:28:26.981504 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20226 | 2024.12.21 01:28:26.981644 [ 193 ] {cb750a95-153d-4640-84c1-b972bd115fca::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 | ||
| 20227 | 2024.12.21 01:28:26.981805 [ 193 ] {cb750a95-153d-4640-84c1-b972bd115fca::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20228 | 2024.12.21 01:28:26.981843 [ 193 ] {cb750a95-153d-4640-84c1-b972bd115fca::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 | ||
| 20229 | 2024.12.21 01:28:26.981927 [ 193 ] {cb750a95-153d-4640-84c1-b972bd115fca::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part | ||
| 20230 | 2024.12.21 01:28:26.981988 [ 193 ] {cb750a95-153d-4640-84c1-b972bd115fca::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part | ||
| 20231 | 2024.12.21 01:28:26.982244 [ 193 ] {cb750a95-153d-4640-84c1-b972bd115fca::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 20232 | 2024.12.21 01:28:26.982357 [ 193 ] {cb750a95-153d-4640-84c1-b972bd115fca::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part | ||
| 20233 | 2024.12.21 01:28:26.984528 [ 188 ] {cb750a95-153d-4640-84c1-b972bd115fca::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.00295336 sec., 17268.467101877184 rows/sec., 1.23 MiB/sec. | ||
| 20234 | 2024.12.21 01:28:26.984719 [ 188 ] {cb750a95-153d-4640-84c1-b972bd115fca::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 20235 | 2024.12.21 01:28:26.985124 [ 188 ] {cb750a95-153d-4640-84c1-b972bd115fca::all_1_5_1} <Trace> oximeter.measurements_i64 (cb750a95-153d-4640-84c1-b972bd115fca): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20236 | 2024.12.21 01:28:26.985222 [ 188 ] {cb750a95-153d-4640-84c1-b972bd115fca::all_1_5_1} <Trace> oximeter.measurements_i64 (cb750a95-153d-4640-84c1-b972bd115fca) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 20237 | 2024.12.21 01:28:26.985313 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 20238 | 2024.12.21 01:28:27.286446 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 724 | ||
| 20239 | 2024.12.21 01:28:27.309543 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20240 | 2024.12.21 01:28:27.309597 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20241 | 2024.12.21 01:28:27.317272 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 20242 | 2024.12.21 01:28:27.318137 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20243 | 2024.12.21 01:28:27.318640 [ 114 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 20244 | 2024.12.21 01:28:27.318821 [ 114 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20245 | 2024.12.21 01:28:27.318935 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20246 | 2024.12.21 01:28:27.319520 [ 193 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 20247 | 2024.12.21 01:28:27.334125 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 724 | ||
| 20248 | 2024.12.21 01:28:27.335849 [ 193 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20249 | 2024.12.21 01:28:27.337387 [ 193 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part | ||
| 20250 | 2024.12.21 01:28:27.343164 [ 193 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part | ||
| 20251 | 2024.12.21 01:28:27.349298 [ 193 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 7 rows starting from the beginning of the part | ||
| 20252 | 2024.12.21 01:28:27.355409 [ 193 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 8 rows starting from the beginning of the part | ||
| 20253 | 2024.12.21 01:28:27.361612 [ 193 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 7 rows starting from the beginning of the part | ||
| 20254 | 2024.12.21 01:28:27.367876 [ 193 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 8 rows starting from the beginning of the part | ||
| 20255 | 2024.12.21 01:28:27.436654 [ 194 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 724 rows, containing 679 columns (679 merged, 0 gathered) in 0.117457897 sec., 6163.910801161373 rows/sec., 31.87 MiB/sec. | ||
| 20256 | 2024.12.21 01:28:27.440799 [ 194 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 20257 | 2024.12.21 01:28:27.444056 [ 194 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_96_19} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20258 | 2024.12.21 01:28:27.444176 [ 194 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_96_19} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 20259 | 2024.12.21 01:28:27.447128 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 20260 | 2024.12.21 01:28:28.000155 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 277.71 MiB, peak 297.49 MiB, free memory in arenas 0.00 B, will set to 276.62 MiB (RSS), difference: -1.09 MiB | ||
| 20261 | 2024.12.21 01:28:28.186313 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20262 | 2024.12.21 01:28:28.186522 [ 287 ] {b5b4ea56-58e3-4292-9791-9058d53ffba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 20263 | 2024.12.21 01:28:28.186601 [ 287 ] {b5b4ea56-58e3-4292-9791-9058d53ffba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 20264 | 2024.12.21 01:28:28.187436 [ 287 ] {b5b4ea56-58e3-4292-9791-9058d53ffba8} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20265 | 2024.12.21 01:28:28.187479 [ 287 ] {b5b4ea56-58e3-4292-9791-9058d53ffba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20266 | 2024.12.21 01:28:28.187929 [ 287 ] {b5b4ea56-58e3-4292-9791-9058d53ffba8} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 20267 | 2024.12.21 01:28:28.188188 [ 287 ] {b5b4ea56-58e3-4292-9791-9058d53ffba8} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20268 | 2024.12.21 01:28:28.188385 [ 287 ] {b5b4ea56-58e3-4292-9791-9058d53ffba8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001925 sec., 7272.727272727272 rows/sec., 523.54 KiB/sec. | ||
| 20269 | 2024.12.21 01:28:28.188449 [ 287 ] {b5b4ea56-58e3-4292-9791-9058d53ffba8} <Debug> TCPHandler: Processed in 0.002274969 sec. | ||
| 20270 | 2024.12.21 01:28:28.188711 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20271 | 2024.12.21 01:28:28.188931 [ 285 ] {d310ad60-94d5-430c-9469-0c1e871c204c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20272 | 2024.12.21 01:28:28.189017 [ 285 ] {d310ad60-94d5-430c-9469-0c1e871c204c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20273 | 2024.12.21 01:28:28.190023 [ 285 ] {d310ad60-94d5-430c-9469-0c1e871c204c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20274 | 2024.12.21 01:28:28.190083 [ 285 ] {d310ad60-94d5-430c-9469-0c1e871c204c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20275 | 2024.12.21 01:28:28.190586 [ 285 ] {d310ad60-94d5-430c-9469-0c1e871c204c} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 20276 | 2024.12.21 01:28:28.190863 [ 285 ] {d310ad60-94d5-430c-9469-0c1e871c204c} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20277 | 2024.12.21 01:28:28.191112 [ 285 ] {d310ad60-94d5-430c-9469-0c1e871c204c} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002243 sec., 97637.0931787784 rows/sec., 8.51 MiB/sec. | ||
| 20278 | 2024.12.21 01:28:28.191190 [ 285 ] {d310ad60-94d5-430c-9469-0c1e871c204c} <Debug> TCPHandler: Processed in 0.002617314 sec. | ||
| 20279 | 2024.12.21 01:28:28.191372 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20280 | 2024.12.21 01:28:28.191503 [ 287 ] {749fed54-fa53-4e94-ad80-fb4c06d22d1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20281 | 2024.12.21 01:28:28.191557 [ 287 ] {749fed54-fa53-4e94-ad80-fb4c06d22d1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20282 | 2024.12.21 01:28:28.192179 [ 287 ] {749fed54-fa53-4e94-ad80-fb4c06d22d1d} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20283 | 2024.12.21 01:28:28.192219 [ 287 ] {749fed54-fa53-4e94-ad80-fb4c06d22d1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20284 | 2024.12.21 01:28:28.192594 [ 287 ] {749fed54-fa53-4e94-ad80-fb4c06d22d1d} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 20285 | 2024.12.21 01:28:28.192831 [ 287 ] {749fed54-fa53-4e94-ad80-fb4c06d22d1d} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20286 | 2024.12.21 01:28:28.193047 [ 287 ] {749fed54-fa53-4e94-ad80-fb4c06d22d1d} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001574 sec., 9529.860228716645 rows/sec., 671.93 KiB/sec. | ||
| 20287 | 2024.12.21 01:28:28.193100 [ 287 ] {749fed54-fa53-4e94-ad80-fb4c06d22d1d} <Debug> TCPHandler: Processed in 0.00179909 sec. | ||
| 20288 | 2024.12.21 01:28:28.193274 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20289 | 2024.12.21 01:28:28.193434 [ 285 ] {982b3556-186e-409d-b1db-10865a79d3ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20290 | 2024.12.21 01:28:28.193498 [ 285 ] {982b3556-186e-409d-b1db-10865a79d3ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20291 | 2024.12.21 01:28:28.194219 [ 285 ] {982b3556-186e-409d-b1db-10865a79d3ed} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20292 | 2024.12.21 01:28:28.194266 [ 285 ] {982b3556-186e-409d-b1db-10865a79d3ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20293 | 2024.12.21 01:28:28.194660 [ 285 ] {982b3556-186e-409d-b1db-10865a79d3ed} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 20294 | 2024.12.21 01:28:28.194937 [ 285 ] {982b3556-186e-409d-b1db-10865a79d3ed} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20295 | 2024.12.21 01:28:28.195184 [ 285 ] {982b3556-186e-409d-b1db-10865a79d3ed} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001781 sec., 7860.752386299831 rows/sec., 550.52 KiB/sec. | ||
| 20296 | 2024.12.21 01:28:28.195271 [ 285 ] {982b3556-186e-409d-b1db-10865a79d3ed} <Debug> TCPHandler: Processed in 0.002064845 sec. | ||
| 20297 | 2024.12.21 01:28:28.195529 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20298 | 2024.12.21 01:28:28.195673 [ 287 ] {1fb51187-4869-4bf7-82f0-b1ecfedefc6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20299 | 2024.12.21 01:28:28.195728 [ 287 ] {1fb51187-4869-4bf7-82f0-b1ecfedefc6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20300 | 2024.12.21 01:28:28.196382 [ 287 ] {1fb51187-4869-4bf7-82f0-b1ecfedefc6c} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20301 | 2024.12.21 01:28:28.196421 [ 287 ] {1fb51187-4869-4bf7-82f0-b1ecfedefc6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20302 | 2024.12.21 01:28:28.196778 [ 287 ] {1fb51187-4869-4bf7-82f0-b1ecfedefc6c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 20303 | 2024.12.21 01:28:28.197014 [ 287 ] {1fb51187-4869-4bf7-82f0-b1ecfedefc6c} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20304 | 2024.12.21 01:28:28.197216 [ 287 ] {1fb51187-4869-4bf7-82f0-b1ecfedefc6c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001572 sec., 8269.72010178117 rows/sec., 515.62 KiB/sec. | ||
| 20305 | 2024.12.21 01:28:28.197270 [ 287 ] {1fb51187-4869-4bf7-82f0-b1ecfedefc6c} <Debug> TCPHandler: Processed in 0.001887482 sec. | ||
| 20306 | 2024.12.21 01:28:28.197420 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20307 | 2024.12.21 01:28:28.197562 [ 285 ] {09b893f2-2f79-4ceb-ba27-b73733c6de01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20308 | 2024.12.21 01:28:28.197620 [ 285 ] {09b893f2-2f79-4ceb-ba27-b73733c6de01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20309 | 2024.12.21 01:28:28.198465 [ 285 ] {09b893f2-2f79-4ceb-ba27-b73733c6de01} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20310 | 2024.12.21 01:28:28.198504 [ 285 ] {09b893f2-2f79-4ceb-ba27-b73733c6de01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20311 | 2024.12.21 01:28:28.198917 [ 285 ] {09b893f2-2f79-4ceb-ba27-b73733c6de01} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 20312 | 2024.12.21 01:28:28.199165 [ 285 ] {09b893f2-2f79-4ceb-ba27-b73733c6de01} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20313 | 2024.12.21 01:28:28.199385 [ 285 ] {09b893f2-2f79-4ceb-ba27-b73733c6de01} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001856 sec., 210129.3103448276 rows/sec., 14.90 MiB/sec. | ||
| 20314 | 2024.12.21 01:28:28.199442 [ 285 ] {09b893f2-2f79-4ceb-ba27-b73733c6de01} <Debug> TCPHandler: Processed in 0.002091426 sec. | ||
| 20315 | 2024.12.21 01:28:28.199577 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20316 | 2024.12.21 01:28:28.199693 [ 287 ] {0222678c-98ba-4919-a7e0-f698b6f349d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20317 | 2024.12.21 01:28:28.199743 [ 287 ] {0222678c-98ba-4919-a7e0-f698b6f349d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20318 | 2024.12.21 01:28:28.200240 [ 287 ] {0222678c-98ba-4919-a7e0-f698b6f349d0} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20319 | 2024.12.21 01:28:28.200280 [ 287 ] {0222678c-98ba-4919-a7e0-f698b6f349d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20320 | 2024.12.21 01:28:28.200675 [ 287 ] {0222678c-98ba-4919-a7e0-f698b6f349d0} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 20321 | 2024.12.21 01:28:28.200916 [ 287 ] {0222678c-98ba-4919-a7e0-f698b6f349d0} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20322 | 2024.12.21 01:28:28.201177 [ 287 ] {0222678c-98ba-4919-a7e0-f698b6f349d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001497 sec., 4008.016032064128 rows/sec., 209.40 KiB/sec. | ||
| 20323 | 2024.12.21 01:28:28.201298 [ 287 ] {0222678c-98ba-4919-a7e0-f698b6f349d0} <Debug> TCPHandler: Processed in 0.00177258 sec. | ||
| 20324 | 2024.12.21 01:28:28.201536 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20325 | 2024.12.21 01:28:28.201715 [ 285 ] {9f3ff8ee-6ce8-4469-a732-f502a3d05466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20326 | 2024.12.21 01:28:28.201779 [ 285 ] {9f3ff8ee-6ce8-4469-a732-f502a3d05466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20327 | 2024.12.21 01:28:28.202453 [ 285 ] {9f3ff8ee-6ce8-4469-a732-f502a3d05466} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20328 | 2024.12.21 01:28:28.202491 [ 285 ] {9f3ff8ee-6ce8-4469-a732-f502a3d05466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20329 | 2024.12.21 01:28:28.202915 [ 285 ] {9f3ff8ee-6ce8-4469-a732-f502a3d05466} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 20330 | 2024.12.21 01:28:28.203166 [ 285 ] {9f3ff8ee-6ce8-4469-a732-f502a3d05466} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20331 | 2024.12.21 01:28:28.203382 [ 285 ] {9f3ff8ee-6ce8-4469-a732-f502a3d05466} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0017 sec., 139411.76470588235 rows/sec., 9.34 MiB/sec. | ||
| 20332 | 2024.12.21 01:28:28.203437 [ 285 ] {9f3ff8ee-6ce8-4469-a732-f502a3d05466} <Debug> TCPHandler: Processed in 0.002046514 sec. | ||
| 20333 | 2024.12.21 01:28:28.203588 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20334 | 2024.12.21 01:28:28.203727 [ 287 ] {6c91360b-3032-4d31-8a13-92b09a3c7ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20335 | 2024.12.21 01:28:28.203787 [ 287 ] {6c91360b-3032-4d31-8a13-92b09a3c7ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20336 | 2024.12.21 01:28:28.204329 [ 287 ] {6c91360b-3032-4d31-8a13-92b09a3c7ef4} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20337 | 2024.12.21 01:28:28.204368 [ 287 ] {6c91360b-3032-4d31-8a13-92b09a3c7ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20338 | 2024.12.21 01:28:28.204729 [ 287 ] {6c91360b-3032-4d31-8a13-92b09a3c7ef4} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 20339 | 2024.12.21 01:28:28.204956 [ 287 ] {6c91360b-3032-4d31-8a13-92b09a3c7ef4} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20340 | 2024.12.21 01:28:28.205179 [ 287 ] {6c91360b-3032-4d31-8a13-92b09a3c7ef4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001479 sec., 676.1325219743069 rows/sec., 45.56 KiB/sec. | ||
| 20341 | 2024.12.21 01:28:28.205251 [ 287 ] {6c91360b-3032-4d31-8a13-92b09a3c7ef4} <Debug> TCPHandler: Processed in 0.0017319 sec. | ||
| 20342 | 2024.12.21 01:28:28.205470 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20343 | 2024.12.21 01:28:28.205613 [ 285 ] {081e55c4-3183-44be-ada5-81c1a3fa674d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20344 | 2024.12.21 01:28:28.205709 [ 285 ] {081e55c4-3183-44be-ada5-81c1a3fa674d} <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 | ||
| 20345 | 2024.12.21 01:28:28.206946 [ 285 ] {081e55c4-3183-44be-ada5-81c1a3fa674d} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20346 | 2024.12.21 01:28:28.206985 [ 285 ] {081e55c4-3183-44be-ada5-81c1a3fa674d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20347 | 2024.12.21 01:28:28.207643 [ 285 ] {081e55c4-3183-44be-ada5-81c1a3fa674d} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 20348 | 2024.12.21 01:28:28.207932 [ 285 ] {081e55c4-3183-44be-ada5-81c1a3fa674d} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20349 | 2024.12.21 01:28:28.208183 [ 285 ] {081e55c4-3183-44be-ada5-81c1a3fa674d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.0026 sec., 3076.923076923077 rows/sec., 5.51 MiB/sec. | ||
| 20350 | 2024.12.21 01:28:28.208297 [ 285 ] {081e55c4-3183-44be-ada5-81c1a3fa674d} <Debug> TCPHandler: Processed in 0.00296756 sec. | ||
| 20351 | 2024.12.21 01:28:28.208461 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20352 | 2024.12.21 01:28:28.208602 [ 287 ] {dfea02d8-bb42-4106-9876-21e7d3526f91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20353 | 2024.12.21 01:28:28.208662 [ 287 ] {dfea02d8-bb42-4106-9876-21e7d3526f91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20354 | 2024.12.21 01:28:28.209251 [ 287 ] {dfea02d8-bb42-4106-9876-21e7d3526f91} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20355 | 2024.12.21 01:28:28.209289 [ 287 ] {dfea02d8-bb42-4106-9876-21e7d3526f91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20356 | 2024.12.21 01:28:28.209671 [ 287 ] {dfea02d8-bb42-4106-9876-21e7d3526f91} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 20357 | 2024.12.21 01:28:28.209903 [ 287 ] {dfea02d8-bb42-4106-9876-21e7d3526f91} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20358 | 2024.12.21 01:28:28.210112 [ 287 ] {dfea02d8-bb42-4106-9876-21e7d3526f91} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001539 sec., 53281.35152696556 rows/sec., 3.38 MiB/sec. | ||
| 20359 | 2024.12.21 01:28:28.210162 [ 287 ] {dfea02d8-bb42-4106-9876-21e7d3526f91} <Debug> TCPHandler: Processed in 0.00176944 sec. | ||
| 20360 | 2024.12.21 01:28:31.576576 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44469 | ||
| 20361 | 2024.12.21 01:28:31.577331 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20362 | 2024.12.21 01:28:31.577377 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20363 | 2024.12.21 01:28:31.577927 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 20364 | 2024.12.21 01:28:31.578192 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20365 | 2024.12.21 01:28:31.578586 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44469 | ||
| 20366 | 2024.12.21 01:28:33.183138 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20367 | 2024.12.21 01:28:33.183367 [ 287 ] {463cf18d-1666-49f3-abb0-e80d99b82081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 20368 | 2024.12.21 01:28:33.183450 [ 287 ] {463cf18d-1666-49f3-abb0-e80d99b82081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 20369 | 2024.12.21 01:28:33.184217 [ 287 ] {463cf18d-1666-49f3-abb0-e80d99b82081} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20370 | 2024.12.21 01:28:33.184267 [ 287 ] {463cf18d-1666-49f3-abb0-e80d99b82081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20371 | 2024.12.21 01:28:33.184700 [ 287 ] {463cf18d-1666-49f3-abb0-e80d99b82081} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 20372 | 2024.12.21 01:28:33.184977 [ 287 ] {463cf18d-1666-49f3-abb0-e80d99b82081} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20373 | 2024.12.21 01:28:33.185234 [ 287 ] {463cf18d-1666-49f3-abb0-e80d99b82081} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001926 sec., 2076.8431983385253 rows/sec., 169.35 KiB/sec. | ||
| 20374 | 2024.12.21 01:28:33.185306 [ 287 ] {463cf18d-1666-49f3-abb0-e80d99b82081} <Debug> TCPHandler: Processed in 0.002310139 sec. | ||
| 20375 | 2024.12.21 01:28:33.185555 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20376 | 2024.12.21 01:28:33.185768 [ 285 ] {2a1fe853-cec1-4030-9c25-a5287e03a180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20377 | 2024.12.21 01:28:33.185851 [ 285 ] {2a1fe853-cec1-4030-9c25-a5287e03a180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20378 | 2024.12.21 01:28:33.186744 [ 285 ] {2a1fe853-cec1-4030-9c25-a5287e03a180} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20379 | 2024.12.21 01:28:33.186791 [ 285 ] {2a1fe853-cec1-4030-9c25-a5287e03a180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20380 | 2024.12.21 01:28:33.187258 [ 285 ] {2a1fe853-cec1-4030-9c25-a5287e03a180} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 20381 | 2024.12.21 01:28:33.187523 [ 285 ] {2a1fe853-cec1-4030-9c25-a5287e03a180} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20382 | 2024.12.21 01:28:33.187761 [ 285 ] {2a1fe853-cec1-4030-9c25-a5287e03a180} <Debug> executeQuery: Read 168 rows, 14.87 KiB in 0.002053 sec., 81831.46614710179 rows/sec., 7.07 MiB/sec. | ||
| 20383 | 2024.12.21 01:28:33.187831 [ 285 ] {2a1fe853-cec1-4030-9c25-a5287e03a180} <Debug> TCPHandler: Processed in 0.00241399 sec. | ||
| 20384 | 2024.12.21 01:28:33.187984 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20385 | 2024.12.21 01:28:33.188131 [ 287 ] {ddbfaa1a-5dc1-4ac5-95a7-25bbe48e43aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20386 | 2024.12.21 01:28:33.188193 [ 287 ] {ddbfaa1a-5dc1-4ac5-95a7-25bbe48e43aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20387 | 2024.12.21 01:28:33.188850 [ 287 ] {ddbfaa1a-5dc1-4ac5-95a7-25bbe48e43aa} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20388 | 2024.12.21 01:28:33.188892 [ 287 ] {ddbfaa1a-5dc1-4ac5-95a7-25bbe48e43aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20389 | 2024.12.21 01:28:33.189274 [ 287 ] {ddbfaa1a-5dc1-4ac5-95a7-25bbe48e43aa} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 20390 | 2024.12.21 01:28:33.189513 [ 287 ] {ddbfaa1a-5dc1-4ac5-95a7-25bbe48e43aa} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20391 | 2024.12.21 01:28:33.189725 [ 287 ] {ddbfaa1a-5dc1-4ac5-95a7-25bbe48e43aa} <Debug> executeQuery: Read 59 rows, 4.42 KiB in 0.001631 sec., 36174.12630288167 rows/sec., 2.64 MiB/sec. | ||
| 20392 | 2024.12.21 01:28:33.189783 [ 287 ] {ddbfaa1a-5dc1-4ac5-95a7-25bbe48e43aa} <Debug> TCPHandler: Processed in 0.001866601 sec. | ||
| 20393 | 2024.12.21 01:28:33.189918 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20394 | 2024.12.21 01:28:33.190043 [ 285 ] {7c989d3c-976a-45e3-a776-ca5b8f02df67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20395 | 2024.12.21 01:28:33.190097 [ 285 ] {7c989d3c-976a-45e3-a776-ca5b8f02df67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20396 | 2024.12.21 01:28:33.190781 [ 285 ] {7c989d3c-976a-45e3-a776-ca5b8f02df67} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20397 | 2024.12.21 01:28:33.190823 [ 285 ] {7c989d3c-976a-45e3-a776-ca5b8f02df67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20398 | 2024.12.21 01:28:33.191210 [ 285 ] {7c989d3c-976a-45e3-a776-ca5b8f02df67} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 20399 | 2024.12.21 01:28:33.191457 [ 285 ] {7c989d3c-976a-45e3-a776-ca5b8f02df67} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20400 | 2024.12.21 01:28:33.191680 [ 285 ] {7c989d3c-976a-45e3-a776-ca5b8f02df67} <Debug> executeQuery: Read 123 rows, 9.85 KiB in 0.001664 sec., 73918.26923076923 rows/sec., 5.78 MiB/sec. | ||
| 20401 | 2024.12.21 01:28:33.191737 [ 285 ] {7c989d3c-976a-45e3-a776-ca5b8f02df67} <Debug> TCPHandler: Processed in 0.001878292 sec. | ||
| 20402 | 2024.12.21 01:28:33.191910 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20403 | 2024.12.21 01:28:33.192050 [ 287 ] {41421063-4275-489b-bc74-4150bfab3b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20404 | 2024.12.21 01:28:33.192115 [ 287 ] {41421063-4275-489b-bc74-4150bfab3b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20405 | 2024.12.21 01:28:33.192742 [ 287 ] {41421063-4275-489b-bc74-4150bfab3b91} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20406 | 2024.12.21 01:28:33.192781 [ 287 ] {41421063-4275-489b-bc74-4150bfab3b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20407 | 2024.12.21 01:28:33.193186 [ 287 ] {41421063-4275-489b-bc74-4150bfab3b91} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 20408 | 2024.12.21 01:28:33.193425 [ 287 ] {41421063-4275-489b-bc74-4150bfab3b91} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20409 | 2024.12.21 01:28:33.193633 [ 287 ] {41421063-4275-489b-bc74-4150bfab3b91} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001614 sec., 100371.74721189591 rows/sec., 6.99 MiB/sec. | ||
| 20410 | 2024.12.21 01:28:33.193687 [ 287 ] {41421063-4275-489b-bc74-4150bfab3b91} <Debug> TCPHandler: Processed in 0.001842701 sec. | ||
| 20411 | 2024.12.21 01:28:33.193832 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20412 | 2024.12.21 01:28:33.193975 [ 285 ] {9e246a46-da43-4c42-97f5-546c7a30e094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20413 | 2024.12.21 01:28:33.194073 [ 285 ] {9e246a46-da43-4c42-97f5-546c7a30e094} <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 | ||
| 20414 | 2024.12.21 01:28:33.195341 [ 285 ] {9e246a46-da43-4c42-97f5-546c7a30e094} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20415 | 2024.12.21 01:28:33.195384 [ 285 ] {9e246a46-da43-4c42-97f5-546c7a30e094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20416 | 2024.12.21 01:28:33.196101 [ 285 ] {9e246a46-da43-4c42-97f5-546c7a30e094} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 20417 | 2024.12.21 01:28:33.196379 [ 285 ] {9e246a46-da43-4c42-97f5-546c7a30e094} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20418 | 2024.12.21 01:28:33.196633 [ 285 ] {9e246a46-da43-4c42-97f5-546c7a30e094} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.002692 sec., 20430.906389301635 rows/sec., 36.61 MiB/sec. | ||
| 20419 | 2024.12.21 01:28:33.196757 [ 285 ] {9e246a46-da43-4c42-97f5-546c7a30e094} <Debug> TCPHandler: Processed in 0.00299178 sec. | ||
| 20420 | 2024.12.21 01:28:33.196988 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20421 | 2024.12.21 01:28:33.197212 [ 287 ] {8e51b9f0-d2c9-4d69-b6a5-f81423d42657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20422 | 2024.12.21 01:28:33.197306 [ 287 ] {8e51b9f0-d2c9-4d69-b6a5-f81423d42657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20423 | 2024.12.21 01:28:33.197881 [ 287 ] {8e51b9f0-d2c9-4d69-b6a5-f81423d42657} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20424 | 2024.12.21 01:28:33.197919 [ 287 ] {8e51b9f0-d2c9-4d69-b6a5-f81423d42657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20425 | 2024.12.21 01:28:33.198296 [ 287 ] {8e51b9f0-d2c9-4d69-b6a5-f81423d42657} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 20426 | 2024.12.21 01:28:33.198558 [ 287 ] {8e51b9f0-d2c9-4d69-b6a5-f81423d42657} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20427 | 2024.12.21 01:28:33.198785 [ 287 ] {8e51b9f0-d2c9-4d69-b6a5-f81423d42657} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001626 sec., 36900.36900369004 rows/sec., 2.49 MiB/sec. | ||
| 20428 | 2024.12.21 01:28:33.198842 [ 287 ] {8e51b9f0-d2c9-4d69-b6a5-f81423d42657} <Debug> TCPHandler: Processed in 0.001964503 sec. | ||
| 20429 | 2024.12.21 01:28:34.401398 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2850 | ||
| 20430 | 2024.12.21 01:28:34.405143 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20431 | 2024.12.21 01:28:34.405185 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20432 | 2024.12.21 01:28:34.406702 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 20433 | 2024.12.21 01:28:34.407046 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20434 | 2024.12.21 01:28:34.408487 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2850 | ||
| 20435 | 2024.12.21 01:28:34.834220 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 731 | ||
| 20436 | 2024.12.21 01:28:34.858971 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20437 | 2024.12.21 01:28:34.859028 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.98 GiB. | ||
| 20438 | 2024.12.21 01:28:34.866722 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 20439 | 2024.12.21 01:28:34.867565 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20440 | 2024.12.21 01:28:34.872802 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 731 | ||
| 20441 | 2024.12.21 01:28:38.187261 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20442 | 2024.12.21 01:28:38.187502 [ 287 ] {86649712-0f5e-4af7-9c99-150aef9b0f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 20443 | 2024.12.21 01:28:38.187586 [ 287 ] {86649712-0f5e-4af7-9c99-150aef9b0f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 20444 | 2024.12.21 01:28:38.188380 [ 287 ] {86649712-0f5e-4af7-9c99-150aef9b0f72} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20445 | 2024.12.21 01:28:38.188431 [ 287 ] {86649712-0f5e-4af7-9c99-150aef9b0f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20446 | 2024.12.21 01:28:38.188884 [ 287 ] {86649712-0f5e-4af7-9c99-150aef9b0f72} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 20447 | 2024.12.21 01:28:38.189141 [ 287 ] {86649712-0f5e-4af7-9c99-150aef9b0f72} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20448 | 2024.12.21 01:28:38.189358 [ 287 ] {86649712-0f5e-4af7-9c99-150aef9b0f72} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001915 sec., 7310.704960835509 rows/sec., 526.27 KiB/sec. | ||
| 20449 | 2024.12.21 01:28:38.189456 [ 287 ] {86649712-0f5e-4af7-9c99-150aef9b0f72} <Debug> TCPHandler: Processed in 0.002336619 sec. | ||
| 20450 | 2024.12.21 01:28:38.189762 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20451 | 2024.12.21 01:28:38.189965 [ 285 ] {1b7b9679-9566-4fc1-bff3-e36d03e850e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20452 | 2024.12.21 01:28:38.190047 [ 285 ] {1b7b9679-9566-4fc1-bff3-e36d03e850e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20453 | 2024.12.21 01:28:38.190976 [ 285 ] {1b7b9679-9566-4fc1-bff3-e36d03e850e2} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20454 | 2024.12.21 01:28:38.191019 [ 285 ] {1b7b9679-9566-4fc1-bff3-e36d03e850e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20455 | 2024.12.21 01:28:38.191481 [ 285 ] {1b7b9679-9566-4fc1-bff3-e36d03e850e2} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 20456 | 2024.12.21 01:28:38.191754 [ 285 ] {1b7b9679-9566-4fc1-bff3-e36d03e850e2} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20457 | 2024.12.21 01:28:38.191947 [ 98 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 20458 | 2024.12.21 01:28:38.192021 [ 98 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20459 | 2024.12.21 01:28:38.192024 [ 285 ] {1b7b9679-9566-4fc1-bff3-e36d03e850e2} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002107 sec., 103939.25011865211 rows/sec., 9.05 MiB/sec. | ||
| 20460 | 2024.12.21 01:28:38.192061 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20461 | 2024.12.21 01:28:38.192207 [ 285 ] {1b7b9679-9566-4fc1-bff3-e36d03e850e2} <Debug> TCPHandler: Processed in 0.002605894 sec. | ||
| 20462 | 2024.12.21 01:28:38.192333 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 20463 | 2024.12.21 01:28:38.192422 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20464 | 2024.12.21 01:28:38.192527 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20465 | 2024.12.21 01:28:38.192614 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 1485 rows starting from the beginning of the part | ||
| 20466 | 2024.12.21 01:28:38.192644 [ 287 ] {fd41811c-19b5-416c-b04d-ead2623c3077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20467 | 2024.12.21 01:28:38.192927 [ 287 ] {fd41811c-19b5-416c-b04d-ead2623c3077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20468 | 2024.12.21 01:28:38.192962 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 56 rows starting from the beginning of the part | ||
| 20469 | 2024.12.21 01:28:38.193347 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 172 rows starting from the beginning of the part | ||
| 20470 | 2024.12.21 01:28:38.193731 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 219 rows starting from the beginning of the part | ||
| 20471 | 2024.12.21 01:28:38.194077 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 168 rows starting from the beginning of the part | ||
| 20472 | 2024.12.21 01:28:38.194515 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 219 rows starting from the beginning of the part | ||
| 20473 | 2024.12.21 01:28:38.196040 [ 287 ] {fd41811c-19b5-416c-b04d-ead2623c3077} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20474 | 2024.12.21 01:28:38.196229 [ 287 ] {fd41811c-19b5-416c-b04d-ead2623c3077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20475 | 2024.12.21 01:28:38.197146 [ 287 ] {fd41811c-19b5-416c-b04d-ead2623c3077} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 20476 | 2024.12.21 01:28:38.197629 [ 287 ] {fd41811c-19b5-416c-b04d-ead2623c3077} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20477 | 2024.12.21 01:28:38.197895 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2319 rows, containing 5 columns (5 merged, 0 gathered) in 0.005687946 sec., 407704.2925513006 rows/sec., 36.00 MiB/sec. | ||
| 20478 | 2024.12.21 01:28:38.198147 [ 287 ] {fd41811c-19b5-416c-b04d-ead2623c3077} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.005553 sec., 2701.242571582928 rows/sec., 190.46 KiB/sec. | ||
| 20479 | 2024.12.21 01:28:38.198442 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 20480 | 2024.12.21 01:28:38.198432 [ 287 ] {fd41811c-19b5-416c-b04d-ead2623c3077} <Debug> TCPHandler: Processed in 0.006096562 sec. | ||
| 20481 | 2024.12.21 01:28:38.198818 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20482 | 2024.12.21 01:28:38.199280 [ 285 ] {7570ca89-017d-4255-9953-a8cb827bdf5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20483 | 2024.12.21 01:28:38.199485 [ 285 ] {7570ca89-017d-4255-9953-a8cb827bdf5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20484 | 2024.12.21 01:28:38.199642 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_166_33} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20485 | 2024.12.21 01:28:38.200043 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_166_33} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 20486 | 2024.12.21 01:28:38.200355 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 20487 | 2024.12.21 01:28:38.200960 [ 285 ] {7570ca89-017d-4255-9953-a8cb827bdf5d} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20488 | 2024.12.21 01:28:38.201001 [ 285 ] {7570ca89-017d-4255-9953-a8cb827bdf5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20489 | 2024.12.21 01:28:38.201380 [ 285 ] {7570ca89-017d-4255-9953-a8cb827bdf5d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 20490 | 2024.12.21 01:28:38.201651 [ 285 ] {7570ca89-017d-4255-9953-a8cb827bdf5d} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20491 | 2024.12.21 01:28:38.201869 [ 285 ] {7570ca89-017d-4255-9953-a8cb827bdf5d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002767 sec., 5059.631369714492 rows/sec., 354.34 KiB/sec. | ||
| 20492 | 2024.12.21 01:28:38.201926 [ 285 ] {7570ca89-017d-4255-9953-a8cb827bdf5d} <Debug> TCPHandler: Processed in 0.003322036 sec. | ||
| 20493 | 2024.12.21 01:28:38.202088 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20494 | 2024.12.21 01:28:38.202231 [ 287 ] {cd307e08-beb0-4ae4-865b-50c9de8331a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20495 | 2024.12.21 01:28:38.202290 [ 287 ] {cd307e08-beb0-4ae4-865b-50c9de8331a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20496 | 2024.12.21 01:28:38.202909 [ 287 ] {cd307e08-beb0-4ae4-865b-50c9de8331a4} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20497 | 2024.12.21 01:28:38.202947 [ 287 ] {cd307e08-beb0-4ae4-865b-50c9de8331a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20498 | 2024.12.21 01:28:38.203316 [ 287 ] {cd307e08-beb0-4ae4-865b-50c9de8331a4} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 20499 | 2024.12.21 01:28:38.203580 [ 287 ] {cd307e08-beb0-4ae4-865b-50c9de8331a4} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20500 | 2024.12.21 01:28:38.203763 [ 287 ] {cd307e08-beb0-4ae4-865b-50c9de8331a4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001563 sec., 8317.338451695457 rows/sec., 518.58 KiB/sec. | ||
| 20501 | 2024.12.21 01:28:38.203817 [ 287 ] {cd307e08-beb0-4ae4-865b-50c9de8331a4} <Debug> TCPHandler: Processed in 0.00179657 sec. | ||
| 20502 | 2024.12.21 01:28:38.203969 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20503 | 2024.12.21 01:28:38.204110 [ 285 ] {4822e9a4-41f6-4dc1-8f9c-ed9ec5d3f3f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20504 | 2024.12.21 01:28:38.204167 [ 285 ] {4822e9a4-41f6-4dc1-8f9c-ed9ec5d3f3f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20505 | 2024.12.21 01:28:38.204998 [ 285 ] {4822e9a4-41f6-4dc1-8f9c-ed9ec5d3f3f3} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20506 | 2024.12.21 01:28:38.205038 [ 285 ] {4822e9a4-41f6-4dc1-8f9c-ed9ec5d3f3f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20507 | 2024.12.21 01:28:38.205441 [ 285 ] {4822e9a4-41f6-4dc1-8f9c-ed9ec5d3f3f3} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 20508 | 2024.12.21 01:28:38.205695 [ 285 ] {4822e9a4-41f6-4dc1-8f9c-ed9ec5d3f3f3} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20509 | 2024.12.21 01:28:38.205871 [ 98 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 20510 | 2024.12.21 01:28:38.205924 [ 98 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20511 | 2024.12.21 01:28:38.205945 [ 285 ] {4822e9a4-41f6-4dc1-8f9c-ed9ec5d3f3f3} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001863 sec., 209339.77455716586 rows/sec., 14.85 MiB/sec. | ||
| 20512 | 2024.12.21 01:28:38.205959 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20513 | 2024.12.21 01:28:38.206151 [ 285 ] {4822e9a4-41f6-4dc1-8f9c-ed9ec5d3f3f3} <Debug> TCPHandler: Processed in 0.002247657 sec. | ||
| 20514 | 2024.12.21 01:28:38.206316 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 20515 | 2024.12.21 01:28:38.206378 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20516 | 2024.12.21 01:28:38.206814 [ 287 ] {ebd402be-f367-4c34-8bcc-8f8ddff20d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20517 | 2024.12.21 01:28:38.206844 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20518 | 2024.12.21 01:28:38.206969 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 961 rows starting from the beginning of the part | ||
| 20519 | 2024.12.21 01:28:38.207030 [ 287 ] {ebd402be-f367-4c34-8bcc-8f8ddff20d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20520 | 2024.12.21 01:28:38.207536 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 64 rows starting from the beginning of the part | ||
| 20521 | 2024.12.21 01:28:38.208180 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 140 rows starting from the beginning of the part | ||
| 20522 | 2024.12.21 01:28:38.208744 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 390 rows starting from the beginning of the part | ||
| 20523 | 2024.12.21 01:28:38.209296 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 123 rows starting from the beginning of the part | ||
| 20524 | 2024.12.21 01:28:38.209813 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 390 rows starting from the beginning of the part | ||
| 20525 | 2024.12.21 01:28:38.210436 [ 287 ] {ebd402be-f367-4c34-8bcc-8f8ddff20d26} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20526 | 2024.12.21 01:28:38.210480 [ 287 ] {ebd402be-f367-4c34-8bcc-8f8ddff20d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20527 | 2024.12.21 01:28:38.211095 [ 287 ] {ebd402be-f367-4c34-8bcc-8f8ddff20d26} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 20528 | 2024.12.21 01:28:38.211426 [ 287 ] {ebd402be-f367-4c34-8bcc-8f8ddff20d26} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20529 | 2024.12.21 01:28:38.211633 [ 287 ] {ebd402be-f367-4c34-8bcc-8f8ddff20d26} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004976 sec., 1205.7877813504822 rows/sec., 63.00 KiB/sec. | ||
| 20530 | 2024.12.21 01:28:38.211726 [ 287 ] {ebd402be-f367-4c34-8bcc-8f8ddff20d26} <Debug> TCPHandler: Processed in 0.005451972 sec. | ||
| 20531 | 2024.12.21 01:28:38.211967 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20532 | 2024.12.21 01:28:38.212018 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2068 rows, containing 5 columns (5 merged, 0 gathered) in 0.00594502 sec., 347854.1703812603 rows/sec., 26.66 MiB/sec. | ||
| 20533 | 2024.12.21 01:28:38.212139 [ 285 ] {0b21c43a-2665-4679-a794-601006e532fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20534 | 2024.12.21 01:28:38.212221 [ 285 ] {0b21c43a-2665-4679-a794-601006e532fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20535 | 2024.12.21 01:28:38.212296 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 20536 | 2024.12.21 01:28:38.212923 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_166_33} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20537 | 2024.12.21 01:28:38.213170 [ 189 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_166_33} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 20538 | 2024.12.21 01:28:38.213355 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 20539 | 2024.12.21 01:28:38.213504 [ 285 ] {0b21c43a-2665-4679-a794-601006e532fa} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20540 | 2024.12.21 01:28:38.213548 [ 285 ] {0b21c43a-2665-4679-a794-601006e532fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20541 | 2024.12.21 01:28:38.213963 [ 285 ] {0b21c43a-2665-4679-a794-601006e532fa} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 20542 | 2024.12.21 01:28:38.214224 [ 285 ] {0b21c43a-2665-4679-a794-601006e532fa} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20543 | 2024.12.21 01:28:38.214407 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_161_33 to all_166_166_0 | ||
| 20544 | 2024.12.21 01:28:38.214479 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20545 | 2024.12.21 01:28:38.214486 [ 285 ] {0b21c43a-2665-4679-a794-601006e532fa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002368 sec., 100084.45945945947 rows/sec., 6.71 MiB/sec. | ||
| 20546 | 2024.12.21 01:28:38.214536 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20547 | 2024.12.21 01:28:38.214663 [ 285 ] {0b21c43a-2665-4679-a794-601006e532fa} <Debug> TCPHandler: Processed in 0.002825578 sec. | ||
| 20548 | 2024.12.21 01:28:38.214890 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_166_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_33 to all_166_166_0 into Compact with storage Full | ||
| 20549 | 2024.12.21 01:28:38.214953 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20550 | 2024.12.21 01:28:38.215395 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_166_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20551 | 2024.12.21 01:28:38.215548 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_161_33, total 48604 rows starting from the beginning of the part | ||
| 20552 | 2024.12.21 01:28:38.215614 [ 287 ] {be047d69-6bfb-4a62-b4ce-30f1de0b5d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20553 | 2024.12.21 01:28:38.215908 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 128 rows starting from the beginning of the part | ||
| 20554 | 2024.12.21 01:28:38.216068 [ 287 ] {be047d69-6bfb-4a62-b4ce-30f1de0b5d59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20555 | 2024.12.21 01:28:38.216365 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 163 rows starting from the beginning of the part | ||
| 20556 | 2024.12.21 01:28:38.216919 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 237 rows starting from the beginning of the part | ||
| 20557 | 2024.12.21 01:28:38.217365 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 162 rows starting from the beginning of the part | ||
| 20558 | 2024.12.21 01:28:38.217864 [ 199 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 237 rows starting from the beginning of the part | ||
| 20559 | 2024.12.21 01:28:38.219385 [ 287 ] {be047d69-6bfb-4a62-b4ce-30f1de0b5d59} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20560 | 2024.12.21 01:28:38.219443 [ 287 ] {be047d69-6bfb-4a62-b4ce-30f1de0b5d59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20561 | 2024.12.21 01:28:38.219975 [ 287 ] {be047d69-6bfb-4a62-b4ce-30f1de0b5d59} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 20562 | 2024.12.21 01:28:38.220419 [ 287 ] {be047d69-6bfb-4a62-b4ce-30f1de0b5d59} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20563 | 2024.12.21 01:28:38.220919 [ 220 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Found 6 old parts to remove. Parts: [all_1_18_4, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] | ||
| 20564 | 2024.12.21 01:28:38.221063 [ 220 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Removing 6 parts from filesystem (serially): Parts: [all_1_18_4, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] | ||
| 20565 | 2024.12.21 01:28:38.221085 [ 287 ] {be047d69-6bfb-4a62-b4ce-30f1de0b5d59} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005687 sec., 175.83963425356075 rows/sec., 11.85 KiB/sec. | ||
| 20566 | 2024.12.21 01:28:38.221441 [ 287 ] {be047d69-6bfb-4a62-b4ce-30f1de0b5d59} <Debug> TCPHandler: Processed in 0.006625722 sec. | ||
| 20567 | 2024.12.21 01:28:38.221758 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20568 | 2024.12.21 01:28:38.222011 [ 285 ] {841f6845-1226-4c8e-9116-cf4de0a589bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20569 | 2024.12.21 01:28:38.222200 [ 285 ] {841f6845-1226-4c8e-9116-cf4de0a589bd} <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 | ||
| 20570 | 2024.12.21 01:28:38.226259 [ 285 ] {841f6845-1226-4c8e-9116-cf4de0a589bd} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20571 | 2024.12.21 01:28:38.226304 [ 285 ] {841f6845-1226-4c8e-9116-cf4de0a589bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20572 | 2024.12.21 01:28:38.226766 [ 220 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Removing 6 parts from memory: Parts: [all_1_18_4, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] | ||
| 20573 | 2024.12.21 01:28:38.228268 [ 285 ] {841f6845-1226-4c8e-9116-cf4de0a589bd} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 20574 | 2024.12.21 01:28:38.228589 [ 285 ] {841f6845-1226-4c8e-9116-cf4de0a589bd} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20575 | 2024.12.21 01:28:38.228939 [ 285 ] {841f6845-1226-4c8e-9116-cf4de0a589bd} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007002 sec., 1142.5307055127105 rows/sec., 2.05 MiB/sec. | ||
| 20576 | 2024.12.21 01:28:38.229585 [ 285 ] {841f6845-1226-4c8e-9116-cf4de0a589bd} <Debug> TCPHandler: Processed in 0.007981995 sec. | ||
| 20577 | 2024.12.21 01:28:38.229837 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20578 | 2024.12.21 01:28:38.230114 [ 287 ] {6575df17-cd85-4cab-89b7-3bfbc1622850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20579 | 2024.12.21 01:28:38.230198 [ 287 ] {6575df17-cd85-4cab-89b7-3bfbc1622850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20580 | 2024.12.21 01:28:38.230871 [ 287 ] {6575df17-cd85-4cab-89b7-3bfbc1622850} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20581 | 2024.12.21 01:28:38.230910 [ 287 ] {6575df17-cd85-4cab-89b7-3bfbc1622850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20582 | 2024.12.21 01:28:38.231510 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_166_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 49531 rows, containing 5 columns (5 merged, 0 gathered) in 0.016838043 sec., 2941612.6327744857 rows/sec., 198.62 MiB/sec. | ||
| 20583 | 2024.12.21 01:28:38.231743 [ 287 ] {6575df17-cd85-4cab-89b7-3bfbc1622850} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 20584 | 2024.12.21 01:28:38.232001 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_166_34} <Trace> MergedBlockOutputStream: filled checksums all_1_166_34 (state Temporary) | ||
| 20585 | 2024.12.21 01:28:38.232064 [ 287 ] {6575df17-cd85-4cab-89b7-3bfbc1622850} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20586 | 2024.12.21 01:28:38.232355 [ 98 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 20587 | 2024.12.21 01:28:38.232417 [ 98 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20588 | 2024.12.21 01:28:38.232482 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20589 | 2024.12.21 01:28:38.232516 [ 287 ] {6575df17-cd85-4cab-89b7-3bfbc1622850} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00246 sec., 33333.333333333336 rows/sec., 2.12 MiB/sec. | ||
| 20590 | 2024.12.21 01:28:38.232851 [ 287 ] {6575df17-cd85-4cab-89b7-3bfbc1622850} <Debug> TCPHandler: Processed in 0.003150773 sec. | ||
| 20591 | 2024.12.21 01:28:38.232936 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_166_34} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_166_34 to all_1_166_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20592 | 2024.12.21 01:28:38.232980 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 20593 | 2024.12.21 01:28:38.233127 [ 195 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_166_34} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_161_33, all_166_166_0] -> all_1_166_34 | ||
| 20594 | 2024.12.21 01:28:38.233181 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20595 | 2024.12.21 01:28:38.233245 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.44 MiB. | ||
| 20596 | 2024.12.21 01:28:38.233245 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_161_32, total 9798 rows starting from the beginning of the part | ||
| 20597 | 2024.12.21 01:28:38.233343 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 48 rows starting from the beginning of the part | ||
| 20598 | 2024.12.21 01:28:38.233579 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 60 rows starting from the beginning of the part | ||
| 20599 | 2024.12.21 01:28:38.233867 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 82 rows starting from the beginning of the part | ||
| 20600 | 2024.12.21 01:28:38.234058 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 60 rows starting from the beginning of the part | ||
| 20601 | 2024.12.21 01:28:38.234215 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 82 rows starting from the beginning of the part | ||
| 20602 | 2024.12.21 01:28:38.236747 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10130 rows, containing 4 columns (4 merged, 0 gathered) in 0.00414825 sec., 2441993.611763997 rows/sec., 159.13 MiB/sec. | ||
| 20603 | 2024.12.21 01:28:38.237094 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 20604 | 2024.12.21 01:28:38.237476 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_166_33} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20605 | 2024.12.21 01:28:38.237573 [ 188 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_166_33} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 20606 | 2024.12.21 01:28:38.237681 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB. | ||
| 20607 | 2024.12.21 01:28:38.830479 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 20608 | 2024.12.21 01:28:38.830548 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 20609 | 2024.12.21 01:28:39.078755 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44957 | ||
| 20610 | 2024.12.21 01:28:39.079877 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20611 | 2024.12.21 01:28:39.079952 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20612 | 2024.12.21 01:28:39.080515 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 20613 | 2024.12.21 01:28:39.080785 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20614 | 2024.12.21 01:28:39.081046 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44957 | ||
| 20615 | 2024.12.21 01:28:42.372867 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 739 | ||
| 20616 | 2024.12.21 01:28:42.397304 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20617 | 2024.12.21 01:28:42.397376 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20618 | 2024.12.21 01:28:42.405039 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 20619 | 2024.12.21 01:28:42.405904 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20620 | 2024.12.21 01:28:42.409239 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 739 | ||
| 20621 | 2024.12.21 01:28:43.183741 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20622 | 2024.12.21 01:28:43.183979 [ 287 ] {9580e4e8-779a-4c8b-a5fb-4557d1b69317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20623 | 2024.12.21 01:28:43.184067 [ 287 ] {9580e4e8-779a-4c8b-a5fb-4557d1b69317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20624 | 2024.12.21 01:28:43.185007 [ 287 ] {9580e4e8-779a-4c8b-a5fb-4557d1b69317} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20625 | 2024.12.21 01:28:43.185061 [ 287 ] {9580e4e8-779a-4c8b-a5fb-4557d1b69317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20626 | 2024.12.21 01:28:43.185537 [ 287 ] {9580e4e8-779a-4c8b-a5fb-4557d1b69317} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 20627 | 2024.12.21 01:28:43.185800 [ 287 ] {9580e4e8-779a-4c8b-a5fb-4557d1b69317} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20628 | 2024.12.21 01:28:43.186069 [ 287 ] {9580e4e8-779a-4c8b-a5fb-4557d1b69317} <Debug> executeQuery: Read 166 rows, 14.72 KiB in 0.00215 sec., 77209.30232558139 rows/sec., 6.69 MiB/sec. | ||
| 20629 | 2024.12.21 01:28:43.186107 [ 220 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20630 | 2024.12.21 01:28:43.186174 [ 287 ] {9580e4e8-779a-4c8b-a5fb-4557d1b69317} <Debug> TCPHandler: Processed in 0.002625834 sec. | ||
| 20631 | 2024.12.21 01:28:43.186179 [ 220 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20632 | 2024.12.21 01:28:43.186461 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20633 | 2024.12.21 01:28:43.186743 [ 285 ] {bca09da5-d503-46c7-9e21-f59edc7bf8a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20634 | 2024.12.21 01:28:43.186881 [ 285 ] {bca09da5-d503-46c7-9e21-f59edc7bf8a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20635 | 2024.12.21 01:28:43.188432 [ 285 ] {bca09da5-d503-46c7-9e21-f59edc7bf8a1} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20636 | 2024.12.21 01:28:43.188487 [ 285 ] {bca09da5-d503-46c7-9e21-f59edc7bf8a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20637 | 2024.12.21 01:28:43.189226 [ 285 ] {bca09da5-d503-46c7-9e21-f59edc7bf8a1} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 20638 | 2024.12.21 01:28:43.189701 [ 285 ] {bca09da5-d503-46c7-9e21-f59edc7bf8a1} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20639 | 2024.12.21 01:28:43.189785 [ 220 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20640 | 2024.12.21 01:28:43.189981 [ 88 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 20641 | 2024.12.21 01:28:43.190093 [ 88 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20642 | 2024.12.21 01:28:43.190185 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20643 | 2024.12.21 01:28:43.190345 [ 285 ] {bca09da5-d503-46c7-9e21-f59edc7bf8a1} <Debug> executeQuery: Read 55 rows, 4.14 KiB in 0.003667 sec., 14998.636487592037 rows/sec., 1.10 MiB/sec. | ||
| 20644 | 2024.12.21 01:28:43.190540 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 20645 | 2024.12.21 01:28:43.190780 [ 285 ] {bca09da5-d503-46c7-9e21-f59edc7bf8a1} <Debug> TCPHandler: Processed in 0.004473075 sec. | ||
| 20646 | 2024.12.21 01:28:43.191038 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20647 | 2024.12.21 01:28:43.191142 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 91 rows starting from the beginning of the part | ||
| 20648 | 2024.12.21 01:28:43.191535 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 58 rows starting from the beginning of the part | ||
| 20649 | 2024.12.21 01:28:43.191436 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20650 | 2024.12.21 01:28:43.191995 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 15 rows starting from the beginning of the part | ||
| 20651 | 2024.12.21 01:28:43.192520 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 59 rows starting from the beginning of the part | ||
| 20652 | 2024.12.21 01:28:43.192914 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 15 rows starting from the beginning of the part | ||
| 20653 | 2024.12.21 01:28:43.193247 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 55 rows starting from the beginning of the part | ||
| 20654 | 2024.12.21 01:28:43.193370 [ 287 ] {1fe4f01a-0d84-4efb-bf58-492cbb5fe0ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20655 | 2024.12.21 01:28:43.193682 [ 287 ] {1fe4f01a-0d84-4efb-bf58-492cbb5fe0ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20656 | 2024.12.21 01:28:43.195682 [ 287 ] {1fe4f01a-0d84-4efb-bf58-492cbb5fe0ca} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20657 | 2024.12.21 01:28:43.195761 [ 287 ] {1fe4f01a-0d84-4efb-bf58-492cbb5fe0ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20658 | 2024.12.21 01:28:43.196436 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 293 rows, containing 5 columns (5 merged, 0 gathered) in 0.006140724 sec., 47714.24346705698 rows/sec., 3.62 MiB/sec. | ||
| 20659 | 2024.12.21 01:28:43.196665 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 20660 | 2024.12.21 01:28:43.196673 [ 287 ] {1fe4f01a-0d84-4efb-bf58-492cbb5fe0ca} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 20661 | 2024.12.21 01:28:43.197176 [ 287 ] {1fe4f01a-0d84-4efb-bf58-492cbb5fe0ca} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20662 | 2024.12.21 01:28:43.197177 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_141_28} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20663 | 2024.12.21 01:28:43.197366 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_141_28} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 20664 | 2024.12.21 01:28:43.197541 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 20665 | 2024.12.21 01:28:43.197593 [ 287 ] {1fe4f01a-0d84-4efb-bf58-492cbb5fe0ca} <Debug> executeQuery: Read 119 rows, 9.52 KiB in 0.004646 sec., 25613.430908308223 rows/sec., 2.00 MiB/sec. | ||
| 20666 | 2024.12.21 01:28:43.197663 [ 287 ] {1fe4f01a-0d84-4efb-bf58-492cbb5fe0ca} <Debug> TCPHandler: Processed in 0.00649987 sec. | ||
| 20667 | 2024.12.21 01:28:43.197822 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20668 | 2024.12.21 01:28:43.197972 [ 285 ] {e712fbba-80a0-43fc-9d92-5df4a84067cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20669 | 2024.12.21 01:28:43.198040 [ 285 ] {e712fbba-80a0-43fc-9d92-5df4a84067cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20670 | 2024.12.21 01:28:43.198748 [ 285 ] {e712fbba-80a0-43fc-9d92-5df4a84067cc} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20671 | 2024.12.21 01:28:43.198789 [ 285 ] {e712fbba-80a0-43fc-9d92-5df4a84067cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20672 | 2024.12.21 01:28:43.199217 [ 285 ] {e712fbba-80a0-43fc-9d92-5df4a84067cc} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 20673 | 2024.12.21 01:28:43.199487 [ 285 ] {e712fbba-80a0-43fc-9d92-5df4a84067cc} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20674 | 2024.12.21 01:28:43.199735 [ 285 ] {e712fbba-80a0-43fc-9d92-5df4a84067cc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001797 sec., 89037.28436282693 rows/sec., 6.20 MiB/sec. | ||
| 20675 | 2024.12.21 01:28:43.199776 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20676 | 2024.12.21 01:28:43.199842 [ 285 ] {e712fbba-80a0-43fc-9d92-5df4a84067cc} <Debug> TCPHandler: Processed in 0.002077835 sec. | ||
| 20677 | 2024.12.21 01:28:43.199842 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20678 | 2024.12.21 01:28:43.200086 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20679 | 2024.12.21 01:28:43.200260 [ 287 ] {1c6a15e0-395d-4c85-99ab-b62d5a660a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20680 | 2024.12.21 01:28:43.200428 [ 287 ] {1c6a15e0-395d-4c85-99ab-b62d5a660a45} <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 | ||
| 20681 | 2024.12.21 01:28:43.203660 [ 287 ] {1c6a15e0-395d-4c85-99ab-b62d5a660a45} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20682 | 2024.12.21 01:28:43.203703 [ 287 ] {1c6a15e0-395d-4c85-99ab-b62d5a660a45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20683 | 2024.12.21 01:28:43.204054 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20684 | 2024.12.21 01:28:43.205755 [ 287 ] {1c6a15e0-395d-4c85-99ab-b62d5a660a45} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 20685 | 2024.12.21 01:28:43.206031 [ 287 ] {1c6a15e0-395d-4c85-99ab-b62d5a660a45} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20686 | 2024.12.21 01:28:43.206222 [ 88 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 20687 | 2024.12.21 01:28:43.206276 [ 88 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20688 | 2024.12.21 01:28:43.206319 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20689 | 2024.12.21 01:28:43.206320 [ 287 ] {1c6a15e0-395d-4c85-99ab-b62d5a660a45} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.006098 sec., 9019.350606756314 rows/sec., 16.16 MiB/sec. | ||
| 20690 | 2024.12.21 01:28:43.206547 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 20691 | 2024.12.21 01:28:43.206567 [ 287 ] {1c6a15e0-395d-4c85-99ab-b62d5a660a45} <Debug> TCPHandler: Processed in 0.006607681 sec. | ||
| 20692 | 2024.12.21 01:28:43.206792 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20693 | 2024.12.21 01:28:43.206901 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20694 | 2024.12.21 01:28:43.207056 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2842 rows starting from the beginning of the part | ||
| 20695 | 2024.12.21 01:28:43.207080 [ 285 ] {ec7a2494-9731-43c5-be27-5658297a7ac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20696 | 2024.12.21 01:28:43.207213 [ 285 ] {ec7a2494-9731-43c5-be27-5658297a7ac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20697 | 2024.12.21 01:28:43.207807 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 55 rows starting from the beginning of the part | ||
| 20698 | 2024.12.21 01:28:43.208544 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 8 rows starting from the beginning of the part | ||
| 20699 | 2024.12.21 01:28:43.209320 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 55 rows starting from the beginning of the part | ||
| 20700 | 2024.12.21 01:28:43.209702 [ 285 ] {ec7a2494-9731-43c5-be27-5658297a7ac4} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20701 | 2024.12.21 01:28:43.209862 [ 285 ] {ec7a2494-9731-43c5-be27-5658297a7ac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20702 | 2024.12.21 01:28:43.209986 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 8 rows starting from the beginning of the part | ||
| 20703 | 2024.12.21 01:28:43.210643 [ 186 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 55 rows starting from the beginning of the part | ||
| 20704 | 2024.12.21 01:28:43.211576 [ 285 ] {ec7a2494-9731-43c5-be27-5658297a7ac4} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 20705 | 2024.12.21 01:28:43.212161 [ 285 ] {ec7a2494-9731-43c5-be27-5658297a7ac4} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20706 | 2024.12.21 01:28:43.212714 [ 285 ] {ec7a2494-9731-43c5-be27-5658297a7ac4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00572 sec., 10489.510489510489 rows/sec., 723.89 KiB/sec. | ||
| 20707 | 2024.12.21 01:28:43.212821 [ 285 ] {ec7a2494-9731-43c5-be27-5658297a7ac4} <Debug> TCPHandler: Processed in 0.006137854 sec. | ||
| 20708 | 2024.12.21 01:28:43.221532 [ 192 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3023 rows, containing 19 columns (19 merged, 0 gathered) in 0.015137984 sec., 199696.3400146281 rows/sec., 357.85 MiB/sec. | ||
| 20709 | 2024.12.21 01:28:43.224355 [ 190 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 20710 | 2024.12.21 01:28:43.224756 [ 190 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_141_28} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20711 | 2024.12.21 01:28:43.224833 [ 190 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_141_28} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 20712 | 2024.12.21 01:28:43.224955 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.78 MiB. | ||
| 20713 | 2024.12.21 01:28:43.464044 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20714 | 2024.12.21 01:28:43.464216 [ 287 ] {0f67e7cc-f2ce-4854-b131-a684eb08ae60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 20715 | 2024.12.21 01:28:43.464287 [ 287 ] {0f67e7cc-f2ce-4854-b131-a684eb08ae60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 20716 | 2024.12.21 01:28:43.465008 [ 287 ] {0f67e7cc-f2ce-4854-b131-a684eb08ae60} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20717 | 2024.12.21 01:28:43.465054 [ 287 ] {0f67e7cc-f2ce-4854-b131-a684eb08ae60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20718 | 2024.12.21 01:28:43.465494 [ 287 ] {0f67e7cc-f2ce-4854-b131-a684eb08ae60} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 20719 | 2024.12.21 01:28:43.465750 [ 287 ] {0f67e7cc-f2ce-4854-b131-a684eb08ae60} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20720 | 2024.12.21 01:28:43.465991 [ 287 ] {0f67e7cc-f2ce-4854-b131-a684eb08ae60} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001821 sec., 7688.083470620539 rows/sec., 553.44 KiB/sec. | ||
| 20721 | 2024.12.21 01:28:43.466082 [ 287 ] {0f67e7cc-f2ce-4854-b131-a684eb08ae60} <Debug> TCPHandler: Processed in 0.002153057 sec. | ||
| 20722 | 2024.12.21 01:28:43.466348 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20723 | 2024.12.21 01:28:43.466536 [ 285 ] {db44b1ad-129b-4c39-ad4b-c4a3aec94c2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 20724 | 2024.12.21 01:28:43.466609 [ 285 ] {db44b1ad-129b-4c39-ad4b-c4a3aec94c2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 20725 | 2024.12.21 01:28:43.467308 [ 285 ] {db44b1ad-129b-4c39-ad4b-c4a3aec94c2d} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20726 | 2024.12.21 01:28:43.467354 [ 285 ] {db44b1ad-129b-4c39-ad4b-c4a3aec94c2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20727 | 2024.12.21 01:28:43.467774 [ 285 ] {db44b1ad-129b-4c39-ad4b-c4a3aec94c2d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 20728 | 2024.12.21 01:28:43.468045 [ 285 ] {db44b1ad-129b-4c39-ad4b-c4a3aec94c2d} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20729 | 2024.12.21 01:28:43.468285 [ 285 ] {db44b1ad-129b-4c39-ad4b-c4a3aec94c2d} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001796 sec., 6681.514476614699 rows/sec., 544.83 KiB/sec. | ||
| 20730 | 2024.12.21 01:28:43.468350 [ 285 ] {db44b1ad-129b-4c39-ad4b-c4a3aec94c2d} <Debug> TCPHandler: Processed in 0.002165927 sec. | ||
| 20731 | 2024.12.21 01:28:43.468505 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20732 | 2024.12.21 01:28:43.468647 [ 287 ] {07e961ec-9f96-473c-a09a-1e3ae0dcea52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20733 | 2024.12.21 01:28:43.468707 [ 287 ] {07e961ec-9f96-473c-a09a-1e3ae0dcea52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20734 | 2024.12.21 01:28:43.469940 [ 287 ] {07e961ec-9f96-473c-a09a-1e3ae0dcea52} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20735 | 2024.12.21 01:28:43.469980 [ 287 ] {07e961ec-9f96-473c-a09a-1e3ae0dcea52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20736 | 2024.12.21 01:28:43.470485 [ 287 ] {07e961ec-9f96-473c-a09a-1e3ae0dcea52} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 20737 | 2024.12.21 01:28:43.470734 [ 287 ] {07e961ec-9f96-473c-a09a-1e3ae0dcea52} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20738 | 2024.12.21 01:28:43.470964 [ 287 ] {07e961ec-9f96-473c-a09a-1e3ae0dcea52} <Debug> executeQuery: Read 1365 rows, 116.09 KiB in 0.002348 sec., 581345.8262350938 rows/sec., 48.28 MiB/sec. | ||
| 20739 | 2024.12.21 01:28:43.471025 [ 287 ] {07e961ec-9f96-473c-a09a-1e3ae0dcea52} <Debug> TCPHandler: Processed in 0.002590383 sec. | ||
| 20740 | 2024.12.21 01:28:43.471160 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20741 | 2024.12.21 01:28:43.471283 [ 285 ] {2da90194-741c-46cb-ba34-4fcbc2934911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20742 | 2024.12.21 01:28:43.471335 [ 285 ] {2da90194-741c-46cb-ba34-4fcbc2934911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20743 | 2024.12.21 01:28:43.471952 [ 285 ] {2da90194-741c-46cb-ba34-4fcbc2934911} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20744 | 2024.12.21 01:28:43.471993 [ 285 ] {2da90194-741c-46cb-ba34-4fcbc2934911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20745 | 2024.12.21 01:28:43.472384 [ 285 ] {2da90194-741c-46cb-ba34-4fcbc2934911} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 20746 | 2024.12.21 01:28:43.472642 [ 285 ] {2da90194-741c-46cb-ba34-4fcbc2934911} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20747 | 2024.12.21 01:28:43.472843 [ 285 ] {2da90194-741c-46cb-ba34-4fcbc2934911} <Debug> executeQuery: Read 27 rows, 1.90 KiB in 0.001588 sec., 17002.518891687658 rows/sec., 1.17 MiB/sec. | ||
| 20748 | 2024.12.21 01:28:43.472905 [ 285 ] {2da90194-741c-46cb-ba34-4fcbc2934911} <Debug> TCPHandler: Processed in 0.001802241 sec. | ||
| 20749 | 2024.12.21 01:28:43.473038 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20750 | 2024.12.21 01:28:43.473156 [ 287 ] {28a747cf-2699-47b6-ae3b-6908afead753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20751 | 2024.12.21 01:28:43.473205 [ 287 ] {28a747cf-2699-47b6-ae3b-6908afead753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20752 | 2024.12.21 01:28:43.473862 [ 287 ] {28a747cf-2699-47b6-ae3b-6908afead753} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20753 | 2024.12.21 01:28:43.473903 [ 287 ] {28a747cf-2699-47b6-ae3b-6908afead753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20754 | 2024.12.21 01:28:43.474283 [ 287 ] {28a747cf-2699-47b6-ae3b-6908afead753} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 20755 | 2024.12.21 01:28:43.474524 [ 287 ] {28a747cf-2699-47b6-ae3b-6908afead753} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20756 | 2024.12.21 01:28:43.474739 [ 287 ] {28a747cf-2699-47b6-ae3b-6908afead753} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001607 sec., 150591.16365899192 rows/sec., 10.20 MiB/sec. | ||
| 20757 | 2024.12.21 01:28:43.474795 [ 287 ] {28a747cf-2699-47b6-ae3b-6908afead753} <Debug> TCPHandler: Processed in 0.001812931 sec. | ||
| 20758 | 2024.12.21 01:28:43.474923 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20759 | 2024.12.21 01:28:43.475041 [ 285 ] {eaa7b2af-ca8a-46fd-a3e9-0ff007469bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20760 | 2024.12.21 01:28:43.475090 [ 285 ] {eaa7b2af-ca8a-46fd-a3e9-0ff007469bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20761 | 2024.12.21 01:28:43.475686 [ 285 ] {eaa7b2af-ca8a-46fd-a3e9-0ff007469bf3} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20762 | 2024.12.21 01:28:43.475727 [ 285 ] {eaa7b2af-ca8a-46fd-a3e9-0ff007469bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20763 | 2024.12.21 01:28:43.476126 [ 285 ] {eaa7b2af-ca8a-46fd-a3e9-0ff007469bf3} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 20764 | 2024.12.21 01:28:43.476383 [ 285 ] {eaa7b2af-ca8a-46fd-a3e9-0ff007469bf3} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20765 | 2024.12.21 01:28:43.476616 [ 285 ] {eaa7b2af-ca8a-46fd-a3e9-0ff007469bf3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001599 sec., 8130.081300813008 rows/sec., 506.91 KiB/sec. | ||
| 20766 | 2024.12.21 01:28:43.476673 [ 285 ] {eaa7b2af-ca8a-46fd-a3e9-0ff007469bf3} <Debug> TCPHandler: Processed in 0.00180488 sec. | ||
| 20767 | 2024.12.21 01:28:43.476818 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20768 | 2024.12.21 01:28:43.476956 [ 287 ] {50316ba1-0180-4ab0-95be-bd14ce537eca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20769 | 2024.12.21 01:28:43.477012 [ 287 ] {50316ba1-0180-4ab0-95be-bd14ce537eca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20770 | 2024.12.21 01:28:43.477979 [ 287 ] {50316ba1-0180-4ab0-95be-bd14ce537eca} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20771 | 2024.12.21 01:28:43.478018 [ 287 ] {50316ba1-0180-4ab0-95be-bd14ce537eca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20772 | 2024.12.21 01:28:43.478538 [ 287 ] {50316ba1-0180-4ab0-95be-bd14ce537eca} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 20773 | 2024.12.21 01:28:43.478826 [ 287 ] {50316ba1-0180-4ab0-95be-bd14ce537eca} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20774 | 2024.12.21 01:28:43.479043 [ 287 ] {50316ba1-0180-4ab0-95be-bd14ce537eca} <Debug> executeQuery: Read 858 rows, 63.59 KiB in 0.002116 sec., 405482.0415879017 rows/sec., 29.35 MiB/sec. | ||
| 20775 | 2024.12.21 01:28:43.479101 [ 287 ] {50316ba1-0180-4ab0-95be-bd14ce537eca} <Debug> TCPHandler: Processed in 0.002350379 sec. | ||
| 20776 | 2024.12.21 01:28:43.479247 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20777 | 2024.12.21 01:28:43.479389 [ 285 ] {b5ff6b9d-8983-40db-8ff3-66430fce23f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20778 | 2024.12.21 01:28:43.479449 [ 285 ] {b5ff6b9d-8983-40db-8ff3-66430fce23f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20779 | 2024.12.21 01:28:43.479978 [ 285 ] {b5ff6b9d-8983-40db-8ff3-66430fce23f4} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20780 | 2024.12.21 01:28:43.480017 [ 285 ] {b5ff6b9d-8983-40db-8ff3-66430fce23f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20781 | 2024.12.21 01:28:43.480394 [ 285 ] {b5ff6b9d-8983-40db-8ff3-66430fce23f4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 20782 | 2024.12.21 01:28:43.480640 [ 285 ] {b5ff6b9d-8983-40db-8ff3-66430fce23f4} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20783 | 2024.12.21 01:28:43.480853 [ 285 ] {b5ff6b9d-8983-40db-8ff3-66430fce23f4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001495 sec., 4013.3779264214045 rows/sec., 209.68 KiB/sec. | ||
| 20784 | 2024.12.21 01:28:43.480906 [ 285 ] {b5ff6b9d-8983-40db-8ff3-66430fce23f4} <Debug> TCPHandler: Processed in 0.001726659 sec. | ||
| 20785 | 2024.12.21 01:28:43.481053 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20786 | 2024.12.21 01:28:43.481193 [ 287 ] {e1d983e4-56bf-4e3b-9f65-046b2775eb20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20787 | 2024.12.21 01:28:43.481256 [ 287 ] {e1d983e4-56bf-4e3b-9f65-046b2775eb20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20788 | 2024.12.21 01:28:43.482072 [ 287 ] {e1d983e4-56bf-4e3b-9f65-046b2775eb20} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20789 | 2024.12.21 01:28:43.482111 [ 287 ] {e1d983e4-56bf-4e3b-9f65-046b2775eb20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20790 | 2024.12.21 01:28:43.482569 [ 287 ] {e1d983e4-56bf-4e3b-9f65-046b2775eb20} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 20791 | 2024.12.21 01:28:43.482815 [ 287 ] {e1d983e4-56bf-4e3b-9f65-046b2775eb20} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20792 | 2024.12.21 01:28:43.483036 [ 287 ] {e1d983e4-56bf-4e3b-9f65-046b2775eb20} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.001874 sec., 512806.8303094984 rows/sec., 34.08 MiB/sec. | ||
| 20793 | 2024.12.21 01:28:43.483092 [ 287 ] {e1d983e4-56bf-4e3b-9f65-046b2775eb20} <Debug> TCPHandler: Processed in 0.002106085 sec. | ||
| 20794 | 2024.12.21 01:28:43.483235 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20795 | 2024.12.21 01:28:43.483375 [ 285 ] {a34043d3-50c3-4e05-8ae6-5cde63f57a82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20796 | 2024.12.21 01:28:43.483436 [ 285 ] {a34043d3-50c3-4e05-8ae6-5cde63f57a82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20797 | 2024.12.21 01:28:43.483951 [ 285 ] {a34043d3-50c3-4e05-8ae6-5cde63f57a82} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20798 | 2024.12.21 01:28:43.483990 [ 285 ] {a34043d3-50c3-4e05-8ae6-5cde63f57a82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20799 | 2024.12.21 01:28:43.484365 [ 285 ] {a34043d3-50c3-4e05-8ae6-5cde63f57a82} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 20800 | 2024.12.21 01:28:43.484619 [ 285 ] {a34043d3-50c3-4e05-8ae6-5cde63f57a82} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20801 | 2024.12.21 01:28:43.484822 [ 85 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Selected 6 parts from all_1_68_15 to all_73_73_0 | ||
| 20802 | 2024.12.21 01:28:43.484873 [ 285 ] {a34043d3-50c3-4e05-8ae6-5cde63f57a82} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001529 sec., 654.0222367560497 rows/sec., 44.07 KiB/sec. | ||
| 20803 | 2024.12.21 01:28:43.484953 [ 85 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20804 | 2024.12.21 01:28:43.484998 [ 285 ] {a34043d3-50c3-4e05-8ae6-5cde63f57a82} <Debug> TCPHandler: Processed in 0.001825601 sec. | ||
| 20805 | 2024.12.21 01:28:43.485034 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20806 | 2024.12.21 01:28:43.485197 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20807 | 2024.12.21 01:28:43.485269 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_73_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_68_15 to all_73_73_0 into Compact with storage Full | ||
| 20808 | 2024.12.21 01:28:43.485372 [ 287 ] {5afa3e91-0f9d-4516-ade0-5921d020fda3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20809 | 2024.12.21 01:28:43.485493 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_73_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20810 | 2024.12.21 01:28:43.485523 [ 287 ] {5afa3e91-0f9d-4516-ade0-5921d020fda3} <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 | ||
| 20811 | 2024.12.21 01:28:43.485547 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_73_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_68_15, total 68 rows starting from the beginning of the part | ||
| 20812 | 2024.12.21 01:28:43.485779 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_73_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1 rows starting from the beginning of the part | ||
| 20813 | 2024.12.21 01:28:43.486084 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_73_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1 rows starting from the beginning of the part | ||
| 20814 | 2024.12.21 01:28:43.486439 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_73_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1 rows starting from the beginning of the part | ||
| 20815 | 2024.12.21 01:28:43.486745 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_73_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1 rows starting from the beginning of the part | ||
| 20816 | 2024.12.21 01:28:43.487056 [ 194 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_73_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1 rows starting from the beginning of the part | ||
| 20817 | 2024.12.21 01:28:43.489333 [ 192 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_73_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 73 rows, containing 4 columns (4 merged, 0 gathered) in 0.00414342 sec., 17618.29599702661 rows/sec., 1.16 MiB/sec. | ||
| 20818 | 2024.12.21 01:28:43.489571 [ 287 ] {5afa3e91-0f9d-4516-ade0-5921d020fda3} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20819 | 2024.12.21 01:28:43.489616 [ 192 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_73_16} <Trace> MergedBlockOutputStream: filled checksums all_1_73_16 (state Temporary) | ||
| 20820 | 2024.12.21 01:28:43.489623 [ 287 ] {5afa3e91-0f9d-4516-ade0-5921d020fda3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20821 | 2024.12.21 01:28:43.490246 [ 192 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_73_16} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_merge_all_1_73_16 to all_1_73_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20822 | 2024.12.21 01:28:43.490419 [ 192 ] {44b72277-c61a-4f98-83db-afc649f03ebb::all_1_73_16} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb) (MergerMutator): Merged 6 parts: [all_1_68_15, all_73_73_0] -> all_1_73_16 | ||
| 20823 | 2024.12.21 01:28:43.490611 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 20824 | 2024.12.21 01:28:43.490872 [ 287 ] {5afa3e91-0f9d-4516-ade0-5921d020fda3} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 20825 | 2024.12.21 01:28:43.491136 [ 287 ] {5afa3e91-0f9d-4516-ade0-5921d020fda3} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20826 | 2024.12.21 01:28:43.491386 [ 287 ] {5afa3e91-0f9d-4516-ade0-5921d020fda3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006058 sec., 1320.5678441729945 rows/sec., 2.37 MiB/sec. | ||
| 20827 | 2024.12.21 01:28:43.491507 [ 287 ] {5afa3e91-0f9d-4516-ade0-5921d020fda3} <Debug> TCPHandler: Processed in 0.006415868 sec. | ||
| 20828 | 2024.12.21 01:28:43.491645 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20829 | 2024.12.21 01:28:43.491786 [ 285 ] {3c39baaf-8727-438b-b718-e08f9bc58adb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20830 | 2024.12.21 01:28:43.491847 [ 285 ] {3c39baaf-8727-438b-b718-e08f9bc58adb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20831 | 2024.12.21 01:28:43.492424 [ 285 ] {3c39baaf-8727-438b-b718-e08f9bc58adb} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20832 | 2024.12.21 01:28:43.492472 [ 285 ] {3c39baaf-8727-438b-b718-e08f9bc58adb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20833 | 2024.12.21 01:28:43.492910 [ 285 ] {3c39baaf-8727-438b-b718-e08f9bc58adb} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 20834 | 2024.12.21 01:28:43.493163 [ 285 ] {3c39baaf-8727-438b-b718-e08f9bc58adb} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20835 | 2024.12.21 01:28:43.493397 [ 285 ] {3c39baaf-8727-438b-b718-e08f9bc58adb} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00164 sec., 20731.70731707317 rows/sec., 1.20 MiB/sec. | ||
| 20836 | 2024.12.21 01:28:43.493454 [ 285 ] {3c39baaf-8727-438b-b718-e08f9bc58adb} <Debug> TCPHandler: Processed in 0.001864462 sec. | ||
| 20837 | 2024.12.21 01:28:43.493478 [ 223 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20838 | 2024.12.21 01:28:43.493516 [ 223 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20839 | 2024.12.21 01:28:43.495543 [ 223 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20840 | 2024.12.21 01:28:43.860563 [ 218 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20841 | 2024.12.21 01:28:43.860634 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20842 | 2024.12.21 01:28:43.862994 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20843 | 2024.12.21 01:28:44.000212 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 278.01 MiB, peak 297.49 MiB, free memory in arenas 0.00 B, will set to 276.62 MiB (RSS), difference: -1.40 MiB | ||
| 20844 | 2024.12.21 01:28:44.105241 [ 219 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20845 | 2024.12.21 01:28:44.105318 [ 219 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20846 | 2024.12.21 01:28:44.107310 [ 219 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20847 | 2024.12.21 01:28:44.408735 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 2908 | ||
| 20848 | 2024.12.21 01:28:44.412692 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20849 | 2024.12.21 01:28:44.412738 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20850 | 2024.12.21 01:28:44.414276 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 20851 | 2024.12.21 01:28:44.414595 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20852 | 2024.12.21 01:28:44.416114 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2908 | ||
| 20853 | 2024.12.21 01:28:44.601213 [ 225 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20854 | 2024.12.21 01:28:44.601294 [ 225 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20855 | 2024.12.21 01:28:44.603307 [ 225 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20856 | 2024.12.21 01:28:44.790556 [ 220 ] {} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 20857 | 2024.12.21 01:28:44.790612 [ 220 ] {} <Debug> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 20858 | 2024.12.21 01:28:44.792479 [ 220 ] {} <Debug> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 20859 | 2024.12.21 01:28:46.581187 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 45384 | ||
| 20860 | 2024.12.21 01:28:46.581819 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20861 | 2024.12.21 01:28:46.581862 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20862 | 2024.12.21 01:28:46.582403 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 20863 | 2024.12.21 01:28:46.582682 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20864 | 2024.12.21 01:28:46.582970 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45384 | ||
| 20865 | 2024.12.21 01:28:48.179479 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20866 | 2024.12.21 01:28:48.179715 [ 287 ] {f49607ac-9c97-4269-87f8-38f2c4ac6b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20867 | 2024.12.21 01:28:48.179800 [ 287 ] {f49607ac-9c97-4269-87f8-38f2c4ac6b37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20868 | 2024.12.21 01:28:48.180609 [ 287 ] {f49607ac-9c97-4269-87f8-38f2c4ac6b37} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20869 | 2024.12.21 01:28:48.180663 [ 287 ] {f49607ac-9c97-4269-87f8-38f2c4ac6b37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20870 | 2024.12.21 01:28:48.181112 [ 287 ] {f49607ac-9c97-4269-87f8-38f2c4ac6b37} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 20871 | 2024.12.21 01:28:48.181379 [ 287 ] {f49607ac-9c97-4269-87f8-38f2c4ac6b37} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20872 | 2024.12.21 01:28:48.181650 [ 287 ] {f49607ac-9c97-4269-87f8-38f2c4ac6b37} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001996 sec., 28056.112224448898 rows/sec., 2.14 MiB/sec. | ||
| 20873 | 2024.12.21 01:28:48.181723 [ 287 ] {f49607ac-9c97-4269-87f8-38f2c4ac6b37} <Debug> TCPHandler: Processed in 0.00239181 sec. | ||
| 20874 | 2024.12.21 01:28:48.182057 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20875 | 2024.12.21 01:28:48.182361 [ 285 ] {93f89646-9a06-48bd-803d-e7578cda5251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20876 | 2024.12.21 01:28:48.182481 [ 285 ] {93f89646-9a06-48bd-803d-e7578cda5251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20877 | 2024.12.21 01:28:48.183408 [ 285 ] {93f89646-9a06-48bd-803d-e7578cda5251} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20878 | 2024.12.21 01:28:48.183451 [ 285 ] {93f89646-9a06-48bd-803d-e7578cda5251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20879 | 2024.12.21 01:28:48.183905 [ 285 ] {93f89646-9a06-48bd-803d-e7578cda5251} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 20880 | 2024.12.21 01:28:48.184158 [ 285 ] {93f89646-9a06-48bd-803d-e7578cda5251} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20881 | 2024.12.21 01:28:48.184365 [ 285 ] {93f89646-9a06-48bd-803d-e7578cda5251} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00209 sec., 30622.00956937799 rows/sec., 2.39 MiB/sec. | ||
| 20882 | 2024.12.21 01:28:48.184450 [ 285 ] {93f89646-9a06-48bd-803d-e7578cda5251} <Debug> TCPHandler: Processed in 0.002578723 sec. | ||
| 20883 | 2024.12.21 01:28:48.184660 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20884 | 2024.12.21 01:28:48.184930 [ 287 ] {a30b29b8-ccf7-40ba-90b5-62e14d003abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20885 | 2024.12.21 01:28:48.184991 [ 287 ] {a30b29b8-ccf7-40ba-90b5-62e14d003abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20886 | 2024.12.21 01:28:48.185597 [ 287 ] {a30b29b8-ccf7-40ba-90b5-62e14d003abb} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20887 | 2024.12.21 01:28:48.185639 [ 287 ] {a30b29b8-ccf7-40ba-90b5-62e14d003abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20888 | 2024.12.21 01:28:48.186062 [ 287 ] {a30b29b8-ccf7-40ba-90b5-62e14d003abb} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 20889 | 2024.12.21 01:28:48.186307 [ 287 ] {a30b29b8-ccf7-40ba-90b5-62e14d003abb} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20890 | 2024.12.21 01:28:48.186555 [ 287 ] {a30b29b8-ccf7-40ba-90b5-62e14d003abb} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001704 sec., 75117.37089201878 rows/sec., 5.23 MiB/sec. | ||
| 20891 | 2024.12.21 01:28:48.186640 [ 287 ] {a30b29b8-ccf7-40ba-90b5-62e14d003abb} <Debug> TCPHandler: Processed in 0.002085705 sec. | ||
| 20892 | 2024.12.21 01:28:48.186825 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20893 | 2024.12.21 01:28:48.187142 [ 285 ] {eb517c42-b973-47ef-aa47-5485c36f08a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20894 | 2024.12.21 01:28:48.187302 [ 285 ] {eb517c42-b973-47ef-aa47-5485c36f08a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20895 | 2024.12.21 01:28:48.187959 [ 285 ] {eb517c42-b973-47ef-aa47-5485c36f08a6} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20896 | 2024.12.21 01:28:48.187998 [ 285 ] {eb517c42-b973-47ef-aa47-5485c36f08a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20897 | 2024.12.21 01:28:48.188393 [ 285 ] {eb517c42-b973-47ef-aa47-5485c36f08a6} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 20898 | 2024.12.21 01:28:48.188637 [ 285 ] {eb517c42-b973-47ef-aa47-5485c36f08a6} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20899 | 2024.12.21 01:28:48.188815 [ 285 ] {eb517c42-b973-47ef-aa47-5485c36f08a6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001786 sec., 26875.699888017916 rows/sec., 1.81 MiB/sec. | ||
| 20900 | 2024.12.21 01:28:48.188868 [ 285 ] {eb517c42-b973-47ef-aa47-5485c36f08a6} <Debug> TCPHandler: Processed in 0.002129455 sec. | ||
| 20901 | 2024.12.21 01:28:49.909312 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 747 | ||
| 20902 | 2024.12.21 01:28:49.933566 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20903 | 2024.12.21 01:28:49.933635 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20904 | 2024.12.21 01:28:49.941341 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 20905 | 2024.12.21 01:28:49.942206 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20906 | 2024.12.21 01:28:49.945393 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 747 | ||
| 20907 | 2024.12.21 01:28:53.183743 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20908 | 2024.12.21 01:28:53.183971 [ 287 ] {60bd4804-e6d7-484a-a591-dad320a61f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20909 | 2024.12.21 01:28:53.184048 [ 287 ] {60bd4804-e6d7-484a-a591-dad320a61f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20910 | 2024.12.21 01:28:53.184887 [ 287 ] {60bd4804-e6d7-484a-a591-dad320a61f3b} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20911 | 2024.12.21 01:28:53.184935 [ 287 ] {60bd4804-e6d7-484a-a591-dad320a61f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20912 | 2024.12.21 01:28:53.185392 [ 287 ] {60bd4804-e6d7-484a-a591-dad320a61f3b} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 20913 | 2024.12.21 01:28:53.185644 [ 287 ] {60bd4804-e6d7-484a-a591-dad320a61f3b} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20914 | 2024.12.21 01:28:53.185885 [ 287 ] {60bd4804-e6d7-484a-a591-dad320a61f3b} <Debug> executeQuery: Read 166 rows, 14.72 KiB in 0.00197 sec., 84263.95939086295 rows/sec., 7.30 MiB/sec. | ||
| 20915 | 2024.12.21 01:28:53.185955 [ 287 ] {60bd4804-e6d7-484a-a591-dad320a61f3b} <Debug> TCPHandler: Processed in 0.0023604 sec. | ||
| 20916 | 2024.12.21 01:28:53.186193 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20917 | 2024.12.21 01:28:53.186385 [ 285 ] {673484b5-9f45-4b39-a000-7447c3b25966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20918 | 2024.12.21 01:28:53.186458 [ 285 ] {673484b5-9f45-4b39-a000-7447c3b25966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20919 | 2024.12.21 01:28:53.187214 [ 285 ] {673484b5-9f45-4b39-a000-7447c3b25966} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20920 | 2024.12.21 01:28:53.187254 [ 285 ] {673484b5-9f45-4b39-a000-7447c3b25966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20921 | 2024.12.21 01:28:53.187694 [ 285 ] {673484b5-9f45-4b39-a000-7447c3b25966} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 20922 | 2024.12.21 01:28:53.187962 [ 285 ] {673484b5-9f45-4b39-a000-7447c3b25966} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20923 | 2024.12.21 01:28:53.188176 [ 285 ] {673484b5-9f45-4b39-a000-7447c3b25966} <Debug> executeQuery: Read 55 rows, 4.14 KiB in 0.001835 sec., 29972.75204359673 rows/sec., 2.20 MiB/sec. | ||
| 20924 | 2024.12.21 01:28:53.188276 [ 285 ] {673484b5-9f45-4b39-a000-7447c3b25966} <Debug> TCPHandler: Processed in 0.002207047 sec. | ||
| 20925 | 2024.12.21 01:28:53.188461 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20926 | 2024.12.21 01:28:53.188633 [ 287 ] {194a87dc-3371-47a9-a78c-1e6043843441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20927 | 2024.12.21 01:28:53.188694 [ 287 ] {194a87dc-3371-47a9-a78c-1e6043843441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20928 | 2024.12.21 01:28:53.189384 [ 287 ] {194a87dc-3371-47a9-a78c-1e6043843441} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20929 | 2024.12.21 01:28:53.189426 [ 287 ] {194a87dc-3371-47a9-a78c-1e6043843441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20930 | 2024.12.21 01:28:53.189812 [ 287 ] {194a87dc-3371-47a9-a78c-1e6043843441} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 20931 | 2024.12.21 01:28:53.190053 [ 287 ] {194a87dc-3371-47a9-a78c-1e6043843441} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20932 | 2024.12.21 01:28:53.190301 [ 287 ] {194a87dc-3371-47a9-a78c-1e6043843441} <Debug> executeQuery: Read 119 rows, 9.52 KiB in 0.001693 sec., 70289.4270525694 rows/sec., 5.49 MiB/sec. | ||
| 20933 | 2024.12.21 01:28:53.190398 [ 287 ] {194a87dc-3371-47a9-a78c-1e6043843441} <Debug> TCPHandler: Processed in 0.002019764 sec. | ||
| 20934 | 2024.12.21 01:28:53.190602 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20935 | 2024.12.21 01:28:53.190895 [ 285 ] {1dec8556-488b-4fb4-b9f3-e85bd9cb248f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20936 | 2024.12.21 01:28:53.190959 [ 285 ] {1dec8556-488b-4fb4-b9f3-e85bd9cb248f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20937 | 2024.12.21 01:28:53.191575 [ 285 ] {1dec8556-488b-4fb4-b9f3-e85bd9cb248f} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20938 | 2024.12.21 01:28:53.191613 [ 285 ] {1dec8556-488b-4fb4-b9f3-e85bd9cb248f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20939 | 2024.12.21 01:28:53.192022 [ 285 ] {1dec8556-488b-4fb4-b9f3-e85bd9cb248f} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 20940 | 2024.12.21 01:28:53.192266 [ 285 ] {1dec8556-488b-4fb4-b9f3-e85bd9cb248f} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20941 | 2024.12.21 01:28:53.192451 [ 285 ] {1dec8556-488b-4fb4-b9f3-e85bd9cb248f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001645 sec., 97264.4376899696 rows/sec., 6.77 MiB/sec. | ||
| 20942 | 2024.12.21 01:28:53.192504 [ 285 ] {1dec8556-488b-4fb4-b9f3-e85bd9cb248f} <Debug> TCPHandler: Processed in 0.002010853 sec. | ||
| 20943 | 2024.12.21 01:28:53.192677 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20944 | 2024.12.21 01:28:53.192818 [ 287 ] {64a37ba3-e19c-4ac9-bf68-471e3c5a8fd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20945 | 2024.12.21 01:28:53.192914 [ 287 ] {64a37ba3-e19c-4ac9-bf68-471e3c5a8fd0} <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 | ||
| 20946 | 2024.12.21 01:28:53.194271 [ 287 ] {64a37ba3-e19c-4ac9-bf68-471e3c5a8fd0} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20947 | 2024.12.21 01:28:53.194312 [ 287 ] {64a37ba3-e19c-4ac9-bf68-471e3c5a8fd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20948 | 2024.12.21 01:28:53.195044 [ 287 ] {64a37ba3-e19c-4ac9-bf68-471e3c5a8fd0} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 20949 | 2024.12.21 01:28:53.195305 [ 287 ] {64a37ba3-e19c-4ac9-bf68-471e3c5a8fd0} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20950 | 2024.12.21 01:28:53.195556 [ 287 ] {64a37ba3-e19c-4ac9-bf68-471e3c5a8fd0} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.002768 sec., 19869.942196531792 rows/sec., 35.61 MiB/sec. | ||
| 20951 | 2024.12.21 01:28:53.195671 [ 287 ] {64a37ba3-e19c-4ac9-bf68-471e3c5a8fd0} <Debug> TCPHandler: Processed in 0.003062392 sec. | ||
| 20952 | 2024.12.21 01:28:53.195844 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20953 | 2024.12.21 01:28:53.195985 [ 285 ] {2d88553c-bea9-4f64-8fa8-48a53fe5ac19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20954 | 2024.12.21 01:28:53.196045 [ 285 ] {2d88553c-bea9-4f64-8fa8-48a53fe5ac19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20955 | 2024.12.21 01:28:53.196630 [ 285 ] {2d88553c-bea9-4f64-8fa8-48a53fe5ac19} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20956 | 2024.12.21 01:28:53.196673 [ 285 ] {2d88553c-bea9-4f64-8fa8-48a53fe5ac19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20957 | 2024.12.21 01:28:53.197099 [ 285 ] {2d88553c-bea9-4f64-8fa8-48a53fe5ac19} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 20958 | 2024.12.21 01:28:53.197336 [ 285 ] {2d88553c-bea9-4f64-8fa8-48a53fe5ac19} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20959 | 2024.12.21 01:28:53.197531 [ 285 ] {2d88553c-bea9-4f64-8fa8-48a53fe5ac19} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001572 sec., 38167.93893129771 rows/sec., 2.57 MiB/sec. | ||
| 20960 | 2024.12.21 01:28:53.197591 [ 285 ] {2d88553c-bea9-4f64-8fa8-48a53fe5ac19} <Debug> TCPHandler: Processed in 0.001809721 sec. | ||
| 20961 | 2024.12.21 01:28:53.738947 [ 219 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 20962 | 2024.12.21 01:28:53.739002 [ 219 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 20963 | 2024.12.21 01:28:53.740843 [ 219 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 20964 | 2024.12.21 01:28:53.830598 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 20965 | 2024.12.21 01:28:53.830628 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 20966 | 2024.12.21 01:28:54.083090 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 45872 | ||
| 20967 | 2024.12.21 01:28:54.083743 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20968 | 2024.12.21 01:28:54.083790 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20969 | 2024.12.21 01:28:54.084336 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 20970 | 2024.12.21 01:28:54.084600 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20971 | 2024.12.21 01:28:54.084851 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45872 | ||
| 20972 | 2024.12.21 01:28:54.416414 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2928 | ||
| 20973 | 2024.12.21 01:28:54.419535 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20974 | 2024.12.21 01:28:54.419581 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20975 | 2024.12.21 01:28:54.421078 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 20976 | 2024.12.21 01:28:54.421394 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20977 | 2024.12.21 01:28:54.421732 [ 223 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 20978 | 2024.12.21 01:28:54.421829 [ 223 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 20979 | 2024.12.21 01:28:54.422496 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2928 | ||
| 20980 | 2024.12.21 01:28:54.424183 [ 223 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 20981 | 2024.12.21 01:28:55.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.63 MiB, peak 297.49 MiB, free memory in arenas 0.00 B, will set to 276.62 MiB (RSS), difference: 3.99 MiB | ||
| 20982 | 2024.12.21 01:28:55.526249 [ 218 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 20983 | 2024.12.21 01:28:55.526310 [ 218 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 20984 | 2024.12.21 01:28:55.528207 [ 218 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 20985 | 2024.12.21 01:28:55.919542 [ 221 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Found 5 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 20986 | 2024.12.21 01:28:55.919627 [ 221 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Removing 5 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 20987 | 2024.12.21 01:28:55.921378 [ 221 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Removing 5 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 20988 | 2024.12.21 01:28:56.000155 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.62 MiB, peak 297.49 MiB, free memory in arenas 0.00 B, will set to 276.62 MiB (RSS), difference: 4.00 MiB | ||
| 20989 | 2024.12.21 01:28:56.225162 [ 224 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Found 5 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 20990 | 2024.12.21 01:28:56.225249 [ 224 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Removing 5 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 20991 | 2024.12.21 01:28:56.227390 [ 224 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Removing 5 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 20992 | 2024.12.21 01:28:57.445462 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 754 | ||
| 20993 | 2024.12.21 01:28:57.469541 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20994 | 2024.12.21 01:28:57.469605 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 20995 | 2024.12.21 01:28:57.477391 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 20996 | 2024.12.21 01:28:57.478252 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20997 | 2024.12.21 01:28:57.481453 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 754 | ||
| 20998 | 2024.12.21 01:28:58.185447 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20999 | 2024.12.21 01:28:58.185671 [ 287 ] {b69a13d2-cd5d-465b-8efc-30ec7c2b2b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 21000 | 2024.12.21 01:28:58.185752 [ 287 ] {b69a13d2-cd5d-465b-8efc-30ec7c2b2b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 21001 | 2024.12.21 01:28:58.186560 [ 287 ] {b69a13d2-cd5d-465b-8efc-30ec7c2b2b83} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21002 | 2024.12.21 01:28:58.186602 [ 287 ] {b69a13d2-cd5d-465b-8efc-30ec7c2b2b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21003 | 2024.12.21 01:28:58.187042 [ 287 ] {b69a13d2-cd5d-465b-8efc-30ec7c2b2b83} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 21004 | 2024.12.21 01:28:58.187300 [ 287 ] {b69a13d2-cd5d-465b-8efc-30ec7c2b2b83} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21005 | 2024.12.21 01:28:58.187466 [ 66 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0 | ||
| 21006 | 2024.12.21 01:28:58.187513 [ 66 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21007 | 2024.12.21 01:28:58.187518 [ 287 ] {b69a13d2-cd5d-465b-8efc-30ec7c2b2b83} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001908 sec., 7337.526205450734 rows/sec., 528.20 KiB/sec. | ||
| 21008 | 2024.12.21 01:28:58.187541 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21009 | 2024.12.21 01:28:58.187625 [ 287 ] {b69a13d2-cd5d-465b-8efc-30ec7c2b2b83} <Debug> TCPHandler: Processed in 0.002317599 sec. | ||
| 21010 | 2024.12.21 01:28:58.187763 [ 225 ] {} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21011 | 2024.12.21 01:28:58.187837 [ 194 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_73_18} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full | ||
| 21012 | 2024.12.21 01:28:58.187865 [ 225 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21013 | 2024.12.21 01:28:58.188081 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21014 | 2024.12.21 01:28:58.188191 [ 194 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_73_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21015 | 2024.12.21 01:28:58.188289 [ 194 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 14 rows starting from the beginning of the part | ||
| 21016 | 2024.12.21 01:28:58.188518 [ 285 ] {4c6c8db1-8f6c-4b02-9b04-f620b70be2a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21017 | 2024.12.21 01:28:58.188719 [ 285 ] {4c6c8db1-8f6c-4b02-9b04-f620b70be2a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21018 | 2024.12.21 01:28:58.189157 [ 194 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 14 rows starting from the beginning of the part | ||
| 21019 | 2024.12.21 01:28:58.189933 [ 194 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 14 rows starting from the beginning of the part | ||
| 21020 | 2024.12.21 01:28:58.190859 [ 194 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 14 rows starting from the beginning of the part | ||
| 21021 | 2024.12.21 01:28:58.191565 [ 194 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 14 rows starting from the beginning of the part | ||
| 21022 | 2024.12.21 01:28:58.192704 [ 285 ] {4c6c8db1-8f6c-4b02-9b04-f620b70be2a2} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21023 | 2024.12.21 01:28:58.192769 [ 225 ] {} <Debug> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21024 | 2024.12.21 01:28:58.192810 [ 285 ] {4c6c8db1-8f6c-4b02-9b04-f620b70be2a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21025 | 2024.12.21 01:28:58.194730 [ 285 ] {4c6c8db1-8f6c-4b02-9b04-f620b70be2a2} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 21026 | 2024.12.21 01:28:58.195422 [ 285 ] {4c6c8db1-8f6c-4b02-9b04-f620b70be2a2} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21027 | 2024.12.21 01:28:58.195575 [ 192 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_73_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.007946944 sec., 8808.417424358346 rows/sec., 668.50 KiB/sec. | ||
| 21028 | 2024.12.21 01:28:58.195718 [ 66 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 21029 | 2024.12.21 01:28:58.195813 [ 66 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21030 | 2024.12.21 01:28:58.195893 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21031 | 2024.12.21 01:28:58.195933 [ 285 ] {4c6c8db1-8f6c-4b02-9b04-f620b70be2a2} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.00756 sec., 28968.25396825397 rows/sec., 2.52 MiB/sec. | ||
| 21032 | 2024.12.21 01:28:58.195982 [ 192 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_73_18} <Trace> MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary) | ||
| 21033 | 2024.12.21 01:28:58.196419 [ 285 ] {4c6c8db1-8f6c-4b02-9b04-f620b70be2a2} <Debug> TCPHandler: Processed in 0.008627295 sec. | ||
| 21034 | 2024.12.21 01:28:58.196440 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 21035 | 2024.12.21 01:28:58.196741 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21036 | 2024.12.21 01:28:58.196776 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21037 | 2024.12.21 01:28:58.196853 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 1485 rows starting from the beginning of the part | ||
| 21038 | 2024.12.21 01:28:58.197078 [ 192 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_73_18} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21039 | 2024.12.21 01:28:58.197310 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 166 rows starting from the beginning of the part | ||
| 21040 | 2024.12.21 01:28:58.197483 [ 192 ] {ab54b25e-9ae0-42a2-b2df-d74ed4e845de::all_1_73_18} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18 | ||
| 21041 | 2024.12.21 01:28:58.197507 [ 287 ] {f9976677-5811-477b-b09c-ca029547ecd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21042 | 2024.12.21 01:28:58.197661 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 1365 rows starting from the beginning of the part | ||
| 21043 | 2024.12.21 01:28:58.197788 [ 287 ] {f9976677-5811-477b-b09c-ca029547ecd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21044 | 2024.12.21 01:28:58.197956 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 21045 | 2024.12.21 01:28:58.198034 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 56 rows starting from the beginning of the part | ||
| 21046 | 2024.12.21 01:28:58.198421 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 166 rows starting from the beginning of the part | ||
| 21047 | 2024.12.21 01:28:58.198773 [ 191 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 219 rows starting from the beginning of the part | ||
| 21048 | 2024.12.21 01:28:58.200666 [ 287 ] {f9976677-5811-477b-b09c-ca029547ecd1} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21049 | 2024.12.21 01:28:58.200731 [ 287 ] {f9976677-5811-477b-b09c-ca029547ecd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21050 | 2024.12.21 01:28:58.201718 [ 287 ] {f9976677-5811-477b-b09c-ca029547ecd1} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 21051 | 2024.12.21 01:28:58.202014 [ 287 ] {f9976677-5811-477b-b09c-ca029547ecd1} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21052 | 2024.12.21 01:28:58.202549 [ 287 ] {f9976677-5811-477b-b09c-ca029547ecd1} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.005496 sec., 2729.2576419213974 rows/sec., 192.43 KiB/sec. | ||
| 21053 | 2024.12.21 01:28:58.202923 [ 287 ] {f9976677-5811-477b-b09c-ca029547ecd1} <Debug> TCPHandler: Processed in 0.006360937 sec. | ||
| 21054 | 2024.12.21 01:28:58.203030 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3457 rows, containing 5 columns (5 merged, 0 gathered) in 0.007008898 sec., 493230.1768409242 rows/sec., 43.21 MiB/sec. | ||
| 21055 | 2024.12.21 01:28:58.203260 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21056 | 2024.12.21 01:28:58.203468 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 21057 | 2024.12.21 01:28:58.203595 [ 285 ] {c99815d4-5ec4-47fc-bd3e-aa8ca47fd040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 21058 | 2024.12.21 01:28:58.203697 [ 285 ] {c99815d4-5ec4-47fc-bd3e-aa8ca47fd040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 21059 | 2024.12.21 01:28:58.204031 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_171_34} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21060 | 2024.12.21 01:28:58.204282 [ 196 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_171_34} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 21061 | 2024.12.21 01:28:58.204483 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 21062 | 2024.12.21 01:28:58.204850 [ 285 ] {c99815d4-5ec4-47fc-bd3e-aa8ca47fd040} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21063 | 2024.12.21 01:28:58.204896 [ 285 ] {c99815d4-5ec4-47fc-bd3e-aa8ca47fd040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21064 | 2024.12.21 01:28:58.205287 [ 285 ] {c99815d4-5ec4-47fc-bd3e-aa8ca47fd040} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 21065 | 2024.12.21 01:28:58.205529 [ 285 ] {c99815d4-5ec4-47fc-bd3e-aa8ca47fd040} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21066 | 2024.12.21 01:28:58.205747 [ 285 ] {c99815d4-5ec4-47fc-bd3e-aa8ca47fd040} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002268 sec., 6172.83950617284 rows/sec., 432.31 KiB/sec. | ||
| 21067 | 2024.12.21 01:28:58.205800 [ 285 ] {c99815d4-5ec4-47fc-bd3e-aa8ca47fd040} <Debug> TCPHandler: Processed in 0.002719555 sec. | ||
| 21068 | 2024.12.21 01:28:58.205959 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21069 | 2024.12.21 01:28:58.206102 [ 287 ] {9513ff29-13a4-47ec-a070-1791f3cee398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 21070 | 2024.12.21 01:28:58.206161 [ 287 ] {9513ff29-13a4-47ec-a070-1791f3cee398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 21071 | 2024.12.21 01:28:58.206859 [ 287 ] {9513ff29-13a4-47ec-a070-1791f3cee398} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21072 | 2024.12.21 01:28:58.206904 [ 287 ] {9513ff29-13a4-47ec-a070-1791f3cee398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21073 | 2024.12.21 01:28:58.207311 [ 287 ] {9513ff29-13a4-47ec-a070-1791f3cee398} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 21074 | 2024.12.21 01:28:58.207546 [ 287 ] {9513ff29-13a4-47ec-a070-1791f3cee398} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21075 | 2024.12.21 01:28:58.207674 [ 66 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0 | ||
| 21076 | 2024.12.21 01:28:58.207714 [ 66 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21077 | 2024.12.21 01:28:58.207734 [ 287 ] {9513ff29-13a4-47ec-a070-1791f3cee398} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001662 sec., 7821.901323706377 rows/sec., 487.69 KiB/sec. | ||
| 21078 | 2024.12.21 01:28:58.207742 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21079 | 2024.12.21 01:28:58.207876 [ 287 ] {9513ff29-13a4-47ec-a070-1791f3cee398} <Debug> TCPHandler: Processed in 0.001979993 sec. | ||
| 21080 | 2024.12.21 01:28:58.207927 [ 222 ] {} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21081 | 2024.12.21 01:28:58.207998 [ 222 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21082 | 2024.12.21 01:28:58.208176 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21083 | 2024.12.21 01:28:58.208219 [ 187 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_73_18} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full | ||
| 21084 | 2024.12.21 01:28:58.208629 [ 285 ] {45df6e43-3612-4016-8d40-d37153b7576f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21085 | 2024.12.21 01:28:58.208642 [ 187 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_73_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21086 | 2024.12.21 01:28:58.208683 [ 187 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 13 rows starting from the beginning of the part | ||
| 21087 | 2024.12.21 01:28:58.208698 [ 285 ] {45df6e43-3612-4016-8d40-d37153b7576f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21088 | 2024.12.21 01:28:58.209056 [ 187 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 13 rows starting from the beginning of the part | ||
| 21089 | 2024.12.21 01:28:58.209557 [ 187 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 13 rows starting from the beginning of the part | ||
| 21090 | 2024.12.21 01:28:58.209941 [ 187 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 13 rows starting from the beginning of the part | ||
| 21091 | 2024.12.21 01:28:58.210460 [ 187 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 13 rows starting from the beginning of the part | ||
| 21092 | 2024.12.21 01:28:58.212866 [ 285 ] {45df6e43-3612-4016-8d40-d37153b7576f} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21093 | 2024.12.21 01:28:58.212964 [ 285 ] {45df6e43-3612-4016-8d40-d37153b7576f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21094 | 2024.12.21 01:28:58.214241 [ 195 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_73_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.006373127 sec., 10199.07495959205 rows/sec., 675.75 KiB/sec. | ||
| 21095 | 2024.12.21 01:28:58.214443 [ 285 ] {45df6e43-3612-4016-8d40-d37153b7576f} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 21096 | 2024.12.21 01:28:58.214566 [ 195 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_73_18} <Trace> MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary) | ||
| 21097 | 2024.12.21 01:28:58.214952 [ 285 ] {45df6e43-3612-4016-8d40-d37153b7576f} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21098 | 2024.12.21 01:28:58.215153 [ 222 ] {} <Debug> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21099 | 2024.12.21 01:28:58.215333 [ 66 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 21100 | 2024.12.21 01:28:58.215404 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_73_18} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21101 | 2024.12.21 01:28:58.215528 [ 66 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21102 | 2024.12.21 01:28:58.215720 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21103 | 2024.12.21 01:28:58.215914 [ 285 ] {45df6e43-3612-4016-8d40-d37153b7576f} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.007385 sec., 52809.749492213945 rows/sec., 3.75 MiB/sec. | ||
| 21104 | 2024.12.21 01:28:58.215992 [ 197 ] {0fb6e545-1e3d-4685-a1d8-9287462ba35e::all_1_73_18} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18 | ||
| 21105 | 2024.12.21 01:28:58.216440 [ 195 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 21106 | 2024.12.21 01:28:58.216465 [ 285 ] {45df6e43-3612-4016-8d40-d37153b7576f} <Debug> TCPHandler: Processed in 0.008450053 sec. | ||
| 21107 | 2024.12.21 01:28:58.216473 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 21108 | 2024.12.21 01:28:58.216766 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21109 | 2024.12.21 01:28:58.217041 [ 195 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21110 | 2024.12.21 01:28:58.217142 [ 287 ] {0b558b9b-32dc-4ae3-845c-78a819e3f75a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 21111 | 2024.12.21 01:28:58.217192 [ 195 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 961 rows starting from the beginning of the part | ||
| 21112 | 2024.12.21 01:28:58.217334 [ 287 ] {0b558b9b-32dc-4ae3-845c-78a819e3f75a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 21113 | 2024.12.21 01:28:58.217608 [ 195 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 119 rows starting from the beginning of the part | ||
| 21114 | 2024.12.21 01:28:58.218116 [ 195 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 858 rows starting from the beginning of the part | ||
| 21115 | 2024.12.21 01:28:58.218431 [ 195 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 64 rows starting from the beginning of the part | ||
| 21116 | 2024.12.21 01:28:58.218721 [ 195 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 119 rows starting from the beginning of the part | ||
| 21117 | 2024.12.21 01:28:58.219048 [ 195 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 390 rows starting from the beginning of the part | ||
| 21118 | 2024.12.21 01:28:58.220317 [ 287 ] {0b558b9b-32dc-4ae3-845c-78a819e3f75a} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21119 | 2024.12.21 01:28:58.220382 [ 287 ] {0b558b9b-32dc-4ae3-845c-78a819e3f75a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21120 | 2024.12.21 01:28:58.221411 [ 287 ] {0b558b9b-32dc-4ae3-845c-78a819e3f75a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 21121 | 2024.12.21 01:28:58.221774 [ 287 ] {0b558b9b-32dc-4ae3-845c-78a819e3f75a} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21122 | 2024.12.21 01:28:58.222455 [ 287 ] {0b558b9b-32dc-4ae3-845c-78a819e3f75a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005381 sec., 1115.0343802267237 rows/sec., 58.26 KiB/sec. | ||
| 21123 | 2024.12.21 01:28:58.222474 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2511 rows, containing 5 columns (5 merged, 0 gathered) in 0.006550861 sec., 383308.39259144716 rows/sec., 29.45 MiB/sec. | ||
| 21124 | 2024.12.21 01:28:58.222778 [ 287 ] {0b558b9b-32dc-4ae3-845c-78a819e3f75a} <Debug> TCPHandler: Processed in 0.006176874 sec. | ||
| 21125 | 2024.12.21 01:28:58.222845 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 21126 | 2024.12.21 01:28:58.223131 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21127 | 2024.12.21 01:28:58.223394 [ 285 ] {57cea9d6-6673-4376-899f-fb0b97b10878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21128 | 2024.12.21 01:28:58.223472 [ 285 ] {57cea9d6-6673-4376-899f-fb0b97b10878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21129 | 2024.12.21 01:28:58.223534 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_171_34} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21130 | 2024.12.21 01:28:58.223664 [ 199 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_171_34} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 21131 | 2024.12.21 01:28:58.223775 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 21132 | 2024.12.21 01:28:58.224263 [ 285 ] {57cea9d6-6673-4376-899f-fb0b97b10878} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21133 | 2024.12.21 01:28:58.224302 [ 285 ] {57cea9d6-6673-4376-899f-fb0b97b10878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21134 | 2024.12.21 01:28:58.224731 [ 285 ] {57cea9d6-6673-4376-899f-fb0b97b10878} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 21135 | 2024.12.21 01:28:58.224968 [ 285 ] {57cea9d6-6673-4376-899f-fb0b97b10878} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21136 | 2024.12.21 01:28:58.225148 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 6 parts from all_1_166_34 to all_171_171_0 | ||
| 21137 | 2024.12.21 01:28:58.225213 [ 285 ] {57cea9d6-6673-4376-899f-fb0b97b10878} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001851 sec., 128038.8978930308 rows/sec., 8.58 MiB/sec. | ||
| 21138 | 2024.12.21 01:28:58.225224 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21139 | 2024.12.21 01:28:58.225298 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21140 | 2024.12.21 01:28:58.225336 [ 285 ] {57cea9d6-6673-4376-899f-fb0b97b10878} <Debug> TCPHandler: Processed in 0.00235825 sec. | ||
| 21141 | 2024.12.21 01:28:58.225642 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21142 | 2024.12.21 01:28:58.225693 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_171_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_34 to all_171_171_0 into Compact with storage Full | ||
| 21143 | 2024.12.21 01:28:58.226223 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_171_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21144 | 2024.12.21 01:28:58.226358 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_166_34, total 49531 rows starting from the beginning of the part | ||
| 21145 | 2024.12.21 01:28:58.226347 [ 287 ] {e7c79e6f-56dd-4b95-8a8a-50d444df7acb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 21146 | 2024.12.21 01:28:58.226910 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 160 rows starting from the beginning of the part | ||
| 21147 | 2024.12.21 01:28:58.227403 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 961 rows starting from the beginning of the part | ||
| 21148 | 2024.12.21 01:28:58.227479 [ 287 ] {e7c79e6f-56dd-4b95-8a8a-50d444df7acb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 21149 | 2024.12.21 01:28:58.227747 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 128 rows starting from the beginning of the part | ||
| 21150 | 2024.12.21 01:28:58.228245 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 160 rows starting from the beginning of the part | ||
| 21151 | 2024.12.21 01:28:58.228623 [ 188 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 237 rows starting from the beginning of the part | ||
| 21152 | 2024.12.21 01:28:58.230001 [ 287 ] {e7c79e6f-56dd-4b95-8a8a-50d444df7acb} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21153 | 2024.12.21 01:28:58.230045 [ 287 ] {e7c79e6f-56dd-4b95-8a8a-50d444df7acb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21154 | 2024.12.21 01:28:58.230617 [ 287 ] {e7c79e6f-56dd-4b95-8a8a-50d444df7acb} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 21155 | 2024.12.21 01:28:58.230975 [ 287 ] {e7c79e6f-56dd-4b95-8a8a-50d444df7acb} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21156 | 2024.12.21 01:28:58.231577 [ 287 ] {e7c79e6f-56dd-4b95-8a8a-50d444df7acb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005565 sec., 179.69451931716083 rows/sec., 12.11 KiB/sec. | ||
| 21157 | 2024.12.21 01:28:58.231788 [ 287 ] {e7c79e6f-56dd-4b95-8a8a-50d444df7acb} <Debug> TCPHandler: Processed in 0.006344937 sec. | ||
| 21158 | 2024.12.21 01:28:58.232244 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21159 | 2024.12.21 01:28:58.232774 [ 285 ] {09518657-5500-4098-8dcc-5a2adc7e0ad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21160 | 2024.12.21 01:28:58.233151 [ 285 ] {09518657-5500-4098-8dcc-5a2adc7e0ad1} <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 | ||
| 21161 | 2024.12.21 01:28:58.234798 [ 285 ] {09518657-5500-4098-8dcc-5a2adc7e0ad1} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21162 | 2024.12.21 01:28:58.234840 [ 285 ] {09518657-5500-4098-8dcc-5a2adc7e0ad1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21163 | 2024.12.21 01:28:58.235656 [ 285 ] {09518657-5500-4098-8dcc-5a2adc7e0ad1} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 21164 | 2024.12.21 01:28:58.236046 [ 285 ] {09518657-5500-4098-8dcc-5a2adc7e0ad1} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21165 | 2024.12.21 01:28:58.236550 [ 285 ] {09518657-5500-4098-8dcc-5a2adc7e0ad1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003962 sec., 2019.1822311963654 rows/sec., 3.62 MiB/sec. | ||
| 21166 | 2024.12.21 01:28:58.237196 [ 285 ] {09518657-5500-4098-8dcc-5a2adc7e0ad1} <Debug> TCPHandler: Processed in 0.005224798 sec. | ||
| 21167 | 2024.12.21 01:28:58.237483 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21168 | 2024.12.21 01:28:58.237761 [ 287 ] {f5703d88-ab5b-4647-b602-ef6124f3e08a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21169 | 2024.12.21 01:28:58.237840 [ 287 ] {f5703d88-ab5b-4647-b602-ef6124f3e08a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21170 | 2024.12.21 01:28:58.238580 [ 287 ] {f5703d88-ab5b-4647-b602-ef6124f3e08a} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21171 | 2024.12.21 01:28:58.238622 [ 287 ] {f5703d88-ab5b-4647-b602-ef6124f3e08a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21172 | 2024.12.21 01:28:58.239050 [ 287 ] {f5703d88-ab5b-4647-b602-ef6124f3e08a} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 21173 | 2024.12.21 01:28:58.239433 [ 287 ] {f5703d88-ab5b-4647-b602-ef6124f3e08a} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21174 | 2024.12.21 01:28:58.239657 [ 65 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 21175 | 2024.12.21 01:28:58.239736 [ 65 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21176 | 2024.12.21 01:28:58.239760 [ 287 ] {f5703d88-ab5b-4647-b602-ef6124f3e08a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002052 sec., 39961.01364522417 rows/sec., 2.54 MiB/sec. | ||
| 21177 | 2024.12.21 01:28:58.239776 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21178 | 2024.12.21 01:28:58.239926 [ 287 ] {f5703d88-ab5b-4647-b602-ef6124f3e08a} <Debug> TCPHandler: Processed in 0.002600124 sec. | ||
| 21179 | 2024.12.21 01:28:58.240228 [ 190 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 21180 | 2024.12.21 01:28:58.240954 [ 190 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21181 | 2024.12.21 01:28:58.241138 [ 190 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_166_33, total 10130 rows starting from the beginning of the part | ||
| 21182 | 2024.12.21 01:28:58.241718 [ 190 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 60 rows starting from the beginning of the part | ||
| 21183 | 2024.12.21 01:28:58.241850 [ 190 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 34 rows starting from the beginning of the part | ||
| 21184 | 2024.12.21 01:28:58.241977 [ 190 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 48 rows starting from the beginning of the part | ||
| 21185 | 2024.12.21 01:28:58.242350 [ 190 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 60 rows starting from the beginning of the part | ||
| 21186 | 2024.12.21 01:28:58.242566 [ 190 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 82 rows starting from the beginning of the part | ||
| 21187 | 2024.12.21 01:28:58.243406 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_171_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51177 rows, containing 5 columns (5 merged, 0 gathered) in 0.017973302 sec., 2847389.978758494 rows/sec., 192.25 MiB/sec. | ||
| 21188 | 2024.12.21 01:28:58.243795 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_171_35} <Trace> MergedBlockOutputStream: filled checksums all_1_171_35 (state Temporary) | ||
| 21189 | 2024.12.21 01:28:58.244343 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_171_35} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_171_35 to all_1_171_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21190 | 2024.12.21 01:28:58.244559 [ 201 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_171_35} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 6 parts: [all_1_166_34, all_171_171_0] -> all_1_171_35 | ||
| 21191 | 2024.12.21 01:28:58.244752 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. | ||
| 21192 | 2024.12.21 01:28:58.246872 [ 193 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10414 rows, containing 4 columns (4 merged, 0 gathered) in 0.006959488 sec., 1496374.4459362528 rows/sec., 97.51 MiB/sec. | ||
| 21193 | 2024.12.21 01:28:58.247140 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 21194 | 2024.12.21 01:28:58.247607 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_171_34} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21195 | 2024.12.21 01:28:58.247730 [ 200 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_171_34} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 21196 | 2024.12.21 01:28:58.247852 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB. | ||
| 21197 | 2024.12.21 01:29:01.584978 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 46299 | ||
| 21198 | 2024.12.21 01:29:01.585713 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21199 | 2024.12.21 01:29:01.585762 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21200 | 2024.12.21 01:29:01.586372 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 21201 | 2024.12.21 01:29:01.586638 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21202 | 2024.12.21 01:29:01.586798 [ 56 ] {} <Debug> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 21203 | 2024.12.21 01:29:01.586842 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46299 | ||
| 21204 | 2024.12.21 01:29:01.586856 [ 56 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21205 | 2024.12.21 01:29:01.586885 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21206 | 2024.12.21 01:29:01.587098 [ 189 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 21207 | 2024.12.21 01:29:01.587347 [ 189 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21208 | 2024.12.21 01:29:01.587421 [ 189 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 44042 rows starting from the beginning of the part | ||
| 21209 | 2024.12.21 01:29:01.587607 [ 189 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 427 rows starting from the beginning of the part | ||
| 21210 | 2024.12.21 01:29:01.587854 [ 189 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 488 rows starting from the beginning of the part | ||
| 21211 | 2024.12.21 01:29:01.588134 [ 189 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 427 rows starting from the beginning of the part | ||
| 21212 | 2024.12.21 01:29:01.588305 [ 189 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 488 rows starting from the beginning of the part | ||
| 21213 | 2024.12.21 01:29:01.588483 [ 189 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 427 rows starting from the beginning of the part | ||
| 21214 | 2024.12.21 01:29:01.591683 [ 193 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46299 rows, containing 4 columns (4 merged, 0 gathered) in 0.004704479 sec., 9841472.350073196 rows/sec., 140.78 MiB/sec. | ||
| 21215 | 2024.12.21 01:29:01.592141 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 21216 | 2024.12.21 01:29:01.592508 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_101_20} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21217 | 2024.12.21 01:29:01.592600 [ 198 ] {dfdc9a12-6d51-45ab-8ebf-27c30a19efa0::all_1_101_20} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 21218 | 2024.12.21 01:29:01.592727 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.09 MiB. | ||
| 21219 | 2024.12.21 01:29:03.183790 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21220 | 2024.12.21 01:29:03.184009 [ 287 ] {88e07cf6-14a8-478d-83e9-69adc3b68f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 21221 | 2024.12.21 01:29:03.184089 [ 287 ] {88e07cf6-14a8-478d-83e9-69adc3b68f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 21222 | 2024.12.21 01:29:03.184892 [ 287 ] {88e07cf6-14a8-478d-83e9-69adc3b68f03} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21223 | 2024.12.21 01:29:03.184939 [ 287 ] {88e07cf6-14a8-478d-83e9-69adc3b68f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21224 | 2024.12.21 01:29:03.185391 [ 287 ] {88e07cf6-14a8-478d-83e9-69adc3b68f03} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 21225 | 2024.12.21 01:29:03.185683 [ 287 ] {88e07cf6-14a8-478d-83e9-69adc3b68f03} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21226 | 2024.12.21 01:29:03.185901 [ 287 ] {88e07cf6-14a8-478d-83e9-69adc3b68f03} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001953 sec., 1024.0655401945723 rows/sec., 83.51 KiB/sec. | ||
| 21227 | 2024.12.21 01:29:03.185970 [ 287 ] {88e07cf6-14a8-478d-83e9-69adc3b68f03} <Debug> TCPHandler: Processed in 0.002319369 sec. | ||
| 21228 | 2024.12.21 01:29:03.186252 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21229 | 2024.12.21 01:29:03.186452 [ 285 ] {e7018b6b-ba55-421f-9bfa-8d8317ac07ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21230 | 2024.12.21 01:29:03.186528 [ 285 ] {e7018b6b-ba55-421f-9bfa-8d8317ac07ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21231 | 2024.12.21 01:29:03.187420 [ 285 ] {e7018b6b-ba55-421f-9bfa-8d8317ac07ca} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21232 | 2024.12.21 01:29:03.187470 [ 285 ] {e7018b6b-ba55-421f-9bfa-8d8317ac07ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21233 | 2024.12.21 01:29:03.187924 [ 285 ] {e7018b6b-ba55-421f-9bfa-8d8317ac07ca} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 21234 | 2024.12.21 01:29:03.188185 [ 285 ] {e7018b6b-ba55-421f-9bfa-8d8317ac07ca} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21235 | 2024.12.21 01:29:03.188406 [ 285 ] {e7018b6b-ba55-421f-9bfa-8d8317ac07ca} <Debug> executeQuery: Read 167 rows, 14.80 KiB in 0.002008 sec., 83167.33067729084 rows/sec., 7.20 MiB/sec. | ||
| 21236 | 2024.12.21 01:29:03.188464 [ 285 ] {e7018b6b-ba55-421f-9bfa-8d8317ac07ca} <Debug> TCPHandler: Processed in 0.002350969 sec. | ||
| 21237 | 2024.12.21 01:29:03.188639 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21238 | 2024.12.21 01:29:03.188788 [ 287 ] {e466a8bd-7597-4b44-8a54-567d6b1759b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21239 | 2024.12.21 01:29:03.188853 [ 287 ] {e466a8bd-7597-4b44-8a54-567d6b1759b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21240 | 2024.12.21 01:29:03.189561 [ 287 ] {e466a8bd-7597-4b44-8a54-567d6b1759b5} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21241 | 2024.12.21 01:29:03.189601 [ 287 ] {e466a8bd-7597-4b44-8a54-567d6b1759b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21242 | 2024.12.21 01:29:03.189988 [ 287 ] {e466a8bd-7597-4b44-8a54-567d6b1759b5} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 21243 | 2024.12.21 01:29:03.190238 [ 287 ] {e466a8bd-7597-4b44-8a54-567d6b1759b5} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21244 | 2024.12.21 01:29:03.190482 [ 287 ] {e466a8bd-7597-4b44-8a54-567d6b1759b5} <Debug> executeQuery: Read 57 rows, 4.28 KiB in 0.001728 sec., 32986.11111111111 rows/sec., 2.42 MiB/sec. | ||
| 21245 | 2024.12.21 01:29:03.190550 [ 287 ] {e466a8bd-7597-4b44-8a54-567d6b1759b5} <Debug> TCPHandler: Processed in 0.001980513 sec. | ||
| 21246 | 2024.12.21 01:29:03.190766 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21247 | 2024.12.21 01:29:03.190966 [ 285 ] {be19520e-cbdf-4880-8401-60102261fff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21248 | 2024.12.21 01:29:03.191016 [ 285 ] {be19520e-cbdf-4880-8401-60102261fff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21249 | 2024.12.21 01:29:03.191652 [ 285 ] {be19520e-cbdf-4880-8401-60102261fff3} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21250 | 2024.12.21 01:29:03.191691 [ 285 ] {be19520e-cbdf-4880-8401-60102261fff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21251 | 2024.12.21 01:29:03.192154 [ 285 ] {be19520e-cbdf-4880-8401-60102261fff3} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 21252 | 2024.12.21 01:29:03.192404 [ 285 ] {be19520e-cbdf-4880-8401-60102261fff3} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21253 | 2024.12.21 01:29:03.192619 [ 285 ] {be19520e-cbdf-4880-8401-60102261fff3} <Debug> executeQuery: Read 121 rows, 9.68 KiB in 0.001685 sec., 71810.08902077151 rows/sec., 5.61 MiB/sec. | ||
| 21254 | 2024.12.21 01:29:03.192671 [ 285 ] {be19520e-cbdf-4880-8401-60102261fff3} <Debug> TCPHandler: Processed in 0.002029774 sec. | ||
| 21255 | 2024.12.21 01:29:03.192824 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21256 | 2024.12.21 01:29:03.192967 [ 287 ] {672565e8-1d64-4779-937c-43b7f704893a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21257 | 2024.12.21 01:29:03.193031 [ 287 ] {672565e8-1d64-4779-937c-43b7f704893a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21258 | 2024.12.21 01:29:03.193654 [ 287 ] {672565e8-1d64-4779-937c-43b7f704893a} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21259 | 2024.12.21 01:29:03.193693 [ 287 ] {672565e8-1d64-4779-937c-43b7f704893a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21260 | 2024.12.21 01:29:03.194105 [ 287 ] {672565e8-1d64-4779-937c-43b7f704893a} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 21261 | 2024.12.21 01:29:03.194371 [ 287 ] {672565e8-1d64-4779-937c-43b7f704893a} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21262 | 2024.12.21 01:29:03.194627 [ 287 ] {672565e8-1d64-4779-937c-43b7f704893a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00168 sec., 95833.33333333333 rows/sec., 6.67 MiB/sec. | ||
| 21263 | 2024.12.21 01:29:03.194699 [ 287 ] {672565e8-1d64-4779-937c-43b7f704893a} <Debug> TCPHandler: Processed in 0.001935123 sec. | ||
| 21264 | 2024.12.21 01:29:03.194872 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21265 | 2024.12.21 01:29:03.195223 [ 285 ] {fc7b5be8-528f-4cc5-b91b-696f3c1f271b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21266 | 2024.12.21 01:29:03.195498 [ 285 ] {fc7b5be8-528f-4cc5-b91b-696f3c1f271b} <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 | ||
| 21267 | 2024.12.21 01:29:03.197598 [ 285 ] {fc7b5be8-528f-4cc5-b91b-696f3c1f271b} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21268 | 2024.12.21 01:29:03.197638 [ 285 ] {fc7b5be8-528f-4cc5-b91b-696f3c1f271b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21269 | 2024.12.21 01:29:03.198356 [ 285 ] {fc7b5be8-528f-4cc5-b91b-696f3c1f271b} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 21270 | 2024.12.21 01:29:03.198634 [ 285 ] {fc7b5be8-528f-4cc5-b91b-696f3c1f271b} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21271 | 2024.12.21 01:29:03.198928 [ 285 ] {fc7b5be8-528f-4cc5-b91b-696f3c1f271b} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.003844 sec., 14308.012486992715 rows/sec., 25.64 MiB/sec. | ||
| 21272 | 2024.12.21 01:29:03.199078 [ 285 ] {fc7b5be8-528f-4cc5-b91b-696f3c1f271b} <Debug> TCPHandler: Processed in 0.004278392 sec. | ||
| 21273 | 2024.12.21 01:29:03.199300 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21274 | 2024.12.21 01:29:03.199521 [ 287 ] {49745196-03e1-4ebc-80ec-f91b9d2940c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21275 | 2024.12.21 01:29:03.199590 [ 287 ] {49745196-03e1-4ebc-80ec-f91b9d2940c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21276 | 2024.12.21 01:29:03.200082 [ 287 ] {49745196-03e1-4ebc-80ec-f91b9d2940c1} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21277 | 2024.12.21 01:29:03.200120 [ 287 ] {49745196-03e1-4ebc-80ec-f91b9d2940c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21278 | 2024.12.21 01:29:03.200506 [ 287 ] {49745196-03e1-4ebc-80ec-f91b9d2940c1} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 21279 | 2024.12.21 01:29:03.200744 [ 287 ] {49745196-03e1-4ebc-80ec-f91b9d2940c1} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21280 | 2024.12.21 01:29:03.200973 [ 287 ] {49745196-03e1-4ebc-80ec-f91b9d2940c1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0015 sec., 40000 rows/sec., 2.70 MiB/sec. | ||
| 21281 | 2024.12.21 01:29:03.201052 [ 287 ] {49745196-03e1-4ebc-80ec-f91b9d2940c1} <Debug> TCPHandler: Processed in 0.001872632 sec. | ||
| 21282 | 2024.12.21 01:29:04.422689 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2964 | ||
| 21283 | 2024.12.21 01:29:04.426116 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21284 | 2024.12.21 01:29:04.426170 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21285 | 2024.12.21 01:29:04.427690 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 21286 | 2024.12.21 01:29:04.428005 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21287 | 2024.12.21 01:29:04.428580 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2964 | ||
| 21288 | 2024.12.21 01:29:04.981523 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 762 | ||
| 21289 | 2024.12.21 01:29:05.005051 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21290 | 2024.12.21 01:29:05.005102 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21291 | 2024.12.21 01:29:05.012809 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 21292 | 2024.12.21 01:29:05.013668 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21293 | 2024.12.21 01:29:05.013999 [ 47 ] {} <Debug> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 21294 | 2024.12.21 01:29:05.014079 [ 47 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21295 | 2024.12.21 01:29:05.014125 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21296 | 2024.12.21 01:29:05.014801 [ 197 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 21297 | 2024.12.21 01:29:05.032722 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 762 | ||
| 21298 | 2024.12.21 01:29:05.034312 [ 197 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21299 | 2024.12.21 01:29:05.035983 [ 197 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 724 rows starting from the beginning of the part | ||
| 21300 | 2024.12.21 01:29:05.041868 [ 197 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 7 rows starting from the beginning of the part | ||
| 21301 | 2024.12.21 01:29:05.048135 [ 197 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 8 rows starting from the beginning of the part | ||
| 21302 | 2024.12.21 01:29:05.054347 [ 197 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part | ||
| 21303 | 2024.12.21 01:29:05.060846 [ 197 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 7 rows starting from the beginning of the part | ||
| 21304 | 2024.12.21 01:29:05.067075 [ 197 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part | ||
| 21305 | 2024.12.21 01:29:05.132226 [ 193 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 679 columns (679 merged, 0 gathered) in 0.117952016 sec., 6460.254142667642 rows/sec., 33.40 MiB/sec. | ||
| 21306 | 2024.12.21 01:29:05.136416 [ 186 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 21307 | 2024.12.21 01:29:05.139721 [ 186 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_101_20} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21308 | 2024.12.21 01:29:05.139851 [ 186 ] {928e2b02-9e9d-4d01-ac30-39d02ae31db7::all_1_101_20} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 21309 | 2024.12.21 01:29:05.142940 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 21310 | 2024.12.21 01:29:06.000150 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 277.69 MiB, peak 297.49 MiB, free memory in arenas 0.00 B, will set to 276.62 MiB (RSS), difference: -1.08 MiB | ||
| 21311 | 2024.12.21 01:29:08.016880 [ 225 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21312 | 2024.12.21 01:29:08.016948 [ 225 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21313 | 2024.12.21 01:29:08.018991 [ 225 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21314 | 2024.12.21 01:29:08.186268 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21315 | 2024.12.21 01:29:08.186486 [ 287 ] {9d0dfca3-368e-4efc-a44c-162c800e7672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 21316 | 2024.12.21 01:29:08.186565 [ 287 ] {9d0dfca3-368e-4efc-a44c-162c800e7672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 21317 | 2024.12.21 01:29:08.187367 [ 287 ] {9d0dfca3-368e-4efc-a44c-162c800e7672} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21318 | 2024.12.21 01:29:08.187420 [ 287 ] {9d0dfca3-368e-4efc-a44c-162c800e7672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21319 | 2024.12.21 01:29:08.187869 [ 287 ] {9d0dfca3-368e-4efc-a44c-162c800e7672} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 21320 | 2024.12.21 01:29:08.188127 [ 287 ] {9d0dfca3-368e-4efc-a44c-162c800e7672} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21321 | 2024.12.21 01:29:08.188368 [ 287 ] {9d0dfca3-368e-4efc-a44c-162c800e7672} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001944 sec., 7201.6460905349795 rows/sec., 518.42 KiB/sec. | ||
| 21322 | 2024.12.21 01:29:08.188441 [ 287 ] {9d0dfca3-368e-4efc-a44c-162c800e7672} <Debug> TCPHandler: Processed in 0.002322159 sec. | ||
| 21323 | 2024.12.21 01:29:08.188699 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21324 | 2024.12.21 01:29:08.188916 [ 285 ] {be5a2272-8a65-4efd-8759-8c34d84330aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21325 | 2024.12.21 01:29:08.189003 [ 285 ] {be5a2272-8a65-4efd-8759-8c34d84330aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21326 | 2024.12.21 01:29:08.189915 [ 285 ] {be5a2272-8a65-4efd-8759-8c34d84330aa} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21327 | 2024.12.21 01:29:08.189967 [ 285 ] {be5a2272-8a65-4efd-8759-8c34d84330aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21328 | 2024.12.21 01:29:08.190436 [ 285 ] {be5a2272-8a65-4efd-8759-8c34d84330aa} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 21329 | 2024.12.21 01:29:08.190693 [ 285 ] {be5a2272-8a65-4efd-8759-8c34d84330aa} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21330 | 2024.12.21 01:29:08.190939 [ 285 ] {be5a2272-8a65-4efd-8759-8c34d84330aa} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002087 sec., 104935.31384762817 rows/sec., 9.14 MiB/sec. | ||
| 21331 | 2024.12.21 01:29:08.191011 [ 285 ] {be5a2272-8a65-4efd-8759-8c34d84330aa} <Debug> TCPHandler: Processed in 0.002456792 sec. | ||
| 21332 | 2024.12.21 01:29:08.191172 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21333 | 2024.12.21 01:29:08.191320 [ 287 ] {ec1c4645-c859-4d34-bc42-cf77161c22f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21334 | 2024.12.21 01:29:08.191384 [ 287 ] {ec1c4645-c859-4d34-bc42-cf77161c22f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21335 | 2024.12.21 01:29:08.192124 [ 287 ] {ec1c4645-c859-4d34-bc42-cf77161c22f5} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21336 | 2024.12.21 01:29:08.192171 [ 287 ] {ec1c4645-c859-4d34-bc42-cf77161c22f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21337 | 2024.12.21 01:29:08.192576 [ 287 ] {ec1c4645-c859-4d34-bc42-cf77161c22f5} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 21338 | 2024.12.21 01:29:08.192829 [ 287 ] {ec1c4645-c859-4d34-bc42-cf77161c22f5} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21339 | 2024.12.21 01:29:08.193013 [ 41 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 21340 | 2024.12.21 01:29:08.193075 [ 287 ] {ec1c4645-c859-4d34-bc42-cf77161c22f5} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001783 sec., 8412.787436904095 rows/sec., 593.17 KiB/sec. | ||
| 21341 | 2024.12.21 01:29:08.193083 [ 41 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21342 | 2024.12.21 01:29:08.193162 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21343 | 2024.12.21 01:29:08.193209 [ 287 ] {ec1c4645-c859-4d34-bc42-cf77161c22f5} <Debug> TCPHandler: Processed in 0.002104466 sec. | ||
| 21344 | 2024.12.21 01:29:08.193456 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21345 | 2024.12.21 01:29:08.193470 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 21346 | 2024.12.21 01:29:08.193660 [ 285 ] {711d8ea5-240d-4d63-8295-da120e79db76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 21347 | 2024.12.21 01:29:08.193731 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21348 | 2024.12.21 01:29:08.193768 [ 285 ] {711d8ea5-240d-4d63-8295-da120e79db76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 21349 | 2024.12.21 01:29:08.193795 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 91 rows starting from the beginning of the part | ||
| 21350 | 2024.12.21 01:29:08.194146 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 27 rows starting from the beginning of the part | ||
| 21351 | 2024.12.21 01:29:08.194507 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 55 rows starting from the beginning of the part | ||
| 21352 | 2024.12.21 01:29:08.195055 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 15 rows starting from the beginning of the part | ||
| 21353 | 2024.12.21 01:29:08.195605 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 57 rows starting from the beginning of the part | ||
| 21354 | 2024.12.21 01:29:08.196237 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 15 rows starting from the beginning of the part | ||
| 21355 | 2024.12.21 01:29:08.198238 [ 285 ] {711d8ea5-240d-4d63-8295-da120e79db76} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21356 | 2024.12.21 01:29:08.198338 [ 285 ] {711d8ea5-240d-4d63-8295-da120e79db76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21357 | 2024.12.21 01:29:08.199457 [ 285 ] {711d8ea5-240d-4d63-8295-da120e79db76} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 21358 | 2024.12.21 01:29:08.199631 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 260 rows, containing 5 columns (5 merged, 0 gathered) in 0.006355557 sec., 40909.08161157236 rows/sec., 3.08 MiB/sec. | ||
| 21359 | 2024.12.21 01:29:08.199814 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 21360 | 2024.12.21 01:29:08.200006 [ 285 ] {711d8ea5-240d-4d63-8295-da120e79db76} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21361 | 2024.12.21 01:29:08.200377 [ 41 ] {} <Debug> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Selected 6 parts from all_1_70_15 to all_75_75_0 | ||
| 21362 | 2024.12.21 01:29:08.200484 [ 41 ] {} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21363 | 2024.12.21 01:29:08.200543 [ 285 ] {711d8ea5-240d-4d63-8295-da120e79db76} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00693 sec., 2020.20202020202 rows/sec., 141.48 KiB/sec. | ||
| 21364 | 2024.12.21 01:29:08.200560 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21365 | 2024.12.21 01:29:08.200578 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_146_29} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21366 | 2024.12.21 01:29:08.200844 [ 285 ] {711d8ea5-240d-4d63-8295-da120e79db76} <Debug> TCPHandler: Processed in 0.007487616 sec. | ||
| 21367 | 2024.12.21 01:29:08.200922 [ 193 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_75_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_15 to all_75_75_0 into Compact with storage Full | ||
| 21368 | 2024.12.21 01:29:08.201069 [ 200 ] {5c3d47ac-d7f5-44d4-85d8-b4491d02a52c::all_1_146_29} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 21369 | 2024.12.21 01:29:08.201189 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21370 | 2024.12.21 01:29:08.201305 [ 193 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_75_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21371 | 2024.12.21 01:29:08.201329 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 21372 | 2024.12.21 01:29:08.201386 [ 193 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_75_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_15, total 243 rows starting from the beginning of the part | ||
| 21373 | 2024.12.21 01:29:08.201508 [ 287 ] {176f32ee-91c2-4f37-aa12-fef2afe6e231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 21374 | 2024.12.21 01:29:08.201703 [ 193 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_75_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 14 rows starting from the beginning of the part | ||
| 21375 | 2024.12.21 01:29:08.201724 [ 287 ] {176f32ee-91c2-4f37-aa12-fef2afe6e231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 21376 | 2024.12.21 01:29:08.202015 [ 193 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_75_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 14 rows starting from the beginning of the part | ||
| 21377 | 2024.12.21 01:29:08.202327 [ 193 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_75_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 242 rows starting from the beginning of the part | ||
| 21378 | 2024.12.21 01:29:08.202729 [ 193 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_75_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 14 rows starting from the beginning of the part | ||
| 21379 | 2024.12.21 01:29:08.203222 [ 193 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_75_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 14 rows starting from the beginning of the part | ||
| 21380 | 2024.12.21 01:29:08.204943 [ 287 ] {176f32ee-91c2-4f37-aa12-fef2afe6e231} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21381 | 2024.12.21 01:29:08.205013 [ 287 ] {176f32ee-91c2-4f37-aa12-fef2afe6e231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21382 | 2024.12.21 01:29:08.206098 [ 287 ] {176f32ee-91c2-4f37-aa12-fef2afe6e231} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 21383 | 2024.12.21 01:29:08.206431 [ 193 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_75_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005736816 sec., 94303.18141631177 rows/sec., 6.75 MiB/sec. | ||
| 21384 | 2024.12.21 01:29:08.206615 [ 287 ] {176f32ee-91c2-4f37-aa12-fef2afe6e231} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21385 | 2024.12.21 01:29:08.206675 [ 199 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_75_16} <Trace> MergedBlockOutputStream: filled checksums all_1_75_16 (state Temporary) | ||
| 21386 | 2024.12.21 01:29:08.207059 [ 287 ] {176f32ee-91c2-4f37-aa12-fef2afe6e231} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005607 sec., 2318.530408418049 rows/sec., 144.56 KiB/sec. | ||
| 21387 | 2024.12.21 01:29:08.207198 [ 287 ] {176f32ee-91c2-4f37-aa12-fef2afe6e231} <Debug> TCPHandler: Processed in 0.006181834 sec. | ||
| 21388 | 2024.12.21 01:29:08.207282 [ 199 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_75_16} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_merge_all_1_75_16 to all_1_75_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21389 | 2024.12.21 01:29:08.207380 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21390 | 2024.12.21 01:29:08.207409 [ 199 ] {2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b::all_1_75_16} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b) (MergerMutator): Merged 6 parts: [all_1_70_15, all_75_75_0] -> all_1_75_16 | ||
| 21391 | 2024.12.21 01:29:08.207522 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 21392 | 2024.12.21 01:29:08.207562 [ 285 ] {db8e73fd-fa19-41c6-86ab-acd7ae60d1eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21393 | 2024.12.21 01:29:08.207623 [ 285 ] {db8e73fd-fa19-41c6-86ab-acd7ae60d1eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21394 | 2024.12.21 01:29:08.208460 [ 285 ] {db8e73fd-fa19-41c6-86ab-acd7ae60d1eb} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21395 | 2024.12.21 01:29:08.208500 [ 285 ] {db8e73fd-fa19-41c6-86ab-acd7ae60d1eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21396 | 2024.12.21 01:29:08.208897 [ 285 ] {db8e73fd-fa19-41c6-86ab-acd7ae60d1eb} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 21397 | 2024.12.21 01:29:08.209153 [ 285 ] {db8e73fd-fa19-41c6-86ab-acd7ae60d1eb} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21398 | 2024.12.21 01:29:08.209370 [ 285 ] {db8e73fd-fa19-41c6-86ab-acd7ae60d1eb} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001852 sec., 210583.15334773218 rows/sec., 14.93 MiB/sec. | ||
| 21399 | 2024.12.21 01:29:08.209426 [ 285 ] {db8e73fd-fa19-41c6-86ab-acd7ae60d1eb} <Debug> TCPHandler: Processed in 0.002129796 sec. | ||
| 21400 | 2024.12.21 01:29:08.209629 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21401 | 2024.12.21 01:29:08.209855 [ 287 ] {d78e5bdf-2783-4248-8846-f253f979804d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 21402 | 2024.12.21 01:29:08.209950 [ 287 ] {d78e5bdf-2783-4248-8846-f253f979804d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 21403 | 2024.12.21 01:29:08.210655 [ 287 ] {d78e5bdf-2783-4248-8846-f253f979804d} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21404 | 2024.12.21 01:29:08.210695 [ 287 ] {d78e5bdf-2783-4248-8846-f253f979804d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21405 | 2024.12.21 01:29:08.211075 [ 287 ] {d78e5bdf-2783-4248-8846-f253f979804d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 21406 | 2024.12.21 01:29:08.211313 [ 287 ] {d78e5bdf-2783-4248-8846-f253f979804d} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21407 | 2024.12.21 01:29:08.211522 [ 41 ] {} <Debug> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Selected 6 parts from all_1_69_15 to all_74_74_0 | ||
| 21408 | 2024.12.21 01:29:08.211590 [ 287 ] {d78e5bdf-2783-4248-8846-f253f979804d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001783 sec., 3365.1149747616373 rows/sec., 175.81 KiB/sec. | ||
| 21409 | 2024.12.21 01:29:08.211601 [ 41 ] {} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21410 | 2024.12.21 01:29:08.211701 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21411 | 2024.12.21 01:29:08.211717 [ 287 ] {d78e5bdf-2783-4248-8846-f253f979804d} <Debug> TCPHandler: Processed in 0.002196797 sec. | ||
| 21412 | 2024.12.21 01:29:08.211965 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21413 | 2024.12.21 01:29:08.212006 [ 199 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_74_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_69_15 to all_74_74_0 into Compact with storage Full | ||
| 21414 | 2024.12.21 01:29:08.212143 [ 285 ] {9ecd0d92-6873-4b5d-b5bc-e2ca6419116a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21415 | 2024.12.21 01:29:08.212173 [ 199 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_74_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21416 | 2024.12.21 01:29:08.212223 [ 199 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_15, total 414 rows starting from the beginning of the part | ||
| 21417 | 2024.12.21 01:29:08.212231 [ 285 ] {9ecd0d92-6873-4b5d-b5bc-e2ca6419116a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21418 | 2024.12.21 01:29:08.212505 [ 199 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 6 rows starting from the beginning of the part | ||
| 21419 | 2024.12.21 01:29:08.212912 [ 199 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 6 rows starting from the beginning of the part | ||
| 21420 | 2024.12.21 01:29:08.213321 [ 199 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 6 rows starting from the beginning of the part | ||
| 21421 | 2024.12.21 01:29:08.213699 [ 199 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 6 rows starting from the beginning of the part | ||
| 21422 | 2024.12.21 01:29:08.213955 [ 199 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 6 rows starting from the beginning of the part | ||
| 21423 | 2024.12.21 01:29:08.214885 [ 285 ] {9ecd0d92-6873-4b5d-b5bc-e2ca6419116a} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21424 | 2024.12.21 01:29:08.214936 [ 285 ] {9ecd0d92-6873-4b5d-b5bc-e2ca6419116a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21425 | 2024.12.21 01:29:08.215588 [ 285 ] {9ecd0d92-6873-4b5d-b5bc-e2ca6419116a} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 21426 | 2024.12.21 01:29:08.215712 [ 187 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_74_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 444 rows, containing 4 columns (4 merged, 0 gathered) in 0.003880456 sec., 114419.54244552703 rows/sec., 5.84 MiB/sec. | ||
| 21427 | 2024.12.21 01:29:08.215940 [ 196 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_74_16} <Trace> MergedBlockOutputStream: filled checksums all_1_74_16 (state Temporary) | ||
| 21428 | 2024.12.21 01:29:08.215975 [ 285 ] {9ecd0d92-6873-4b5d-b5bc-e2ca6419116a} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21429 | 2024.12.21 01:29:08.216479 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21430 | 2024.12.21 01:29:08.216502 [ 285 ] {9ecd0d92-6873-4b5d-b5bc-e2ca6419116a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004404 sec., 53814.71389645777 rows/sec., 3.61 MiB/sec. | ||
| 21431 | 2024.12.21 01:29:08.216536 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21432 | 2024.12.21 01:29:08.216672 [ 196 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_74_16} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_merge_all_1_74_16 to all_1_74_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21433 | 2024.12.21 01:29:08.216864 [ 285 ] {9ecd0d92-6873-4b5d-b5bc-e2ca6419116a} <Debug> TCPHandler: Processed in 0.005036445 sec. | ||
| 21434 | 2024.12.21 01:29:08.216946 [ 196 ] {e812e360-0494-4e57-8c17-af8a076d0fed::all_1_74_16} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed) (MergerMutator): Merged 6 parts: [all_1_69_15, all_74_74_0] -> all_1_74_16 | ||
| 21435 | 2024.12.21 01:29:08.217147 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 21436 | 2024.12.21 01:29:08.217160 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21437 | 2024.12.21 01:29:08.217401 [ 287 ] {21072880-fd39-4639-8e22-541bf4469f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 21438 | 2024.12.21 01:29:08.217493 [ 287 ] {21072880-fd39-4639-8e22-541bf4469f49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 21439 | 2024.12.21 01:29:08.218450 [ 287 ] {21072880-fd39-4639-8e22-541bf4469f49} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21440 | 2024.12.21 01:29:08.218519 [ 287 ] {21072880-fd39-4639-8e22-541bf4469f49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21441 | 2024.12.21 01:29:08.219205 [ 287 ] {21072880-fd39-4639-8e22-541bf4469f49} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 21442 | 2024.12.21 01:29:08.219619 [ 287 ] {21072880-fd39-4639-8e22-541bf4469f49} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21443 | 2024.12.21 01:29:08.220025 [ 287 ] {21072880-fd39-4639-8e22-541bf4469f49} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002688 sec., 372.0238095238095 rows/sec., 25.07 KiB/sec. | ||
| 21444 | 2024.12.21 01:29:08.220453 [ 287 ] {21072880-fd39-4639-8e22-541bf4469f49} <Debug> TCPHandler: Processed in 0.003446668 sec. | ||
| 21445 | 2024.12.21 01:29:08.220524 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21446 | 2024.12.21 01:29:08.220748 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21447 | 2024.12.21 01:29:08.221169 [ 285 ] {0211c17c-10ce-4133-a005-8d9fc9664215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21448 | 2024.12.21 01:29:08.221312 [ 285 ] {0211c17c-10ce-4133-a005-8d9fc9664215} <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 | ||
| 21449 | 2024.12.21 01:29:08.224076 [ 285 ] {0211c17c-10ce-4133-a005-8d9fc9664215} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21450 | 2024.12.21 01:29:08.224113 [ 285 ] {0211c17c-10ce-4133-a005-8d9fc9664215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21451 | 2024.12.21 01:29:08.224761 [ 285 ] {0211c17c-10ce-4133-a005-8d9fc9664215} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 21452 | 2024.12.21 01:29:08.225027 [ 285 ] {0211c17c-10ce-4133-a005-8d9fc9664215} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21453 | 2024.12.21 01:29:08.225181 [ 43 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 21454 | 2024.12.21 01:29:08.225224 [ 43 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21455 | 2024.12.21 01:29:08.225243 [ 285 ] {0211c17c-10ce-4133-a005-8d9fc9664215} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004231 sec., 1890.8059560387615 rows/sec., 3.39 MiB/sec. | ||
| 21456 | 2024.12.21 01:29:08.225248 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21457 | 2024.12.21 01:29:08.225701 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 21458 | 2024.12.21 01:29:08.225736 [ 285 ] {0211c17c-10ce-4133-a005-8d9fc9664215} <Debug> TCPHandler: Processed in 0.005133857 sec. | ||
| 21459 | 2024.12.21 01:29:08.226054 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21460 | 2024.12.21 01:29:08.226477 [ 287 ] {747c5367-8f34-4699-80ed-19abfe3cb0f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21461 | 2024.12.21 01:29:08.226657 [ 287 ] {747c5367-8f34-4699-80ed-19abfe3cb0f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21462 | 2024.12.21 01:29:08.228281 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21463 | 2024.12.21 01:29:08.228464 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 3023 rows starting from the beginning of the part | ||
| 21464 | 2024.12.21 01:29:08.229209 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 8 rows starting from the beginning of the part | ||
| 21465 | 2024.12.21 01:29:08.229863 [ 287 ] {747c5367-8f34-4699-80ed-19abfe3cb0f5} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21466 | 2024.12.21 01:29:08.229986 [ 287 ] {747c5367-8f34-4699-80ed-19abfe3cb0f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21467 | 2024.12.21 01:29:08.229991 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 55 rows starting from the beginning of the part | ||
| 21468 | 2024.12.21 01:29:08.230734 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 8 rows starting from the beginning of the part | ||
| 21469 | 2024.12.21 01:29:08.231451 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 55 rows starting from the beginning of the part | ||
| 21470 | 2024.12.21 01:29:08.231510 [ 287 ] {747c5367-8f34-4699-80ed-19abfe3cb0f5} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 21471 | 2024.12.21 01:29:08.231954 [ 193 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 8 rows starting from the beginning of the part | ||
| 21472 | 2024.12.21 01:29:08.232396 [ 287 ] {747c5367-8f34-4699-80ed-19abfe3cb0f5} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21473 | 2024.12.21 01:29:08.233157 [ 287 ] {747c5367-8f34-4699-80ed-19abfe3cb0f5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006768 sec., 12115.839243498818 rows/sec., 787.97 KiB/sec. | ||
| 21474 | 2024.12.21 01:29:08.233339 [ 287 ] {747c5367-8f34-4699-80ed-19abfe3cb0f5} <Debug> TCPHandler: Processed in 0.007476275 sec. | ||
| 21475 | 2024.12.21 01:29:08.242054 [ 187 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3157 rows, containing 19 columns (19 merged, 0 gathered) in 0.016695661 sec., 189091.0458711398 rows/sec., 338.84 MiB/sec. | ||
| 21476 | 2024.12.21 01:29:08.244806 [ 187 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 21477 | 2024.12.21 01:29:08.245251 [ 187 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_146_29} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21478 | 2024.12.21 01:29:08.245335 [ 187 ] {db0c684f-8dde-40aa-99d7-d6731231c987::all_1_146_29} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 21479 | 2024.12.21 01:29:08.245502 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.74 MiB. | ||
| 21480 | 2024.12.21 01:29:08.830660 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 21481 | 2024.12.21 01:29:08.830697 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 21482 | 2024.12.21 01:29:09.086969 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 46787 | ||
| 21483 | 2024.12.21 01:29:09.087966 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21484 | 2024.12.21 01:29:09.088014 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21485 | 2024.12.21 01:29:09.088585 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 21486 | 2024.12.21 01:29:09.088868 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21487 | 2024.12.21 01:29:09.089070 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46787 | ||
| 21488 | 2024.12.21 01:29:09.432554 [ 219 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21489 | 2024.12.21 01:29:09.432638 [ 219 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21490 | 2024.12.21 01:29:09.434876 [ 219 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21491 | 2024.12.21 01:29:09.518163 [ 219 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21492 | 2024.12.21 01:29:09.518221 [ 219 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21493 | 2024.12.21 01:29:09.520162 [ 219 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21494 | 2024.12.21 01:29:12.532799 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 769 | ||
| 21495 | 2024.12.21 01:29:12.557059 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21496 | 2024.12.21 01:29:12.557117 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.97 GiB. | ||
| 21497 | 2024.12.21 01:29:12.564762 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 21498 | 2024.12.21 01:29:12.565605 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21499 | 2024.12.21 01:29:12.568665 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 769 | ||
| 21500 | 2024.12.21 01:29:13.183957 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21501 | 2024.12.21 01:29:13.184195 [ 287 ] {74134b80-d38c-48b0-a3bc-c42d0aa75fdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21502 | 2024.12.21 01:29:13.184285 [ 287 ] {74134b80-d38c-48b0-a3bc-c42d0aa75fdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21503 | 2024.12.21 01:29:13.185181 [ 287 ] {74134b80-d38c-48b0-a3bc-c42d0aa75fdb} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21504 | 2024.12.21 01:29:13.185234 [ 287 ] {74134b80-d38c-48b0-a3bc-c42d0aa75fdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21505 | 2024.12.21 01:29:13.185699 [ 287 ] {74134b80-d38c-48b0-a3bc-c42d0aa75fdb} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 21506 | 2024.12.21 01:29:13.185956 [ 287 ] {74134b80-d38c-48b0-a3bc-c42d0aa75fdb} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21507 | 2024.12.21 01:29:13.186199 [ 287 ] {74134b80-d38c-48b0-a3bc-c42d0aa75fdb} <Debug> executeQuery: Read 166 rows, 14.72 KiB in 0.002067 sec., 80309.6274794388 rows/sec., 6.96 MiB/sec. | ||
| 21508 | 2024.12.21 01:29:13.186269 [ 287 ] {74134b80-d38c-48b0-a3bc-c42d0aa75fdb} <Debug> TCPHandler: Processed in 0.002464312 sec. | ||
| 21509 | 2024.12.21 01:29:13.186522 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21510 | 2024.12.21 01:29:13.186732 [ 285 ] {3dfe5b58-0c5e-4adc-9b56-d5c89279a00e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21511 | 2024.12.21 01:29:13.186815 [ 285 ] {3dfe5b58-0c5e-4adc-9b56-d5c89279a00e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21512 | 2024.12.21 01:29:13.187654 [ 285 ] {3dfe5b58-0c5e-4adc-9b56-d5c89279a00e} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21513 | 2024.12.21 01:29:13.187697 [ 285 ] {3dfe5b58-0c5e-4adc-9b56-d5c89279a00e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21514 | 2024.12.21 01:29:13.188136 [ 285 ] {3dfe5b58-0c5e-4adc-9b56-d5c89279a00e} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 21515 | 2024.12.21 01:29:13.188409 [ 285 ] {3dfe5b58-0c5e-4adc-9b56-d5c89279a00e} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21516 | 2024.12.21 01:29:13.188617 [ 285 ] {3dfe5b58-0c5e-4adc-9b56-d5c89279a00e} <Debug> executeQuery: Read 55 rows, 4.14 KiB in 0.001944 sec., 28292.18106995885 rows/sec., 2.08 MiB/sec. | ||
| 21517 | 2024.12.21 01:29:13.188683 [ 285 ] {3dfe5b58-0c5e-4adc-9b56-d5c89279a00e} <Debug> TCPHandler: Processed in 0.002299559 sec. | ||
| 21518 | 2024.12.21 01:29:13.188838 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21519 | 2024.12.21 01:29:13.188987 [ 287 ] {a17074ae-cf88-4141-b781-5445450793b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21520 | 2024.12.21 01:29:13.189050 [ 287 ] {a17074ae-cf88-4141-b781-5445450793b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21521 | 2024.12.21 01:29:13.189763 [ 287 ] {a17074ae-cf88-4141-b781-5445450793b8} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21522 | 2024.12.21 01:29:13.189803 [ 287 ] {a17074ae-cf88-4141-b781-5445450793b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21523 | 2024.12.21 01:29:13.190202 [ 287 ] {a17074ae-cf88-4141-b781-5445450793b8} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 21524 | 2024.12.21 01:29:13.190455 [ 287 ] {a17074ae-cf88-4141-b781-5445450793b8} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21525 | 2024.12.21 01:29:13.190682 [ 287 ] {a17074ae-cf88-4141-b781-5445450793b8} <Debug> executeQuery: Read 119 rows, 9.52 KiB in 0.001733 sec., 68667.05135603 rows/sec., 5.36 MiB/sec. | ||
| 21526 | 2024.12.21 01:29:13.190739 [ 287 ] {a17074ae-cf88-4141-b781-5445450793b8} <Debug> TCPHandler: Processed in 0.001969553 sec. | ||
| 21527 | 2024.12.21 01:29:13.190886 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21528 | 2024.12.21 01:29:13.191036 [ 285 ] {9f1e7762-496a-40f3-91d7-c0524ca7b278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21529 | 2024.12.21 01:29:13.191104 [ 285 ] {9f1e7762-496a-40f3-91d7-c0524ca7b278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21530 | 2024.12.21 01:29:13.191763 [ 285 ] {9f1e7762-496a-40f3-91d7-c0524ca7b278} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21531 | 2024.12.21 01:29:13.191801 [ 285 ] {9f1e7762-496a-40f3-91d7-c0524ca7b278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21532 | 2024.12.21 01:29:13.192223 [ 285 ] {9f1e7762-496a-40f3-91d7-c0524ca7b278} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 21533 | 2024.12.21 01:29:13.192470 [ 285 ] {9f1e7762-496a-40f3-91d7-c0524ca7b278} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21534 | 2024.12.21 01:29:13.192676 [ 285 ] {9f1e7762-496a-40f3-91d7-c0524ca7b278} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001679 sec., 95294.81834425253 rows/sec., 6.64 MiB/sec. | ||
| 21535 | 2024.12.21 01:29:13.192733 [ 285 ] {9f1e7762-496a-40f3-91d7-c0524ca7b278} <Debug> TCPHandler: Processed in 0.001919643 sec. | ||
| 21536 | 2024.12.21 01:29:13.192913 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21537 | 2024.12.21 01:29:13.193056 [ 287 ] {451bec18-6ca0-4f00-a598-746da022336f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21538 | 2024.12.21 01:29:13.193154 [ 287 ] {451bec18-6ca0-4f00-a598-746da022336f} <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 | ||
| 21539 | 2024.12.21 01:29:13.194578 [ 287 ] {451bec18-6ca0-4f00-a598-746da022336f} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21540 | 2024.12.21 01:29:13.194617 [ 287 ] {451bec18-6ca0-4f00-a598-746da022336f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21541 | 2024.12.21 01:29:13.195374 [ 287 ] {451bec18-6ca0-4f00-a598-746da022336f} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 21542 | 2024.12.21 01:29:13.195645 [ 287 ] {451bec18-6ca0-4f00-a598-746da022336f} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21543 | 2024.12.21 01:29:13.195856 [ 287 ] {451bec18-6ca0-4f00-a598-746da022336f} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.002833 sec., 19414.04871161313 rows/sec., 34.79 MiB/sec. | ||
| 21544 | 2024.12.21 01:29:13.195973 [ 287 ] {451bec18-6ca0-4f00-a598-746da022336f} <Debug> TCPHandler: Processed in 0.003126122 sec. | ||
| 21545 | 2024.12.21 01:29:13.196200 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21546 | 2024.12.21 01:29:13.196427 [ 285 ] {fb97beb8-1e11-4a54-b7b7-d455a2595165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21547 | 2024.12.21 01:29:13.196524 [ 285 ] {fb97beb8-1e11-4a54-b7b7-d455a2595165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21548 | 2024.12.21 01:29:13.197046 [ 285 ] {fb97beb8-1e11-4a54-b7b7-d455a2595165} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21549 | 2024.12.21 01:29:13.197086 [ 285 ] {fb97beb8-1e11-4a54-b7b7-d455a2595165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21550 | 2024.12.21 01:29:13.197475 [ 285 ] {fb97beb8-1e11-4a54-b7b7-d455a2595165} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 21551 | 2024.12.21 01:29:13.197721 [ 285 ] {fb97beb8-1e11-4a54-b7b7-d455a2595165} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21552 | 2024.12.21 01:29:13.197948 [ 285 ] {fb97beb8-1e11-4a54-b7b7-d455a2595165} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001577 sec., 38046.92454026633 rows/sec., 2.56 MiB/sec. | ||
| 21553 | 2024.12.21 01:29:13.198008 [ 285 ] {fb97beb8-1e11-4a54-b7b7-d455a2595165} <Debug> TCPHandler: Processed in 0.001914153 sec. | ||
| 21554 | 2024.12.21 01:29:13.466132 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21555 | 2024.12.21 01:29:13.466381 [ 287 ] {11f9ed86-378d-4024-ab48-b3426b3179d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 21556 | 2024.12.21 01:29:13.466482 [ 287 ] {11f9ed86-378d-4024-ab48-b3426b3179d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 21557 | 2024.12.21 01:29:13.467214 [ 287 ] {11f9ed86-378d-4024-ab48-b3426b3179d3} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21558 | 2024.12.21 01:29:13.467255 [ 287 ] {11f9ed86-378d-4024-ab48-b3426b3179d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21559 | 2024.12.21 01:29:13.467649 [ 287 ] {11f9ed86-378d-4024-ab48-b3426b3179d3} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 21560 | 2024.12.21 01:29:13.467896 [ 287 ] {11f9ed86-378d-4024-ab48-b3426b3179d3} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21561 | 2024.12.21 01:29:13.468112 [ 287 ] {11f9ed86-378d-4024-ab48-b3426b3179d3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001789 sec., 7825.6008943543875 rows/sec., 563.34 KiB/sec. | ||
| 21562 | 2024.12.21 01:29:13.468228 [ 287 ] {11f9ed86-378d-4024-ab48-b3426b3179d3} <Debug> TCPHandler: Processed in 0.002221417 sec. | ||
| 21563 | 2024.12.21 01:29:13.468526 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21564 | 2024.12.21 01:29:13.468707 [ 285 ] {08e6de44-4e8c-452e-bd46-427844810de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21565 | 2024.12.21 01:29:13.468773 [ 285 ] {08e6de44-4e8c-452e-bd46-427844810de2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21566 | 2024.12.21 01:29:13.470484 [ 285 ] {08e6de44-4e8c-452e-bd46-427844810de2} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21567 | 2024.12.21 01:29:13.470525 [ 285 ] {08e6de44-4e8c-452e-bd46-427844810de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21568 | 2024.12.21 01:29:13.471017 [ 285 ] {08e6de44-4e8c-452e-bd46-427844810de2} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 21569 | 2024.12.21 01:29:13.471280 [ 285 ] {08e6de44-4e8c-452e-bd46-427844810de2} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21570 | 2024.12.21 01:29:13.471530 [ 285 ] {08e6de44-4e8c-452e-bd46-427844810de2} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.002858 sec., 475507.3477956613 rows/sec., 39.52 MiB/sec. | ||
| 21571 | 2024.12.21 01:29:13.471630 [ 285 ] {08e6de44-4e8c-452e-bd46-427844810de2} <Debug> TCPHandler: Processed in 0.003277046 sec. | ||
| 21572 | 2024.12.21 01:29:13.471821 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21573 | 2024.12.21 01:29:13.471988 [ 287 ] {6bea98fd-8e93-4a77-a12f-ccf0a4a27e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21574 | 2024.12.21 01:29:13.472048 [ 287 ] {6bea98fd-8e93-4a77-a12f-ccf0a4a27e45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21575 | 2024.12.21 01:29:13.472709 [ 287 ] {6bea98fd-8e93-4a77-a12f-ccf0a4a27e45} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21576 | 2024.12.21 01:29:13.472747 [ 287 ] {6bea98fd-8e93-4a77-a12f-ccf0a4a27e45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21577 | 2024.12.21 01:29:13.473108 [ 287 ] {6bea98fd-8e93-4a77-a12f-ccf0a4a27e45} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 21578 | 2024.12.21 01:29:13.473378 [ 287 ] {6bea98fd-8e93-4a77-a12f-ccf0a4a27e45} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21579 | 2024.12.21 01:29:13.473557 [ 287 ] {6bea98fd-8e93-4a77-a12f-ccf0a4a27e45} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001605 sec., 9345.794392523363 rows/sec., 658.95 KiB/sec. | ||
| 21580 | 2024.12.21 01:29:13.473610 [ 287 ] {6bea98fd-8e93-4a77-a12f-ccf0a4a27e45} <Debug> TCPHandler: Processed in 0.001879202 sec. | ||
| 21581 | 2024.12.21 01:29:13.473773 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21582 | 2024.12.21 01:29:13.473917 [ 285 ] {61209d41-f069-47fa-90bd-41cdc24952e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 21583 | 2024.12.21 01:29:13.473976 [ 285 ] {61209d41-f069-47fa-90bd-41cdc24952e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 21584 | 2024.12.21 01:29:13.474737 [ 285 ] {61209d41-f069-47fa-90bd-41cdc24952e4} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21585 | 2024.12.21 01:29:13.474776 [ 285 ] {61209d41-f069-47fa-90bd-41cdc24952e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21586 | 2024.12.21 01:29:13.475177 [ 285 ] {61209d41-f069-47fa-90bd-41cdc24952e4} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 21587 | 2024.12.21 01:29:13.475429 [ 285 ] {61209d41-f069-47fa-90bd-41cdc24952e4} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21588 | 2024.12.21 01:29:13.475654 [ 285 ] {61209d41-f069-47fa-90bd-41cdc24952e4} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001766 sec., 137032.84258210644 rows/sec., 9.28 MiB/sec. | ||
| 21589 | 2024.12.21 01:29:13.475746 [ 285 ] {61209d41-f069-47fa-90bd-41cdc24952e4} <Debug> TCPHandler: Processed in 0.002040945 sec. | ||
| 21590 | 2024.12.21 01:29:13.475964 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21591 | 2024.12.21 01:29:13.476105 [ 287 ] {03d27dbb-d991-4ce2-a7f0-c302ac032fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 21592 | 2024.12.21 01:29:13.476163 [ 287 ] {03d27dbb-d991-4ce2-a7f0-c302ac032fd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 21593 | 2024.12.21 01:29:13.476807 [ 287 ] {03d27dbb-d991-4ce2-a7f0-c302ac032fd6} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21594 | 2024.12.21 01:29:13.476846 [ 287 ] {03d27dbb-d991-4ce2-a7f0-c302ac032fd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21595 | 2024.12.21 01:29:13.477210 [ 287 ] {03d27dbb-d991-4ce2-a7f0-c302ac032fd6} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 21596 | 2024.12.21 01:29:13.477464 [ 287 ] {03d27dbb-d991-4ce2-a7f0-c302ac032fd6} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21597 | 2024.12.21 01:29:13.477667 [ 287 ] {03d27dbb-d991-4ce2-a7f0-c302ac032fd6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001585 sec., 8201.892744479495 rows/sec., 511.39 KiB/sec. | ||
| 21598 | 2024.12.21 01:29:13.477783 [ 287 ] {03d27dbb-d991-4ce2-a7f0-c302ac032fd6} <Debug> TCPHandler: Processed in 0.001944113 sec. | ||
| 21599 | 2024.12.21 01:29:13.478002 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21600 | 2024.12.21 01:29:13.478283 [ 285 ] {e9a54eee-dd5a-41d6-b60a-aa92a3bdea24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21601 | 2024.12.21 01:29:13.478361 [ 285 ] {e9a54eee-dd5a-41d6-b60a-aa92a3bdea24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21602 | 2024.12.21 01:29:13.479408 [ 285 ] {e9a54eee-dd5a-41d6-b60a-aa92a3bdea24} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21603 | 2024.12.21 01:29:13.479456 [ 285 ] {e9a54eee-dd5a-41d6-b60a-aa92a3bdea24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21604 | 2024.12.21 01:29:13.479893 [ 285 ] {e9a54eee-dd5a-41d6-b60a-aa92a3bdea24} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 21605 | 2024.12.21 01:29:13.480152 [ 285 ] {e9a54eee-dd5a-41d6-b60a-aa92a3bdea24} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21606 | 2024.12.21 01:29:13.480388 [ 285 ] {e9a54eee-dd5a-41d6-b60a-aa92a3bdea24} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.002186 sec., 387008.2342177493 rows/sec., 27.97 MiB/sec. | ||
| 21607 | 2024.12.21 01:29:13.480443 [ 285 ] {e9a54eee-dd5a-41d6-b60a-aa92a3bdea24} <Debug> TCPHandler: Processed in 0.002571944 sec. | ||
| 21608 | 2024.12.21 01:29:13.480641 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21609 | 2024.12.21 01:29:13.480867 [ 287 ] {7c1deb8e-bbc4-40e0-9d90-06a7937a502c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 21610 | 2024.12.21 01:29:13.480960 [ 287 ] {7c1deb8e-bbc4-40e0-9d90-06a7937a502c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 21611 | 2024.12.21 01:29:13.481729 [ 287 ] {7c1deb8e-bbc4-40e0-9d90-06a7937a502c} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21612 | 2024.12.21 01:29:13.481767 [ 287 ] {7c1deb8e-bbc4-40e0-9d90-06a7937a502c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21613 | 2024.12.21 01:29:13.482136 [ 287 ] {7c1deb8e-bbc4-40e0-9d90-06a7937a502c} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 21614 | 2024.12.21 01:29:13.482387 [ 287 ] {7c1deb8e-bbc4-40e0-9d90-06a7937a502c} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21615 | 2024.12.21 01:29:13.482563 [ 287 ] {7c1deb8e-bbc4-40e0-9d90-06a7937a502c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001752 sec., 3424.6575342465753 rows/sec., 178.92 KiB/sec. | ||
| 21616 | 2024.12.21 01:29:13.482614 [ 287 ] {7c1deb8e-bbc4-40e0-9d90-06a7937a502c} <Debug> TCPHandler: Processed in 0.002084316 sec. | ||
| 21617 | 2024.12.21 01:29:13.482780 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21618 | 2024.12.21 01:29:13.482923 [ 285 ] {f7807fd2-7ece-43b5-9798-b10f51bd2ebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21619 | 2024.12.21 01:29:13.482986 [ 285 ] {f7807fd2-7ece-43b5-9798-b10f51bd2ebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21620 | 2024.12.21 01:29:13.483790 [ 285 ] {f7807fd2-7ece-43b5-9798-b10f51bd2ebe} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21621 | 2024.12.21 01:29:13.483829 [ 285 ] {f7807fd2-7ece-43b5-9798-b10f51bd2ebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21622 | 2024.12.21 01:29:13.484284 [ 285 ] {f7807fd2-7ece-43b5-9798-b10f51bd2ebe} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 21623 | 2024.12.21 01:29:13.484539 [ 285 ] {f7807fd2-7ece-43b5-9798-b10f51bd2ebe} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21624 | 2024.12.21 01:29:13.484768 [ 285 ] {f7807fd2-7ece-43b5-9798-b10f51bd2ebe} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.001878 sec., 508519.7018104367 rows/sec., 33.78 MiB/sec. | ||
| 21625 | 2024.12.21 01:29:13.484821 [ 285 ] {f7807fd2-7ece-43b5-9798-b10f51bd2ebe} <Debug> TCPHandler: Processed in 0.002109095 sec. | ||
| 21626 | 2024.12.21 01:29:13.484977 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21627 | 2024.12.21 01:29:13.485116 [ 287 ] {7d5fc298-d100-485f-b874-e26843cf5f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 21628 | 2024.12.21 01:29:13.485177 [ 287 ] {7d5fc298-d100-485f-b874-e26843cf5f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 21629 | 2024.12.21 01:29:13.485705 [ 287 ] {7d5fc298-d100-485f-b874-e26843cf5f83} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21630 | 2024.12.21 01:29:13.485743 [ 287 ] {7d5fc298-d100-485f-b874-e26843cf5f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21631 | 2024.12.21 01:29:13.486110 [ 287 ] {7d5fc298-d100-485f-b874-e26843cf5f83} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 21632 | 2024.12.21 01:29:13.486367 [ 287 ] {7d5fc298-d100-485f-b874-e26843cf5f83} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21633 | 2024.12.21 01:29:13.486572 [ 287 ] {7d5fc298-d100-485f-b874-e26843cf5f83} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001487 sec., 672.4949562878278 rows/sec., 45.31 KiB/sec. | ||
| 21634 | 2024.12.21 01:29:13.486663 [ 287 ] {7d5fc298-d100-485f-b874-e26843cf5f83} <Debug> TCPHandler: Processed in 0.00175391 sec. | ||
| 21635 | 2024.12.21 01:29:13.486947 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21636 | 2024.12.21 01:29:13.487195 [ 285 ] {af584df4-98d3-44d8-a1b6-a2a58348acd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21637 | 2024.12.21 01:29:13.487335 [ 285 ] {af584df4-98d3-44d8-a1b6-a2a58348acd6} <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 | ||
| 21638 | 2024.12.21 01:29:13.488563 [ 285 ] {af584df4-98d3-44d8-a1b6-a2a58348acd6} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21639 | 2024.12.21 01:29:13.488601 [ 285 ] {af584df4-98d3-44d8-a1b6-a2a58348acd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21640 | 2024.12.21 01:29:13.489242 [ 285 ] {af584df4-98d3-44d8-a1b6-a2a58348acd6} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 21641 | 2024.12.21 01:29:13.489515 [ 285 ] {af584df4-98d3-44d8-a1b6-a2a58348acd6} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21642 | 2024.12.21 01:29:13.489809 [ 285 ] {af584df4-98d3-44d8-a1b6-a2a58348acd6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002669 sec., 2997.3772948669916 rows/sec., 5.37 MiB/sec. | ||
| 21643 | 2024.12.21 01:29:13.489838 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21644 | 2024.12.21 01:29:13.489932 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21645 | 2024.12.21 01:29:13.490017 [ 285 ] {af584df4-98d3-44d8-a1b6-a2a58348acd6} <Debug> TCPHandler: Processed in 0.003242475 sec. | ||
| 21646 | 2024.12.21 01:29:13.490202 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21647 | 2024.12.21 01:29:13.490390 [ 287 ] {52d97f83-6095-4a94-acc4-3f2c0eae1f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21648 | 2024.12.21 01:29:13.490481 [ 287 ] {52d97f83-6095-4a94-acc4-3f2c0eae1f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21649 | 2024.12.21 01:29:13.491760 [ 287 ] {52d97f83-6095-4a94-acc4-3f2c0eae1f0b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21650 | 2024.12.21 01:29:13.491802 [ 287 ] {52d97f83-6095-4a94-acc4-3f2c0eae1f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21651 | 2024.12.21 01:29:13.492533 [ 287 ] {52d97f83-6095-4a94-acc4-3f2c0eae1f0b} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 21652 | 2024.12.21 01:29:13.492953 [ 287 ] {52d97f83-6095-4a94-acc4-3f2c0eae1f0b} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21653 | 2024.12.21 01:29:13.493361 [ 287 ] {52d97f83-6095-4a94-acc4-3f2c0eae1f0b} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.003004 sec., 11318.242343541944 rows/sec., 672.61 KiB/sec. | ||
| 21654 | 2024.12.21 01:29:13.493437 [ 287 ] {52d97f83-6095-4a94-acc4-3f2c0eae1f0b} <Debug> TCPHandler: Processed in 0.003320826 sec. | ||
| 21655 | 2024.12.21 01:29:13.493679 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21656 | 2024.12.21 01:29:14.000184 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 277.84 MiB, peak 297.49 MiB, free memory in arenas 0.00 B, will set to 276.62 MiB (RSS), difference: -1.22 MiB | ||
| 21657 | 2024.12.21 01:29:14.000821 [ 219 ] {} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21658 | 2024.12.21 01:29:14.000907 [ 219 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21659 | 2024.12.21 01:29:14.003104 [ 219 ] {} <Debug> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21660 | 2024.12.21 01:29:14.115689 [ 33 ] {} <Debug> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97) (MergerMutator): Selected 5 parts from all_1_33_7 to all_37_37_0 | ||
| 21661 | 2024.12.21 01:29:14.115792 [ 33 ] {} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21662 | 2024.12.21 01:29:14.115841 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21663 | 2024.12.21 01:29:14.116185 [ 191 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_37_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_7 to all_37_37_0 into Compact with storage Full | ||
| 21664 | 2024.12.21 01:29:14.116582 [ 191 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21665 | 2024.12.21 01:29:14.116626 [ 191 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 21 rows starting from the beginning of the part | ||
| 21666 | 2024.12.21 01:29:14.116708 [ 191 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 3 rows starting from the beginning of the part | ||
| 21667 | 2024.12.21 01:29:14.116947 [ 191 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part | ||
| 21668 | 2024.12.21 01:29:14.117214 [ 191 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 12 rows starting from the beginning of the part | ||
| 21669 | 2024.12.21 01:29:14.117457 [ 191 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 2 rows starting from the beginning of the part | ||
| 21670 | 2024.12.21 01:29:14.118598 [ 192 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.002636175 sec., 15932.174457310306 rows/sec., 1.31 MiB/sec. | ||
| 21671 | 2024.12.21 01:29:14.118809 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) | ||
| 21672 | 2024.12.21 01:29:14.119191 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_37_8} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21673 | 2024.12.21 01:29:14.119295 [ 194 ] {911d4504-2375-40bd-ba24-7b3d22a32d97::all_1_37_8} <Trace> oximeter.fields_ipaddr (911d4504-2375-40bd-ba24-7b3d22a32d97) (MergerMutator): Merged 5 parts: [all_1_33_7, all_37_37_0] -> all_1_37_8 | ||
| 21674 | 2024.12.21 01:29:14.119408 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 21675 | 2024.12.21 01:29:14.428841 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 3020 | ||
| 21676 | 2024.12.21 01:29:14.432989 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21677 | 2024.12.21 01:29:14.433036 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21678 | 2024.12.21 01:29:14.434600 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 21679 | 2024.12.21 01:29:14.434916 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21680 | 2024.12.21 01:29:14.435180 [ 33 ] {} <Debug> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 21681 | 2024.12.21 01:29:14.435320 [ 33 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21682 | 2024.12.21 01:29:14.435419 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21683 | 2024.12.21 01:29:14.435976 [ 190 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 21684 | 2024.12.21 01:29:14.437863 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 3020 | ||
| 21685 | 2024.12.21 01:29:14.438174 [ 190 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21686 | 2024.12.21 01:29:14.438353 [ 190 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2814 rows starting from the beginning of the part | ||
| 21687 | 2024.12.21 01:29:14.439006 [ 190 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 36 rows starting from the beginning of the part | ||
| 21688 | 2024.12.21 01:29:14.439677 [ 190 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 58 rows starting from the beginning of the part | ||
| 21689 | 2024.12.21 01:29:14.440150 [ 190 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 20 rows starting from the beginning of the part | ||
| 21690 | 2024.12.21 01:29:14.440598 [ 190 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 36 rows starting from the beginning of the part | ||
| 21691 | 2024.12.21 01:29:14.441063 [ 190 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 56 rows starting from the beginning of the part | ||
| 21692 | 2024.12.21 01:29:14.450867 [ 188 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3020 rows, containing 72 columns (72 merged, 0 gathered) in 0.015247007 sec., 198071.6608840017 rows/sec., 147.05 MiB/sec. | ||
| 21693 | 2024.12.21 01:29:14.453567 [ 188 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 21694 | 2024.12.21 01:29:14.454476 [ 188 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_76_15} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21695 | 2024.12.21 01:29:14.454581 [ 188 ] {9a2d1fb0-380a-41e1-8090-43b75778bd40::all_1_76_15} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 21696 | 2024.12.21 01:29:14.455007 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 21697 | 2024.12.21 01:29:16.589198 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 47214 | ||
| 21698 | 2024.12.21 01:29:16.589884 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21699 | 2024.12.21 01:29:16.589928 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21700 | 2024.12.21 01:29:16.590478 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 21701 | 2024.12.21 01:29:16.590750 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21702 | 2024.12.21 01:29:16.590993 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47214 | ||
| 21703 | 2024.12.21 01:29:18.000160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 280.62 MiB, peak 297.49 MiB, free memory in arenas 0.00 B, will set to 276.62 MiB (RSS), difference: -4.00 MiB | ||
| 21704 | 2024.12.21 01:29:18.179169 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21705 | 2024.12.21 01:29:18.179397 [ 287 ] {0956882a-2b20-410d-9a8e-2b1ab7da0702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21706 | 2024.12.21 01:29:18.179486 [ 287 ] {0956882a-2b20-410d-9a8e-2b1ab7da0702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21707 | 2024.12.21 01:29:18.180307 [ 287 ] {0956882a-2b20-410d-9a8e-2b1ab7da0702} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21708 | 2024.12.21 01:29:18.180360 [ 287 ] {0956882a-2b20-410d-9a8e-2b1ab7da0702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21709 | 2024.12.21 01:29:18.180838 [ 287 ] {0956882a-2b20-410d-9a8e-2b1ab7da0702} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 21710 | 2024.12.21 01:29:18.181103 [ 287 ] {0956882a-2b20-410d-9a8e-2b1ab7da0702} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21711 | 2024.12.21 01:29:18.181305 [ 28 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 | ||
| 21712 | 2024.12.21 01:29:18.181374 [ 287 ] {0956882a-2b20-410d-9a8e-2b1ab7da0702} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002031 sec., 27572.6243229936 rows/sec., 2.11 MiB/sec. | ||
| 21713 | 2024.12.21 01:29:18.181376 [ 28 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21714 | 2024.12.21 01:29:18.181466 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21715 | 2024.12.21 01:29:18.181526 [ 287 ] {0956882a-2b20-410d-9a8e-2b1ab7da0702} <Debug> TCPHandler: Processed in 0.002498902 sec. | ||
| 21716 | 2024.12.21 01:29:18.181651 [ 198 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full | ||
| 21717 | 2024.12.21 01:29:18.181789 [ 198 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21718 | 2024.12.21 01:29:18.181842 [ 198 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 1485 rows starting from the beginning of the part | ||
| 21719 | 2024.12.21 01:29:18.181868 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21720 | 2024.12.21 01:29:18.182011 [ 198 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 167 rows starting from the beginning of the part | ||
| 21721 | 2024.12.21 01:29:18.182221 [ 198 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 219 rows starting from the beginning of the part | ||
| 21722 | 2024.12.21 01:29:18.182623 [ 198 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 166 rows starting from the beginning of the part | ||
| 21723 | 2024.12.21 01:29:18.182810 [ 285 ] {2510365e-64b4-4d00-a4d9-d7695a46858d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21724 | 2024.12.21 01:29:18.183050 [ 198 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 1359 rows starting from the beginning of the part | ||
| 21725 | 2024.12.21 01:29:18.183066 [ 285 ] {2510365e-64b4-4d00-a4d9-d7695a46858d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21726 | 2024.12.21 01:29:18.183520 [ 198 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 56 rows starting from the beginning of the part | ||
| 21727 | 2024.12.21 01:29:18.186520 [ 285 ] {2510365e-64b4-4d00-a4d9-d7695a46858d} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21728 | 2024.12.21 01:29:18.186622 [ 285 ] {2510365e-64b4-4d00-a4d9-d7695a46858d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21729 | 2024.12.21 01:29:18.187703 [ 285 ] {2510365e-64b4-4d00-a4d9-d7695a46858d} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 21730 | 2024.12.21 01:29:18.188030 [ 285 ] {2510365e-64b4-4d00-a4d9-d7695a46858d} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21731 | 2024.12.21 01:29:18.188245 [ 28 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 | ||
| 21732 | 2024.12.21 01:29:18.188343 [ 28 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21733 | 2024.12.21 01:29:18.188440 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21734 | 2024.12.21 01:29:18.188549 [ 285 ] {2510365e-64b4-4d00-a4d9-d7695a46858d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006145 sec., 10414.971521562245 rows/sec., 832.42 KiB/sec. | ||
| 21735 | 2024.12.21 01:29:18.188911 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full | ||
| 21736 | 2024.12.21 01:29:18.189018 [ 285 ] {2510365e-64b4-4d00-a4d9-d7695a46858d} <Debug> TCPHandler: Processed in 0.007354654 sec. | ||
| 21737 | 2024.12.21 01:29:18.189410 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21738 | 2024.12.21 01:29:18.189433 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21739 | 2024.12.21 01:29:18.189485 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 961 rows starting from the beginning of the part | ||
| 21740 | 2024.12.21 01:29:18.189494 [ 197 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3452 rows, containing 5 columns (5 merged, 0 gathered) in 0.007924614 sec., 435604.8130546169 rows/sec., 38.17 MiB/sec. | ||
| 21741 | 2024.12.21 01:29:18.189809 [ 287 ] {57673b10-ebbc-4cb6-bfcc-94db997627d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21742 | 2024.12.21 01:29:18.189815 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 121 rows starting from the beginning of the part | ||
| 21743 | 2024.12.21 01:29:18.190079 [ 287 ] {57673b10-ebbc-4cb6-bfcc-94db997627d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21744 | 2024.12.21 01:29:18.190327 [ 201 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) | ||
| 21745 | 2024.12.21 01:29:18.190373 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 390 rows starting from the beginning of the part | ||
| 21746 | 2024.12.21 01:29:18.190946 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 119 rows starting from the beginning of the part | ||
| 21747 | 2024.12.21 01:29:18.191524 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 846 rows starting from the beginning of the part | ||
| 21748 | 2024.12.21 01:29:18.192074 [ 198 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 64 rows starting from the beginning of the part | ||
| 21749 | 2024.12.21 01:29:18.192422 [ 201 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_176_35} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21750 | 2024.12.21 01:29:18.192956 [ 201 ] {8764a240-aeef-47a2-ac76-52564e180b58::all_1_176_35} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 | ||
| 21751 | 2024.12.21 01:29:18.193198 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 21752 | 2024.12.21 01:29:18.193727 [ 287 ] {57673b10-ebbc-4cb6-bfcc-94db997627d5} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21753 | 2024.12.21 01:29:18.193779 [ 287 ] {57673b10-ebbc-4cb6-bfcc-94db997627d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21754 | 2024.12.21 01:29:18.194405 [ 287 ] {57673b10-ebbc-4cb6-bfcc-94db997627d5} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 21755 | 2024.12.21 01:29:18.194688 [ 287 ] {57673b10-ebbc-4cb6-bfcc-94db997627d5} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21756 | 2024.12.21 01:29:18.194899 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2501 rows, containing 5 columns (5 merged, 0 gathered) in 0.006332747 sec., 394931.29916606494 rows/sec., 30.33 MiB/sec. | ||
| 21757 | 2024.12.21 01:29:18.194973 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Selected 5 parts from all_1_171_35 to all_175_175_0 | ||
| 21758 | 2024.12.21 01:29:18.195060 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21759 | 2024.12.21 01:29:18.195130 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21760 | 2024.12.21 01:29:18.195188 [ 287 ] {57673b10-ebbc-4cb6-bfcc-94db997627d5} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005544 sec., 23088.02308802309 rows/sec., 1.61 MiB/sec. | ||
| 21761 | 2024.12.21 01:29:18.195274 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) | ||
| 21762 | 2024.12.21 01:29:18.195590 [ 287 ] {57673b10-ebbc-4cb6-bfcc-94db997627d5} <Debug> TCPHandler: Processed in 0.006414579 sec. | ||
| 21763 | 2024.12.21 01:29:18.195605 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_175_36} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_171_35 to all_175_175_0 into Compact with storage Full | ||
| 21764 | 2024.12.21 01:29:18.195877 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21765 | 2024.12.21 01:29:18.195967 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_175_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21766 | 2024.12.21 01:29:18.196075 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_175_36} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_171_35, total 51177 rows starting from the beginning of the part | ||
| 21767 | 2024.12.21 01:29:18.196266 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_176_35} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21768 | 2024.12.21 01:29:18.196291 [ 285 ] {45c11adb-cd87-42ec-a084-b19542370196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21769 | 2024.12.21 01:29:18.196683 [ 285 ] {45c11adb-cd87-42ec-a084-b19542370196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21770 | 2024.12.21 01:29:18.196693 [ 201 ] {b3b6e6fc-7547-460f-a9f9-cca9352cc9a2::all_1_176_35} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 | ||
| 21771 | 2024.12.21 01:29:18.196739 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_175_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 161 rows starting from the beginning of the part | ||
| 21772 | 2024.12.21 01:29:18.197032 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 21773 | 2024.12.21 01:29:18.197360 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_175_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 237 rows starting from the beginning of the part | ||
| 21774 | 2024.12.21 01:29:18.197780 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_175_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 160 rows starting from the beginning of the part | ||
| 21775 | 2024.12.21 01:29:18.198031 [ 186 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_175_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 955 rows starting from the beginning of the part | ||
| 21776 | 2024.12.21 01:29:18.198827 [ 285 ] {45c11adb-cd87-42ec-a084-b19542370196} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21777 | 2024.12.21 01:29:18.198900 [ 285 ] {45c11adb-cd87-42ec-a084-b19542370196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21778 | 2024.12.21 01:29:18.199557 [ 285 ] {45c11adb-cd87-42ec-a084-b19542370196} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 21779 | 2024.12.21 01:29:18.199881 [ 285 ] {45c11adb-cd87-42ec-a084-b19542370196} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21780 | 2024.12.21 01:29:18.200125 [ 28 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 | ||
| 21781 | 2024.12.21 01:29:18.200216 [ 28 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21782 | 2024.12.21 01:29:18.200286 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21783 | 2024.12.21 01:29:18.200354 [ 285 ] {45c11adb-cd87-42ec-a084-b19542370196} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004201 sec., 11425.850987860034 rows/sec., 788.50 KiB/sec. | ||
| 21784 | 2024.12.21 01:29:18.200768 [ 285 ] {45c11adb-cd87-42ec-a084-b19542370196} <Debug> TCPHandler: Processed in 0.005061575 sec. | ||
| 21785 | 2024.12.21 01:29:18.200798 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full | ||
| 21786 | 2024.12.21 01:29:18.201501 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21787 | 2024.12.21 01:29:18.201644 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_171_34, total 10414 rows starting from the beginning of the part | ||
| 21788 | 2024.12.21 01:29:18.202068 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 60 rows starting from the beginning of the part | ||
| 21789 | 2024.12.21 01:29:18.202428 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 82 rows starting from the beginning of the part | ||
| 21790 | 2024.12.21 01:29:18.202828 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 60 rows starting from the beginning of the part | ||
| 21791 | 2024.12.21 01:29:18.203265 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 34 rows starting from the beginning of the part | ||
| 21792 | 2024.12.21 01:29:18.203701 [ 195 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 48 rows starting from the beginning of the part | ||
| 21793 | 2024.12.21 01:29:18.207495 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10698 rows, containing 4 columns (4 merged, 0 gathered) in 0.007073379 sec., 1512431.3287892533 rows/sec., 98.55 MiB/sec. | ||
| 21794 | 2024.12.21 01:29:18.207731 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) | ||
| 21795 | 2024.12.21 01:29:18.208023 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_176_35} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21796 | 2024.12.21 01:29:18.208102 [ 187 ] {521eaf98-3ac8-457d-900d-ae539b29bb7d::all_1_176_35} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 | ||
| 21797 | 2024.12.21 01:29:18.208178 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. | ||
| 21798 | 2024.12.21 01:29:18.215796 [ 187 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_175_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52690 rows, containing 5 columns (5 merged, 0 gathered) in 0.020520666 sec., 2567655.455237174 rows/sec., 173.34 MiB/sec. | ||
| 21799 | 2024.12.21 01:29:18.216219 [ 200 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_175_36} <Trace> MergedBlockOutputStream: filled checksums all_1_175_36 (state Temporary) | ||
| 21800 | 2024.12.21 01:29:18.216604 [ 200 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_175_36} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_merge_all_1_175_36 to all_1_175_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21801 | 2024.12.21 01:29:18.216692 [ 200 ] {60c4a7fb-cee5-40ce-9907-07cea8b563f7::all_1_175_36} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7) (MergerMutator): Merged 5 parts: [all_1_171_35, all_175_175_0] -> all_1_175_36 | ||
| 21802 | 2024.12.21 01:29:18.216797 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. | ||
| 21803 | 2024.12.21 01:29:20.068752 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 777 | ||
| 21804 | 2024.12.21 01:29:20.092836 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21805 | 2024.12.21 01:29:20.092896 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21806 | 2024.12.21 01:29:20.100546 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 21807 | 2024.12.21 01:29:20.101410 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21808 | 2024.12.21 01:29:20.104609 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 777 | ||
| 21809 | 2024.12.21 01:29:23.183399 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21810 | 2024.12.21 01:29:23.183607 [ 287 ] {57a08a81-b468-4e45-ae7b-7a5593804c62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21811 | 2024.12.21 01:29:23.183685 [ 287 ] {57a08a81-b468-4e45-ae7b-7a5593804c62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21812 | 2024.12.21 01:29:23.184573 [ 287 ] {57a08a81-b468-4e45-ae7b-7a5593804c62} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21813 | 2024.12.21 01:29:23.184625 [ 287 ] {57a08a81-b468-4e45-ae7b-7a5593804c62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21814 | 2024.12.21 01:29:23.185267 [ 287 ] {57a08a81-b468-4e45-ae7b-7a5593804c62} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 21815 | 2024.12.21 01:29:23.185745 [ 287 ] {57a08a81-b468-4e45-ae7b-7a5593804c62} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21816 | 2024.12.21 01:29:23.185952 [ 287 ] {57a08a81-b468-4e45-ae7b-7a5593804c62} <Debug> executeQuery: Read 166 rows, 14.72 KiB in 0.002398 sec., 69224.35362802335 rows/sec., 6.00 MiB/sec. | ||
| 21817 | 2024.12.21 01:29:23.186018 [ 287 ] {57a08a81-b468-4e45-ae7b-7a5593804c62} <Debug> TCPHandler: Processed in 0.002759846 sec. | ||
| 21818 | 2024.12.21 01:29:23.186294 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21819 | 2024.12.21 01:29:23.186517 [ 285 ] {ccf8494a-d783-454b-8c1a-c5ea35cb75d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21820 | 2024.12.21 01:29:23.186601 [ 285 ] {ccf8494a-d783-454b-8c1a-c5ea35cb75d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21821 | 2024.12.21 01:29:23.187424 [ 285 ] {ccf8494a-d783-454b-8c1a-c5ea35cb75d0} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21822 | 2024.12.21 01:29:23.187479 [ 285 ] {ccf8494a-d783-454b-8c1a-c5ea35cb75d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21823 | 2024.12.21 01:29:23.188080 [ 285 ] {ccf8494a-d783-454b-8c1a-c5ea35cb75d0} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 21824 | 2024.12.21 01:29:23.188613 [ 285 ] {ccf8494a-d783-454b-8c1a-c5ea35cb75d0} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21825 | 2024.12.21 01:29:23.188860 [ 285 ] {ccf8494a-d783-454b-8c1a-c5ea35cb75d0} <Debug> executeQuery: Read 55 rows, 4.14 KiB in 0.002404 sec., 22878.535773710482 rows/sec., 1.68 MiB/sec. | ||
| 21826 | 2024.12.21 01:29:23.188929 [ 285 ] {ccf8494a-d783-454b-8c1a-c5ea35cb75d0} <Debug> TCPHandler: Processed in 0.002780726 sec. | ||
| 21827 | 2024.12.21 01:29:23.189112 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21828 | 2024.12.21 01:29:23.189258 [ 287 ] {e97dbb8a-e5c8-4bfa-b613-11cca4fa3623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21829 | 2024.12.21 01:29:23.189321 [ 287 ] {e97dbb8a-e5c8-4bfa-b613-11cca4fa3623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21830 | 2024.12.21 01:29:23.190042 [ 287 ] {e97dbb8a-e5c8-4bfa-b613-11cca4fa3623} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21831 | 2024.12.21 01:29:23.190081 [ 287 ] {e97dbb8a-e5c8-4bfa-b613-11cca4fa3623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21832 | 2024.12.21 01:29:23.190570 [ 287 ] {e97dbb8a-e5c8-4bfa-b613-11cca4fa3623} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 21833 | 2024.12.21 01:29:23.191059 [ 287 ] {e97dbb8a-e5c8-4bfa-b613-11cca4fa3623} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21834 | 2024.12.21 01:29:23.191243 [ 287 ] {e97dbb8a-e5c8-4bfa-b613-11cca4fa3623} <Debug> executeQuery: Read 119 rows, 9.52 KiB in 0.00202 sec., 58910.89108910891 rows/sec., 4.60 MiB/sec. | ||
| 21835 | 2024.12.21 01:29:23.191297 [ 287 ] {e97dbb8a-e5c8-4bfa-b613-11cca4fa3623} <Debug> TCPHandler: Processed in 0.002257698 sec. | ||
| 21836 | 2024.12.21 01:29:23.191455 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21837 | 2024.12.21 01:29:23.191602 [ 285 ] {2f1ff9d1-a76b-4702-9b5e-104c59a53223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21838 | 2024.12.21 01:29:23.191668 [ 285 ] {2f1ff9d1-a76b-4702-9b5e-104c59a53223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21839 | 2024.12.21 01:29:23.192314 [ 285 ] {2f1ff9d1-a76b-4702-9b5e-104c59a53223} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21840 | 2024.12.21 01:29:23.192356 [ 285 ] {2f1ff9d1-a76b-4702-9b5e-104c59a53223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21841 | 2024.12.21 01:29:23.192914 [ 285 ] {2f1ff9d1-a76b-4702-9b5e-104c59a53223} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 21842 | 2024.12.21 01:29:23.193445 [ 285 ] {2f1ff9d1-a76b-4702-9b5e-104c59a53223} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21843 | 2024.12.21 01:29:23.193682 [ 285 ] {2f1ff9d1-a76b-4702-9b5e-104c59a53223} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00211 sec., 75829.38388625594 rows/sec., 5.28 MiB/sec. | ||
| 21844 | 2024.12.21 01:29:23.193755 [ 285 ] {2f1ff9d1-a76b-4702-9b5e-104c59a53223} <Debug> TCPHandler: Processed in 0.0023651 sec. | ||
| 21845 | 2024.12.21 01:29:23.193950 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21846 | 2024.12.21 01:29:23.194286 [ 287 ] {a69bb836-4e66-45c9-8d5a-170109aa284f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21847 | 2024.12.21 01:29:23.194514 [ 287 ] {a69bb836-4e66-45c9-8d5a-170109aa284f} <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 | ||
| 21848 | 2024.12.21 01:29:23.195810 [ 287 ] {a69bb836-4e66-45c9-8d5a-170109aa284f} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21849 | 2024.12.21 01:29:23.195849 [ 287 ] {a69bb836-4e66-45c9-8d5a-170109aa284f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21850 | 2024.12.21 01:29:23.196669 [ 287 ] {a69bb836-4e66-45c9-8d5a-170109aa284f} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 21851 | 2024.12.21 01:29:23.197136 [ 287 ] {a69bb836-4e66-45c9-8d5a-170109aa284f} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21852 | 2024.12.21 01:29:23.197343 [ 287 ] {a69bb836-4e66-45c9-8d5a-170109aa284f} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.003178 sec., 17306.482064191317 rows/sec., 31.01 MiB/sec. | ||
| 21853 | 2024.12.21 01:29:23.197438 [ 287 ] {a69bb836-4e66-45c9-8d5a-170109aa284f} <Debug> TCPHandler: Processed in 0.003578381 sec. | ||
| 21854 | 2024.12.21 01:29:23.197602 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21855 | 2024.12.21 01:29:23.197741 [ 285 ] {e15a5212-f16c-4fdd-8cfc-117ad4077864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21856 | 2024.12.21 01:29:23.197803 [ 285 ] {e15a5212-f16c-4fdd-8cfc-117ad4077864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21857 | 2024.12.21 01:29:23.198410 [ 285 ] {e15a5212-f16c-4fdd-8cfc-117ad4077864} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21858 | 2024.12.21 01:29:23.198457 [ 285 ] {e15a5212-f16c-4fdd-8cfc-117ad4077864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21859 | 2024.12.21 01:29:23.199034 [ 285 ] {e15a5212-f16c-4fdd-8cfc-117ad4077864} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 21860 | 2024.12.21 01:29:23.199645 [ 285 ] {e15a5212-f16c-4fdd-8cfc-117ad4077864} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21861 | 2024.12.21 01:29:23.199886 [ 285 ] {e15a5212-f16c-4fdd-8cfc-117ad4077864} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002169 sec., 27662.51728907331 rows/sec., 1.86 MiB/sec. | ||
| 21862 | 2024.12.21 01:29:23.199943 [ 285 ] {e15a5212-f16c-4fdd-8cfc-117ad4077864} <Debug> TCPHandler: Processed in 0.0024091 sec. | ||
| 21863 | 2024.12.21 01:29:23.830736 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 21864 | 2024.12.21 01:29:23.830788 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 21865 | 2024.12.21 01:29:24.091055 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 47702 | ||
| 21866 | 2024.12.21 01:29:24.091774 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21867 | 2024.12.21 01:29:24.091821 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21868 | 2024.12.21 01:29:24.092490 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 21869 | 2024.12.21 01:29:24.092994 [ 244 ] {} <Trace> system.asynchronous_metric_log (dfdc9a12-6d51-45ab-8ebf-27c30a19efa0): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21870 | 2024.12.21 01:29:24.093268 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47702 | ||
| 21871 | 2024.12.21 01:29:24.438158 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 3040 | ||
| 21872 | 2024.12.21 01:29:24.441065 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21873 | 2024.12.21 01:29:24.441113 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21874 | 2024.12.21 01:29:24.442733 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 21875 | 2024.12.21 01:29:24.443269 [ 242 ] {} <Trace> system.query_log (9a2d1fb0-380a-41e1-8090-43b75778bd40): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21876 | 2024.12.21 01:29:24.444242 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 3040 | ||
| 21877 | 2024.12.21 01:29:27.176979 [ 220 ] {} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Found 5 old parts to remove. Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] | ||
| 21878 | 2024.12.21 01:29:27.177038 [ 220 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Removing 5 parts from filesystem (serially): Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] | ||
| 21879 | 2024.12.21 01:29:27.178960 [ 220 ] {} <Debug> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Removing 5 parts from memory: Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] | ||
| 21880 | 2024.12.21 01:29:27.604691 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 784 | ||
| 21881 | 2024.12.21 01:29:27.628478 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21882 | 2024.12.21 01:29:27.628538 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21883 | 2024.12.21 01:29:27.636300 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 21884 | 2024.12.21 01:29:27.637575 [ 243 ] {} <Trace> system.metric_log (928e2b02-9e9d-4d01-ac30-39d02ae31db7): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21885 | 2024.12.21 01:29:27.640648 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 784 | ||
| 21886 | 2024.12.21 01:29:28.185813 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21887 | 2024.12.21 01:29:28.186149 [ 287 ] {f34ed573-139b-4d9b-b156-36e62351f9a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 21888 | 2024.12.21 01:29:28.186272 [ 287 ] {f34ed573-139b-4d9b-b156-36e62351f9a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 21889 | 2024.12.21 01:29:28.187347 [ 287 ] {f34ed573-139b-4d9b-b156-36e62351f9a1} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21890 | 2024.12.21 01:29:28.187401 [ 287 ] {f34ed573-139b-4d9b-b156-36e62351f9a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21891 | 2024.12.21 01:29:28.187973 [ 287 ] {f34ed573-139b-4d9b-b156-36e62351f9a1} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 21892 | 2024.12.21 01:29:28.188437 [ 287 ] {f34ed573-139b-4d9b-b156-36e62351f9a1} <Trace> oximeter.fields_i16 (ab54b25e-9ae0-42a2-b2df-d74ed4e845de): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21893 | 2024.12.21 01:29:28.188679 [ 287 ] {f34ed573-139b-4d9b-b156-36e62351f9a1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002617 sec., 5349.636988918609 rows/sec., 385.10 KiB/sec. | ||
| 21894 | 2024.12.21 01:29:28.188750 [ 287 ] {f34ed573-139b-4d9b-b156-36e62351f9a1} <Debug> TCPHandler: Processed in 0.003131082 sec. | ||
| 21895 | 2024.12.21 01:29:28.188989 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21896 | 2024.12.21 01:29:28.189200 [ 285 ] {d6371707-73c7-40a6-b51f-05325fcecd4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21897 | 2024.12.21 01:29:28.189283 [ 285 ] {d6371707-73c7-40a6-b51f-05325fcecd4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21898 | 2024.12.21 01:29:28.190203 [ 285 ] {d6371707-73c7-40a6-b51f-05325fcecd4d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21899 | 2024.12.21 01:29:28.190253 [ 285 ] {d6371707-73c7-40a6-b51f-05325fcecd4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21900 | 2024.12.21 01:29:28.190877 [ 285 ] {d6371707-73c7-40a6-b51f-05325fcecd4d} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 21901 | 2024.12.21 01:29:28.191359 [ 285 ] {d6371707-73c7-40a6-b51f-05325fcecd4d} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21902 | 2024.12.21 01:29:28.191631 [ 285 ] {d6371707-73c7-40a6-b51f-05325fcecd4d} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002481 sec., 88270.85852478839 rows/sec., 7.69 MiB/sec. | ||
| 21903 | 2024.12.21 01:29:28.191730 [ 285 ] {d6371707-73c7-40a6-b51f-05325fcecd4d} <Debug> TCPHandler: Processed in 0.002881219 sec. | ||
| 21904 | 2024.12.21 01:29:28.191731 [ 224 ] {} <Trace> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 21905 | 2024.12.21 01:29:28.191812 [ 224 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 21906 | 2024.12.21 01:29:28.191927 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21907 | 2024.12.21 01:29:28.192107 [ 287 ] {11860826-f817-4175-969f-0fdaea0f6faa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21908 | 2024.12.21 01:29:28.192195 [ 287 ] {11860826-f817-4175-969f-0fdaea0f6faa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21909 | 2024.12.21 01:29:28.193442 [ 287 ] {11860826-f817-4175-969f-0fdaea0f6faa} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21910 | 2024.12.21 01:29:28.193499 [ 287 ] {11860826-f817-4175-969f-0fdaea0f6faa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21911 | 2024.12.21 01:29:28.194189 [ 287 ] {11860826-f817-4175-969f-0fdaea0f6faa} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 21912 | 2024.12.21 01:29:28.194779 [ 287 ] {11860826-f817-4175-969f-0fdaea0f6faa} <Trace> oximeter.fields_u16 (5c3d47ac-d7f5-44d4-85d8-b4491d02a52c): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21913 | 2024.12.21 01:29:28.195229 [ 287 ] {11860826-f817-4175-969f-0fdaea0f6faa} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.003158 sec., 4749.8416719442685 rows/sec., 334.90 KiB/sec. | ||
| 21914 | 2024.12.21 01:29:28.195293 [ 287 ] {11860826-f817-4175-969f-0fdaea0f6faa} <Debug> TCPHandler: Processed in 0.003445289 sec. | ||
| 21915 | 2024.12.21 01:29:28.195555 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21916 | 2024.12.21 01:29:28.195633 [ 224 ] {} <Debug> oximeter.fields_string (8764a240-aeef-47a2-ac76-52564e180b58): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 21917 | 2024.12.21 01:29:28.195989 [ 285 ] {29f7e9fa-30c0-43fb-9f86-e9417b5444fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 21918 | 2024.12.21 01:29:28.196051 [ 285 ] {29f7e9fa-30c0-43fb-9f86-e9417b5444fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 21919 | 2024.12.21 01:29:28.197964 [ 285 ] {29f7e9fa-30c0-43fb-9f86-e9417b5444fa} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21920 | 2024.12.21 01:29:28.198007 [ 285 ] {29f7e9fa-30c0-43fb-9f86-e9417b5444fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21921 | 2024.12.21 01:29:28.198522 [ 285 ] {29f7e9fa-30c0-43fb-9f86-e9417b5444fa} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 21922 | 2024.12.21 01:29:28.199006 [ 285 ] {29f7e9fa-30c0-43fb-9f86-e9417b5444fa} <Trace> oximeter.fields_u32 (2e1e6bd8-8559-4cd1-969a-c7f7ef49ef0b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21923 | 2024.12.21 01:29:28.199265 [ 285 ] {29f7e9fa-30c0-43fb-9f86-e9417b5444fa} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003366 sec., 4159.2394533571005 rows/sec., 291.29 KiB/sec. | ||
| 21924 | 2024.12.21 01:29:28.199432 [ 285 ] {29f7e9fa-30c0-43fb-9f86-e9417b5444fa} <Debug> TCPHandler: Processed in 0.004018748 sec. | ||
| 21925 | 2024.12.21 01:29:28.199685 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21926 | 2024.12.21 01:29:28.199827 [ 287 ] {20958c39-9722-401b-a4cb-883a81e3da03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 21927 | 2024.12.21 01:29:28.199887 [ 287 ] {20958c39-9722-401b-a4cb-883a81e3da03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 21928 | 2024.12.21 01:29:28.200482 [ 287 ] {20958c39-9722-401b-a4cb-883a81e3da03} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21929 | 2024.12.21 01:29:28.200522 [ 287 ] {20958c39-9722-401b-a4cb-883a81e3da03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21930 | 2024.12.21 01:29:28.200990 [ 287 ] {20958c39-9722-401b-a4cb-883a81e3da03} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 21931 | 2024.12.21 01:29:28.201478 [ 287 ] {20958c39-9722-401b-a4cb-883a81e3da03} <Trace> oximeter.fields_u8 (0fb6e545-1e3d-4685-a1d8-9287462ba35e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21932 | 2024.12.21 01:29:28.201734 [ 287 ] {20958c39-9722-401b-a4cb-883a81e3da03} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001926 sec., 6749.740394600208 rows/sec., 420.84 KiB/sec. | ||
| 21933 | 2024.12.21 01:29:28.201900 [ 287 ] {20958c39-9722-401b-a4cb-883a81e3da03} <Debug> TCPHandler: Processed in 0.00235569 sec. | ||
| 21934 | 2024.12.21 01:29:28.202194 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21935 | 2024.12.21 01:29:28.202418 [ 285 ] {e2de50dd-2ec2-4574-8083-f0a8c72492d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21936 | 2024.12.21 01:29:28.202509 [ 285 ] {e2de50dd-2ec2-4574-8083-f0a8c72492d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21937 | 2024.12.21 01:29:28.203510 [ 285 ] {e2de50dd-2ec2-4574-8083-f0a8c72492d0} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21938 | 2024.12.21 01:29:28.203551 [ 285 ] {e2de50dd-2ec2-4574-8083-f0a8c72492d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21939 | 2024.12.21 01:29:28.204068 [ 285 ] {e2de50dd-2ec2-4574-8083-f0a8c72492d0} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 21940 | 2024.12.21 01:29:28.204593 [ 285 ] {e2de50dd-2ec2-4574-8083-f0a8c72492d0} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21941 | 2024.12.21 01:29:28.204813 [ 285 ] {e2de50dd-2ec2-4574-8083-f0a8c72492d0} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.00245 sec., 159183.67346938775 rows/sec., 11.29 MiB/sec. | ||
| 21942 | 2024.12.21 01:29:28.204869 [ 285 ] {e2de50dd-2ec2-4574-8083-f0a8c72492d0} <Debug> TCPHandler: Processed in 0.002856048 sec. | ||
| 21943 | 2024.12.21 01:29:28.205104 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21944 | 2024.12.21 01:29:28.205325 [ 287 ] {c9fd03cb-907c-472b-a3ea-eed70b1f8bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 21945 | 2024.12.21 01:29:28.205429 [ 287 ] {c9fd03cb-907c-472b-a3ea-eed70b1f8bc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 21946 | 2024.12.21 01:29:28.206164 [ 287 ] {c9fd03cb-907c-472b-a3ea-eed70b1f8bc1} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21947 | 2024.12.21 01:29:28.206203 [ 287 ] {c9fd03cb-907c-472b-a3ea-eed70b1f8bc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21948 | 2024.12.21 01:29:28.206763 [ 287 ] {c9fd03cb-907c-472b-a3ea-eed70b1f8bc1} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 21949 | 2024.12.21 01:29:28.207203 [ 287 ] {c9fd03cb-907c-472b-a3ea-eed70b1f8bc1} <Trace> oximeter.measurements_bool (e812e360-0494-4e57-8c17-af8a076d0fed): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21950 | 2024.12.21 01:29:28.207441 [ 287 ] {c9fd03cb-907c-472b-a3ea-eed70b1f8bc1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002161 sec., 2776.492364645997 rows/sec., 145.06 KiB/sec. | ||
| 21951 | 2024.12.21 01:29:28.207521 [ 287 ] {c9fd03cb-907c-472b-a3ea-eed70b1f8bc1} <Debug> TCPHandler: Processed in 0.002528542 sec. | ||
| 21952 | 2024.12.21 01:29:28.207742 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21953 | 2024.12.21 01:29:28.207925 [ 285 ] {83a33b21-1ce3-480f-bce4-f68858cf62f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21954 | 2024.12.21 01:29:28.207981 [ 285 ] {83a33b21-1ce3-480f-bce4-f68858cf62f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21955 | 2024.12.21 01:29:28.208589 [ 285 ] {83a33b21-1ce3-480f-bce4-f68858cf62f1} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21956 | 2024.12.21 01:29:28.208629 [ 285 ] {83a33b21-1ce3-480f-bce4-f68858cf62f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21957 | 2024.12.21 01:29:28.209158 [ 285 ] {83a33b21-1ce3-480f-bce4-f68858cf62f1} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 21958 | 2024.12.21 01:29:28.209638 [ 285 ] {83a33b21-1ce3-480f-bce4-f68858cf62f1} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21959 | 2024.12.21 01:29:28.209869 [ 285 ] {83a33b21-1ce3-480f-bce4-f68858cf62f1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001976 sec., 119939.27125506074 rows/sec., 8.04 MiB/sec. | ||
| 21960 | 2024.12.21 01:29:28.209927 [ 285 ] {83a33b21-1ce3-480f-bce4-f68858cf62f1} <Debug> TCPHandler: Processed in 0.002318489 sec. | ||
| 21961 | 2024.12.21 01:29:28.210118 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21962 | 2024.12.21 01:29:28.210258 [ 287 ] {3f3767b9-bd88-4bb2-94ae-ec3c6e5e9588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 21963 | 2024.12.21 01:29:28.210320 [ 287 ] {3f3767b9-bd88-4bb2-94ae-ec3c6e5e9588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 21964 | 2024.12.21 01:29:28.210893 [ 287 ] {3f3767b9-bd88-4bb2-94ae-ec3c6e5e9588} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21965 | 2024.12.21 01:29:28.210941 [ 287 ] {3f3767b9-bd88-4bb2-94ae-ec3c6e5e9588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21966 | 2024.12.21 01:29:28.211430 [ 287 ] {3f3767b9-bd88-4bb2-94ae-ec3c6e5e9588} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 21967 | 2024.12.21 01:29:28.211882 [ 287 ] {3f3767b9-bd88-4bb2-94ae-ec3c6e5e9588} <Trace> oximeter.measurements_f64 (44b72277-c61a-4f98-83db-afc649f03ebb): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21968 | 2024.12.21 01:29:28.212141 [ 287 ] {3f3767b9-bd88-4bb2-94ae-ec3c6e5e9588} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001901 sec., 526.0389268805892 rows/sec., 35.45 KiB/sec. | ||
| 21969 | 2024.12.21 01:29:28.212251 [ 287 ] {3f3767b9-bd88-4bb2-94ae-ec3c6e5e9588} <Debug> TCPHandler: Processed in 0.002194037 sec. | ||
| 21970 | 2024.12.21 01:29:28.212576 [ 285 ] {} <Trace> TCP-Session: 475341c9-2310-404c-a287-7ef121d4e326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21971 | 2024.12.21 01:29:28.212800 [ 285 ] {c2e674b1-698f-4ae9-a58d-58c8bdb6efae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51861) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21972 | 2024.12.21 01:29:28.212940 [ 285 ] {c2e674b1-698f-4ae9-a58d-58c8bdb6efae} <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 | ||
| 21973 | 2024.12.21 01:29:28.214110 [ 285 ] {c2e674b1-698f-4ae9-a58d-58c8bdb6efae} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21974 | 2024.12.21 01:29:28.214151 [ 285 ] {c2e674b1-698f-4ae9-a58d-58c8bdb6efae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21975 | 2024.12.21 01:29:28.214909 [ 285 ] {c2e674b1-698f-4ae9-a58d-58c8bdb6efae} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 21976 | 2024.12.21 01:29:28.215377 [ 285 ] {c2e674b1-698f-4ae9-a58d-58c8bdb6efae} <Trace> oximeter.measurements_histogramu64 (db0c684f-8dde-40aa-99d7-d6731231c987): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21977 | 2024.12.21 01:29:28.215678 [ 285 ] {c2e674b1-698f-4ae9-a58d-58c8bdb6efae} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002925 sec., 2735.042735042735 rows/sec., 4.90 MiB/sec. | ||
| 21978 | 2024.12.21 01:29:28.216018 [ 285 ] {c2e674b1-698f-4ae9-a58d-58c8bdb6efae} <Debug> TCPHandler: Processed in 0.003646752 sec. | ||
| 21979 | 2024.12.21 01:29:28.216330 [ 287 ] {} <Trace> TCP-Session: 7b80eaa6-3f33-4e47-9be7-a11b57a65825 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21980 | 2024.12.21 01:29:28.216509 [ 287 ] {a5638695-40af-491d-94d7-e4d2710ba3d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64589) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21981 | 2024.12.21 01:29:28.216570 [ 287 ] {a5638695-40af-491d-94d7-e4d2710ba3d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21982 | 2024.12.21 01:29:28.217126 [ 287 ] {a5638695-40af-491d-94d7-e4d2710ba3d5} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21983 | 2024.12.21 01:29:28.217166 [ 287 ] {a5638695-40af-491d-94d7-e4d2710ba3d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.96 GiB. | ||
| 21984 | 2024.12.21 01:29:28.217657 [ 287 ] {a5638695-40af-491d-94d7-e4d2710ba3d5} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 21985 | 2024.12.21 01:29:28.218138 [ 287 ] {a5638695-40af-491d-94d7-e4d2710ba3d5} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21986 | 2024.12.21 01:29:28.218358 [ 287 ] {a5638695-40af-491d-94d7-e4d2710ba3d5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001879 sec., 43640.23416711017 rows/sec., 2.77 MiB/sec. | ||
| 21987 | 2024.12.21 01:29:28.218419 [ 287 ] {a5638695-40af-491d-94d7-e4d2710ba3d5} <Debug> TCPHandler: Processed in 0.002283539 sec. | ||
| 21988 | 2024.12.21 01:29:28.579214 [ 222 ] {} <Trace> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 21989 | 2024.12.21 01:29:28.579289 [ 222 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 21990 | 2024.12.21 01:29:28.581634 [ 222 ] {} <Debug> oximeter.fields_uuid (b3b6e6fc-7547-460f-a9f9-cca9352cc9a2): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 21991 | 2024.12.21 01:29:28.774084 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 21992 | 2024.12.21 01:29:28.774154 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 21993 | 2024.12.21 01:29:28.776869 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (60c4a7fb-cee5-40ce-9907-07cea8b563f7): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 21994 | 2024.12.21 01:29:28.929521 [ 218 ] {} <Trace> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 21995 | 2024.12.21 01:29:28.929558 [ 218 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 21996 | 2024.12.21 01:29:28.931499 [ 218 ] {} <Debug> oximeter.measurements_u64 (521eaf98-3ac8-457d-900d-ae539b29bb7d): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||